Yuri Roubinski
|
d3d20f15bf
Re-allows constants in global space to be initialized with function call
|
1 year ago |
Yuri Rubinsky
|
35802374ac
Add coloring for completion of vector components
|
2 years ago |
Yuri Sizov
|
372e9abcfc
Merge pull request #79459 from MoltenCoffee/fix-shader-arguments-error
|
2 years ago |
MoltenCoffee
|
16c3f4be2d
Add error for undefined function in shader
|
2 years ago |
Hayden Leete
|
fc7063b2e2
Add autocomplete for filter/repeat hints on uniform arrays
|
2 years ago |
Yuri Sizov
|
65cc4db0ae
Merge pull request #79100 from KoBeWi/[filter,_filter,_filter,_filter,_filter,_filter]
|
2 years ago |
Rémi Verschelde
|
46cd84b362
Merge pull request #78839 from lewiji/normal_roughness_mobile_fix
|
2 years ago |
kobewi
|
8ae2e6681e
Allow more hint types for uniform arrays
|
2 years ago |
Yuri Roubinski
|
1994c25701
Fix using uint suffix at the hex number declaration in shaders
|
2 years ago |
lewiji
|
2a93681334
Return shader parse error when using 'hint_normal_roughness_texture' and not using the Forward+ backend
|
2 years ago |
bitsawer
|
23c375d6b4
Fix shader uniform storage conversions and crash
|
2 years ago |
Yuri Rubinsky
|
719741b0eb
Exclude incorrect completion options for `render_mode` in shaders
|
2 years ago |
Ninni Pipping
|
71ee65dc57
Enable shadow warnings and fix raised errors
|
2 years ago |
Yuri Rubinsky
|
12142f2b50
Fix completion of `source_color` hint for texture arrays in shaders
|
2 years ago |
Fabio Iotti
|
528e0d095e
Error on hint_normal_roughness_texture and hint_depth_texture outside of spatial shader
|
2 years ago |
Yuri Rubinsky
|
94831c7209
Forbid passing multiview sampler to the custom function in shaders
|
2 years ago |
Haoyu Qiu
|
84aee17901
Improvements and fixes based on Weblate comments
|
2 years ago |
Haoyu Qiu
|
a40ccc2d7e
Improve some editor strings for localization
|
2 years ago |
clayjohn
|
04a9933f2e
Mark fma function as high end so it isn't used with the gl_compatibility renderer
|
2 years ago |
Rémi Verschelde
|
9caf691c89
Merge pull request #72494 from Chaosus/shader_fix_const_init
|
2 years ago |
Rémi Verschelde
|
e52213e2fa
More codespell fixes, do more changes from previous ignore list
|
2 years ago |
Yuri Rubinsky
|
e034d5f764
Fix shader failure when using non-const initializer on a constant
|
2 years ago |
clayjohn
|
97ed3dcf71
Add a shader error when trying to using hint_normal_roughness_texture in the gl_compatibility renderer
|
2 years ago |
Rémi Verschelde
|
3cacc83526
Merge pull request #72138 from clayjohn/GL-globals
|
2 years ago |
Rémi Verschelde
|
b2164ee75b
Merge pull request #72109 from Chaosus/shader_derivative
|
2 years ago |
clayjohn
|
eefddb07bc
Properly append global uniform buffer name in gl_compatibility shaders
|
2 years ago |
Yuri Rubinsky
|
8c8c333bf2
Add derivative functions with precision to shaders
|
2 years ago |
bitsawer
|
6f5598979f
Several shader preprocessor parser fixes and improvements
|
2 years ago |
Yuri Rubinsky
|
a6eb6b6b55
Fix array of token names in the shader parser
|
2 years ago |
PrecisionRender
|
d9698f0e6f
Fix type in hint when using removed built-in textures
|
2 years ago |