]> git.tdb.fi Git - libs/gl.git/history - source/glsl/glsl_error.h
Use default member initializers for simple types
[libs/gl.git] / source / glsl / glsl_error.h
2021-10-09 Mikko RasaUse default member initializers for simple types
2021-04-09 Mikko RasaAdd a SPIR-V backend to the GLSL compiler
2021-03-12 Mikko RasaAdd missing Diagnostic constructor
2021-03-09 Mikko RasaRecord information of the provoking location of a diagn...
2021-03-07 Mikko RasaReport unsupported shader errors through the diagnostic...
2021-03-04 Mikko RasaAdd basic validation to the GLSL compiler
2021-02-28 Mikko RasaMake the GLSL parser resilient against common errors
2021-02-21 Mikko RasaThrow an exception if a feature required by a shader...
2021-02-14 Mikko RasaFollow the GLSL syntax rules more closely
2021-02-14 Mikko RasaRefactor error reporting in SL::Parser