summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_flush.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: add a pipe_context parameter to fence_finishMarek Olšák2016-08-101-1/+1
* softpipe: s/Elements/ARRAY_SIZE/Brian Paul2016-04-271-2/+2
* softpipe: add image support to softpipe (v3)Dave Airlie2016-03-311-0/+26
* 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
* gallium: fix type of flags in pipe_context::flush()Chia-I Wu2013-05-041-1/+1
* softpipe: misc updates to image dumping in softpipe_flush()Brian Paul2013-04-091-3/+4
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-041-2/+3
* gallium: unify transfer functionsMarek Olšák2012-10-111-8/+0
* softpipe: fix loop limit for tex_cache[] arrayBrian Paul2012-08-071-1/+1
* softpipe: consolidate sampler-related arraysBrian Paul2012-08-061-8/+6
* softpipe: combine vert/frag/geom texture caches in an arrayBrian Paul2012-08-061-3/+4
* softpipe: add a better fake implementation of fencesMarek Olšák2011-06-021-2/+2
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-36/+33
* gallium: cleanup fence_signalled and fence_finishMarek Olšák2011-03-111-1/+1
* gallium: kill is_resource_referencedMarek Olšák2011-03-111-5/+5
* gallium: add timeout parameter to fence_finishMarek Olšák2011-03-081-1/+2
* softpipe: rename fragment sampler/view fieldsBrian Paul2011-02-021-1/+1
* softpipe: s/tex_cache/fragment_tex_cache/Brian Paul2011-01-181-1/+1
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-2/+2
* softpipe: Include missing header in sp_flush.c.Vinson Lee2010-08-281-0/+1
* gallium/softpipe/draw: support samplers in geometry shadersZack Rusin2010-06-111-0/+3
* softpipe: Make softpipe transfers in-order.José Fonseca2010-04-251-0/+68
* Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-131-2/+2
|\
| * Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-111-2/+2
* | gallium: WIP: Introduce sampler views.Michal Krol2010-02-191-2/+2
|/
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-2/+0
|\
| * softpipe: Remove unnecessary headers.Vinson Lee2010-01-201-2/+0
* | sp: Implement separate vertex sampler state.Michal Krol2009-12-011-0/+3
|/
* softpipe: split texture and surface tile cachesKeith Whitwell2009-08-181-1/+2
* softpipe: avoid flushing depth buffer cache on swapbuffersKeith Whitwell2009-07-231-5/+15
* softpipe: remove backwards dependency from tilecache to softpipeKeith Whitwell2009-07-221-3/+3
* softpipe: Fix softpipe_is_texture_referenced.José Fonseca2009-06-151-0/+2
* gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer2009-02-051-1/+1
* gallium: standardize api on the prefix "nr"Zack Rusin2009-01-271-1/+1
* softpipe: Code (commented out) to dump BMPs.José Fonseca2008-09-091-0/+13
* gallium: tex surface checkpointKeith Whitwell2008-05-011-16/+19
* gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer2008-03-261-5/+5
* Code reorganization: update build.José Fonseca2008-02-151-1/+1
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+76