summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/clear.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Drop manual checks for outside begin/end.Eric Anholt2013-01-211-10/+5
* mesa: remove #if _HAVE_FULL_GL checksBrian Paul2012-10-161-2/+0
* mesa/es: Validate glClear mask in Mesa code rather than the ES wrapperIan Romanick2012-08-291-0/+9
* mesa: remove COPY_4V_CAST() macroBrian Paul2012-08-291-1/+1
* mesa: remove ctx->Driver.ClearColor() hookBrian Paul2012-03-121-30/+0
* mesa: remove ctx->Driver.ClearDepth(), ClearStencil() driver hooksBrian Paul2012-03-121-16/+0
* mesa/clear: fix crashes with illegal clear tests.Dave Airlie2012-01-111-4/+11
* mesa: Move RasterDiscard to toplevel of gl_context.Paul Berry2011-12-211-7/+7
* mesa: Fix error generation for glClearBuffer{i ui}v with GL_DEPTH or GL_STENCILIan Romanick2011-11-071-0/+84
* mesa: Respect GL_RASTERIZER_DISCARD for various meta-type operations.Eric Anholt2011-10-011-5/+11
* mesa: introduce a clear color union to be used for int/unsigned buffersDave Airlie2011-09-141-49/+33
* mesa: implement clamping controls (ARB_color_buffer_float)Marek Olšák2011-03-291-6/+14
* mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee2011-01-051-0/+1
* mesa: fix error msg typoBrian Paul2010-11-211-1/+1
* 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