]> git.tdb.fi Git - libs/gl.git/commitdiff
Improve pipeline render target management
authorMikko Rasa <tdb@tdb.fi>
Sat, 29 Dec 2012 15:09:17 +0000 (17:09 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sat, 29 Dec 2012 15:09:17 +0000 (17:09 +0200)
Recreate render targets if number of samples is changed.

Don't create render targets if neither postprocessing nor multisampling is
active.  HDR is only useful with postprocessors (maybe postprocessors
should be able to request HDR?).

Call fbo.require_complete to allow trial-and-error autodetection of
rendering configuration.


No differences found