Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: Include mtypes.h in files that use gl_context struct. | Vinson Lee | 2011-01-05 | 1 | -0/+1 |
| | | | | | | 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. | ||||
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -1/+1 |
| | |||||
* | Make GL_ARB_multisample mandatory | Ian Romanick | 2009-01-28 | 1 | -5/+0 |
| | | | | Signed-off-by: Ian Romanick <[email protected]> | ||||
* | mesa: refactor: move multisample-related functions into new multisample.c file | Brian Paul | 2008-09-21 | 1 | -0/+66 |