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
/
scene
/
resources
/
visual_shader_nodes.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ce
Spartan322
2024-11-26
1
-1
/
+26
|
\
|
*
VisualShader: Add LinearToSRGB and SRGBToLinear to ColorFunc node
tetrapod00
2024-10-19
1
-1
/
+26
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
Visual Shader: Add vector operations to Remap node
tetrapod00
2024-09-22
1
-15
/
+162
*
Allow setting a cubemap as default parameter to shader
Chaosus
2024-08-27
1
-6
/
+7
*
Merge pull request #94324 from SomeRanDev/shader_hint_enum
Rémi Verschelde
2024-08-20
1
-1
/
+35
|
\
|
*
Add `hint_enum` for uniform int in gdshader
Robert Borghese
2024-07-13
1
-1
/
+35
*
|
Fix warning printing for `VisualShaderNodeTextureParameter`
Yuri Rubinsky
2024-07-22
1
-3
/
+11
*
|
Few fixes for `VisualShaderNodeRotationByAxis`
Yuri Rubinsky
2024-07-18
1
-3
/
+11
|
/
*
Merge pull request #83729 from Chaosus/vs_fix_texture_param
Rémi Verschelde
2024-06-12
1
-0
/
+52
|
\
|
*
Add extra warning messages to `VisualShaderNodeTextureParameter`
Yuri Rubinsky
2023-10-21
1
-0
/
+53
*
|
Sync visual shader's distance fade using circular fade
jsjtxietian
2024-06-07
1
-1
/
+1
*
|
[VisualShader] Add reroute node and improve port drawing
Hendrik Brucker
2024-05-13
1
-0
/
+79
*
|
Fixes Texture2dParameter node filter option
biswas08433
2023-11-12
1
-0
/
+2
|
/
*
made visual shader ports expandable by default if there is only one output po...
DennisManaa
2023-09-22
1
-93
/
+44
*
Additional Visual Shader Nodes
Patrick
2023-07-26
1
-0
/
+226
*
Make the dragging connections more user-friendly in visual shaders
Yuri Roubinski
2023-07-20
1
-0
/
+8
*
Extract and reorganize texture resource classes
Hendrik Brucker
2023-07-14
1
-0
/
+2
*
Fix ndc calculation for LinearSceneDepth VS node in GLES3
Patrick
2023-03-14
1
-2
/
+5
*
make particle billboard take into account non-uniform scale
QbieShay
2023-02-13
1
-2
/
+5
*
Mark fma function as high end so it isn't used with the gl_compatibility rend...
clayjohn
2023-02-08
1
-2
/
+5
*
Use mix for vector types in switch node in the visual shader
Yuri Rubinsky
2023-01-31
1
-8
/
+27
*
Add derivative functions with precision to shaders
Yuri Rubinsky
2023-01-26
1
-4
/
+58
*
Fix code generation for ProximityRange node in visual shader
Yuri Rubinsky
2023-01-20
1
-3
/
+6
*
Some refactoring for visual shader texture functions
Yuri Rubinsky
2023-01-20
1
-245
/
+182
*
Remove SCREEN_TEXTURE, DEPTH_TEXTURE, and NORMAL_ROUGHNESS_TEXTURE
clayjohn
2023-01-18
1
-22
/
+139
*
Fixes incorrect caption for TextureParameterTriplanar
Nong Van Tinh
2023-01-17
1
-1
/
+1
*
Add `uint` type support to visual shaders
Yuri Rubinsky
2023-01-06
1
-5
/
+384
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Visual Shader UVFunc keep existing input value on function change
dzil123
2022-11-10
1
-2
/
+2
*
Fix code generation for some visual shader nodes
Yuri Rubinsky
2022-10-19
1
-23
/
+36
*
Fix typo in VisualShader DistanceFade node
Patrick
2022-10-18
1
-1
/
+1
*
Fix code generation for `VisualShaderNodeTextureParameterTriplanar`
Yuri Rubinsky
2022-09-07
1
-0
/
+7
*
Disable Output port preview of Linear Depth Visual Shader node
Patrick
2022-09-03
1
-1
/
+13
*
Rename `uniform` to `parameter` across the engine
Yuri Rubinsky
2022-09-01
1
-384
/
+377
*
Fix LinearDepth calculation for GLES3
Patrick
2022-08-31
1
-1
/
+5
*
Implement custom non-trivial shader functions
Patrick Exner
2022-08-27
1
-0
/
+404
*
Merge pull request #63999 from QbieShay/qbie/vs-qol
Clay John
2022-08-18
1
-8
/
+8
|
\
|
*
Improve visual shader defaults for quality of life
QbieShay
2022-08-12
1
-8
/
+8
*
|
Merge pull request #62454 from Geometror/reflect-refract-vec2-vec4
Rémi Verschelde
2022-08-07
1
-20
/
+27
|
\
\
|
|
/
|
/
|
|
*
Allow vec2 and vec4 for reflect and refract
Hendrik Brucker
2022-08-07
1
-20
/
+27
*
|
Add `hint_transparent` to use a transparent black placeholder texture
Hugo Locurcio
2022-08-01
1
-1
/
+6
|
/
*
Fix typo "Frac" instead of "Fract"
Aaron Record
2022-06-05
1
-4
/
+4
*
Merge pull request #60803 from Chaosus/shader_hint_rename
Rémi Verschelde
2022-05-24
1
-146
/
+78
|
\
|
*
Rename `hint_albedo`, `hint_white/black` in shaders
Yuri Roubinsky
2022-05-09
1
-146
/
+78
*
|
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-2
/
+2
|
/
*
Merge pull request #60845 from Chaosus/vs_color_func
Yuri Rubinsky
2022-05-09
1
-66
/
+24
|
\
|
*
Push `HSV2RGB/RGB2HSV` to `ColorFunc` (from `VecFunc`) in visual shaders
Yuri Roubinsky
2022-05-07
1
-66
/
+24
*
|
Change output port of `VisualShaderNodeColorUniform` to vec4
Yuri Roubinsky
2022-05-07
1
-7
/
+12
|
/
[next]