summaryrefslogtreecommitdiffstats
path: root/modules/etc/image_etc.cpp
Commit message (Expand)AuthorAgeFilesLines
* PVRTC: Move compress func to `modules/pvr`, drop obsolete PVRTexTool codeRémi Verschelde2020-12-101-224/+0
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-2/+0
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
* Style: Fix code format scripts compat with non-GNU UnicesRémi Verschelde2020-07-271-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-4/+6
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Force mipmaps off when importing RGBA4444 texturesclayjohn2020-02-291-0/+6
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-4/+4
* basis_universal: Fix py3 build and document license and provenanceRémi Verschelde2020-02-111-2/+5
* Rewritten StreamTexture for better code reuse, added basis universal supportJuan Linietsky2020-02-111-49/+10
* Add support for Lum-alpha textures to ETC fallbackclayjohn2020-01-031-4/+9
* Fallback to RGBA4444 for textures with alpha set to ETC compressionclayjohn2020-01-021-0/+7
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fix some crashes and using null pointersRafał Mikrut2019-10-281-0/+1
* 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
* Fix warning about functions defined but not used [-Wunused-function]Rémi Verschelde2018-09-291-11/+0
* Fix warnings about unhandled enum value in switch [-Wswitch]Rémi Verschelde2018-09-271-6/+8
* Fix warnings for comparison between signed and unsigned integers [-Wsign-comp...Rémi Verschelde2018-09-271-1/+1
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-4/+4
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-2/+2
* Added proper import support for 3D and Array texturesJuan Linietsky2018-08-061-1/+28
* Properly resize textures so they can be ETC compressed, fixes #15139Juan Linietsky2018-01-121-1/+19
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Fix size mismatch in _compress_etcMillionOstrich2017-11-201-6/+8
* Fix ETC2 import for luminance/lumalpha textures, fixes #10421Juan Linietsky2017-09-041-2/+1
* Fix signed and unsigned comparisonsHein-Pieter van Braam2017-09-011-1/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Add closest_power_of_2 func and implement mix_rate/latency on OS XMarcelo Fernandez2017-08-171-1/+1
* Some changes to dual paraboloid envmap generation, fixes somme bleedingJuan Linietsky2017-07-051-0/+4
* etc: Do not overestimate number of CPU threadsRémi Verschelde2017-06-171-1/+1
* -Fix freezes caused by etccomp2, closes #9183Juan Linietsky2017-06-161-7/+25
* Add ETC1/ETC2 compression support though etc2comp.Ferenc Arn2017-05-311-0/+181