summaryrefslogtreecommitdiffstats
path: root/modules/squish/image_compress_squish.cpp
Commit message (Expand)AuthorAgeFilesLines
* Import: Cleanup and optimize etcpak compression methodRémi Verschelde2021-04-161-78/+0
* Add `etcpak` library for faster ETC/ETC2/S3TC imports.K. S. Ernest (iFire) Lee2021-04-131-80/+0
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-3/+5
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-9/+0
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-9/+6
* Rewritten StreamTexture for better code reuse, added basis universal supportJuan Linietsky2020-02-111-49/+13
* Image: Include S3TC compression via Squish in non-tools buildRémi Verschelde2020-01-131-2/+0
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'Robin Hübner2019-08-121-2/+1
* Added release function to PoolVector::Access.Ibrahn Sahir2019-07-061-2/+2
* Style: Apply new changes from clang-format 8.0Rémi Verschelde2019-04-091-1/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Build squish decompression in runtimeLeon Krause2018-11-281-2/+2
* Fix Squish decompression, closes #18109Juan Linietsky2018-11-161-3/+4
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Fix mipmap levels not being initializedelasota2018-08-251-2/+2
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-1/+1
* Use cluster fit at higher quality levelselasota2018-08-221-1/+7
* Fix Squish SSE misconfigurationelasota2018-08-211-6/+0
* Added proper import support for 3D and Array texturesJuan Linietsky2018-08-061-2/+29
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Improve slang, especially in user-visible partsUnknown2017-12-051-1/+1
* Fix use of unitialized variablesHein-Pieter van Braam2017-09-021-1/+5
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* -Fix freezes caused by etccomp2, closes #9183Juan Linietsky2017-06-161-2/+7
* -Restored multithread capability to VisualServerJuan Linietsky2017-06-091-0/+1
* many fixes to image loader, voxel cone tracing, etc.Juan Linietsky2017-06-021-2/+2
* rewritten PBR implementation to make it friendlier with BlenderJuan Linietsky2017-05-311-7/+12
* -Added EXR supprot for HDR (no BC6 compression yet though)Juan Linietsky2017-05-261-44/+65
* Use libsquish to decompress DXT textures.Ferenc Arn2017-05-181-1/+41
* Detect SSE/SSE2 for libsquish.Ferenc Arn2017-04-281-0/+6
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-25/+28
* Several bugfixes, improving the import workflowJuan Linietsky2017-02-061-3/+2
* Style: Fix statements ending with ';;'Rémi Verschelde2017-01-161-3/+3
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-071-5/+5
* Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-021-9/+9
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* squish: Move to a module and split thirdparty libRémi Verschelde2016-10-151-0/+92