summaryrefslogtreecommitdiffstats
path: root/modules/etc
Commit message (Expand)AuthorAgeFilesLines
* Fix size mismatch in _compress_etcMillionOstrich2017-11-201-6/+8
* doc: Make all module docs self-containedRémi Verschelde2017-11-151-2/+0
* Use BoolVariable for module options.Elliott Sales de Andrade2017-09-251-1/+1
* Use BoolVariable in target/component/advanced options.Elliott Sales de Andrade2017-09-251-1/+1
* Fix ETC2 import for luminance/lumalpha textures, fixes #10421Juan Linietsky2017-09-041-2/+1
* Merge pull request #10846 from hpvb/fix-sign-compareRémi Verschelde2017-09-011-1/+1
|\
| * Fix signed and unsigned comparisonsHein-Pieter van Braam2017-09-011-1/+1
* | etc: Append -std=gnu++11 to CCFLAGS instead of CXXFLAGSIgnacio Etcheverry2017-09-011-1/+1
|/
* Disable -ffast-math for etc2compHein-Pieter van Braam2017-08-301-0/+4
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-276-6/+6
* 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
* Disable etc2comp and tinyexr modules on non-tools buildRémi Verschelde2017-06-301-1/+5
* 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-318-0/+499