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
*
Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e
Spartan322
2024-11-12
1
-2
/
+8
|
\
|
*
Add prefix to struct member names in shader compiler
Chaosus
2024-11-02
1
-2
/
+8
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Merge commit godotengine/godot@af77100e394dcaca609b15bef815ed17475e51ed
Spartan322
2024-10-15
1
-2
/
+2
|
\
|
|
*
Merge pull request #92441 from Chaosus/shader_custom_func_overloads
Thaddeus Crews
2024-10-14
1
-2
/
+2
|
|
\
|
|
*
Implement custom function overloading in shading language
Yuri Rubinsky
2024-10-08
1
-2
/
+2
*
|
|
Merge commit godotengine@92e51fca7247c932f95a1662aefc28aca96e8de6
Spartan322
2024-10-14
1
-2
/
+2
|
\
|
|
|
*
|
Merge pull request #96819 from clayjohn/GLES3-instance-uniforms
Clay John
2024-10-07
1
-2
/
+2
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Implement instance uniforms in Compatibility renderer
clayjohn
2024-09-10
1
-2
/
+2
*
|
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
/
*
|
Implement asynchronous transfer queues, thread guards on RenderingDevice. Add...
Dario
2024-10-02
1
-1
/
+1
*
|
Add external texture support (GLES3)
David Snopek
2024-09-20
1
-0
/
+2
*
|
Fix broken sky shader
Chaosus
2024-09-13
1
-17
/
+24
*
|
Fix shader crash when using unary minus in expression
Chaosus
2024-09-11
1
-15
/
+15
|
/
*
Add basic support to evaluate operator value in shader language
Yuri Rubinsky
2024-09-09
1
-1
/
+1
*
Fix texture samplers to not being last in the property list
Yuri Rubinsky
2024-07-29
1
-2
/
+2
*
Emit normal_roughness compatibility code in custom functions
clayjohn
2024-07-26
1
-0
/
+7
*
Fix completion of functions with struct param/return type in shaders
Yuri Rubinsky
2024-05-28
1
-2
/
+2
*
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
[next]