]> git.tdb.fi Git - libs/gl.git/history - source/glsl/features.cpp
Check the flat qualifier from the correct member
[libs/gl.git] / source / glsl / features.cpp
2022-04-15 Mikko RasaAdd a separate limit for storage texture binding range
2022-04-09 Mikko RasaRefactor SL::Features::from_api_version to take the...
2022-04-09 Mikko RasaFix incorrect version for ARB_explicit_attrib_location
2021-11-10 Mikko RasaAdd basic Vulkan support to the shader compiler
2021-11-08 Mikko RasaMake the SL::Features factory functions more flexible
2021-10-11 Mikko RasaAdjust GLSL features factory function names
2021-10-09 Mikko RasaUse default member initializers for simple types
2021-09-30 Mikko RasaMake backend idenfication more generic
2021-09-30 Mikko RasaStore GLSL features in DeviceInfo
2021-09-30 Mikko RasaWrap Limits into a DeviceInfo struct
2021-09-26 Mikko RasaRemove the misc.h header
2021-04-03 Mikko RasaBetter way to request features for different GLSL versions
2021-04-03 Mikko RasaAssign bindings to all uniform blocks and sampler uniforms
2021-04-03 Mikko RasaStore constant id limit as range, not max value
2021-04-03 Mikko RasaImprove compatibility checks of location qualifiers...
2021-04-01 Mikko RasaMake constant id range configurable and avoid duplicates
2021-02-21 Mikko RasaAdd a standalone GLSL compiler frontend
2021-02-21 Mikko RasaReduce coupling between the GLSL compiler and the graph...