Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-05 | mesa: Include mtypes.h in files that use gl_context struct. | Vinson Lee | |
Directly include mtypes.h if a file uses a gl_context struct. This allows future removal of headers that are not strictly necessary but indirectly include mtypes.h for a file. | |||
2010-10-13 | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | |
2010-01-24 | mesa: move _mesa_debug() call earlier in _mesa_Scissor | Brian Paul | |
Part of a patch from Xavier Chantry <chantry.xavier@gmail.com> | |||
2008-09-21 | mesa: refactor: move scissor functions into new scissor.c file | Brian Paul | |
(cherry picked from commit 4be7296bfcba22a849f949d105ea385e6964cc25) |