summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/multisample.c
Commit message (Collapse)AuthorAgeFilesLines
* mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee2011-01-051-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 insteadKristian Høgsberg2010-10-131-1/+1
|
* Make GL_ARB_multisample mandatoryIan Romanick2009-01-281-5/+0
| | | | Signed-off-by: Ian Romanick <[email protected]>
* mesa: refactor: move multisample-related functions into new multisample.c fileBrian Paul2008-09-211-0/+66