summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texcompress_rgtc.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-1/+1
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* mesa: remove old swrast-based compressed texel fetch codeBrian Paul2012-12-141-34/+0
* mesa: add new texel fetch code for rgtc formatsBrian Paul2012-12-141-0/+5
* mesa/swrast: fix GL_TEXTURE_2D_ARRAY texture fetches for latc/rgtc formatsBrian Paul2012-08-241-16/+16
* mesa: move gl_texture_image::FetchTexel fields to swrastBrian Paul2011-09-171-9/+9
* mesa: add EXT_texture_compression_latcMarek Olšák2011-03-081-0/+17
* mesa: Add RGTC texture store/fetch support.Dave Airlie2011-02-281-0/+60