summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_clear.c
Commit message (Expand)AuthorAgeFilesLines
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* llvmpipe: fix clearing integer color buffersRoland Scheidegger2013-01-101-1/+1
* llvmpipe: fix the LP_NO_RAST debug optionBrian Paul2012-06-251-3/+0
* llvmpipe: Silent warnings about undeclared llvmpipe_check_render_cond.José Fonseca2011-11-141-0/+1
* llvmpipe: add NV_conditional_render support.Dave Airlie2011-11-101-0/+3
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-181-2/+2
* llvmpipe: add LP_PERF flag to disable various aspects of rasterizationKeith Whitwell2010-09-161-0/+4
* llvmpipe: remove dead codeKeith Whitwell2010-01-061-1/+0
* llvmpipe: Update lp_setup_clear invocation.José Fonseca2009-10-081-1/+1
* llvmpipe: rewrite llvmpipe_clear()Keith Whitwell2009-10-081-29/+7
* llvmpipe: set dirty_render_cache in llvmpipe_clear()José Fonseca2009-09-111-0/+1
* llvmpipe: Don't limit the number of tiles in the cache.José Fonseca2009-08-291-5/+0
* llvmpipe: Simplify tile clears. Use pipe_fill_rect instead of scratch tile.José Fonseca2009-08-291-1/+0
* llvmpipe: Code generate the depth test, and include in the shader.José Fonseca2009-08-291-4/+1
* llvmpipe: Fork softpipe for experimentation with llvm.José Fonseca2009-08-291-0/+89