]> git.tdb.fi Git - libs/gl.git/history - source/orderedscene.cpp
Share shader data between copied RenderPasses
[libs/gl.git] / source / orderedscene.cpp
2016-12-05 Mikko RasaChange the setup/finish_frame interface to be non-const
2016-12-05 Mikko RasaStore Renderables as non-const pointers or references
2015-12-04 Mikko RasaFurther tweak frustum culling to be more efficient
2015-12-04 Mikko RasaRemove the culler abstraction and move frustum culling...
2013-09-09 Mikko RasaAdd interfaces for culling
2012-09-08 Mikko RasaNotify Renderables about the start and end of a frame
2012-08-28 Mikko RasaRoute rendering calls through Renderer and add an exclu...
2011-09-06 Mikko RasaDrop Id tags and copyright notices from files
2011-01-10 Mikko RasaAdd a rendering supervisor class
2010-12-09 Mikko RasaChange Scene into an abstract base class and add a...