summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_clear.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-24swrast: rewrite color buffer clearing to use Map/UnmapRenderbuffer()Brian Paul1-112/+113
2011-12-24swrast: do depth/stencil clearing with Map/UnmapRenderbuffer()Brian Paul1-16/+33
2011-12-13swrast: add missing state validation calls for Blit, ClearBrian Paul1-0/+3
2011-12-08mesa: rewrite accum buffer supportBrian Paul1-3/+2
2011-09-14mesa/colormac: introduce inline helper for 4 unclamped float to ubyte.Dave Airlie1-8/+2
2011-09-14mesa: introduce a clear color union to be used for int/unsigned buffersDave Airlie1-21/+26
2011-06-07mesa: Don't try to clear a NULL renderbufferIan Romanick1-0/+8
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-4/+4
2010-03-28swrast: Remove unnecessary header.Vinson Lee1-1/+0
2010-03-03swrast: Remove support for Clear into a color-index bufferIan Romanick1-103/+6
2010-02-13mesa: Fix compiler warningsKarl Schultz1-1/+1
2009-12-31swrast: add check for conditional renderingBrian Paul1-0/+4
2009-12-29mesa: implement per-buffer color maskingBrian Paul1-34/+16
2009-10-08mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul1-5/+3
2009-03-07swrast: remove old commentBrian Paul1-2/+0
2009-03-07swrast: rename s_buffers.c -> s_clear.cBrian Paul1-0/+346