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
/
cvtt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
4
-8
/
+8
*
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
4
-0
/
+8
*
Replace squish with bcdec for BC decompression
BlueCube3310
2024-09-26
1
-1
/
+0
*
SCons: Add unobtrusive type hints in SCons files
Thaddeus Crews
2024-09-25
1
-0
/
+1
*
Image: Add a method for detecting signed values
BlueCube3310
2024-08-27
1
-11
/
+1
*
Merge pull request #91535 from BlueCube3310/betsy-bc6h
Rémi Verschelde
2024-08-21
1
-0
/
+5
|
\
|
*
Add Betsy to speed up BC6 compression
BlueCube3310
2024-08-18
1
-0
/
+5
*
|
CVTT: Include float formats for hdr compression
BlueCube3310
2024-08-18
1
-1
/
+1
|
/
*
Support 64-bit image sizes for VRAM compression
BlueCube3310
2024-07-21
1
-6
/
+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
*
|
Avoid writing out of range data over valid data in CVTT decompress methods wh...
clayjohn
2024-04-19
1
-2
/
+2
|
/
*
Style: Harmonize header includes in modules
Rémi Verschelde
2023-06-15
1
-1
/
+1
*
Use multiple threads to import HDR images
clayjohn
2023-02-22
1
-2
/
+21
*
Refactor high quality texture import
Juan Linietsky
2023-01-30
2
-2
/
+2
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
4
-116
/
+116
*
Make some Image methods static
kobewi
2022-10-14
1
-2
/
+2
*
SCons: Unify tools/target build type configuration
Rémi Verschelde
2022-09-26
1
-1
/
+1
*
fix 'Comparison result is always the same' warnings
LinuxUserGD
2022-07-29
1
-37
/
+1
*
Refactor module initialization
reduz
2022-05-04
2
-4
/
+14
*
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-05-02
1
-2
/
+2
*
Faster CVTT by reducing quality.
K. S. Ernest (iFire) Lee
2022-02-04
2
-25
/
+20
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
4
-8
/
+8
*
Modernize atomics
Pedro J. Estébanez
2021-02-18
1
-3
/
+4
*
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-02-08
1
-9
/
+9
*
Modernize Thread
Pedro J. Estébanez
2021-01-29
1
-2
/
+3
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
4
-8
/
+8
*
Consistently use normal_map
Marcel Admiraal
2020-12-29
1
-1
/
+1
*
Ensure flags are applied to CVTT options
Marcel Admiraal
2020-12-25
1
-0
/
+1
*
SCons: Add explicit dependencies on thirdparty code in cloned env
Rémi Verschelde
2020-12-18
1
-2
/
+13
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
2
-2
/
+2
*
Ensure header guards enclose entire header.
Marcel Admiraal
2020-09-03
1
-4
/
+4
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-6
/
+8
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
2
-5
/
+0
*
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-30
2
-4
/
+5
*
Adding missing include guards to header files identified by LGTM.
Rajat Goswami
2020-03-23
1
-1
/
+8
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-14
/
+11
*
Rewritten StreamTexture for better code reuse, added basis universal support
Juan Linietsky
2020-02-11
2
-3
/
+3
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
4
-8
/
+8
*
Allow building cvtt with system squish
Harley Laue
2019-09-23
1
-10
/
+9
*
Added release function to PoolVector::Access.
Ibrahn Sahir
2019-07-06
1
-2
/
+2
*
Enable BC6H compression for all HDR formats
Daniel Rakos
2019-05-08
1
-1
/
+5
*
SCons: Always use env.Prepend for CPPPATH
Rémi Verschelde
2019-04-30
1
-1
/
+1
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
4
-8
/
+8
*
SCons: Build thirdparty code in own env, disable warnings
Rémi Verschelde
2018-09-28
1
-1
/
+4
*
Fix warnings about unused variables [-Wunused-variable]
Rémi Verschelde
2018-09-27
1
-3
/
+0
*
Fix warnings for comparison between signed and unsigned integers [-Wsign-comp...
Rémi Verschelde
2018-09-27
1
-3
/
+3
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
2
-4
/
+4
*
Fix mipmap levels not being initialized
elasota
2018-08-25
1
-2
/
+2
*
Multithread CVTT compression jobs
elasota
2018-08-22
1
-55
/
+149
[next]