[eq-commit] [Eyescale/Equalizer] 003bd4: Bugfix in accum texture state handling.
Brought to you by:
eile
|
From: GitHub <no...@gi...> - 2013-05-27 07:53:58
|
Branch: refs/heads/master Home: https://github.com/Eyescale/Equalizer Commit: 003bd4c9313346ddd4ffde790b548207d3b05a3e https://github.com/Eyescale/Equalizer/commit/003bd4c9313346ddd4ffde790b548207d3b05a3e Author: Juan Hernando <jhe...@fi...> Date: 2013-05-24 (Fri, 24 May 2013) Changed paths: M eq/util/accumBufferObject.cpp Log Message: ----------- Bugfix in accum texture state handling. The code assume that the texture environment mode is GL_MODULATE but this state can be arbitrarily changed by client code without being restored. Commit: 07d293481dbfa501b50c691dfcba12fd696fcbc5 https://github.com/Eyescale/Equalizer/commit/07d293481dbfa501b50c691dfcba12fd696fcbc5 Author: Juan Hernando <jhe...@fi...> Date: 2013-05-24 (Fri, 24 May 2013) Changed paths: M eq/util/accum.cpp M eq/util/accum.h M eq/util/accumBufferObject.cpp M eq/util/accumBufferObject.h M examples/eqPly/channel.cpp Log Message: ----------- Bugfix in accumulation buffer resizing for idle AA. In linux, eqPly idle AA is not working because the pvp used to rendered the quad during buffer accumulation and display is not updated when the FBO is resized. Commit: 2be5f5566be850cf671472a1d09f5a3e45d47089 https://github.com/Eyescale/Equalizer/commit/2be5f5566be850cf671472a1d09f5a3e45d47089 Author: Stefan Eilemann <Ste...@ep...> Date: 2013-05-27 (Mon, 27 May 2013) Changed paths: M eq/util/accum.cpp M eq/util/accum.h M eq/util/accumBufferObject.cpp M eq/util/accumBufferObject.h M examples/eqPly/channel.cpp Log Message: ----------- Merge branch 'accum_fixes' of https://github.com/hernando/Equalizer Commit: 071250ecf82c7918385edf214f785d6db8b578a0 https://github.com/Eyescale/Equalizer/commit/071250ecf82c7918385edf214f785d6db8b578a0 Author: Stefan Eilemann <Ste...@ep...> Date: 2013-05-27 (Mon, 27 May 2013) Changed paths: M eq/util/accum.cpp M eq/util/accum.h M eq/util/accumBufferObject.cpp M eq/util/accumBufferObject.h Log Message: ----------- Merge cleanups: pimpl for Accum, documentation, correctness Compare: https://github.com/Eyescale/Equalizer/compare/2fb44723de30...071250ecf82c |