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
/
shader_compiler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
1
-5
/
+5
*
Add missing check when insert function `normal_roughness_compatibility`
jsjtxietian
2024-01-15
1
-1
/
+1
*
Merge pull request #84445 from Rubonnek/add-const-references-clang-tidy
Rémi Verschelde
2024-01-04
1
-2
/
+2
|
\
|
*
Add const references detected by clang-tidy
Wilson E. Alvarez
2023-12-16
1
-2
/
+2
*
|
Use best fit normals for storing screen space normals
clayjohn
2023-12-21
1
-1
/
+4
|
/
*
Fix int to uint implicit cast error when use uniform mat in gles3
jsjtxietian
2023-10-27
1
-3
/
+3
*
Merge pull request #81619 from Chaosus/fix_shader_const
Rémi Verschelde
2023-10-03
1
-13
/
+13
|
\
|
*
Re-allows constants in global space to be initialized with function call
Yuri Roubinski
2023-09-13
1
-13
/
+13
*
|
[Servers] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-25
1
-1
/
+1
|
/
*
Merge pull request #77740 from ChibiDenDen/simplify_vulkan
Yuri Sizov
2023-07-12
1
-1
/
+15
|
\
|
*
replace sampler arrays with constant sampler elements
ChibiDenDen
2023-06-22
1
-1
/
+15
*
|
Merge pull request #78538 from Sauermann/fix-code-simplifications
Yuri Sizov
2023-07-12
1
-1
/
+1
|
\
\
|
*
|
Code simplifications
Markus Sauermann
2023-06-21
1
-1
/
+1
|
|
/
*
/
Fix shader language float literal precision truncation
bitsawer
2023-07-03
1
-1
/
+1
|
/
*
Enable shadow warnings and fix raised errors
Ninni Pipping
2023-05-11
1
-18
/
+18
*
Merge pull request #72288 from MewPurPur/use-string-repeat
Clay John
2023-05-05
1
-6
/
+1
|
\
|
*
Use String.repeat() in more places
VolTer
2023-05-01
1
-6
/
+1
*
|
Fix to some operators in shaders are not compiled properly
Yuri Rubinsky
2023-03-26
1
-1
/
+1
*
|
Avoid inserting screen_texture compatibility code when using textureSize
clayjohn
2023-02-10
1
-2
/
+7
*
|
Make screen texture and depth texture work in Multiview
Bastiaan Olij
2023-01-25
1
-12
/
+33
|
/
*
Remove SCREEN_TEXTURE, DEPTH_TEXTURE, and NORMAL_ROUGHNESS_TEXTURE
clayjohn
2023-01-18
1
-22
/
+19
*
Fix multiple issues that make the normal roughness texture unusable
clayjohn
2023-01-09
1
-1
/
+18
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Fix shader crash when using boolean type for vertex->fragment varyings
Yuri Rubinsky
2022-12-23
1
-0
/
+5
*
Fix screen texture slightly darker
Fabio Iotti
2022-12-12
1
-1
/
+1
*
Mark shader built-ins as used when passed to functions as out parameter
Yuri Rubinsky
2022-11-15
1
-3
/
+51
*
Make code generation for shader boolean uniform instances easier
Yuri Rubinsky
2022-10-31
1
-4
/
+4
*
Fix incorrect setup of boolean uniform instances
Yuri Rubinsky
2022-10-09
1
-4
/
+4
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-3
/
+3
*
Fix global uniform crash at editor startup
Yuri Rubinsky
2022-10-03
1
-4
/
+4
*
Merge pull request #64952 from Chaosus/vs_rename_uniform_to_param
Rémi Verschelde
2022-09-02
1
-1
/
+1
|
\
|
*
Rename `uniform` to `parameter` across the engine
Yuri Rubinsky
2022-09-01
1
-1
/
+1
*
|
Implement Physical Light Units as an optional setting.
clayjohn
2022-08-31
1
-1
/
+1
|
/
*
Merge pull request #64167 from clayjohn/screen-texture-hint
Max Hilbrunner
2022-08-19
1
-1
/
+42
|
\
|
*
Add shader uniform hints for screen textures so users can specify custom filt...
clayjohn
2022-08-09
1
-1
/
+42
*
|
Merge pull request #64310 from Chaosus/shader_texture_funcs
Yuri Rubinsky
2022-08-12
1
-0
/
+2
|
\
\
|
*
|
Add `textureQueryLod/Levels` functions to the shader language
Yuri Rubinsky
2022-08-12
1
-0
/
+2
|
|
/
*
/
Add `textureProjGrad` function to the shader language
Yuri Rubinsky
2022-08-12
1
-0
/
+1
|
/
*
Rename RenderingServer global shader uniform methods to be more explicit
Hugo Locurcio
2022-07-28
1
-8
/
+8
*
Clean up Shader Preprocessor
reduz
2022-07-22
1
-6
/
+64
*
Refactor shader hints
Yuri Rubinsky
2022-05-31
1
-0
/
+1
*
Add a new HashSet template
reduz
2022-05-20
1
-2
/
+2
*
Use range iterators for RBSet in most cases
Aaron Record
2022-05-19
1
-2
/
+2
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-4
/
+4
*
SceneShader compiling
clayjohn
2022-05-11
1
-3
/
+7
*
SkyShaders working
clayjohn
2022-05-11
1
-5
/
+9
*
Use Filament specular models and parametrization
clayjohn
2022-02-22
1
-144
/
+0
*
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
1
-36
/
+0
*
Merge pull request #57562 from AnilBK/string-add-contains
Rémi Verschelde
2022-02-03
1
-1
/
+1
|
\
|
*
String: Add contains().
Anilforextra
2022-02-04
1
-1
/
+1
[next]