summaryrefslogtreecommitdiff
path: root/src/mesa/main/clear.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-15mesa: use signed temporary variable to store _ColorDrawBufferIndexesEmil Velikov1-1/+1
2014-01-13mesa: handle GL_NONE draw buffers correctly in glClearMarek Olšák1-1/+5
2013-12-12mesa: fix interpretation of glClearBuffer(drawbuffer)Marek Olšák1-6/+25
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-24mesa: don't flush vertices and don't flag _NEW_COLOR in ClearColor, ClearIndexMarek Olšák1-37/+12
2013-01-21mesa: Drop manual checks for outside begin/end.Eric Anholt1-10/+5
2012-10-16mesa: remove #if _HAVE_FULL_GL checksBrian Paul1-2/+0
2012-08-29mesa/es: Validate glClear mask in Mesa code rather than the ES wrapperIan Romanick1-0/+9
2012-08-29mesa: remove COPY_4V_CAST() macroBrian Paul1-1/+1
2012-03-12mesa: remove ctx->Driver.ClearColor() hookBrian Paul1-30/+0
2012-03-12mesa: remove ctx->Driver.ClearDepth(), ClearStencil() driver hooksBrian Paul1-16/+0
2012-01-11mesa/clear: fix crashes with illegal clear tests.Dave Airlie1-4/+11
2011-12-21mesa: Move RasterDiscard to toplevel of gl_context.Paul Berry1-7/+7
2011-11-07mesa: Fix error generation for glClearBuffer{i ui}v with GL_DEPTH or GL_STENCILIan Romanick1-0/+84
2011-10-01mesa: Respect GL_RASTERIZER_DISCARD for various meta-type operations.Eric Anholt1-5/+11
2011-09-14mesa: introduce a clear color union to be used for int/unsigned buffersDave Airlie1-49/+33
2011-03-29mesa: implement clamping controls (ARB_color_buffer_float)Marek Olšák1-6/+14
2011-01-05mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee1-0/+1
2010-11-21mesa: fix error msg typoBrian Paul1-1/+1
2010-10-23mesa: _mesa_ClearColorIuiEXT() and _mesa_ClearColorIiEXT()Brian Paul1-0/+62
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-2/+2
2010-07-30mesa: Include macros.h in files that use symbols from macros.h.Vinson Lee1-0/+1
2010-03-03mesa: Remove checks of Visual.rgbModeIan Romanick1-26/+1
2010-02-13mesa: Fix compiler warningsKarl Schultz1-9/+9
2009-12-30mesa: implement GL3 glClearBuffer() functionsBrian Paul1-0/+344
2008-09-21mesa: refactor: move glClear, glClearColor into new clear.c file.Brian Paul1-0/+184