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
/
glslang
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
2
-4
/
+4
*
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
2
-0
/
+4
*
SCons: Add unobtrusive type hints in SCons files
Thaddeus Crews
2024-09-25
1
-0
/
+1
*
Add Metal support for macOS (arm64) and iOS
Stuart Carnie
2024-08-20
2
-2
/
+5
*
Remove private glslang include
Sertonix
2024-06-22
1
-1
/
+0
*
Finish splitting functionality of the Vulkan and D3D12 backends into Renderin...
Dario
2024-02-12
1
-7
/
+7
*
vulkan: Update all components to Vulkan SDK 1.3.275.0
Jakub Marcowski
2024-02-06
1
-1
/
+0
*
Only build glslang if Vulkan or Direct3D 12 rendering is enabled
Hugo Locurcio
2024-01-11
1
-1
/
+3
*
Add Direct3D 12 RenderingDevice implementation
Pedro J. Estébanez
2023-12-12
1
-0
/
+7
*
vulkan: Update all components to Vulkan SDK 1.3.261.1
Rémi Verschelde
2023-09-01
3
-161
/
+5
*
Add support for GLSL source-level debugging with RenderDoc (`--generate-spirv...
sakrel
2023-08-12
1
-18
/
+12
*
Style: Harmonize header includes in modules
Rémi Verschelde
2023-06-15
1
-2
/
+2
*
Update Vulkan and related libraries to 1.3.250.0
DeeJayLSP
2023-06-06
1
-9
/
+9
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
3
-87
/
+87
*
vulkan: Update all components to Vulkan SDK 1.3.231.1
Rémi Verschelde
2022-11-03
1
-0
/
+9
*
Let the RD driver itself expose subgroup caps
Pedro J. Estébanez
2022-10-20
1
-3
/
+1
*
Adding Variable Rate Shading support to Godot
Bastiaan Olij
2022-07-17
1
-15
/
+19
*
Refactor module initialization
reduz
2022-05-04
2
-7
/
+13
*
simplify formatting scripts, add a clang-tidy script, and run clang-tidy
Nathan Franke
2022-01-29
1
-9
/
+9
*
glslang: Fix support for building against public/system library
Rémi Verschelde
2022-01-12
3
-11
/
+158
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
2
-4
/
+4
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-1
/
+1
*
Vulkan: Update volk and Vulkan SDK components to 1.2.190
Rémi Verschelde
2021-09-22
1
-26
/
+27
*
Implement Binary Shader Compilation
reduz
2021-07-26
1
-1
/
+1
*
Add stereoscopic rendering through multiview
Bastiaan Olij
2021-06-13
1
-0
/
+4
*
Implement shader caching
reduz
2021-05-31
1
-0
/
+7
*
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-27
1
-1
/
+1
*
As GLSLang seems to be all or nothing, added our own defines
Bastiaan Olij
2021-03-31
1
-0
/
+37
*
Obtain supported Vulkan API
Bastiaan Olij
2021-03-26
1
-4
/
+22
*
Added GPU based cluster builder
reduz
2021-01-19
1
-1
/
+1
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
2
-4
/
+4
*
SCons: Add explicit dependencies on thirdparty code in cloned env
Rémi Verschelde
2020-12-18
1
-3
/
+15
*
vulkan: Sync loader, headers and glslang to sdk-1.2.154.0
Rémi Verschelde
2020-10-15
2
-109
/
+8
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+1
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-3
/
+0
*
Enforce use of bool literals instead of integers
Rémi Verschelde
2020-05-14
1
-9
/
+9
*
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-30
2
-6
/
+7
*
Renaming of servers for coherency.
Juan Linietsky
2020-03-27
1
-1
/
+1
*
Adding missing include guards to header files identified by LGTM.
Rajat Goswami
2020-03-23
1
-0
/
+6
*
Fix compilation warnings and re-enable werror=yes on Travis
Rémi Verschelde
2020-02-18
1
-1
/
+5
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-4
/
+4
*
Vulkan: Move thirdparty code out of drivers, style fixes
Rémi Verschelde
2020-02-11
2
-4
/
+4
*
glslang: Disable warnings and allow unbundling
Rémi Verschelde
2020-02-11
2
-60
/
+61
*
Merge pull request #29993 from bruvzg/vulkan
Rémi Verschelde
2020-02-11
2
-139
/
+144
|
\
|
*
Add static Vulkan loader.
bruvzg
2020-02-11
2
-139
/
+144
*
|
Added a spinlock template as well as a thread work pool class.
Juan Linietsky
2020-02-11
1
-4
/
+4
|
/
*
Moved the shader source compilation code outside RenderingDevice and Vulkan
Juan Linietsky
2020-02-11
4
-0
/
+347