summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_flush.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: add a pipe_context parameter to fence_finishMarek Olšák2016-08-101-1/+2
* gallium/util: switch over to new u_debug_image.[ch] codeBrian Paul2016-02-081-0/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-3/+3
* llvmpipe: lp_resource_copy cleanupRoland Scheidegger2013-02-201-2/+1
* gallivm,draw,llvmpipe: Support wider native registers.José Fonseca2012-07-171-7/+0
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-22/+17
* gallium: cleanup fence_signalled and fence_finishMarek Olšák2011-03-111-1/+1
* gallium: kill is_resource_referencedMarek Olšák2011-03-111-3/+3
* gallium: add timeout parameter to fence_finishMarek Olšák2011-03-081-1/+1
* llvmpipe: fix incorrect array index in image dump codeBrian Paul2011-01-311-1/+1
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-2/+2
* gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul2010-11-301-0/+7
* llvmpipe: Include missing header in lp_flush.c.Vinson Lee2010-08-281-0/+1
* llvmpipe: fence debugging, add llvmpipe_finishKeith Whitwell2010-08-251-20/+18
* llvmpipe: fix comment typoRoland Scheidegger2010-07-131-2/+2
* llvmpipe: move fences from per-bin to per-threadKeith Whitwell2010-07-131-9/+1
* 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