summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_flush.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-19util: use standard name for snprintf()Eric Engestrom1-2/+2
2016-08-10gallium: add a pipe_context parameter to fence_finishMarek Olšák1-1/+2
2016-02-08gallium/util: switch over to new u_debug_image.[ch] codeBrian Paul1-0/+1
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-3/+3
2013-02-20llvmpipe: lp_resource_copy cleanupRoland Scheidegger1-2/+1
2012-07-17gallivm,draw,llvmpipe: Support wider native registers.José Fonseca1-7/+0
2011-03-11gallium: remove flags from the flush functionMarek Olšák1-22/+17
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák1-1/+1
2011-03-11gallium: kill is_resource_referencedMarek Olšák1-3/+3
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák1-1/+1
2011-01-31llvmpipe: fix incorrect array index in image dump codeBrian Paul1-1/+1
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-2/+2
2010-11-30gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul1-0/+7
2010-08-28llvmpipe: Include missing header in lp_flush.c.Vinson Lee1-0/+1
2010-08-25llvmpipe: fence debugging, add llvmpipe_finishKeith Whitwell1-20/+18
2010-07-13llvmpipe: fix comment typoRoland Scheidegger1-2/+2
2010-07-13llvmpipe: move fences from per-bin to per-threadKeith Whitwell1-9/+1
2010-06-04llvmpipe: Do unswizzling in parallel when flushing for transfers.José Fonseca1-0/+7
2010-05-25llvmpipe: Stop relying on PIPE_FLUSH_TEXTURE_CACHE/PIPE_FLUSH_RENDER_CACHE ma...José Fonseca1-30/+8
2010-05-10llvmpipe: update image dump/debug codeBrian Paul1-16/+17
2010-04-25llvmpipe: No need to flush the caches for buffers.José Fonseca1-11/+13
2010-04-25llvmpipe: Cleanup/improve llvmpipe_flush_resource usage.José Fonseca1-4/+7
2010-04-25llvmpipe: llvmpipe_flush_texture -> llvmpipe_flush_resourceJosé Fonseca1-11/+8
2010-04-16llvmpipe: flush upon PIPE_FLUSH_TEXTURE_CACHE tooBrian Paul1-1/+2
2010-04-16Merge the lp-surface-tiling branch into master.Brian Paul1-8/+7
2010-04-10Squashed commit of the following:Keith Whitwell1-2/+2
2010-03-24llvmpipe: fix up some questionable fence codeBrian Paul1-2/+1
2010-03-13llvmpipe: Ensure the context is flushed before modifying textures.José Fonseca1-0/+65
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell1-2/+2
2010-02-07llvmpipe: Remove unnecessary headers.Vinson Lee1-1/+0
2010-01-31Merge remote branch 'origin/master' into lp-binningJosé Fonseca1-1/+0
2010-01-21llvmpipe: Remove unnecessary headers.Vinson Lee1-2/+0
2010-01-14llvmpipe: clean-up, fixing up frame dump/debug codeBrian Paul1-7/+12
2010-01-10llvmpipe: initial mrt supportKeith Whitwell1-2/+5
2010-01-06llvmpipe: remove dead codeKeith Whitwell1-1/+0
2009-12-11llvmpipe: checkpoint: plug in the new fencing codeBrian Paul1-3/+17
2009-10-09llvmpipe: remove dead codeKeith Whitwell1-0/+1
2009-10-08llvmpipe: remove tex tile cache and related codeKeith Whitwell1-30/+2
2009-10-04llvmpipe: Ensure tile cache transfers are mapped before flushing it.José Fonseca1-2/+6
2009-08-30llvmpipe: Texture cache is read-only. No need to flush.José Fonseca1-6/+0
2009-08-29llvmpipe: Code generate the depth test, and include in the shader.José Fonseca1-2/+1
2009-08-29llvmpipe: Split the texture cache from the color/depth/stencil cache.José Fonseca1-1/+2
2009-08-29llvmpipe: avoid flushing depth buffer cache on swapbuffersKeith Whitwell1-5/+15
2009-08-29llvmpipe: remove backwards dependency from tilecache to llvmpipeKeith Whitwell1-3/+3
2009-08-29llvmpipe: Fork softpipe for experimentation with llvm.José Fonseca1-0/+94