summaryrefslogtreecommitdiff
path: root/src/mesa/main/texcompress_rgtc.h
AgeCommit message (Expand)AuthorFilesLines
2014-01-27mesa: change gl_format to mesa_formatMark Mueller1-1/+1
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2012-12-14mesa: remove old swrast-based compressed texel fetch codeBrian Paul1-34/+0
2012-12-14mesa: add new texel fetch code for rgtc formatsBrian Paul1-0/+5
2012-08-24mesa/swrast: fix GL_TEXTURE_2D_ARRAY texture fetches for latc/rgtc formatsBrian Paul1-16/+16
2011-09-17mesa: move gl_texture_image::FetchTexel fields to swrastBrian Paul1-9/+9
2011-03-08mesa: add EXT_texture_compression_latcMarek Olšák1-0/+17
2011-02-28mesa: Add RGTC texture store/fetch support.Dave Airlie1-0/+60