summaryrefslogtreecommitdiff
path: root/thirdparty/etc2comp
AgeCommit message (Collapse)Author
2018-03-03Fix 3 memory leaksChaosus
2017-11-05Convert DOS line endings to Unix line endingsRémi Verschelde
Should fix issues some of us have with `misc/dist/uwp_template/AppxManifest.xml` always showing up as modified. Might cause issues on Windows due to the removal of BOMs or change of line endings in some of the Mono, UWP or gradlew.bat files, we will test and adapt if need be.
2017-07-08Revert "Mark where ETC1 restriction needs to be done to speed up RGBA8 import"Rémi Verschelde
This reverts commit 8b362b50094ccd332c6ee3d0853a6b9b49f70253. We should not apply our clang-format style to thirdparty code, it makes it impossible to maintain.
2017-07-06Mark where ETC1 restriction needs to be done to speed up RGBA8 importJuan Linietsky
2017-05-31Add ETC1/ETC2 compression support though etc2comp.Ferenc Arn
Remove rg-etc1 code. Also updated travis to use ubuntu 14.04. Fixes #8457.