summaryrefslogtreecommitdiffstats
path: root/editor/import/resource_importer_layered_texture.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Register and cleanup resource importer singletons in a predictable wayYuri Sizov2023-08-071-1/+1
* Refactor high quality texture importJuan Linietsky2023-01-301-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Merge pull request #60299 from Calinou/editor-vram-compress-pc-improve-warningRémi Verschelde2022-08-061-1/+1
|\
| * Improve warning message for invalid desktop VRAM compression settingsHugo Locurcio2022-04-161-1/+1
* | Replace most uses of Map by HashMapreduz2022-05-161-3/+3
|/
* Remove more occurrences of "stex"TechnoPorg2022-03-101-1/+1
* Rename StreamTexture* to CompressedTexture*reduz2022-03-051-1/+1
* Faster CVTT by reducing quality.K. S. Ernest (iFire) Lee2022-02-041-0/+23
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Add path to functions that return iporter optionsreduz2021-11-141-2/+2
* Remove unimplemented methodsMarcel Admiraal2021-10-211-2/+0
* Update copyright statements to 2021Rémi Verschelde2021-01-011-32/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Implement 3D textures as import and resource format.reduz2020-09-091-4/+0
* Add override keywords.Marcel Admiraal2020-07-101-12/+12
* New lightmapperJuan Linietsky2020-05-101-13/+21
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Vulkan: Move thirdparty code out of drivers, style fixesRémi Verschelde2020-02-111-2/+2
* Fix code formatting issues and VS compilationRémi Verschelde2020-02-111-0/+30
* Rewritten StreamTexture for better code reuse, added basis universal supportJuan Linietsky2020-02-111-0/+4
* Texture refactorJuan Linietsky2020-02-111-9/+15
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Made use of semicolons more consitent, fixed formattingJohnJLight2019-06-191-1/+1
* -Properly handle missing ETC support on exportJuan Linietsky2019-02-261-1/+5
* Core: Ensure classes match their header filenameRémi Verschelde2019-02-121-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
* Add missing copyright headersRémi Verschelde2018-08-291-0/+30
* Added proper import support for 3D and Array texturesJuan Linietsky2018-08-061-0/+57