]> git.tdb.fi Git - libs/gl.git/history - source/material.cpp
Check the flat qualifier from the correct member
[libs/gl.git] / source / material.cpp
2021-02-14 Mikko RasaRearrange soucre files into subdirectories
2021-02-06 Mikko RasaFix material registry initialization bug
2021-02-06 Mikko RasaAdd sampler support to materials
2020-06-23 Mikko RasaAdd a PBR material type and corresponding shader
2020-06-11 Mikko RasaGive materials the capability to automatically create...
2020-06-11 Mikko RasaCheck uniforms as a hint for texunit to use for materia...
2020-06-11 Mikko RasaRedesign the material system
2019-10-23 Mikko RasaRemove support for legacy OpenGL features
2014-10-17 Mikko RasaSupport OpenGL ES on Android
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 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-06-06 Mikko RasaStyle update: add spaces around assignment operators
2010-02-04 Mikko RasaInherit Loaders from the ObjectLoader classes
2008-09-24 Mikko RasaObject model for Material and TexEnv
2007-12-29 Mikko RasaWindows compatibility:
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