summaryrefslogtreecommitdiff
path: root/src/mesa/main/texcompress_rgtc.c
AgeCommit message (Expand)Author
2011-03-08mesa: add EXT_texture_compression_latcMarek Olšák
2011-03-02rgtc: move the texel fetch into common unsigned/signed code.Dave Airlie
2011-03-02rgtc: fix issues with compressor and signed types.Dave Airlie
2011-03-02rgtc: don't try to access off the end of the block.Dave Airlie
2011-03-02rgtc: move to using ubyte for fetch instead of chan + fix limitDave Airlie
2011-03-02rgtc: fix fetch function limits for signed typesDave Airlie
2011-03-02swrast/rgtc: fix rendering issues introduced when fix constantsDave Airlie
2011-03-01rgtc: shared the compressor code between signed/unsignedDave Airlie
2011-03-01rgtc: fix void pointer arith.Dave Airlie
2011-02-28mesa: Add RGTC texture store/fetch support.Dave Airlie