]> git.tdb.fi Git - libs/gl.git/history - source/technique.h
Fix matrix interpolation parameter calculation
[libs/gl.git] / source / technique.h
2018-04-26 Mikko RasaSupport overriding uniforms in inherited Techniques
2018-04-25 Mikko RasaUse an explicit material slot name in RenderPass
2018-04-25 Mikko RasaThrow key_error if an inherited Technique uses nonexist...
2017-09-10 Mikko RasaRemove useless namespace prefixes
2016-07-27 Mikko RasaFix incorrect multiple inclusion guards
2015-07-15 Mikko RasaExpose texture replacement functionality from Technique
2014-12-06 Mikko RasaAllow materials to be overridden when inheriting a...
2014-05-16 Mikko RasaImprove interface documentation a bit
2013-11-28 Mikko RasaFix some incorrect whitespace
2012-08-15 Mikko RasaAdd a function to query if a Technique has any shaders
2011-09-06 Mikko RasaDrop Id tags and copyright notices from files
2011-01-25 Mikko Rasa#include tag.h instead of forward declaring
2011-01-17 Mikko RasaReintroduce named texture slots for Technique inheritance
2010-11-07 Mikko RasaUse RefPtrs in Object
2010-10-09 Mikko RasaUse texture unit numbers instead of slot names in Rende...
2010-02-23 Mikko RasaSupport collectionless loading of Technique and RenderPass
2010-02-20 Mikko RasaCorrect some #includes
2010-02-12 Mikko RasaAllow copying of Uniforms and ProgramData
2010-02-04 Mikko RasaInherit Loaders from the ObjectLoader classes
2010-02-04 Mikko RasaMake Tag directly comparable and use it as a key in...
2009-12-04 Mikko RasaUse a struct to store texture slots in Technique
2009-08-03 Mikko RasaProperly handle the case where an object doesn't have...
2008-10-04 Mikko RasaAdd class Technique to share passes between Objects