summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_clear.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-01-10llvmpipe: fix clearing integer color buffersRoland Scheidegger1-1/+1
2012-06-25llvmpipe: fix the LP_NO_RAST debug optionBrian Paul1-3/+0
2011-11-14llvmpipe: Silent warnings about undeclared llvmpipe_check_render_cond.José Fonseca1-0/+1
2011-11-10llvmpipe: add NV_conditional_render support.Dave Airlie1-0/+3
2011-09-18gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie1-2/+2
2010-09-16llvmpipe: add LP_PERF flag to disable various aspects of rasterizationKeith Whitwell1-0/+4
2010-01-06llvmpipe: remove dead codeKeith Whitwell1-1/+0
2009-10-08llvmpipe: Update lp_setup_clear invocation.José Fonseca1-1/+1
2009-10-08llvmpipe: rewrite llvmpipe_clear()Keith Whitwell1-29/+7
2009-09-11llvmpipe: set dirty_render_cache in llvmpipe_clear()José Fonseca1-0/+1
2009-08-29llvmpipe: Don't limit the number of tiles in the cache.José Fonseca1-5/+0
2009-08-29llvmpipe: Simplify tile clears. Use pipe_fill_rect instead of scratch tile.José Fonseca1-1/+0
2009-08-29llvmpipe: Code generate the depth test, and include in the shader.José Fonseca1-4/+1
2009-08-29llvmpipe: Fork softpipe for experimentation with llvm.José Fonseca1-0/+89