]> git.tdb.fi Git - libs/gl.git/history - source/materials/technique.cpp
Remove collection-less constructor overloads from most loaders
[libs/gl.git] / source / materials / technique.cpp
2021-10-05 Mikko RasaRemove collection-less constructor overloads from most...
2021-10-02 Mikko RasaRename RenderPass to RenderMethod
2021-10-02 Mikko RasaRemove deprecated interfaces from material and lighting...
2021-10-01 Mikko RasaSome more cleanup of includes and forward declarations
2021-09-28 Mikko RasaEliminate the polymorphic Uniform class hierarchy
2021-09-18 Mikko RasaRemove unnecessary std:: qualifiers
2021-09-17 Mikko RasaUse C++11 features with containers
2021-05-09 Mikko RasaAdd inline data items to the collection
2021-04-25 Mikko RasaSet OpenGL debug labels on various objects loaded from...
2021-04-18 Mikko RasaConvert Technique and RenderPass loaders to use shared...
2021-04-11 Mikko RasaOverhaul texture management in rendering classes
2021-04-10 Mikko RasaUse Tag to identify uniforms in Program and ProgramData
2021-04-10 Mikko RasaPass Tag by value, not by reference
2021-02-14 Mikko RasaRearrange soucre files into subdirectories