[eq-commit] [Eyescale/Equalizer] fe2a5e: Fixed eq::qt::Window::makeCurrent to properly hand...
Brought to you by:
eile
|
From: GitHub <no...@gi...> - 2015-06-24 08:52:21
|
Branch: refs/heads/master Home: https://github.com/Eyescale/Equalizer Commit: fe2a5ef482eadc0f03e3def3ef549399debf24b9 https://github.com/Eyescale/Equalizer/commit/fe2a5ef482eadc0f03e3def3ef549399debf24b9 Author: Juan Hernando <jhe...@fi...> Date: 2015-06-23 (Tue, 23 Jun 2015) Changed paths: M eq/qt/window.cpp M eq/qt/window.h Log Message: ----------- Fixed eq::qt::Window::makeCurrent to properly handling caching. The active context caching was completely broken. Now using GLWindow instead, which is what other system windows do. Commit: fce69925dd634cbd73239d617e501e22847e8206 https://github.com/Eyescale/Equalizer/commit/fce69925dd634cbd73239d617e501e22847e8206 Author: Daniel Nachbaur <dan...@gm...> Date: 2015-06-24 (Wed, 24 Jun 2015) Changed paths: M eq/qt/window.cpp M eq/qt/window.h Log Message: ----------- Merge pull request #457 from hernando/master Fixed eq::qt::Window::makeCurrent to properly handling caching. Compare: https://github.com/Eyescale/Equalizer/compare/4142abf478b8...fce69925dd63 |