| Commit message (Expand) | Author | Age | Files | Lines |
* | PVRTC: Move compress func to `modules/pvr`, drop obsolete PVRTexTool code | Rémi Verschelde | 2020-12-10 | 1 | -224/+0 |
* | Remove empty lines around braces with the formatting script | Aaron Franke | 2020-11-16 | 1 | -2/+0 |
* | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -2/+2 |
* | Style: Fix code format scripts compat with non-GNU Unices | Rémi Verschelde | 2020-07-27 | 1 | -1/+1 |
* | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -4/+6 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -1/+0 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -1/+1 |
* | Force mipmaps off when importing RGBA4444 textures | clayjohn | 2020-02-29 | 1 | -0/+6 |
* | PoolVector is gone, replaced by Vector | Juan Linietsky | 2020-02-18 | 1 | -4/+4 |
* | basis_universal: Fix py3 build and document license and provenance | Rémi Verschelde | 2020-02-11 | 1 | -2/+5 |
* | Rewritten StreamTexture for better code reuse, added basis universal support | Juan Linietsky | 2020-02-11 | 1 | -49/+10 |
* | Add support for Lum-alpha textures to ETC fallback | clayjohn | 2020-01-03 | 1 | -4/+9 |
* | Fallback to RGBA4444 for textures with alpha set to ETC compression | clayjohn | 2020-01-02 | 1 | -0/+7 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | Fix some crashes and using null pointers | Rafał Mikrut | 2019-10-28 | 1 | -0/+1 |
* | Style: Apply new changes from clang-format 8.0 | Rémi Verschelde | 2019-04-09 | 1 | -1/+2 |
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | Fix warning about functions defined but not used [-Wunused-function] | Rémi Verschelde | 2018-09-29 | 1 | -11/+0 |
* | Fix warnings about unhandled enum value in switch [-Wswitch] | Rémi Verschelde | 2018-09-27 | 1 | -6/+8 |
* | Fix warnings for comparison between signed and unsigned integers [-Wsign-comp... | Rémi Verschelde | 2018-09-27 | 1 | -1/+1 |
* | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -4/+4 |
* | Make some debug prints verbose-only, remove others | Rémi Verschelde | 2018-08-24 | 1 | -2/+2 |
* | Added proper import support for 3D and Array textures | Juan Linietsky | 2018-08-06 | 1 | -1/+28 |
* | Properly resize textures so they can be ETC compressed, fixes #15139 | Juan Linietsky | 2018-01-12 | 1 | -1/+19 |
* | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -0/+1 |
* | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
* | Fix size mismatch in _compress_etc | MillionOstrich | 2017-11-20 | 1 | -6/+8 |
* | Fix ETC2 import for luminance/lumalpha textures, fixes #10421 | Juan Linietsky | 2017-09-04 | 1 | -2/+1 |
* | Fix signed and unsigned comparisons | Hein-Pieter van Braam | 2017-09-01 | 1 | -1/+1 |
* | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
* | Add closest_power_of_2 func and implement mix_rate/latency on OS X | Marcelo Fernandez | 2017-08-17 | 1 | -1/+1 |
* | Some changes to dual paraboloid envmap generation, fixes somme bleeding | Juan Linietsky | 2017-07-05 | 1 | -0/+4 |
* | etc: Do not overestimate number of CPU threads | Rémi Verschelde | 2017-06-17 | 1 | -1/+1 |
* | -Fix freezes caused by etccomp2, closes #9183 | Juan Linietsky | 2017-06-16 | 1 | -7/+25 |
* | Add ETC1/ETC2 compression support though etc2comp. | Ferenc Arn | 2017-05-31 | 1 | -0/+181 |