]> git.tdb.fi Git - libs/gl.git/history - source/pipeline.cpp
Add functions to control environment map updates
[libs/gl.git] / source / pipeline.cpp
2018-06-23 Mikko RasaAdditional overloads for creating pipelines
2018-04-25 Mikko RasaCosmetic changes and TODOs
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...
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-12-03 Mikko RasaDon't bother with RAII here
2016-11-26 Mikko RasaUse Renderer for rendering PostProcessors
2016-11-26 Mikko RasaEnsure that DepthTest and Blend get unbound for PostPro...
2016-08-26 Mikko RasaUse RAII to restore the output FBO in Pipeline::render
2016-08-14 Mikko RasaAdd a new API to Pipeline that ties Renderables and...
2016-08-12 Mikko RasaHandle clipping in Pipeline and Renderer
2015-04-07 Mikko RasaRevert changes if create_targets throws an exception
2014-10-19 Mikko RasaDeprecate Renderer::escape() and replace it with end()
2013-12-21 Mikko RasaRewrite Bind as two different classes
2013-12-19 Mikko RasaEscape from the renderer before applying postprocessors
2013-11-28 Mikko RasaRestore old samples value if create_targets fails
2013-09-09 Mikko RasaUse Renderer to bind Lighting
2013-06-18 Mikko RasaRender final pipeline output into the bound framebuffer
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-28 Mikko RasaRoute rendering calls through Renderer and add an exclu...
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-19 Mikko RasaDelete multisample resources in Pipeline destructor
2012-08-16 Mikko RasaTurn Effect into a Renderable
2011-09-06 Mikko RasaUse maputils functions
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-12-19 Mikko RasaImprove the ambient occlusion algorithm
2010-11-30 Mikko RasaGive both color and depth buffers to postprocessors
2010-11-30 Mikko RasaAllocate textures attached to framebuffers automatically
2010-11-30 Mikko RasaRemove support for texture borders
2010-09-16 Mikko RasaSupport limiting renderables in Pipeline to specific...
2010-09-15 Mikko RasaRewrite Framebuffer to defer attach/detach operations...
2010-06-06 Mikko RasaStyle update: add spaces around assignment operators
2010-03-03 Mikko RasaAdd object-oriented interfaces for the various tests...
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-09-21 Mikko RasaAdd get_width() / get_height() methods to Renderbuffer...
2009-07-14 Mikko RasaReset viewport also after pass-specific effects
2009-07-05 Mikko RasaAdd Vector3 and Vector4 classes
2009-01-27 Mikko RasaAdd a Pipeline framework for constructing complex rende...