]> git.tdb.fi Git - libs/gl.git/history - source/core/uniformblock.cpp
Fix reflection of image types from Spir-V modules
[libs/gl.git] / source / core / uniformblock.cpp
2021-11-10 Mikko RasaPerform range checks in UniformBlock in debug builds
2021-11-09 Mikko RasaMove backend information into Device
2021-10-30 Mikko RasaUse size_t to store sizes of buffers and such
2021-10-01 Mikko RasaMove all OpenGL-specific code to a separate directory
2021-09-30 Mikko RasaWrap Limits into a DeviceInfo struct
2021-09-30 Mikko RasaClean up includes and forward declarations for the...
2021-09-28 Mikko RasaEliminate the polymorphic Uniform class hierarchy
2021-09-28 Mikko RasaStore default-block uniform data in a memory block
2021-09-26 Mikko RasaSplit reflection data from Program to a separate struct
2021-08-16 Mikko RasaRewrite state management
2021-08-09 Mikko RasaStore implementation limits in a central struct
2021-04-10 Mikko RasaUse a vector for storage in DefaultUniformBlock
2021-04-10 Mikko RasaSplit UniformBlock into two classes
2021-04-02 Mikko RasaRename some things in Program
2021-02-14 Mikko RasaRearrange soucre files into subdirectories