godot/thirdparty/etcpak
Rémi Verschelde 638cfec853
etcpak: We only need the compression code, remove rest of etcpak app
We do our own image loading, threading, and memory management in Godot already,
so the only components we need from etcpak (at least as of now) are the
`Compress*` methods defined in `ProcessDxtc.cpp` and `ProcessRGB.cpp`.

So we don't need to compile or vendor the rest.
2021-04-14 16:50:02 +02:00
..
AUTHORS.txt Add etcpak library for faster ETC/ETC2/S3TC imports. 2021-04-13 00:12:12 +02:00
Dither.cpp Add etcpak library for faster ETC/ETC2/S3TC imports. 2021-04-13 00:12:12 +02:00
Dither.hpp Add etcpak library for faster ETC/ETC2/S3TC imports. 2021-04-13 00:12:12 +02:00
ForceInline.hpp Add etcpak library for faster ETC/ETC2/S3TC imports. 2021-04-13 00:12:12 +02:00
LICENSE.txt Add etcpak library for faster ETC/ETC2/S3TC imports. 2021-04-13 00:12:12 +02:00
Math.hpp Add etcpak library for faster ETC/ETC2/S3TC imports. 2021-04-13 00:12:12 +02:00
ProcessCommon.hpp Add etcpak library for faster ETC/ETC2/S3TC imports. 2021-04-13 00:12:12 +02:00
ProcessDxtc.cpp Add etcpak library for faster ETC/ETC2/S3TC imports. 2021-04-13 00:12:12 +02:00
ProcessDxtc.hpp Add etcpak library for faster ETC/ETC2/S3TC imports. 2021-04-13 00:12:12 +02:00
ProcessRGB.cpp Add etcpak library for faster ETC/ETC2/S3TC imports. 2021-04-13 00:12:12 +02:00
ProcessRGB.hpp Add etcpak library for faster ETC/ETC2/S3TC imports. 2021-04-13 00:12:12 +02:00
Tables.cpp Add etcpak library for faster ETC/ETC2/S3TC imports. 2021-04-13 00:12:12 +02:00
Tables.hpp Add etcpak library for faster ETC/ETC2/S3TC imports. 2021-04-13 00:12:12 +02:00
Vector.hpp Add etcpak library for faster ETC/ETC2/S3TC imports. 2021-04-13 00:12:12 +02:00