summaryrefslogtreecommitdiffstats
path: root/modules/basis_universal/register_types.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Extract BasisUniversal code into its own filesBlueCube33102024-02-191-247/+5
* Remove code relative to obsoleted ETC texture formatRémi Verschelde2024-02-141-2/+2
* Fix BasisUniversal ETC RA_AS_RG transcodingBlueCube33102024-01-071-1/+1
* [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-261-1/+1
* Fix Basic Universal compressing with normal maps.cow-neaz2023-06-161-26/+29
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-2/+2
* basisu: Loop over the last mipmap lodLyuma2023-02-261-2/+2
* Fix basisu mipmapsK. S. Ernest (iFire) Lee2023-02-251-41/+41
* Handle gltf binaryK. S. Ernest (iFire) Lee2023-01-271-24/+29
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix Basis Universal format texture rendering failureHirotoshi Yoshitaka2022-12-211-0/+1
* Make some Image methods statickobewi2022-10-141-1/+1
* Refactor module initializationreduz2022-05-041-2/+10
* Fix some issues found by cppcheck.bruvzg2022-04-061-1/+1
* Add PortableCompressedTexturereduz2022-03-301-4/+13
* Update basis universal to version 1.16.3.K. S. Ernest (iFire) Lee2022-03-241-10/+5
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-2/+0
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3Hugo Locurcio2021-10-301-2/+2
* Implement the ability to disable classesreduz2021-07-131-1/+1
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* basis_universal: Update to upstream commit from Apr 16, 2021Rémi Verschelde2021-05-071-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Consistently use normal_mapMarcel Admiraal2020-12-291-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-1/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-5/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-3/+3
* Fix more -Wmaybe-uninitialized warnings with target=release_debugRémi Verschelde2020-03-311-1/+1
* Fix another batch of -Wmaybe-uninitialized warningsRémi Verschelde2020-03-301-2/+2
* Renaming of servers for coherency.Juan Linietsky2020-03-271-11/+11
* Fix some -Wmaybe-uninitialized warningsRémi Verschelde2020-03-271-1/+2
* Fix compilation warnings and re-enable werror=yes on TravisRémi Verschelde2020-02-181-8/+3
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-14/+14
* basis_universal: Update to upstream commit from Jan 4, 2020Rémi Verschelde2020-02-131-14/+14
* 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
* basis_universal: Use proper basisu_transcoder.h header, fixes Clang buildRémi Verschelde2020-02-111-6/+5
* Fixes to Basis Universal.Juan Linietsky2020-02-111-2/+3
* Rewritten StreamTexture for better code reuse, added basis universal supportJuan Linietsky2020-02-111-0/+262