aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_clear.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/util: fix util_color_[un]pack[-ub] to be strict aliasing safeRoland Scheidegger2009-12-071-2/+3
* 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