summaryrefslogtreecommitdiff
path: root/src/mesa/main/texcompress_rgtc.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-12mesa: Remove _mesa_make_temp_float_imageIago Toral Quiroga1-14/+31
2015-01-12mesa: Remove _mesa_make_temp_ubyte_imageIago Toral Quiroga1-14/+31
2014-09-17util: move shared rgtc code to util (v2)Dave Airlie1-60/+19
2014-01-27mesa: Fix Type A _INT formats to MESA_FORMAT naming standardMark Mueller1-16/+16
2014-01-27mesa: change gl_format to mesa_formatMark Mueller1-1/+1
2013-04-30swrast: Replace ImageOffsets with an ImageSlices pointer.Eric Anholt1-42/+28
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2013-01-02mesa: fix signed/unsignd mix-up in fetch_signed_l_latc1()Brian Paul1-2/+3
2012-12-14mesa: remove old swrast-based compressed texel fetch codeBrian Paul1-132/+0
2012-12-14mesa: add new texel fetch code for rgtc formatsBrian Paul1-0/+161
2012-09-03mesa: remove more null pointer checks before free() callsBrian Paul1-8/+8
2012-08-24mesa/swrast: fix GL_TEXTURE_2D_ARRAY texture fetches for latc/rgtc formatsBrian Paul1-40/+60
2012-01-24swrast: s/Data/Map/ in swrast_texture_imageBrian Paul1-12/+12
2012-01-02mesa: remove the dstX/Y/Zoffset params to _mesa_texstore() functionsBrian Paul1-33/+4
2011-10-23mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrastBrian Paul1-12/+12
2011-10-05mesa: get rid of imageOffsets arrays in texstore codeBrian Paul1-8/+4
2011-09-20mesa/gallium: remove GLchan from latc, rgtc codeBrian Paul1-14/+14
2011-09-20mesa: s/_mesa_make_temp_chan_image()/_mesa_make_temp_ubyte_image()Brian Paul1-4/+4
2011-09-17mesa: move gl_texture_image::FetchTexel fields to swrastBrian Paul1-20/+22
2011-04-08mesa: fix dstRowDiff computation in RGTC texstore functionsMarek Olšák1-4/+4
2011-03-08mesa: add EXT_texture_compression_latcMarek Olšák1-4/+64
2011-03-02rgtc: move the texel fetch into common unsigned/signed code.Dave Airlie1-65/+12
2011-03-02rgtc: fix issues with compressor and signed types.Dave Airlie1-3/+3
2011-03-02rgtc: don't try to access off the end of the block.Dave Airlie1-2/+2
2011-03-02rgtc: move to using ubyte for fetch instead of chan + fix limitDave Airlie1-13/+13
2011-03-02rgtc: fix fetch function limits for signed typesDave Airlie1-2/+2
2011-03-02swrast/rgtc: fix rendering issues introduced when fix constantsDave Airlie1-1/+1
2011-03-01rgtc: shared the compressor code between signed/unsignedDave Airlie1-696/+27
2011-03-01rgtc: fix void pointer arith.Dave Airlie1-2/+2
2011-02-28mesa: Add RGTC texture store/fetch support.Dave Airlie1-0/+1122