summaryrefslogtreecommitdiffstats
path: root/modules/basis_universal
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-274-8/+8
* Rebrand preambles to RedotSpartan3222024-10-134-0/+8
* Support 64-bit image sizes for VRAM compressionBlueCube33102024-07-211-1/+1
* Fix Image CowData crash when baking large lightmapsHugo Locurcio2024-07-191-1/+2
* Make Basis Universal import quiet unless engine is in verbose modeHugo Locurcio2024-06-221-0/+6
* Merge pull request #88763 from BlueCube3310/image-is-compressed-staticRémi Verschelde2024-05-021-1/+1
|\
| * Image: Add static `is_format_compressed` function.BlueCube33102024-02-281-1/+1
* | Fix BasisU compression on images with resolutions not divisible by 4.BlueCube33102024-05-021-7/+63
|/
* BasisUniversal: Fix texture decompressionBlueCube33102024-02-221-1/+12
* Merge pull request #88485 from BlueCube3310/basisu-astc-v2Rémi Verschelde2024-02-221-0/+7
|\
| * Add ASTC support to BasisUniversalBlueCube33102024-02-191-0/+7
* | Merge pull request #88508 from akien-mga/basisu_unbundled_jpgdRémi Verschelde2024-02-203-3/+18
|\ \ | |/ |/|
| * basis_universal: Unbundle jpgd, use our newer copyRémi Verschelde2024-02-183-3/+18
* | Clean up and optimize BasisUniversalBlueCube33102024-02-192-176/+153
* | Extract BasisUniversal code into its own filesBlueCube33102024-02-193-247/+331
|/
* 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
* Fix includes of thirdparty libs which can be unbundled on LinuxRémi Verschelde2023-02-161-0/+3
* Handle gltf binaryK. S. Ernest (iFire) Lee2023-01-271-24/+29
* One Copyright Update to rule them allRémi Verschelde2023-01-052-58/+58
* Fix Basis Universal format texture rendering failureHirotoshi Yoshitaka2022-12-211-0/+1
* Make some Image methods statickobewi2022-10-141-1/+1
* SCons: Unify tools/target build type configurationRémi Verschelde2022-09-261-2/+2
* Refactor module initializationreduz2022-05-042-4/+14
* Fix some issues found by cppcheck.bruvzg2022-04-061-1/+1
* Add PortableCompressedTexturereduz2022-03-301-4/+13
* basisu_uastc_enc.cpp was included twice in encoder_sourcesMarkus Sauermann2022-03-281-1/+0
* Update basis universal to version 1.16.3.K. S. Ernest (iFire) Lee2022-03-242-14/+8
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-163-300/+0
* Update copyright statements to 2022Rémi Verschelde2022-01-034-8/+8
* 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-192-2/+2
* basis_universal: Update to upstream commit from Apr 16, 2021Rémi Verschelde2021-05-074-13/+18
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-082-2/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-014-8/+8
* Consistently use normal_mapMarcel Admiraal2020-12-291-1/+1
* SCons: Add explicit dependencies on thirdparty code in cloned envRémi Verschelde2020-12-181-3/+14
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-162-16/+0
* Fix header guards in modules:Marcel Admiraal2020-09-061-0/+5
* 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-022-4/+4
* 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