[Libreoffice-commits] core.git: vcl/opengl

2014-12-15 Thread Louis-Francis Ratté-Boulianne
vcl/opengl/texture.cxx |8 1 file changed, 8 insertions(+) New commits: commit 214ba32cd4d20691c8ba16b94a7ae621575839f4 Author: Louis-Francis Ratté-Boulianne l...@collabora.com Date: Tue Nov 18 00:13:30 2014 -0500 vcl: Fix crash when requesting coordonnates for empty texture

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - vcl/opengl

2014-12-15 Thread Louis-Francis Ratté-Boulianne
vcl/opengl/texture.cxx |8 1 file changed, 8 insertions(+) New commits: commit 4dd7f8e49449f73ef597025a773f524ef54cae12 Author: Louis-Francis Ratté-Boulianne l...@collabora.com Date: Tue Nov 18 00:13:30 2014 -0500 vcl: Fix crash when requesting coordonnates for empty texture

[Libreoffice-commits] core.git: Changes to 'private/moggi/opengl-4-4-build-test'

2014-12-15 Thread Louis-Francis Ratté-Boulianne
New branch 'private/moggi/opengl-4-4-build-test' available with the following commits: commit d917ae4330d3af16a3f2af96f7666581d38854a6 Author: Louis-Francis Ratté-Boulianne l...@collabora.com Date: Thu Dec 4 22:27:38 2014 -0500 vcl: Don't keep a reference to the texture in the FBO object

[Libreoffice-commits] core.git: 10 commits - include/vcl sc/source vcl/generic vcl/headless vcl/inc vcl/opengl vcl/quartz vcl/source vcl/unx vcl/win

2014-12-10 Thread Louis-Francis Ratté-Boulianne
include/vcl/bitmap.hxx |4 include/vcl/bmpacc.hxx | 120 ++ include/vcl/opengl/OpenGLContext.hxx |8 include/vcl/salbtype.hxx | 10 sc/source/core/data/documen4.cxx |2

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl2' - 5 commits - include/vcl vcl/inc vcl/opengl vcl/source vcl/unx

2014-12-04 Thread Louis-Francis Ratté-Boulianne
include/vcl/opengl/OpenGLContext.hxx |7 vcl/inc/cairotextrender.hxx |1 vcl/inc/opengl/framebuffer.hxx |8 vcl/inc/openglgdiimpl.hxx|2 vcl/opengl/framebuffer.cxx | 26 +-

[Libreoffice-commits] core.git: 8 commits - include/vcl vcl/headless vcl/inc vcl/opengl vcl/Package_opengl.mk vcl/quartz vcl/source vcl/unx vcl/win

2014-12-03 Thread Louis-Francis Ratté-Boulianne
include/vcl/opengl/OpenGLContext.hxx |2 - vcl/Package_opengl.mk |1 vcl/headless/svpbmp.cxx| 10 vcl/inc/headless/svpbmp.hxx|3 ++ vcl/inc/impbmp.hxx |2 +

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl2' - 3 commits - include/vcl vcl/generic vcl/headless vcl/inc vcl/opengl vcl/quartz vcl/source vcl/unx vcl/win

2014-12-03 Thread Louis-Francis Ratté-Boulianne
include/vcl/bitmap.hxx |4 include/vcl/bmpacc.hxx | 120 -- include/vcl/salbtype.hxx | 10 ++ vcl/generic/print/genpspgraphics.cxx |4 vcl/headless/svpbmp.cxx |6 -

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl2' - 2 commits - include/vcl vcl/inc vcl/opengl vcl/source

2014-12-02 Thread Louis-Francis Ratté-Boulianne
include/vcl/opengl/OpenGLContext.hxx |2 -- vcl/inc/opengl/win/gdiimpl.hxx |1 - vcl/inc/opengl/x11/gdiimpl.hxx |1 - vcl/inc/openglgdiimpl.hxx|6 +++--- vcl/opengl/gdiimpl.cxx | 21 +++-- vcl/opengl/win/gdiimpl.cxx

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl2' - vcl/source

2014-12-02 Thread Louis-Francis Ratté-Boulianne
vcl/source/app/svdata.cxx |8 vcl/source/app/svmain.cxx |6 ++ 2 files changed, 14 insertions(+) New commits: commit 0dc8f568c9c4644542fe9823c2395fd766e1d7d0 Author: Louis-Francis Ratté-Boulianne l...@collabora.com Date: Tue Dec 2 10:29:00 2014 -0500 vcl: Add

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl2' - 3 commits - vcl/headless vcl/inc vcl/opengl vcl/Package_opengl.mk vcl/quartz vcl/source vcl/unx vcl/win

2014-12-02 Thread Louis-Francis Ratté-Boulianne
vcl/Package_opengl.mk |1 vcl/headless/svpbmp.cxx|5 vcl/inc/headless/svpbmp.hxx|2 + vcl/inc/impbmp.hxx |1 vcl/inc/opengl/program.hxx |2 + vcl/inc/opengl/salbmp.hxx

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl2' - vcl/opengl

2014-12-02 Thread Louis-Francis Ratté-Boulianne
vcl/opengl/replaceColorFragmentShader.glsl |2 -- 1 file changed, 2 deletions(-) New commits: commit c072de53b6f2e8ca162a9dd70f1062073d54c115 Author: Louis-Francis Ratté-Boulianne l...@collabora.com Date: Tue Dec 2 17:18:26 2014 -0500 vcl: Fix color-replacement fragment shader

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl2' - 2 commits - include/vcl vcl/inc vcl/Library_vcl.mk vcl/opengl vcl/Package_opengl.mk vcl/source

2014-12-01 Thread Louis-Francis Ratté-Boulianne
include/vcl/opengl/OpenGLContext.hxx | 34 + vcl/Library_vcl.mk|1 vcl/Package_opengl.mk |4 vcl/inc/opengl/program.hxx| 72 ++ vcl/inc/opengl/salbmp.hxx | 11 vcl/inc/opengl/texture.hxx

[Libreoffice-commits] core.git: Changes to 'feature/vcl-opengl-integration'

2014-11-27 Thread Louis-Francis Ratté-Boulianne
New branch 'feature/vcl-opengl-integration' available with the following commits: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl2' - include/vcl vcl/inc vcl/Library_vcl.mk vcl/Library_vclplug_gen.mk vcl/opengl vcl/source vcl/unx

2014-11-27 Thread Louis-Francis Ratté-Boulianne
include/vcl/opengl/OpenGLContext.hxx | 15 +++ vcl/Library_vcl.mk |1 vcl/Library_vclplug_gen.mk |1 vcl/inc/opengl/framebuffer.hxx | 45 ++ vcl/inc/opengl/salbmp.hxx|1 vcl/inc/opengl/texture.hxx |3

[Libreoffice-commits] core.git: Branch 'feature/lfrb-vcl-opengl' - 1874 commits - accessibility/source android/experimental animations/source apple_remote/source autogen.sh avmedia/Library_avmediagst.

2014-11-26 Thread Louis-Francis Ratté-Boulianne
Rebased ref, commits from common ancestor: commit 88001441d3c3e7182caad3b557992371ca1dffe1 Author: Louis-Francis Ratté-Boulianne l...@collabora.com Date: Wed Nov 26 09:22:25 2014 -0500 vcl: Use the current OpenGL context for VirtualDevice and Bitmap if possible Change-Id:

[Libreoffice-commits] core.git: Branch 'feature/lfrb-vcl-opengl' - include/vcl vcl/inc vcl/Library_vcl.mk vcl/Library_vclplug_gen.mk vcl/opengl vcl/source vcl/unx

2014-11-26 Thread Louis-Francis Ratté-Boulianne
Rebased ref, commits from common ancestor: commit c25d061adb5bab1d6c47008f1a93c86605659c4c Author: Louis-Francis Ratté-Boulianne l...@collabora.com Date: Wed Nov 26 09:22:25 2014 -0500 vcl: Use the current OpenGL context for VirtualDevice and Bitmap if possible Change-Id:

[Libreoffice-commits] core.git: Branch 'feature/lfrb-vcl-opengl' - 7 commits - include/vcl vcl/headless vcl/inc vcl/Library_vcl.mk vcl/Library_vclplug_gen.mk vcl/opengl vcl/quartz vcl/source vcl/unx v

2014-11-26 Thread Louis-Francis Ratté-Boulianne
Rebased ref, commits from common ancestor: commit ddfdf013f00309cfcab1aa9a56a9b1d01cfb5d41 Author: Louis-Francis Ratté-Boulianne l...@collabora.com Date: Wed Nov 26 09:22:25 2014 -0500 vcl: Use the current OpenGL context for VirtualDevice and Bitmap if possible Change-Id:

[Libreoffice-commits] core.git: Branch 'feature/lfrb-vcl-opengl' - include/vcl vcl/inc vcl/Library_vcl.mk vcl/Library_vclplug_gen.mk vcl/opengl vcl/source vcl/unx

2014-11-26 Thread Louis-Francis Ratté-Boulianne
Rebased ref, commits from common ancestor: commit 7bfea5be70be9d1249b3a2f4c4339e6205e733d2 Author: Louis-Francis Ratté-Boulianne l...@collabora.com Date: Wed Nov 26 09:22:25 2014 -0500 vcl: Use the current OpenGL context for VirtualDevice and Bitmap if possible Change-Id:

[Libreoffice-commits] core.git: Branch 'feature/lfrb-vcl-opengl' - include/vcl vcl/inc vcl/Library_vcl.mk vcl/Library_vclplug_gen.mk vcl/opengl vcl/source vcl/unx

2014-11-26 Thread Louis-Francis Ratté-Boulianne
Rebased ref, commits from common ancestor: commit 7ac688fa6d7756ce25a3cfe8b4e3d06379a8dd08 Author: Louis-Francis Ratté-Boulianne l...@collabora.com Date: Wed Nov 26 09:22:25 2014 -0500 vcl: Use the current OpenGL context for VirtualDevice and Bitmap if possible Change-Id:

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl2' - 6 commits - include/vcl vcl/inc vcl/opengl vcl/source vcl/unx vcl/win

2014-11-22 Thread Louis-Francis Ratté-Boulianne
include/vcl/opengl/OpenGLContext.hxx | 11 + vcl/inc/opengl/win/gdiimpl.hxx |9 + vcl/inc/opengl/x11/gdiimpl.hxx |6 vcl/inc/openglgdiimpl.hxx| 28 +++ vcl/inc/salgdiimpl.hxx |2 vcl/inc/svdata.hxx |3

[Libreoffice-commits] core.git: 22 commits - include/vcl officecfg/registry sfx2/source unotools/source vcl/generic vcl/headless vcl/inc vcl/opengl vcl/Package_opengl.mk vcl/quartz vcl/source vcl/unx

2014-11-22 Thread Louis-Francis Ratté-Boulianne
include/vcl/opengl/OpenGLContext.hxx| 11 include/vcl/outdev.hxx |4 officecfg/registry/data/org/openoffice/Office/Views.xcu | 12 sfx2/source/appl/childwin.cxx |1

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl2' - vcl/inc vcl/unx

2014-11-21 Thread Louis-Francis Ratté-Boulianne
vcl/inc/unx/gtk/gtkgdi.hxx |1 vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx | 157 +++ 2 files changed, 101 insertions(+), 57 deletions(-) New commits: commit c90741573814173e9df5bf945d8cbe9d7d77ec39 Author: Louis-Francis Ratté-Boulianne

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl2' - vcl/inc vcl/opengl vcl/Package_opengl.mk vcl/unx

2014-11-20 Thread Louis-Francis Ratté-Boulianne
vcl/Package_opengl.mk |1 vcl/inc/opengl/x11/gdiimpl.hxx|2 vcl/inc/openglgdiimpl.hxx |6 vcl/inc/unx/gtk/gtkgdi.hxx| 13 vcl/inc/unx/salgdi.h |2 vcl/inc/unx/x11/x11gdiimpl.h

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl2' - vcl/opengl vcl/source

2014-11-19 Thread Louis-Francis Ratté-Boulianne
vcl/opengl/gdiimpl.cxx |1 - vcl/source/outdev/gradient.cxx | 19 --- 2 files changed, 8 insertions(+), 12 deletions(-) New commits: commit 738f3b4e026ec4d57d7de691df9d253f4497d9b0 Author: Louis-Francis Ratté-Boulianne l...@collabora.com Date: Wed Nov 19 10:09:42

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl2' - 2 commits - vcl/inc vcl/opengl vcl/source

2014-11-19 Thread Louis-Francis Ratté-Boulianne
vcl/inc/regionband.hxx|2 +- vcl/opengl/gdiimpl.cxx|3 ++- vcl/source/gdi/regionband.cxx |2 +- 3 files changed, 4 insertions(+), 3 deletions(-) New commits: commit 1f3a20c2d1fffe996cb06fc6f102157ae0bccce3 Author: Louis-Francis Ratté-Boulianne l...@collabora.com

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl2' - vcl/opengl

2014-11-18 Thread Louis-Francis Ratté-Boulianne
vcl/opengl/gdiimpl.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 9b18be272124c0157eea1b24d396e03b2135fffd Author: Louis-Francis Ratté-Boulianne l...@collabora.com Date: Tue Nov 18 11:19:02 2014 -0500 vcl: Actually keep the new offscreen texture around

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl2' - 3 commits - include/vcl vcl/generic vcl/headless vcl/inc vcl/opengl vcl/Package_opengl.mk vcl/quartz vcl/source vcl/unx vcl/win

2014-11-18 Thread Louis-Francis Ratté-Boulianne
include/vcl/outdev.hxx |4 + vcl/Package_opengl.mk|2 vcl/generic/print/genpspgraphics.cxx | 10 ++ vcl/headless/svpgdi.cxx | 10 ++ vcl/inc/generic/genpspgraphics.h |6 +

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl2' - vcl/opengl

2014-11-18 Thread Louis-Francis Ratté-Boulianne
vcl/opengl/gdiimpl.cxx | 23 +++ 1 file changed, 19 insertions(+), 4 deletions(-) New commits: commit 483a43df80569285006c4f8876508d8aa2a88a6d Author: Louis-Francis Ratté-Boulianne l...@collabora.com Date: Tue Nov 18 19:11:04 2014 -0500 vcl: Implement copyArea in

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl2' - 2 commits - vcl/inc vcl/opengl vcl/Package_opengl.mk

2014-11-17 Thread Louis-Francis Ratté-Boulianne
vcl/Package_opengl.mk |1 vcl/inc/openglgdiimpl.hxx | 14 ++ vcl/opengl/gdiimpl.cxx | 170 ++--- vcl/opengl/maskFragmentShader.glsl | 10 -

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl2' - vcl/inc vcl/opengl

2014-11-17 Thread Louis-Francis Ratté-Boulianne
vcl/inc/opengl/salbmp.hxx |3 ++- vcl/opengl/gdiimpl.cxx| 18 +- vcl/opengl/salbmp.cxx | 32 vcl/opengl/scale.cxx |1 + 4 files changed, 32 insertions(+), 22 deletions(-) New commits: commit

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl2' - vcl/opengl

2014-11-17 Thread Louis-Francis Ratté-Boulianne
vcl/opengl/gdiimpl.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 053b01fa6533ccd62b1bd184f0c7f9e42422cb8c Author: Louis-Francis Ratté-Boulianne l...@collabora.com Date: Mon Nov 17 17:36:42 2014 -0500 vcl: Unbind framebuffer after setting offscreen mode

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl2' - vcl/opengl

2014-11-17 Thread Louis-Francis Ratté-Boulianne
vcl/opengl/texture.cxx |8 1 file changed, 8 insertions(+) New commits: commit 2195500d40055a182c573da074e61ddf0a2b4d5a Author: Louis-Francis Ratté-Boulianne l...@collabora.com Date: Tue Nov 18 00:13:30 2014 -0500 vcl: Fix crash when requesting coordonnates for empty texture

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl' - 6 commits - vcl/inc vcl/Library_vclplug_gen.mk vcl/opengl vcl/source vcl/unx vcl/win

2014-11-13 Thread Louis-Francis Ratté-Boulianne
vcl/Library_vclplug_gen.mk |1 vcl/inc/generic/genpspgraphics.h |1 vcl/inc/headless/svpgdi.hxx |1 vcl/inc/opengl/salbmp.hxx|7 vcl/inc/opengl/texture.hxx | 67 +--- vcl/inc/opengl/x11/gdiimpl.hxx

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl' - vcl/inc vcl/opengl vcl/unx vcl/win

2014-11-13 Thread Louis-Francis Ratté-Boulianne
vcl/inc/openglgdiimpl.hxx|4 +- vcl/opengl/gdiimpl.cxx | 16 ++-- vcl/unx/generic/gdi/openglx11cairotextrender.cxx | 45 +-- vcl/win/source/gdi/winlayout.cxx |6 +-- 4 files changed, 29

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl' - vcl/inc vcl/opengl

2014-11-13 Thread Louis-Francis Ratté-Boulianne
vcl/inc/openglgdiimpl.hxx|1 vcl/opengl/gdiimpl.cxx | 67 +++ vcl/opengl/linearGradientFragmentShader.glsl |2 3 files changed, 69 insertions(+), 1 deletion(-) New commits: commit

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl' - 2 commits - include/vcl vcl/inc vcl/opengl vcl/source vcl/unx vcl/win

2014-11-12 Thread Louis-Francis Ratté-Boulianne
include/vcl/outdev.hxx |4 +++- vcl/inc/generic/genpspgraphics.h |3 ++- vcl/inc/headless/svpgdi.hxx|3 ++- vcl/inc/openglgdiimpl.hxx |4 +++- vcl/inc/quartz/salgdi.h|3 ++- vcl/inc/salgdi.hxx |3 ++-

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl' - 3 commits - vcl/inc vcl/opengl vcl/unx

2014-11-12 Thread Louis-Francis Ratté-Boulianne
vcl/inc/opengl/contextprovider.hxx | 28 vcl/inc/opengl/salbmp.hxx |2 - vcl/inc/unx/salgdi.h |7 +++- vcl/opengl/salbmp.cxx | 63 +++-- vcl/opengl/scale.cxx | 15 ++--

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl' - vcl/workben

2014-11-12 Thread Louis-Francis Ratté-Boulianne
vcl/workben/vcldemo.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 2d887667ec64fe453c0b113b0b92159958430897 Author: Louis-Francis Ratté-Boulianne l...@collabora.com Date: Wed Nov 12 14:55:33 2014 -0500 vcldemo: Draw mini-view of the whole window in the

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl' - 2 commits - include/vcl vcl/inc vcl/opengl vcl/source

2014-11-12 Thread Louis-Francis Ratté-Boulianne
include/vcl/region.hxx|2 + vcl/inc/openglgdiimpl.hxx |4 ++ vcl/opengl/gdiimpl.cxx| 76 ++ vcl/source/gdi/region.cxx | 17 ++ 4 files changed, 74 insertions(+), 25 deletions(-) New commits: commit

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl' - vcl/opengl

2014-11-12 Thread Louis-Francis Ratté-Boulianne
vcl/opengl/gdiimpl.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9f46dc705b478cab1fea29ec4a13a3fb89a13c75 Author: Louis-Francis Ratté-Boulianne l...@collabora.com Date: Wed Nov 12 15:55:23 2014 -0500 vcl: Use glScissor for rectangular clip regions

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl' - 2 commits - vcl/inc vcl/opengl

2014-11-12 Thread Louis-Francis Ratté-Boulianne
vcl/inc/openglgdiimpl.hxx |2 vcl/opengl/gdiimpl.cxx| 96 +++--- 2 files changed, 59 insertions(+), 39 deletions(-) New commits: commit b334ac1f891eaa5b8cea17ea7d71e2e51b0d1f12 Author: Louis-Francis Ratté-Boulianne l...@collabora.com Date:

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl' - vcl/workben

2014-11-12 Thread Louis-Francis Ratté-Boulianne
vcl/workben/vcldemo.cxx | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) New commits: commit 7d99b95b29804a5497d524e4e09f58199de8f77c Author: Louis-Francis Ratté-Boulianne l...@collabora.com Date: Wed Nov 12 18:13:27 2014 -0500 vcldemo: Add some values to the gradient

[Libreoffice-commits] core.git: Changes to 'private/moggi/build-test'

2014-11-11 Thread Louis-Francis Ratté-Boulianne
New branch 'private/moggi/build-test' available with the following commits: commit f694fea90f25203761c2bbb0bcf0e0b1b13da3bc Author: Louis-Francis Ratté-Boulianne l...@collabora.com Date: Mon Nov 10 23:30:02 2014 -0500 vcl: Fix text rendering with OpenGL Change-Id:

[Libreoffice-commits] core.git: 7 commits - vcl/inc vcl/opengl vcl/unx vcl/win vcl/workben

2014-11-11 Thread Louis-Francis Ratté-Boulianne
vcl/inc/opengl/salbmp.hxx|2 vcl/inc/opengl/texture.hxx |3 vcl/inc/openglgdiimpl.hxx| 22 +++ vcl/inc/salgdiimpl.hxx |5 vcl/inc/unx/salgdi.h |4

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl' - vcl/inc vcl/opengl vcl/Package_opengl.mk

2014-11-11 Thread Louis-Francis Ratté-Boulianne
vcl/Package_opengl.mk|1 vcl/inc/openglgdiimpl.hxx|9 ++ vcl/opengl/gdiimpl.cxx | 111 ++- vcl/opengl/linearGradientFragmentShader.glsl | 23 + 4 files changed, 142 insertions(+), 2

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl' - vcl/inc vcl/opengl

2014-11-11 Thread Louis-Francis Ratté-Boulianne
vcl/inc/openglgdiimpl.hxx |4 ++-- vcl/opengl/gdiimpl.cxx | 19 ++- vcl/opengl/x11/gdiimpl.cxx | 33 +++-- 3 files changed, 47 insertions(+), 9 deletions(-) New commits: commit 9ce55489da514d2769227c7b9904da1fdf216f21 Author: Louis-Francis

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl' - vcl/inc vcl/opengl vcl/Package_opengl.mk

2014-11-11 Thread Louis-Francis Ratté-Boulianne
vcl/Package_opengl.mk|1 vcl/inc/openglgdiimpl.hxx|9 +- vcl/opengl/gdiimpl.cxx | 118 ++- vcl/opengl/radialGradientFragmentShader.glsl | 23 + 4 files changed, 132 insertions(+), 19

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl' - vcl/Library_vclplug_gtk.mk vcl/unx

2014-11-11 Thread Louis-Francis Ratté-Boulianne
vcl/Library_vclplug_gtk.mk |1 + vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx |6 ++ 2 files changed, 7 insertions(+) New commits: commit a91f26a04c4cbcfea28fa2b120338a54a558dcdc Author: Louis-Francis Ratté-Boulianne l...@collabora.com Date: Tue Nov 11 16:16:57 2014

[Libreoffice-commits] core.git: Branch 'private/moggi/build-test' - 86 commits - comphelper/Library_comphelper.mk comphelper/qa comphelper/source config_host.mk.in configure.ac cui/source cui/uiconfig

2014-11-11 Thread Louis-Francis Ratté-Boulianne
Rebased ref, commits from common ancestor: commit b49bea154047efeb9e487dde6c9742cf31c11400 Author: Louis-Francis Ratté-Boulianne l...@collabora.com Date: Tue Nov 11 16:16:57 2014 -0500 vcl: Use offscreen rendering for native GTK widgets with OpenGL backend Change-Id:

[Libreoffice-commits] core.git: 4 commits - vcl/inc vcl/Library_vclplug_gtk.mk vcl/opengl vcl/Package_opengl.mk vcl/unx

2014-11-11 Thread Louis-Francis Ratté-Boulianne
vcl/Library_vclplug_gtk.mk |1 vcl/Package_opengl.mk|2 vcl/inc/openglgdiimpl.hxx| 20 ++ vcl/opengl/gdiimpl.cxx | 212 ++- vcl/opengl/linearGradientFragmentShader.glsl | 23

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl' - 4 commits - vcl/inc vcl/opengl

2014-11-10 Thread Louis-Francis Ratté-Boulianne
vcl/inc/opengl/salbmp.hxx |2 vcl/inc/opengl/texture.hxx |3 + vcl/inc/openglgdiimpl.hxx | 17 +- vcl/opengl/gdiimpl.cxx | 127 - vcl/opengl/salbmp.cxx | 15 +++-- vcl/opengl/texture.cxx | 10 +++

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl' - vcl/opengl

2014-11-10 Thread Louis-Francis Ratté-Boulianne
vcl/opengl/gdiimpl.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit d1bf54a0fe29d50972fc949ff01284a4414b5210 Author: Louis-Francis Ratté-Boulianne l...@collabora.com Date: Mon Nov 10 14:08:25 2014 -0500 vcl: Add rectangle outline rendering

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl' - vcl/source

2014-11-10 Thread Louis-Francis Ratté-Boulianne
vcl/source/opengl/OpenGLContext.cxx | 23 +-- 1 file changed, 13 insertions(+), 10 deletions(-) New commits: commit 8ecbd12818db6e36df770e29cee217523561a3bd Author: Louis-Francis Ratté-Boulianne l...@collabora.com Date: Mon Nov 10 17:13:55 2014 -0500 vcl: Use shared

[Libreoffice-commits] core.git: vcl/opengl

2014-11-10 Thread Louis-Francis Ratté-Boulianne
vcl/opengl/gdiimpl.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 01fad59c533d797cdb8dad1a848a553c4500115a Author: Louis-Francis Ratté-Boulianne l...@collabora.com Date: Mon Nov 10 14:08:25 2014 -0500 vcl: Add rectangle outline rendering

[Libreoffice-commits] core.git: vcl/source

2014-11-10 Thread Louis-Francis Ratté-Boulianne
vcl/source/opengl/OpenGLContext.cxx | 23 +-- 1 file changed, 13 insertions(+), 10 deletions(-) New commits: commit 6143fa5a89d9528fc11fed1e7fe96b9280d411a4 Author: Louis-Francis Ratté-Boulianne l...@collabora.com Date: Mon Nov 10 17:13:55 2014 -0500 vcl: Use shared

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl' - 2 commits - vcl/opengl vcl/workben

2014-11-10 Thread Louis-Francis Ratté-Boulianne
vcl/opengl/gdiimpl.cxx |2 +- vcl/opengl/maskedTextureFragmentShader.glsl |2 +- vcl/workben/vcldemo.cxx |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) New commits: commit 46e8601878104c4c18944c78b29d4198d84775eb Author: Louis-Francis

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl' - vcl/inc vcl/opengl vcl/unx

2014-11-10 Thread Louis-Francis Ratté-Boulianne
vcl/inc/openglgdiimpl.hxx|5 ++ vcl/inc/salgdiimpl.hxx |5 ++ vcl/inc/unx/salgdi.h |4 + vcl/opengl/gdiimpl.cxx | 17 +++ vcl/unx/generic/gdi/gdiimpl.cxx |

[Libreoffice-commits] core.git: Branch 'feature/lfrb-vcl-opengl' - 98 commits - basegfx/source chart2/source include/vcl officecfg/registry Repository.mk sc/workben slideshow/source vcl/Executable_out

2014-11-09 Thread Louis-Francis Ratté-Boulianne
Rebased ref, commits from common ancestor: commit b2f5eec073a1f0cbefc4bd789eaa9c8aaa7bca02 Author: Louis-Francis Ratté-Boulianne l...@collabora.com Date: Sat Nov 8 23:05:32 2014 -0500 vcl: Re-enable features in vcldemo Change-Id: If2a17b2c5609b7529d9aa5091ced280dd5ac4176 diff

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl' - 2 commits - include/vcl vcl/inc vcl/Library_vclplug_gen.mk vcl/opengl vcl/source vcl/unx

2014-11-08 Thread Louis-Francis Ratté-Boulianne
include/vcl/opengl/OpenGLHelper.hxx |1 vcl/Library_vclplug_gen.mk |4 vcl/inc/opengl/x11/gdiimpl.hxx | 42 + vcl/inc/openglgdiimpl.hxx| 15 + vcl/inc/salgdiimpl.hxx |4 vcl/inc/unx/gtk/gtkgdi.hxx

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl' - 2 commits - vcl/inc vcl/Library_vcl.mk vcl/opengl vcl/Package_opengl.mk vcl/source

2014-11-06 Thread Louis-Francis Ratté-Boulianne
vcl/Library_vcl.mk|1 vcl/Package_opengl.mk |1 vcl/inc/opengl/bmpop.hxx | 35 +++ vcl/inc/opengl/salbmp.hxx | 48 +++- vcl/inc/opengl/texture.hxx| 54 +

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl' - 3 commits - include/vcl vcl/inc vcl/opengl vcl/source vcl/unx

2014-11-05 Thread Louis-Francis Ratté-Boulianne
include/vcl/opengl/OpenGLHelper.hxx | 10 ++ include/vcl/outdev.hxx |2 ++ vcl/inc/generic/genpspgraphics.h|2 ++ vcl/inc/headless/svpgdi.hxx |2 ++ vcl/inc/openglgdiimpl.hxx |2 ++ vcl/inc/quartz/salgdi.h |2 ++

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl' - 2 commits - vcl/Library_vcl.mk vcl/opengl

2014-11-05 Thread Louis-Francis Ratté-Boulianne
vcl/Library_vcl.mk |1 vcl/opengl/gdiimpl.cxx |8 ++-- vcl/opengl/texture.cxx | 86 + vcl/opengl/texture.hxx | 48 +++ 4 files changed, 139 insertions(+), 4 deletions(-) New commits: commit

[Libreoffice-commits] core.git: Branch 'feature/lfrb-vcl-opengl' - 3 commits - include/vcl vcl/inc vcl/opengl vcl/source vcl/unx

2014-11-04 Thread Louis-Francis Ratté-Boulianne
include/vcl/opengl/OpenGLHelper.hxx | 10 ++ include/vcl/outdev.hxx |2 ++ vcl/inc/generic/genpspgraphics.h|2 ++ vcl/inc/headless/svpgdi.hxx |2 ++ vcl/inc/openglgdiimpl.hxx |2 ++ vcl/inc/quartz/salgdi.h |2 ++

[Libreoffice-commits] core.git: Branch 'feature/lfrb-vcl-opengl' - 24 commits - include/vcl officecfg/registry shell/source vcl/inc vcl/Library_vcl.mk vcl/Library_vclplug_gen.mk vcl/Module_vcl.mk vcl/

2014-11-03 Thread Louis-Francis Ratté-Boulianne
Rebased ref, commits from common ancestor: commit eb893c1add0b15bc50fb54b1413a23938b71cdb5 Author: Louis-Francis Ratté-Boulianne l...@collabora.com Date: Mon Nov 3 11:10:14 2014 -0500 vcl: Fix the vertices calculations for some drawing operations Change-Id:

[Libreoffice-commits] core.git: Branch 'feature/lfrb-vcl-opengl' - 3 commits - vcl/headless vcl/inc vcl/opengl vcl/quartz vcl/source vcl/unx vcl/win

2014-11-03 Thread Louis-Francis Ratté-Boulianne
vcl/headless/svpbmp.cxx |5 +++ vcl/inc/headless/svpbmp.hxx |2 + vcl/inc/impbmp.hxx|3 + vcl/inc/opengl/salbmp.hxx |4 ++ vcl/inc/openglgdiimpl.hxx | 10 +++--- vcl/inc/quartz/salbmp.h |2 +

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl' - 3 commits - vcl/headless vcl/inc vcl/opengl vcl/quartz vcl/source vcl/unx vcl/win

2014-11-03 Thread Louis-Francis Ratté-Boulianne
vcl/headless/svpbmp.cxx |5 +++ vcl/inc/headless/svpbmp.hxx |2 + vcl/inc/impbmp.hxx|3 + vcl/inc/opengl/salbmp.hxx |4 ++ vcl/inc/openglgdiimpl.hxx | 10 +++--- vcl/inc/quartz/salbmp.h |2 +

[Libreoffice-commits] core.git: Branch 'feature/lfrb-vcl-opengl' - 5 commits - include/vcl vcl/inc vcl/Library_vcl.mk vcl/opengl vcl/unx

2014-10-30 Thread Louis-Francis Ratté-Boulianne
include/vcl/opengl/OpenGLContext.hxx |2 vcl/Library_vcl.mk |1 vcl/inc/opengl/salbmp.hxx| 90 ++ vcl/inc/openglgdiimpl.hxx|5 vcl/opengl/gdiimpl.cxx | 71 +++- vcl/opengl/salbmp.cxx| 521

[Libreoffice-commits] core.git: Changes to 'private/lfrb/opengl-vcl'

2014-10-29 Thread Louis-Francis Ratté-Boulianne
New branch 'private/lfrb/opengl-vcl' available with the following commits: commit cf136f3a9506acc19cf421f35b38267de31d1834 Author: Louis-Francis Ratté-Boulianne l...@collabora.com Date: Wed Oct 29 13:05:02 2014 -0400 vcl: Implement basic SalGraphics methods for OpenGL backend

[Libreoffice-commits] core.git: Changes to 'feature/lfrb-vcl-opengl'

2014-10-29 Thread Louis-Francis Ratté-Boulianne
New branch 'feature/lfrb-vcl-opengl' available with the following commits: commit 22215d374164698a3f3306b9ebbd6c79f4c09f52 Author: Louis-Francis Ratté-Boulianne l...@collabora.com Date: Wed Oct 29 13:05:02 2014 -0400 vcl: Implement basic SalGraphics methods for OpenGL backend