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
/
servers
/
rendering
/
renderer_rd
/
shader_rd.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement asynchronous transfer queues, thread guards on RenderingDevice. Add...
Dario
2024-10-02
1
-48
/
+66
*
Add external texture support (GLES3)
David Snopek
2024-09-20
1
-0
/
+2
*
Add Metal support for macOS (arm64) and iOS
Stuart Carnie
2024-08-20
1
-2
/
+7
*
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
1
-2
/
+2
*
Finish splitting functionality of the Vulkan and D3D12 backends into Renderin...
Dario
2024-02-12
1
-2
/
+1
*
Merge pull request #87796 from RandomShaper/shader_cache_split
Rémi Verschelde
2024-02-12
1
-6
/
+10
|
\
|
*
Namespace shader cache files by graphics API
Pedro J. Estébanez
2024-01-31
1
-6
/
+10
*
|
Replace error checks against `size` with `is_empty`
A Thousand Ships
2024-02-09
1
-4
/
+4
|
/
*
Add shader_cache_dir_valid check to _save_to_cache
jsjtxietian
2024-01-12
1
-0
/
+1
*
Merge pull request #84445 from Rubonnek/add-const-references-clang-tidy
Rémi Verschelde
2024-01-04
1
-1
/
+1
|
\
|
*
Add const references detected by clang-tidy
Wilson E. Alvarez
2023-12-16
1
-1
/
+1
*
|
Split RenderingDevice into API-agnostic and RenderingDeviceDriver parts
Pedro J. Estébanez
2023-12-20
1
-6
/
+6
|
/
*
Prevent `_allocate_placeholders` crash if `p_version->variants` is null
jsjtxietian
2023-10-22
1
-0
/
+1
*
[Servers] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-25
1
-4
/
+4
*
Initialize shader placeholders up front
clayjohn
2023-08-03
1
-1
/
+1
*
Remove debugging print from shader cache
Hugo Locurcio
2023-08-01
1
-1
/
+0
*
Merge pull request #79606 from clayjohn/ShaderRD-compilation-groups
Yuri Sizov
2023-08-01
1
-70
/
+203
|
\
|
*
Add Shader compile groups to RD Shader system
clayjohn
2023-07-21
1
-70
/
+203
*
|
Fix uninitialized variable ending up sent to Vulkan
Matias N. Goldberg
2023-07-29
1
-1
/
+1
|
/
*
Move some worker_thread_pool.h includes out of header files
myaaaaaaaaa
2023-02-13
1
-0
/
+1
*
Use range iterators in LocalVector loops
kobewi
2023-01-21
1
-2
/
+1
*
Make inclusion of Godot version in shader hash universal
Pedro J. Estébanez
2023-01-09
1
-0
/
+5
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Polish rendering driver refactor further
Pedro J. Estébanez
2022-10-06
1
-0
/
+1
*
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
1
-2
/
+2
*
Remove ThreadWorkPool, replace by WorkerThreadPool
Juan Linietsky
2022-07-25
1
-1
/
+3
*
Rename OSX to macOS and iPhoneOS to iOS.
bruvzg
2022-07-21
1
-1
/
+1
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-2
/
+2
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-8
/
+6
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-3
/
+3
*
[macOS / iOS] Use storage buffers instead of unsupported images for the volum...
bruvzg
2021-11-24
1
-0
/
+3
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-8
/
+8
*
Rename RID's `getornull()` to `get_or_null()`
Hugo Locurcio
2021-09-29
1
-5
/
+5
*
Fixes to mobile renderer
reduz
2021-08-17
1
-1
/
+1
*
Fix 'Attempted to remove invalid ID' errors
Rafał Mikrut
2021-07-31
1
-1
/
+3
*
Implement Binary Shader Compilation
reduz
2021-07-26
1
-122
/
+53
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-2
/
+2
*
Implement shader caching
reduz
2021-05-31
1
-1
/
+289
*
Split particle shader entry points
reduz
2021-04-17
1
-0
/
+1
*
Refactor GLSL shader compilation
reduz
2021-04-14
1
-278
/
+123
*
Rewrote how barriers work for faster rendering
reduz
2021-02-04
1
-1
/
+18
*
Added ability to visualize native shaders
reduz
2021-01-06
1
-0
/
+121
*
Threaded optimizations to cull and render
reduz
2021-01-05
1
-1
/
+1
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Add support for low-end 3D rendering.
reduz
2020-12-07
1
-0
/
+24
*
RenderingServer reorganization
reduz
2020-12-04
1
-0
/
+476