aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texcompress_rgtc.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: fix dstRowDiff computation in RGTC texstore functionsMarek Olšák2011-04-081-4/+4
* mesa: add EXT_texture_compression_latcMarek Olšák2011-03-081-4/+64
* rgtc: move the texel fetch into common unsigned/signed code.Dave Airlie2011-03-021-65/+12
* rgtc: fix issues with compressor and signed types.Dave Airlie2011-03-021-3/+3
* rgtc: don't try to access off the end of the block.Dave Airlie2011-03-021-2/+2
* rgtc: move to using ubyte for fetch instead of chan + fix limitDave Airlie2011-03-021-13/+13
* rgtc: fix fetch function limits for signed typesDave Airlie2011-03-021-2/+2
* swrast/rgtc: fix rendering issues introduced when fix constantsDave Airlie2011-03-021-1/+1
* rgtc: shared the compressor code between signed/unsignedDave Airlie2011-03-011-696/+27
* rgtc: fix void pointer arith.Dave Airlie2011-03-011-2/+2
* mesa: Add RGTC texture store/fetch support.Dave Airlie2011-02-281-0/+1122