llvmpipe: move tile cache datatypes into .c file since they're private
[mesa.git] / src / gallium / drivers / llvmpipe / lp_tile_cache.h
2009-09-23 Brian Paulllvmpipe: move tile cache datatypes into .c file since...
2009-09-23 Brian Paulllvmpipe: increase MAX_WIDTH/HEIGHT to match max textur...
2009-09-23 Keith WhitwellMerge branch 'softpipe-opt'
2009-09-22 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-21 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-21 Michel DänzerMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-20 Nicolai HähnleMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-16 Ian RomanickMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-15 Ian RomanickMerge commit 'origin/mesa_7_5_branch' into mesa_7_6_branch
2009-09-15 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-10 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-10 Ian RomanickMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-09 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-08-30 Michel DänzerMerge branch 'mesa_7_5_branch'
2009-08-29 José Fonsecallvmpipe: Don't limit the number of tiles in the cache.
2009-08-29 José Fonsecallvmpipe: Clean dead tile cache code.
2009-08-29 José Fonsecallvmpipe: Simplify tile clears. Use pipe_fill_rect...
2009-08-29 José Fonsecallvmpipe: Start hiding llvmpipe_cached_tile.
2009-08-29 José Fonsecallvmpipe: Drop depth/stencil support from tile cache.
2009-08-29 José Fonsecallvmpipe: Blend in place.
2009-08-29 José Fonsecallvmpipe: Tile in SoA format identical to the blender...
2009-08-29 José Fonsecallvmpipe: Tiles in rgba8 format.
2009-08-29 José Fonsecallvmpipe: Store tile color in SoA.
2009-08-29 José Fonsecallvmpipe: Split the texture cache from the color/depth...
2009-08-29 Keith Whitwellllvmpipe: also shortcircuit non-texture tile lookups
2009-08-29 Keith Whitwellllvmpipe: shortcircuit repeated lookups of the same...
2009-08-29 Keith Whitwellllvmpipe: make some small steps to flush texture cache...
2009-08-29 Keith Whitwellllvmpipe: remove backwards dependency from tilecache...
2009-08-29 José Fonsecallvmpipe: Rename preprocessor symbols too.
2009-08-29 José Fonsecallvmpipe: Fork softpipe for experimentation with llvm.