aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_tile_image.c
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: Eliminate color buffer swizzling.José Fonseca2012-11-291-40/+1
* llvmpipe: Only advertise unswizzled formats.José Fonseca2012-11-291-0/+4
* llvmpipe: Always use memory allocation macros.José Fonseca2011-09-251-2/+3
* llvmpipe: Always swizzle/unswizzle whole tiles.José Fonseca2010-07-131-2/+2
* llvmpipe: Replace tile_read/write with more descriptive swizzle/unswizzle verbs.José Fonseca2010-04-251-2/+2
* llvmpipe: Undo zs tiling changes.José Fonseca2010-04-221-0/+4
* llvmpipe: Fix rendering to non 32bpp formats.José Fonseca2010-04-221-14/+8
* Merge the lp-surface-tiling branch into master.Brian Paul2010-04-161-46/+250
* llvmpipe: whole image tile/untile functionsBrian Paul2010-02-231-0/+126