include/vcl/task.hxx |9 +
vcl/inc/schedulerimpl.hxx|1 +
vcl/opengl/gdiimpl.cxx |3 +--
vcl/source/app/scheduler.cxx | 29 ++---
4 files changed, 29 insertions(+), 13 deletions(-)
New commits:
commit ffcff2fe24ce1fd64b7c45073c09f6d5
include/vcl/bitmap.hxx |6 --
include/vcl/btndlg.hxx |2
include/vcl/builder.hxx|2
include/vcl/dockwin.hxx|1
include/vcl/field.hxx |2
include/vcl/layo
include/vcl/opengl/OpenGLHelper.hxx | 11
vcl/inc/unx/saldisp.hxx |5 --
vcl/opengl/x11/gdiimpl.cxx | 64 ++-
vcl/source/opengl/OpenGLHelper.cxx | 85
vcl/unx/generic/app/saldisp.cxx | 29 ++
include/vcl/opengl/OpenGLContext.hxx |8 +++
vcl/inc/opengl/RenderState.hxx | 29 +
vcl/inc/opengl/TextureState.hxx | 76 +++
vcl/opengl/program.cxx | 26 +--
vcl/opengl/texture.cxx | 60
include/vcl/bitmap.hxx |2 +-
include/vcl/embeddedfontshelper.hxx |2 +-
include/vcl/floatwin.hxx|2 +-
include/vcl/print.hxx |4 ++--
include/vcl/window.hxx |4 ++--
include/vcl/opengl/OpenGLContext.hxx |5 +++
vcl/inc/opengl/salbmp.hxx|9 ++---
vcl/inc/opengl/zone.hxx |7
vcl/inc/openglgdiimpl.hxx|3 -
vcl/opengl/gdiimpl.cxx | 42 +++--
vcl/opengl/salbmp.cxx
include/vcl/opengl/OpenGLContext.hxx |5 +
vcl/inc/openglgdiimpl.hxx|5 +
vcl/opengl/gdiimpl.cxx |7 ---
vcl/opengl/win/gdiimpl.cxx |1 +
vcl/opengl/x11/gdiimpl.cxx |1 +
vcl/source/opengl/OpenGLContext.cxx |1 +
6
include/vcl/outdev.hxx | 18 --
vcl/inc/generic/genpspgraphics.h |3 --
vcl/inc/headless/svpgdi.hxx|3 --
vcl/inc/openglgdiimpl.hxx |3 --
vcl/inc/quartz/salgdi.h|3 --
vcl/inc/salgdi.hxx |3 --
vcl/inc/sa
include/vcl/opengl/OpenGLContext.hxx |3 +++
vcl/inc/openglgdiimpl.hxx|4 +---
vcl/opengl/gdiimpl.cxx | 21 ++---
vcl/source/opengl/OpenGLContext.cxx | 12
4 files changed, 30 insertions(+), 10 deletions(-)
New commits:
commit 80