aboutsummaryrefslogtreecommitdiff
path: root/source/mk/sysui
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-05-23 12:10:04 +0200
committerAndras Timar <atimar@suse.com>2013-05-25 21:05:48 +0200
commit048550216b445425fc8d86277696f8f9bfb0c8bf (patch)
treedf837d1e5f7f01b16de1db768ced6542ceeb5c2e /source/mk/sysui
parent66306b922014c7941665d67e1310a88e3e85f99d (diff)
remove obsoleted .po files
Change-Id: If7877d96de05a45b17319bcb2e22eb320e314bee
Diffstat (limited to 'source/mk/sysui')
0 files changed, 0 insertions, 0 deletions
dPDF'>feature/taggedPDF LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/canvas/source/opengl/ogl_tools.hxx
AgeCommit message (Collapse)Author
2020-09-04tdf#124176 Use #pragma once in canvasGeorge Bateman
This commit was carried out by a Python script, source of which is at https://bugs.documentfoundation.org/show_bug.cgi?id=124176#c97. Change-Id: Icd712adf20fa2dbaaea2fc33a0fd870c8595b7e2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100147 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2016-12-13change from glew to epoxyCaolán McNamara
because that works under wayland out of the box and gtk3 uses it already Change-Id: Iefaac31e325534a81a5389f752804af917c1baef Reviewed-on: https://gerrit.libreoffice.org/31213 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-08-08reuse OpenGLContext in OGL canvasMarkus Mohrhard
The only thing that needs to be reimplemented is the pbuffer based custom sprite rendering. We should use a FBO with a texture backend for that. This will also save several OpenGL context switches! Change-Id: I4aef33ae2499e44c8b5f41c296d8721cb94a37a1
2013-11-05fixincludeguards.sh: canvasThomas Arnhold
Change-Id: I2fb527c2cb5814b15862144baf3783d226e675ef
2013-10-28fixincludeguards.sh: canvasThomas Arnhold
Change-Id: I5b17411c58e5c5ae7b473d263fa5e4ee97ff35c8
2013-10-07Add opengl canvas implementation.Thorsten Behrens
Adds opengl canvas implementation - display-list-based, all rendering done as textured geometry. Needs shader support. Currently compiles and works on Linux, Mac should be ~easy to add, win32 eventually. Change-Id: Ibf3eb88d6a36a91b2960a3a6320d708160e4fc14