]> git.tdb.fi Git - libs/gl.git/history - source/materials/material.cpp
Remove collection-less constructor overloads from most loaders
[libs/gl.git] / source / materials / material.cpp
2021-10-05 Mikko RasaRemove collection-less constructor overloads from most...
2021-10-04 Mikko RasaUnify the loader wrappers for Material and Scene
2021-10-01 Mikko RasaMove all OpenGL-specific code to a separate directory
2021-09-28 Mikko RasaEliminate the polymorphic Uniform class hierarchy
2021-09-26 Mikko RasaSplit reflection data from Program to a separate struct
2021-09-17 Mikko RasaUse C++11 features with containers
2021-08-12 Mikko RasaRemove some deprecated stuff that's getting in the way
2021-05-04 Mikko RasaAccess builtin resources through a global instance
2021-04-25 Mikko RasaSet OpenGL debug labels on various objects loaded from...
2021-04-19 Mikko RasaMove the receive_shadows flag to RenderPass
2021-04-12 Mikko RasaRearrange type specification in material datafiles
2021-04-12 Mikko RasaMigrate from LoadableTypeRegistry to TypeRegistry
2021-04-11 Mikko RasaOverhaul texture management in rendering classes
2021-04-10 Mikko RasaRemove unnecessary std:: qualifiers from .cpp files
2021-02-26 Mikko RasaUse specialization constants in the builtin material...
2021-02-21 Mikko RasaImplement an unlit material type
2021-02-14 Mikko RasaRearrange soucre files into subdirectories