aboutsummaryrefslogtreecommitdiff
path: root/modules/etc/image_etc.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | The first in my quest to make Godot 3.x compile with -Werror on GCC7
* 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
| | | | | The *2 factor between cores and threads of most modern CPUs is already taken into account in get_processor_count().
* -Fix freezes caused by etccomp2, closes #9183Juan Linietsky2017-06-161-7/+25
| | | | -Normalmaps are now detected and imported as RGTC, both in S3TC and ETC2, this improves their quality.
* Add ETC1/ETC2 compression support though etc2comp.Ferenc Arn2017-05-311-0/+181
Remove rg-etc1 code. Also updated travis to use ubuntu 14.04. Fixes #8457.