summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texcompress_bptc.c
Commit message (Expand)AuthorAgeFilesLines
* glsl: move half<->float convertion to utilRob Clark2015-10-161-0/+1
* mesa: Fix texture compression on big-endian systemsUlrich Weigand2015-09-171-1/+2
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-2/+2
* mesa: Remove _mesa_make_temp_float_imageIago Toral Quiroga2015-01-121-9/+11
* mesa: Remove _mesa_make_temp_ubyte_imageIago Toral Quiroga2015-01-121-8/+11
* mesa: Add texstore functions for BPTC-compressed texturesNeil Roberts2014-08-121-0/+689
* mesa: Add texel fetch functions for BPTC-compressed texturesNeil Roberts2014-08-121-0/+960