]> git.tdb.fi Git - libs/gl.git/history - source/glsl/parser.cpp
Reduce coupling between the GLSL compiler and the graphics engine
[libs/gl.git] / source / glsl / parser.cpp
2021-02-21 Mikko RasaReduce coupling between the GLSL compiler and the graph...
2021-02-20 Mikko RasaRecognize the #line directive in the GLSL parser
2021-02-20 Mikko RasaTrack source names in SL::Module
2021-02-20 Mikko RasaRemove support for the legacy stage change syntax
2021-02-16 Mikko RasaReport incorrect shader stages by name
2021-02-15 Mikko RasaMove the StageType enum inside the Stage struct
2021-02-14 Mikko RasaSplit tokenizer and preprocessor out of the GLSL parser
2021-02-14 Mikko RasaRefactor error reporting in SL::Parser
2021-02-14 Mikko RasaMove the GLSL compiler entirely in its own namespace