Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-01 | etc2comp: Fix max iterations for RGBA channels | Rémi Verschelde | |
Those checks were *very likely* meant to clamp the max value, not the min one. Fixes https://github.com/godotengine/godot/issues/10059#issuecomment-606993001. | |||
2017-07-08 | Revert "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-06 | Mark where ETC1 restriction needs to be done to speed up RGBA8 import | Juan Linietsky | |
2017-05-31 | Add ETC1/ETC2 compression support though etc2comp. | Ferenc Arn | |
Remove rg-etc1 code. Also updated travis to use ubuntu 14.04. Fixes #8457. |