]> git.tdb.fi Git - libs/gl.git/history - source/core/module.cpp
Check the flat qualifier from the correct member
[libs/gl.git] / source / core / module.cpp
2022-10-03 Mikko RasaHandle OpPhi when specializing SPIR-V modules
2022-09-01 Mikko RasaFix incorrect check for end of string when processing...
2022-04-15 Mikko RasaSupport compute shaders and compute operations
2022-04-15 Mikko RasaAdd support for storage images in Renderer and Pipeline...
2022-03-17 Mikko RasaMostly cosmetic changes
2022-03-11 Mikko RasaRemove unused stages from shader programs
2022-03-11 Mikko RasaCreate specialized versions of SPIR-V modules with...
2021-11-19 Mikko RasaCreate specialized copies of SPIR-V modules
2021-11-18 Mikko RasaInitial implementation of Vulkan backend
2021-11-17 Mikko RasaReflect the control flow graph from SPIR-V and check...
2021-11-17 Mikko RasaFix handling of constants in Spir-V reflection
2021-11-17 Mikko RasaFix reflection of image types from Spir-V modules
2021-11-17 Mikko RasaAdd a backend for SpirVModule and make it non-copyable
2021-11-09 Mikko RasaMove backend information into Device
2021-11-08 Mikko RasaUse specially created features when compiling modules...
2021-11-08 Mikko RasaRequire passing features to SL::Compiler constructor
2021-11-07 Mikko RasaCompute correct size for SPIR-V structs if the last...
2021-11-07 Mikko RasaRemove support for array size specialization from the...
2021-11-07 Mikko RasaFix reflection of vector and matrix types from SPIR-V
2021-10-10 Mikko RasaReflect builtin decorators from SPIR-V modules
2021-10-09 Mikko RasaUse default member initializers for simple types
2021-09-18 Mikko RasaUse standard fixed-size integer types
2021-09-17 Mikko RasaUse C++11 features with containers
2021-04-24 Mikko RasaHandle SPIR-V arrays with specialization constant for...
2021-04-24 Mikko RasaUnify handling of constants in SpirVModule
2021-04-24 Mikko RasaEnable creation of SPIR-V modules from GLSL source...
2021-04-09 Mikko RasaFix a signedness warning
2021-04-03 Mikko RasaComments and cosmetic cleanups
2021-03-31 Mikko RasaAdd support for loading SPIR-V shaders
2021-03-30 Mikko RasaSplit Module into a base class and format-specific...
2021-03-16 Mikko RasaAlways show shader compiler diagnostics in debug builds
2021-02-21 Mikko RasaRedesign the way shader programs are loaded