summaryrefslogtreecommitdiffstats
path: root/servers/rendering/rasterizer_rd/shader_compiler_rd.cpp
Commit message (Expand)AuthorAgeFilesLines
* RenderingServer reorganizationreduz2020-12-041-1452/+0
* Implement signed distance fields for 2D shadersreduz2020-11-261-0/+5
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-1/+0
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Merge pull request #42949 from DavidSichma/shaderglobalsRémi Verschelde2020-10-221-7/+7
|\
| * Shader globals bugfixesDavid Sichma2020-10-211-7/+7
* | Fix textureSize & texelFetch shader compilation errorsYuri Roubinsky2020-10-211-0/+2
|/
* Re-Implement GPU particles on master.Juan Linietsky2020-09-021-0/+14
* Added const qualifier support for function arguments in shadersYuri Roubinsky2020-07-011-0/+3
* Implemented global const array to shadersYuri Roubinsky2020-06-191-1/+28
* Fix shader's length() function parsing in expressionsYuri Roubinsky2020-06-031-3/+9
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-11/+19
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-65/+0
* New lightmapperJuan Linietsky2020-05-101-0/+5
* Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-101-74/+148
* Merge pull request #37795 from Chaosus/shader_fix_const_order2Rémi Verschelde2020-04-291-7/+8
|\
| * Fix shader constant sortingYuri Roubinsky2020-04-111-7/+8
* | Implement global and per instance shader uniforms.Juan Linietsky2020-04-171-10/+139
|/
* Replace NULL with nullptrlupoDharkael2020-04-021-8/+8
* Renaming of servers for coherency.Juan Linietsky2020-03-271-0/+1243