]> git.tdb.fi Git - libs/gl.git/history - source/technique.cpp
Drop Id tags and copyright notices from files
[libs/gl.git] / source / technique.cpp
2011-09-06 Mikko RasaDrop Id tags and copyright notices from files
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-06-06 Mikko RasaStyle update: add spaces around assignment operators
2010-02-23 Mikko RasaSupport collectionless loading of Technique and RenderPass
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-12-04 Mikko RasaFix compilation on 64-bit platforms
2008-10-04 Mikko RasaAdd class Technique to share passes between Objects