summaryrefslogtreecommitdiff
path: root/drivers/gles3/shader_compiler_gles3.cpp
AgeCommit message (Collapse)Author
2017-01-14Style: Fix whole-line commented codeRémi Verschelde
They do not play well with clang-format which aligns the `//` part with the rest of the code block, thus producing badly indented commented code.
2017-01-01WIP particle systemJuan Linietsky
Ability to enable and change MSAA settings Ability to change VCT quality Ability to enable/disable HDR rendering
2016-12-23Fixed many more bugs reported by ValgrindJuan Linietsky
2016-12-02Subsurface scattering material param is now working!Juan Linietsky
2016-11-20Huge amount of improvement in the material system. Materials should beJuan Linietsky
a lot more complete and usable now.
2016-11-09all light types and shadows are working, pending a lot of clean-upJuan Linietsky
2016-10-29-Many many fixesJuan Linietsky
-Gizmos work again
2016-10-27PBR more or less working, still working on bringing gizmos backJuan Linietsky
2016-10-102D Shaders are working again using the new syntax, though all is buggy in ↵Juan Linietsky
general