summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_tile_cache.h
AgeCommit message (Expand)AuthorFilesLines
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell1-2/+2
2009-09-24softpipe: fix compiler warningsKeith Whitwell1-1/+1
2009-09-23Merge branch 'mesa_7_6_branch'Brian Paul1-2/+2
2009-08-23Merge branch 'tex-tilecache' into softpipe-optKeith Whitwell1-39/+3
2009-08-21softpipe: minor code refactoring to remove softpipe/tile cache dependenciesBrian Paul1-1/+0
2009-08-18softpipe: split texture and surface tile cachesKeith Whitwell1-39/+3
2009-07-23softpipe: also shortcircuit non-texture tile lookupsKeith Whitwell1-1/+15
2009-07-22softpipe: shortcircuit repeated lookups of the same tileKeith Whitwell1-4/+84
2009-07-22softpipe: make some small steps to flush texture cache less frequentlyKeith Whitwell1-0/+3
2009-07-22softpipe: remove backwards dependency from tilecache to softpipeKeith Whitwell1-8/+4
2009-04-06softpipe: clean up the buffer clear and tile cache code a littleBrian Paul1-1/+2
2009-02-05gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer1-2/+2
2008-11-23softpipe: remove old/unneeded dependencies between TGSI exec and softpipeBrian1-1/+1
2008-05-01gallium: tex surface checkpointKeith Whitwell1-1/+1
2008-02-20gallium: use pipe_texture_reference() in sp_tile_cache_set_texture()Brian1-1/+2
2008-02-15Code reorganization: move files into their places.José Fonseca1-0/+104