index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
basis_universal
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3ef
Spartan322
2024-11-19
1
-4
/
+10
|
\
|
*
Defer initializing BasisU encoder until it is needed.
clayjohn
2024-11-17
1
-4
/
+10
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
4
-8
/
+8
*
|
Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1
Spartan322
2024-10-22
1
-0
/
+1
|
\
|
|
*
Don't include `core/io/image.h` in `core/os/os.h`
Yevhen Babiichuk (DustDFG)
2024-10-18
1
-0
/
+1
*
|
Merge commit godotengine/godot@af77100e394dcaca609b15bef815ed17475e51ed
Spartan322
2024-10-15
4
-82
/
+150
|
\
|
|
*
BasisU: Update to 1.50.0 and add HDR support
BlueCube3310
2024-10-12
4
-82
/
+150
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
4
-0
/
+8
|
/
*
Disable unused Basis Universal features to reduce binary size
Hugo Locurcio
2024-09-29
1
-0
/
+20
*
SCons: Add unobtrusive type hints in SCons files
Thaddeus Crews
2024-09-25
1
-0
/
+1
*
BasisUniversal: Use RGTC compression when available
BlueCube3310
2024-09-10
2
-21
/
+69
*
Support 64-bit image sizes for VRAM compression
BlueCube3310
2024-07-21
1
-1
/
+1
*
Fix Image CowData crash when baking large lightmaps
Hugo Locurcio
2024-07-19
1
-1
/
+2
*
Make Basis Universal import quiet unless engine is in verbose mode
Hugo Locurcio
2024-06-22
1
-0
/
+6
*
Merge pull request #88763 from BlueCube3310/image-is-compressed-static
Rémi Verschelde
2024-05-02
1
-1
/
+1
|
\
|
*
Image: Add static `is_format_compressed` function.
BlueCube3310
2024-02-28
1
-1
/
+1
*
|
Fix BasisU compression on images with resolutions not divisible by 4.
BlueCube3310
2024-05-02
1
-7
/
+63
|
/
*
BasisUniversal: Fix texture decompression
BlueCube3310
2024-02-22
1
-1
/
+12
*
Merge pull request #88485 from BlueCube3310/basisu-astc-v2
Rémi Verschelde
2024-02-22
1
-0
/
+7
|
\
|
*
Add ASTC support to BasisUniversal
BlueCube3310
2024-02-19
1
-0
/
+7
*
|
Merge pull request #88508 from akien-mga/basisu_unbundled_jpgd
Rémi Verschelde
2024-02-20
3
-3
/
+18
|
\
\
|
|
/
|
/
|
|
*
basis_universal: Unbundle jpgd, use our newer copy
Rémi Verschelde
2024-02-18
3
-3
/
+18
*
|
Clean up and optimize BasisUniversal
BlueCube3310
2024-02-19
2
-176
/
+153
*
|
Extract BasisUniversal code into its own files
BlueCube3310
2024-02-19
3
-247
/
+331
|
/
*
Remove code relative to obsoleted ETC texture format
Rémi Verschelde
2024-02-14
1
-2
/
+2
*
Fix BasisUniversal ETC RA_AS_RG transcoding
BlueCube3310
2024-01-07
1
-1
/
+1
*
[Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-26
1
-1
/
+1
*
Fix Basic Universal compressing with normal maps.
cow-neaz
2023-06-16
1
-26
/
+29
*
Style: Harmonize header includes in modules
Rémi Verschelde
2023-06-15
1
-2
/
+2
*
basisu: Loop over the last mipmap lod
Lyuma
2023-02-26
1
-2
/
+2
*
Fix basisu mipmaps
K. S. Ernest (iFire) Lee
2023-02-25
1
-41
/
+41
*
Fix includes of thirdparty libs which can be unbundled on Linux
Rémi Verschelde
2023-02-16
1
-0
/
+3
*
Handle gltf binary
K. S. Ernest (iFire) Lee
2023-01-27
1
-24
/
+29
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
2
-58
/
+58
*
Fix Basis Universal format texture rendering failure
Hirotoshi Yoshitaka
2022-12-21
1
-0
/
+1
*
Make some Image methods static
kobewi
2022-10-14
1
-1
/
+1
*
SCons: Unify tools/target build type configuration
Rémi Verschelde
2022-09-26
1
-2
/
+2
*
Refactor module initialization
reduz
2022-05-04
2
-4
/
+14
*
Fix some issues found by cppcheck.
bruvzg
2022-04-06
1
-1
/
+1
*
Add PortableCompressedTexture
reduz
2022-03-30
1
-4
/
+13
*
basisu_uastc_enc.cpp was included twice in encoder_sources
Markus Sauermann
2022-03-28
1
-1
/
+0
*
Update basis universal to version 1.16.3.
K. S. Ernest (iFire) Lee
2022-03-24
2
-14
/
+8
*
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
3
-300
/
+0
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
4
-8
/
+8
*
Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3
Hugo Locurcio
2021-10-30
1
-2
/
+2
*
Implement the ability to disable classes
reduz
2021-07-13
1
-1
/
+1
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
2
-2
/
+2
*
basis_universal: Update to upstream commit from Apr 16, 2021
Rémi Verschelde
2021-05-07
4
-13
/
+18
*
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-02-08
2
-2
/
+1
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
4
-8
/
+8
[next]