summaryrefslogtreecommitdiff
path: root/src/mesa/main/clear.c
AgeCommit message (Expand)Author
2011-01-05mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee
2010-11-21mesa: fix error msg typoBrian Paul
2010-10-23mesa: _mesa_ClearColorIuiEXT() and _mesa_ClearColorIiEXT()Brian Paul
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-07-30mesa: Include macros.h in files that use symbols from macros.h.Vinson Lee
2010-03-03mesa: Remove checks of Visual.rgbModeIan Romanick
2010-02-13mesa: Fix compiler warningsKarl Schultz
2009-12-30mesa: implement GL3 glClearBuffer() functionsBrian Paul
2008-09-21mesa: refactor: move glClear, glClearColor into new clear.c file.Brian Paul