summaryrefslogtreecommitdiffstats
path: root/servers/rendering/shader_compiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-2/+8
|\
| * Add prefix to struct member names in shader compilerChaosus2024-11-021-2/+8
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Merge commit godotengine/godot@af77100e394dcaca609b15bef815ed17475e51edSpartan3222024-10-151-2/+2
|\|
| * Merge pull request #92441 from Chaosus/shader_custom_func_overloadsThaddeus Crews2024-10-141-2/+2
| |\
| | * Implement custom function overloading in shading languageYuri Rubinsky2024-10-081-2/+2
* | | Merge commit godotengine@92e51fca7247c932f95a1662aefc28aca96e8de6Spartan3222024-10-141-2/+2
|\| |
| * | Merge pull request #96819 from clayjohn/GLES3-instance-uniformsClay John2024-10-071-2/+2
| |\ \ | | |/ | |/|
| | * Implement instance uniforms in Compatibility rendererclayjohn2024-09-101-2/+2
* | | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/ /
* | Implement asynchronous transfer queues, thread guards on RenderingDevice. Add...Dario2024-10-021-1/+1
* | Add external texture support (GLES3)David Snopek2024-09-201-0/+2
* | Fix broken sky shaderChaosus2024-09-131-17/+24
* | Fix shader crash when using unary minus in expressionChaosus2024-09-111-15/+15
|/
* Add basic support to evaluate operator value in shader languageYuri Rubinsky2024-09-091-1/+1
* Fix texture samplers to not being last in the property listYuri Rubinsky2024-07-291-2/+2
* Emit normal_roughness compatibility code in custom functionsclayjohn2024-07-261-0/+7
* Fix completion of functions with struct param/return type in shadersYuri Rubinsky2024-05-281-2/+2
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-5/+5
* Add missing check when insert function `normal_roughness_compatibility`jsjtxietian2024-01-151-1/+1
* Merge pull request #84445 from Rubonnek/add-const-references-clang-tidyRémi Verschelde2024-01-041-2/+2
|\
| * Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-2/+2
* | Use best fit normals for storing screen space normalsclayjohn2023-12-211-1/+4
|/
* Fix int to uint implicit cast error when use uniform mat in gles3jsjtxietian2023-10-271-3/+3
* Merge pull request #81619 from Chaosus/fix_shader_constRémi Verschelde2023-10-031-13/+13
|\
| * Re-allows constants in global space to be initialized with function callYuri Roubinski2023-09-131-13/+13
* | [Servers] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-251-1/+1
|/
* Merge pull request #77740 from ChibiDenDen/simplify_vulkanYuri Sizov2023-07-121-1/+15
|\
| * replace sampler arrays with constant sampler elementsChibiDenDen2023-06-221-1/+15
* | Merge pull request #78538 from Sauermann/fix-code-simplificationsYuri Sizov2023-07-121-1/+1
|\ \
| * | Code simplificationsMarkus Sauermann2023-06-211-1/+1
| |/
* / Fix shader language float literal precision truncationbitsawer2023-07-031-1/+1
|/
* Enable shadow warnings and fix raised errorsNinni Pipping2023-05-111-18/+18
* Merge pull request #72288 from MewPurPur/use-string-repeatClay John2023-05-051-6/+1
|\
| * Use String.repeat() in more placesVolTer2023-05-011-6/+1
* | Fix to some operators in shaders are not compiled properlyYuri Rubinsky2023-03-261-1/+1
* | Avoid inserting screen_texture compatibility code when using textureSizeclayjohn2023-02-101-2/+7
* | Make screen texture and depth texture work in MultiviewBastiaan Olij2023-01-251-12/+33
|/
* Remove SCREEN_TEXTURE, DEPTH_TEXTURE, and NORMAL_ROUGHNESS_TEXTUREclayjohn2023-01-181-22/+19
* Fix multiple issues that make the normal roughness texture unusableclayjohn2023-01-091-1/+18
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix shader crash when using boolean type for vertex->fragment varyingsYuri Rubinsky2022-12-231-0/+5
* Fix screen texture slightly darkerFabio Iotti2022-12-121-1/+1
* Mark shader built-ins as used when passed to functions as out parameter Yuri Rubinsky2022-11-151-3/+51
* Make code generation for shader boolean uniform instances easierYuri Rubinsky2022-10-311-4/+4
* Fix incorrect setup of boolean uniform instancesYuri Rubinsky2022-10-091-4/+4
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-3/+3
* Fix global uniform crash at editor startupYuri Rubinsky2022-10-031-4/+4
* Merge pull request #64952 from Chaosus/vs_rename_uniform_to_paramRémi Verschelde2022-09-021-1/+1
|\
| * Rename `uniform` to `parameter` across the engineYuri Rubinsky2022-09-011-1/+1