summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texcompress_rgtc.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Fix texture compression on big-endian systemsUlrich Weigand2015-09-171-2/+4
* mesa: remove unneeded #include of colormac.hBrian Paul2015-04-011-1/+0
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-4/+4
* mesa: Remove _mesa_make_temp_float_imageIago Toral Quiroga2015-01-121-14/+31
* mesa: Remove _mesa_make_temp_ubyte_imageIago Toral Quiroga2015-01-121-14/+31
* util: move shared rgtc code to util (v2)Dave Airlie2014-09-171-60/+19
* mesa: Fix Type A _INT formats to MESA_FORMAT naming standardMark Mueller2014-01-271-16/+16
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-1/+1
* swrast: Replace ImageOffsets with an ImageSlices pointer.Eric Anholt2013-04-301-42/+28
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* mesa: fix signed/unsignd mix-up in fetch_signed_l_latc1()Brian Paul2013-01-021-2/+3
* mesa: remove old swrast-based compressed texel fetch codeBrian Paul2012-12-141-132/+0
* mesa: add new texel fetch code for rgtc formatsBrian Paul2012-12-141-0/+161
* 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