aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/clear.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: _mesa_ClearColorIuiEXT() and _mesa_ClearColorIiEXT()Brian Paul2010-10-231-0/+62
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
* mesa: Include macros.h in files that use symbols from macros.h.Vinson Lee2010-07-301-0/+1
* mesa: Remove checks of Visual.rgbModeIan Romanick2010-03-031-26/+1
* mesa: Fix compiler warningsKarl Schultz2010-02-131-9/+9
* mesa: implement GL3 glClearBuffer() functionsBrian Paul2009-12-301-0/+344
* mesa: refactor: move glClear, glClearColor into new clear.c file.Brian Paul2008-09-211-0/+184