summaryrefslogtreecommitdiffstats
path: root/main/tests/test_shader_lang.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move `tests` to the top-level directoryAndrii Doroshenko (Xrayez)2020-07-261-361/+0
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-4/+8
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-24/+0
* Modernize remaining uses of 0/NULL instead of nullptr (C++11)Rémi Verschelde2020-05-141-1/+1
* Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-101-21/+42
* Implement global and per instance shader uniforms.Juan Linietsky2020-04-171-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-4/+4
* Renaming of servers for coherency.Juan Linietsky2020-03-271-1/+1
* Fix various GCC compilation warnings after Vulkan mergeRémi Verschelde2020-02-141-0/+3
* Implementation of 'struct' for shadersYuri Roubinsky2020-02-111-0/+3
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Implemented local shader arraysChaosus2019-07-151-0/+7
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-6/+6
* Fix many asan and ubsan reported issuesHein-Pieter van Braam2019-01-301-2/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix many errors found by PVS-StudioAaron Franke2018-11-281-1/+1
* Fix warnings about unhandled enum value in switch [-Wswitch]Rémi Verschelde2018-09-271-0/+3
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-4/+4
* Visual Shaders are back.Juan Linietsky2018-07-141-2/+2
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-1/+1
* removed DISCARD built in variable, replaced by actual discard GLSL instructio...Juan Linietsky2017-08-291-2/+3
* Dead code tells no talesRémi Verschelde2017-08-271-1/+0
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Removed unnecessary returns and break statementsWilson E. Alvarez2017-08-221-2/+0
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* New particle system, mostly working, some small features missing.Juan Linietsky2017-04-061-1/+3
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-124/+104
* Add a bunch of missing Godot headers in own filesRémi Verschelde2017-03-051-1/+1
* Move tests again from core to mainRémi Verschelde2017-01-081-0/+361