aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texcompress_bptc.c
Commit message (Expand)AuthorAgeFilesLines
* util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIANDylan Baker2019-11-051-1/+1
* mesa/main: replace uses of _mesa_little_endian with preprocessorDylan Baker2019-11-051-2/+5
* mesa: add header for share bptc decompress functionsDenis Pauk2018-07-011-1434/+17
* mesa: include mtypes.h lessMarek Olšák2018-04-121-0/+1
* 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