aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_flush.c
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: Do unswizzling in parallel when flushing for transfers.José Fonseca2010-06-041-0/+7
* llvmpipe: Stop relying on PIPE_FLUSH_TEXTURE_CACHE/PIPE_FLUSH_RENDER_CACHE ma...José Fonseca2010-05-251-30/+8
* llvmpipe: update image dump/debug codeBrian Paul2010-05-101-16/+17
* llvmpipe: No need to flush the caches for buffers.José Fonseca2010-04-251-11/+13
* llvmpipe: Cleanup/improve llvmpipe_flush_resource usage.José Fonseca2010-04-251-4/+7
* llvmpipe: llvmpipe_flush_texture -> llvmpipe_flush_resourceJosé Fonseca2010-04-251-11/+8
* llvmpipe: flush upon PIPE_FLUSH_TEXTURE_CACHE tooBrian Paul2010-04-161-1/+2
* Merge the lp-surface-tiling branch into master.Brian Paul2010-04-161-8/+7
* Squashed commit of the following:Keith Whitwell2010-04-101-2/+2
* llvmpipe: fix up some questionable fence codeBrian Paul2010-03-241-2/+1
* llvmpipe: Ensure the context is flushed before modifying textures.José Fonseca2010-03-131-0/+65
* Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-111-2/+2
* llvmpipe: Remove unnecessary headers.Vinson Lee2010-02-071-1/+0
* Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-311-1/+0
|\
| * llvmpipe: Remove unnecessary headers.Vinson Lee2010-01-211-2/+0
* | llvmpipe: clean-up, fixing up frame dump/debug codeBrian Paul2010-01-141-7/+12
* | llvmpipe: initial mrt supportKeith Whitwell2010-01-101-2/+5
* | llvmpipe: remove dead codeKeith Whitwell2010-01-061-1/+0
* | llvmpipe: checkpoint: plug in the new fencing codeBrian Paul2009-12-111-3/+17
* | llvmpipe: remove dead codeKeith Whitwell2009-10-091-0/+1
* | llvmpipe: remove tex tile cache and related codeKeith Whitwell2009-10-081-30/+2
|/
* llvmpipe: Ensure tile cache transfers are mapped before flushing it.José Fonseca2009-10-041-2/+6
* llvmpipe: Texture cache is read-only. No need to flush.José Fonseca2009-08-301-6/+0
* llvmpipe: Code generate the depth test, and include in the shader.José Fonseca2009-08-291-2/+1
* llvmpipe: Split the texture cache from the color/depth/stencil cache.José Fonseca2009-08-291-1/+2
* llvmpipe: avoid flushing depth buffer cache on swapbuffersKeith Whitwell2009-08-291-5/+15
* llvmpipe: remove backwards dependency from tilecache to llvmpipeKeith Whitwell2009-08-291-3/+3
* llvmpipe: Fork softpipe for experimentation with llvm.José Fonseca2009-08-291-0/+94