summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_clear.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* swrast: rewrite color buffer clearing to use Map/UnmapRenderbuffer()Brian Paul2011-12-241-112/+113
* swrast: do depth/stencil clearing with Map/UnmapRenderbuffer()Brian Paul2011-12-241-16/+33
* swrast: add missing state validation calls for Blit, ClearBrian Paul2011-12-131-0/+3
* mesa: rewrite accum buffer supportBrian Paul2011-12-081-3/+2
* mesa/colormac: introduce inline helper for 4 unclamped float to ubyte.Dave Airlie2011-09-141-8/+2
* mesa: introduce a clear color union to be used for int/unsigned buffersDave Airlie2011-09-141-21/+26
* mesa: Don't try to clear a NULL renderbufferIan Romanick2011-06-071-0/+8
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-4/+4
* swrast: Remove unnecessary header.Vinson Lee2010-03-281-1/+0
* swrast: Remove support for Clear into a color-index bufferIan Romanick2010-03-031-103/+6
* mesa: Fix compiler warningsKarl Schultz2010-02-131-1/+1
* swrast: add check for conditional renderingBrian Paul2009-12-311-0/+4
* mesa: implement per-buffer color maskingBrian Paul2009-12-291-34/+16
* mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul2009-10-081-5/+3
* swrast: remove old commentBrian Paul2009-03-071-2/+0
* swrast: rename s_buffers.c -> s_clear.cBrian Paul2009-03-071-0/+346