godot/modules
Rémi Verschelde 688d422554
PVRTC: Move compress func to modules/pvr, drop obsolete PVRTexTool code
The code we had for PVRTexTool doesn't work as it's not compatible with current
PVRTexTool CLI options, and likely hasn't been for years.

Instead, we have our own vendored pvrtccompressor thirdparty library which all
users have thus de-facto been using. This commit moves the compress code to
`modules/pvr` where it belongs.

There's no proper compress function for PVRTC 2-bit format, that's a bug that
will need to be fixed (currently it's compressed as 4-bit format even if you
use Image::FORMAT_PVRTC2).

Fixes #28669.

(cherry picked from commit 1a31274855)
2020-12-29 15:12:06 +01:00
..
arkit iOS: port ARC support 2020-10-06 00:23:25 +03:00
bmp Add Image.load_bmp_from_buffer() for run-time BMP image loading 2020-11-11 15:30:55 +01:00
bullet Merge pull request #43899 from madmiraal/fix-43852-3.2 2020-12-19 09:31:04 +01:00
camera iOS: port ARC support 2020-10-06 00:23:25 +03:00
csg doc: Make docs.godotengine.org links point to 3.2 branch 2020-10-19 16:10:01 +02:00
cvtt
dds
enet doc: Make docs.godotengine.org links point to 3.2 branch 2020-10-19 16:10:01 +02:00
etc PVRTC: Move compress func to modules/pvr, drop obsolete PVRTexTool code 2020-12-29 15:12:06 +01:00
fbx Merge pull request #44305 from RevoluPowered/fbx-update-plugin 2020-12-17 21:19:59 +01:00
freetype
gdnative [HTML5] Make GDNative support feature-based. 2020-12-05 01:14:03 +01:00
gdscript Fix regression in gdscript initialization 2020-12-09 17:11:03 -07:00
gridmap Put misc. 3D tool visible instances on their own layer 2020-11-26 20:08:30 +01:00
hdr
jpg
jsonrpc Make LSP ignore $/ messages 2020-09-29 08:54:44 +02:00
mbedtls Fix certificate generation with mbedtls 2.16.8 . 2020-09-15 19:27:48 +02:00
minimp3 mp3 import and playback support backport 2020-12-07 15:32:09 +01:00
mobile_vr
mono [3.2] Mono: Make Godot provide its own WASM m2n trampolines 2020-12-14 19:46:41 +01:00
ogg
opensimplex doc: Sync classref with current source 2020-12-10 14:22:31 +01:00
opus
pvr PVRTC: Move compress func to modules/pvr, drop obsolete PVRTexTool code 2020-12-29 15:12:06 +01:00
recast
regex
squish
stb_vorbis
svg
tga Add Image.load_bmp_from_buffer() for run-time BMP image loading 2020-11-11 15:30:55 +01:00
theora Improve documentation about VideoPlayer video formats 2020-09-24 14:43:11 +02:00
tinyexr
upnp
vhacd
visual_script doc: Warn about using Node internal processing 2020-11-26 09:38:45 +01:00
vorbis
webm Don't handle BaseException in build scripts 2020-12-12 10:10:23 +00:00
webp
webrtc [HTML5] Add function signatures to JS libraries. 2020-12-04 23:37:41 +01:00
websocket [HTML5] Add function signatures to JS libraries. 2020-12-04 23:37:41 +01:00
xatlas_unwrap xatlas should be using the options configured here 2020-12-02 20:54:39 +01:00
register_module_types.h
SCsub