]> git.tdb.fi Git - libs/gl.git/history - source/pipeline.h
Add more public methods to Transform
[libs/gl.git] / source / pipeline.h
2018-06-23 Mikko RasaAdditional overloads for creating pipelines
2017-12-19 Mikko RasaAdd a system for creating Pipelines from loadable templates
2017-12-19 Mikko RasaAdd a constructor to Pipeline which takes the size...
2017-09-10 Mikko RasaSome comment updates
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
2016-12-05 Mikko RasaRemove the Renderer-less overload of Renderable::render
2016-12-05 Mikko RasaAssociate camera and setup/finish_frame calls with...
2016-12-03 Mikko RasaAdd a RenderTarget class to manage and annotate FBOs
2016-08-14 Mikko RasaAdd a new API to Pipeline that ties Renderables and...
2016-08-12 Mikko RasaHandle clipping in Pipeline and Renderer
2012-12-29 Mikko RasaImprove pipeline render target management
2012-09-08 Mikko RasaNotify Renderables about the start and end of a frame
2012-08-26 Mikko RasaLots of comment updates
2012-08-20 Mikko RasaUse two FBOs in Pipeline when necessary
2012-08-20 Mikko RasaSimplify Pipeline pass management
2012-08-20 Mikko RasaMove PipelinePass inside Pipeline and make the data...
2012-08-16 Mikko RasaTurn Effect into a Renderable
2011-09-06 Mikko RasaDrop Id tags and copyright notices from files
2011-01-11 Mikko RasaAdd EXT_framebuffer_blit and EXT_framebuffer_multisample
2011-01-10 Mikko RasaAdd a rendering supervisor class
2010-11-30 Mikko RasaGive both color and depth buffers to postprocessors
2010-09-16 Mikko RasaSupport limiting renderables in Pipeline to specific...
2010-06-06 Mikko RasaStyle update: add spaces around assignment operators
2010-02-20 Mikko RasaAdd a Camera class
2010-02-04 Mikko RasaMake Tag directly comparable and use it as a key in...
2010-02-04 Mikko RasaDrop Renderable::has_pass; renderables are now expected...
2009-01-27 Mikko RasaAdd a Pipeline framework for constructing complex rende...