summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texcompress_rgtc.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove more null pointer checks before free() callsBrian Paul2012-09-031-8/+8
* mesa/swrast: fix GL_TEXTURE_2D_ARRAY texture fetches for latc/rgtc formatsBrian Paul2012-08-241-40/+60
* swrast: s/Data/Map/ in swrast_texture_imageBrian Paul2012-01-241-12/+12
* mesa: remove the dstX/Y/Zoffset params to _mesa_texstore() functionsBrian Paul2012-01-021-33/+4
* mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrastBrian Paul2011-10-231-12/+12
* mesa: get rid of imageOffsets arrays in texstore codeBrian Paul2011-10-051-8/+4
* mesa/gallium: remove GLchan from latc, rgtc codeBrian Paul2011-09-201-14/+14
* mesa: s/_mesa_make_temp_chan_image()/_mesa_make_temp_ubyte_image()Brian Paul2011-09-201-4/+4
* mesa: move gl_texture_image::FetchTexel fields to swrastBrian Paul2011-09-171-20/+22
* 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