]> git.tdb.fi Git - libs/gl.git/history - source/material.h
Check the flat qualifier from the correct member
[libs/gl.git] / source / material.h
2021-02-14 Mikko RasaRearrange soucre files into subdirectories
2021-02-06 Mikko RasaAdd sampler support to materials
2021-02-06 Mikko RasaRename Material::LoaderBase to PropertyLoader
2021-01-25 Mikko RasaAdd some hints for older compilers
2020-06-11 Mikko RasaGive materials the capability to automatically create...
2020-06-11 Mikko RasaRedesign the material system
2020-02-09 Mikko RasaCosmetic fixes
2019-10-23 Mikko RasaRemove support for legacy OpenGL features
2014-10-20 Mikko RasaImprove documentation for a number of classes
2014-09-27 Mikko RasaMove the reflectivity parameter to material
2014-04-29 Mikko RasaSupport linear to sRGB conversion when loading material...
2013-12-16 Mikko RasaCreate ProgramData for materials and lights
2013-11-28 Mikko RasaFix some incorrect whitespace
2013-11-28 Mikko RasaBetter state tracking for bound objects
2013-10-11 Mikko RasaHomogenise binding semantics
2011-09-06 Mikko RasaDrop Id tags and copyright notices from files
2010-06-08 Mikko RasaRework Bind and enable it to restore the old binding
2010-02-04 Mikko RasaInherit Loaders from the ObjectLoader classes
2008-09-24 Mikko RasaObject model for Material and TexEnv
2008-01-01 Mikko RasaAdd functions to retrieve material properties
2007-11-09 Mikko RasaSupport for loading materials from datafiles
2007-10-10 Mikko RasaMake Material::apply const
2007-10-02 Mikko RasaAdd Material class