summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_tile_cache.h
AgeCommit message (Expand)Author
2010-12-02softpipe: increase max texture size to 16KBrian Paul
2010-10-23softpipe: remove >32bpp color restrictionBrian Paul
2010-09-27softpipe: allocate tile data on demandBrian Paul
2010-04-25softpipe: Hardcode TILE_CLEAR_OPTIMIZATION to 1.José Fonseca
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell
2009-09-24softpipe: fix compiler warningsKeith Whitwell
2009-09-23Merge branch 'mesa_7_6_branch'Brian Paul
2009-08-23Merge branch 'tex-tilecache' into softpipe-optKeith Whitwell
2009-08-21softpipe: minor code refactoring to remove softpipe/tile cache dependenciesBrian Paul
2009-08-18softpipe: split texture and surface tile cachesKeith Whitwell
2009-07-23softpipe: also shortcircuit non-texture tile lookupsKeith Whitwell
2009-07-22softpipe: shortcircuit repeated lookups of the same tileKeith Whitwell
2009-07-22softpipe: make some small steps to flush texture cache less frequentlyKeith Whitwell
2009-07-22softpipe: remove backwards dependency from tilecache to softpipeKeith Whitwell
2009-04-06softpipe: clean up the buffer clear and tile cache code a littleBrian Paul
2009-02-05gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer
2008-11-23softpipe: remove old/unneeded dependencies between TGSI exec and softpipeBrian
2008-05-01gallium: tex surface checkpointKeith Whitwell
2008-02-20gallium: use pipe_texture_reference() in sp_tile_cache_set_texture()Brian
2008-02-15Code reorganization: move files into their places.José Fonseca