[Libreoffice-commits] core.git: vcl/opengl
Marco Cecchetti
marco.cecchetti at collabora.com
Mon Mar 14 11:09:11 UTC 2016
vcl/opengl/gdiimpl.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 7fdc29469d3d098c1b2d5b1cfc7ed907031eb932
Author: Marco Cecchetti <marco.cecchetti at collabora.com>
Date: Fri Mar 11 18:04:40 2016 +0100
tdf#95616 - fix flickering issue
Change-Id: I0d5bfdf44dde2cd06c193f34e81c6ce71291bba1
Reviewed-on: https://gerrit.libreoffice.org/23238
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Michael Meeks <michael.meeks at collabora.com>
diff --git a/vcl/opengl/gdiimpl.cxx b/vcl/opengl/gdiimpl.cxx
index ef4f4ae..7bf7149 100644
--- a/vcl/opengl/gdiimpl.cxx
+++ b/vcl/opengl/gdiimpl.cxx
@@ -454,6 +454,7 @@ bool OpenGLSalGraphicsImpl::CheckOffscreenTexture()
maOffscreenTex.GetHeight() != GetHeight() )
{
VCL_GL_INFO( "re-size offscreen texture " << maOffscreenTex.Id() );
+ mpFlush->SetPriority( SchedulerPriority::POST_PAINT );
mpContext->ReleaseFramebuffer( maOffscreenTex );
maOffscreenTex = OpenGLTexture();
}
More information about the Libreoffice-commits
mailing list