diff options
author | Orkun <orkuntezerm@gmail.com> | 2017-11-19 02:24:31 +0300 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-12-16 15:38:36 +0100 |
commit | e021097c80b3bce96f84cba9572ea1ea846cf1b7 (patch) | |
tree | ce57f87e423c768ab5cd2922020b447bb7a68b4e /thirdparty/README.md | |
parent | 92a8a505a086cf6b4a134a385da77f9e3365d42b (diff) | |
download | redot-engine-e021097c80b3bce96f84cba9572ea1ea846cf1b7.tar.gz |
Fix #12220: Add Decompress Bc5 to Squish
This Commit fixes the corrupted file preview described in #12220.
Added DecompressColourBc5 function to squish.
Diffstat (limited to 'thirdparty/README.md')
-rw-r--r-- | thirdparty/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/thirdparty/README.md b/thirdparty/README.md index 8c50081782..62690e21c7 100644 --- a/thirdparty/README.md +++ b/thirdparty/README.md @@ -365,6 +365,7 @@ Files extracted from upstream source: - celt/ and silk/ subfolders - COPYING + ## pcre2 - Upstream: http://www.pcre.org/ @@ -378,6 +379,7 @@ Files extracted from upstream source: - src/pcre2_jit_*.c and src/sljit/* - AUTHORS and COPYING + ## pvrtccompressor - Upstream: https://bitbucket.org/jthlim/pvrtccompressor @@ -389,12 +391,14 @@ Files extracted from upstream source: - all .cpp and .h files apart from `main.cpp` - LICENSE.TXT + ## recastnavigation - Upstream: https://github.com/recastnavigation/recastnavigation - version: git commit ef3ea40f - 2016-02-06 - License: zlib + ## rtaudio - Upstream: http://www.music.mcgill.ca/~gary/rtaudio/ @@ -416,6 +420,10 @@ Files extracted from upstream source: - all .cpp, .h and .inl files +Important: Some files have Godot-made changes. +They are marked with `// -- GODOT start --` and `// -- GODOT end --` +comments and a patch is provided in the squish/ folder. + ## tinyexr |