summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_flush.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-16gallium: add flags parameter to texture barrierIlia Mirkin1-2/+2
2016-08-10gallium: add a pipe_context parameter to fence_finishMarek Olšák1-1/+1
2016-04-27softpipe: s/Elements/ARRAY_SIZE/Brian Paul1-2/+2
2016-03-31softpipe: add image support to softpipe (v3)Dave Airlie1-0/+26
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-05-04gallium: fix type of flags in pipe_context::flush()Chia-I Wu1-1/+1
2013-04-09softpipe: misc updates to image dumping in softpipe_flush()Brian Paul1-3/+4
2013-01-04gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák1-2/+3
2012-10-11gallium: unify transfer functionsMarek Olšák1-8/+0
2012-08-07softpipe: fix loop limit for tex_cache[] arrayBrian Paul1-1/+1
2012-08-06softpipe: consolidate sampler-related arraysBrian Paul1-8/+6
2012-08-06softpipe: combine vert/frag/geom texture caches in an arrayBrian Paul1-3/+4
2011-06-02softpipe: add a better fake implementation of fencesMarek Olšák1-2/+2
2011-03-11gallium: remove flags from the flush functionMarek Olšák1-36/+33
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák1-1/+1
2011-03-11gallium: kill is_resource_referencedMarek Olšák1-5/+5
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák1-1/+2
2011-02-02softpipe: rename fragment sampler/view fieldsBrian Paul1-1/+1
2011-01-18softpipe: s/tex_cache/fragment_tex_cache/Brian Paul1-1/+1
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-2/+2
2010-08-28softpipe: Include missing header in sp_flush.c.Vinson Lee1-0/+1
2010-06-11gallium/softpipe/draw: support samplers in geometry shadersZack Rusin1-0/+3
2010-04-25softpipe: Make softpipe transfers in-order.José Fonseca1-0/+68
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell1-2/+2
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell1-2/+2
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul1-2/+0
2010-01-20softpipe: Remove unnecessary headers.Vinson Lee1-2/+0
2010-02-19gallium: WIP: Introduce sampler views.Michal Krol1-2/+2
2009-12-01sp: Implement separate vertex sampler state.Michal Krol1-0/+3
2009-08-18softpipe: split texture and surface tile cachesKeith Whitwell1-1/+2
2009-07-23softpipe: avoid flushing depth buffer cache on swapbuffersKeith Whitwell1-5/+15
2009-07-22softpipe: remove backwards dependency from tilecache to softpipeKeith Whitwell1-3/+3
2009-06-15softpipe: Fix softpipe_is_texture_referenced.José Fonseca1-0/+2
2009-02-05gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer1-1/+1
2009-01-27gallium: standardize api on the prefix "nr"Zack Rusin1-1/+1
2008-09-09softpipe: Code (commented out) to dump BMPs.José Fonseca1-0/+13
2008-05-01gallium: tex surface checkpointKeith Whitwell1-16/+19
2008-03-26gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer1-5/+5
2008-02-15Code reorganization: update build.José Fonseca1-1/+1
2008-02-15Code reorganization: move files into their places.José Fonseca1-0/+76