]> git.tdb.fi Git - libs/gl.git/history - source/backends/opengl/program_backend.cpp
Use emplace_back when a new object is being constructed
[libs/gl.git] / source / backends / opengl / program_backend.cpp
2021-11-17 Mikko RasaUse emplace_back when a new object is being constructed
2021-11-14 Mikko RasaAdd correct copy and move semantics to most classes
2021-11-09 Mikko RasaMove backend information into Device
2021-11-08 Mikko RasaRequire passing features to SL::Compiler constructor
2021-11-07 Mikko RasaRemove support for array size specialization from the...
2021-11-07 Mikko RasaMove default uniform block sizing to OpenGL backend
2021-11-07 Mikko RasaBuild the list of glUniform* calls even for SPIR-V...
2021-11-07 Mikko RasaRearrange shader reflection calls
2021-11-07 Mikko RasaAdd unsigned integer types to Program reflection and...
2021-10-11 Mikko RasaFix incorrect exception messages
2021-10-10 Mikko RasaRemove generic clipping state
2021-10-10 Mikko RasaDetermine the default uniform block size regardless...
2021-10-09 Mikko RasaUse default member initializers for simple types
2021-10-01 Mikko RasaMove all OpenGL-specific code to a separate directory