Rémi Verschelde
|
7b081a7fc8
Fix warnings about unhandled enum value in switch [-Wswitch]
|
7 年之前 |
Rémi Verschelde
|
d95bbb8922
Fix warnings about set but unused variables [-Wunused-but-set-variable]
|
7 年之前 |
Chaosus
|
16e5ef6894
Added missed min/max shader overloads
|
7 年之前 |
Ibrahn Sahir
|
bff864818f
Fixed an access after free in ShaderLanguage::_reduce_expression.
|
7 年之前 |
JFonS
|
3cedec5f75
Set uniform default values in inspector
|
7 年之前 |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
7 年之前 |
JFonS
|
f495cede0b
Fix handling of shader constants that caused crash, closes #15166
|
7 年之前 |
Rémi Verschelde
|
52466d57e9
Make some debug prints verbose-only, remove others
|
7 年之前 |
Chaosus
|
9634d74d31
Allow matrixes in varyings
|
7 年之前 |
Juan Linietsky
|
0fc1c4eda8
Merge pull request #20149 from Overblob/shader_float_typing
|
7 年之前 |
Thomas Herzog
|
b4d3f541e7
add 3D textures
|
7 年之前 |
Juan Linietsky
|
d2aaf460fb
Manually fix, merge and close #15168
|
7 年之前 |
Hein-Pieter van Braam
|
0e29f7974b
Reduce unnecessary COW on Vector by make writing explicit
|
7 年之前 |
Todd Ross
|
9423f23ffb
allow comments and whitespace before shader_type declaration
|
7 年之前 |
Chaosus
|
ca0a6c3fca
Added conversions between matrixes in shaders
|
7 年之前 |
Rémi Verschelde
|
1d84c4f870
Merge pull request #20158 from Overblob/Fixed_shader_parsing_error_log
|
7 年之前 |
Overblob
|
e6ad5e23b4
* Small hex/float/integer parsing refactoring
|
7 年之前 |
Juan Linietsky
|
f6ce73f724
Visual Shaders are back.
|
7 年之前 |
Overblob
|
7a74d310aa
Fixed error due to bad cursor handling when parsing shader code
|
7 年之前 |
Oliver Rausch
|
2368b31e1e
Fix return type of isnan and isinf in the shader language
|
7 年之前 |
nemerle
|
f2ba9a1f65
Fix bad operator check in `ShaderLanguage::_validate_assign`
|
7 年之前 |
Juan Linietsky
|
0db4c576f1
Merge pull request #18533 from JFonS/fix_shader_compile
|
7 年之前 |
JFonS
|
5b50685b38
Fix vector reduction in shader language
|
7 年之前 |
Rémi Verschelde
|
4cce6f3417
Merge pull request #18321 from Crazy-P/Fixes-logically-dead-code
|
7 年之前 |
Hugo Locurcio
|
1c419531a0
Change ".." punctuation for "..." in editor strings (#16507)
|
7 年之前 |
Crazy-P
|
e6deba8d19
Fixes logically dead code (Coverity)
|
7 年之前 |
Poommetee Ketson
|
59b816679e
Fix typos in shader_language.cpp
|
7 年之前 |
Chaosus
|
d974fa1780
Removed redundant abs shader builtin
|
7 年之前 |
JFonS
|
479f531635
Hinted shader uniforms can have a default value
|
7 年之前 |
Chaosus
|
97bef8d908
Fix invalid mix function overload
|
7 年之前 |