]> git.tdb.fi Git - libs/gl.git/history - source/renderpass.cpp
Support overriding uniforms in inherited Techniques
[libs/gl.git] / source / renderpass.cpp
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 RasaMake a private copy of shader data in RenderPass
2018-04-25 Mikko RasaCheck uniform names when loading RenderPasses
2017-01-06 Mikko RasaImplement an assignment operator for RenderPass
2014-10-15 Mikko RasaRemove a number of rarely used legacy features
2014-04-29 Mikko RasaSupport linear to sRGB conversion when loading material...
2013-09-09 Mikko RasaAdd a flag to RenderPass to render the back faces of...
2013-09-09 Mikko RasaMake RenderPass easier to use
2012-08-22 Mikko RasaMake RenderPass shprog and shdata settable from code
2012-08-15 Mikko RasaRestructure ProgramData to support sharing between...
2011-09-06 Mikko Rasamspdatafile APIs have changed slightly
2011-09-06 Mikko RasaRework exceptions
2011-09-06 Mikko RasaUpdate header names
2011-09-06 Mikko RasaDrop Id tags and copyright notices from files
2011-01-17 Mikko RasaReintroduce named texture slots for Technique inheritance
2011-01-12 Mikko RasaBind ProgramData to a Program upon construction
2011-01-10 Mikko RasaRename some Loader methods to avoid having to static_ca...
2011-01-10 Mikko RasaAdd a rendering supervisor class
2010-12-26 Mikko RasaMake RenderPass use a Texturing for textures
2010-11-07 Mikko RasaUse RefPtrs in Object
2010-11-07 Mikko RasaAdd some missing virtual destructors and a base class...
2010-10-09 Mikko RasaUse texture unit numbers instead of slot names in Rende...
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-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