]> git.tdb.fi Git - libs/gui.git/commit
Remove glViewport calls from GLContext
authorMikko Rasa <tdb@tdb.fi>
Thu, 15 Sep 2016 21:12:26 +0000 (00:12 +0300)
committerMikko Rasa <tdb@tdb.fi>
Thu, 15 Sep 2016 21:12:26 +0000 (00:12 +0300)
commit2deed84c84e513ee1c2a2fbbcd3946c1d772fcbb
tree29fc720392fab5c84239d538c1ee2ca613dac9cb
parent91d461ab8ef19ba49423dbbbe9b467ffdf0d1584
Remove glViewport calls from GLContext

They've been broken for a long time with mspgl, probably since
framebuffer objects were implemented.  The new GL::View class
takes care of viewport size syncing better.
source/graphics/cgl/glcontext.cpp
source/graphics/egl_android/glcontext.cpp
source/graphics/glx/glcontext.cpp
source/graphics/wgl/glcontext.cpp