summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/clear.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Make single-buffered GLES representation internally consistentGurchetan Singh2016-07-071-0/+8
* mesa: add drawbuffer argument to ClearNamedFramebufferfiIlia Mirkin2016-06-101-2/+2
* mesa/clear: update ClearBufferfv error handling for GL 4.5 specIlia Mirkin2016-02-121-18/+5
* mesa/clear: update ClearBufferuiv error handling for GL 4.5 specIlia Mirkin2016-02-121-24/+5
* mesa/clear: simplify ClearBufferiv error handlingIlia Mirkin2016-02-121-12/+6
* mesa/clear: remove dead code handling ClearBufferiv(GL_DEPTH)Ilia Mirkin2016-02-121-19/+0
* mesa: Return INVALID_ENUM in glClearBufferiv() when buffer is not color or st...Eduardo Lima Mitev2015-07-291-0/+12
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-4/+4
* Revert "mesa: Add ARB_direct_state_access checks in FBO functions"Ian Romanick2015-05-281-32/+0
* mesa: Add ARB_direct_state_access checks in FBO functionsFredrik Höglund2015-05-141-0/+32
* main: Fake entry point for glClearNamedFramebufferfi.Laura Ekstrand2015-05-141-0/+18
* main: Fake entry point for glClearNamedFramebufferfv.Laura Ekstrand2015-05-141-0/+18
* main: Fake entry point for glClearNamedFramebufferuiv.Laura Ekstrand2015-05-141-0/+18
* main: Fake entry point for glClearNamedFramebufferiv.Laura Ekstrand2015-05-141-0/+20
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-1/+1
* mesa: Fix some signed-unsigned comparison warningsJan Vesely2015-01-211-1/+1
* mesa: remove obsolete comment on _mesa_ClearColor()Brian Paul2014-12-121-4/+0
* mesa: whitespace, line wrap fixes in clear.cBrian Paul2014-12-121-8/+11
* mesa: trim down some #includesBrian Paul2014-09-101-1/+0
* mesa: Remove glClear optimization based on drawable sizeKristian Høgsberg2014-06-181-5/+0
* mesa: Skip clearing color buffers when color writes are disabled.Kenneth Graunke2014-03-241-1/+26
* mesa: use signed temporary variable to store _ColorDrawBufferIndexesEmil Velikov2014-01-151-1/+1
* mesa: handle GL_NONE draw buffers correctly in glClearMarek Olšák2014-01-131-1/+5
* mesa: fix interpretation of glClearBuffer(drawbuffer)Marek Olšák2013-12-121-6/+25
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: don't flush vertices and don't flag _NEW_COLOR in ClearColor, ClearIndexMarek Olšák2013-04-241-37/+12
* 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