summaryrefslogtreecommitdiff
path: root/src/static_libs/rg_etc/etc2_encoder.c
Commit message (Expand)AuthorAgeFilesLines
* Use __func__ C99 identifier instead of __FUNCTION__ compiler extensionVincent Torri2020-05-071-1/+1
* ETC1/2: Fix clang warningsJean-Philippe Andre2015-04-211-0/+4
* fix config.h inclusion across the treeMike Blumenkrantz2014-09-231-0/+5
* Evas ETC2: Remove some useless operationsJean-Philippe Andre2014-06-231-1/+14
* Evas ETC2: Remove some C99/GCC extensions codeJean-Philippe ANDRE2014-06-221-50/+73
* Evas ETC2: Fix horrible warnings in etc2_encoderJean-Philippe ANDRE2014-06-221-80/+68
* Evas: Fix ETC2 encoding with RGB images (no alpha)Jean-Philippe Andre2014-06-131-1/+1
* Evas ETC2: Clean up debug codeJean-Philippe Andre2014-06-101-4/+11
* Evas ETC2: Fix alpha encoding with high qualityJean-Philippe Andre2014-06-101-15/+22
* Evas ETC2: Implement Planar modeJean-Philippe Andre2014-06-101-21/+191
* Evas ETC2: Implement H mode encodingJean-Philippe Andre2014-06-101-47/+161
* Evas ETC2: Implement T mode encodingJean-Philippe Andre2014-06-101-16/+480
* Evas ETC2: Add ETC2 encoder skelettonJean-Philippe Andre2014-06-101-0/+274