Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
76718569
Kaydet (Commit)
76718569
authored
Nis 23, 2015
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
There is no separate vclopengl library since Oct 2014
Change-Id: Ie8ddac5cce6905c3a40350ff60fad24d4da43a66
üst
14045bbd
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
35 deletions
+11
-35
GLMHelper.hxx
include/vcl/opengl/GLMHelper.hxx
+4
-4
OpenGLContext.hxx
include/vcl/opengl/OpenGLContext.hxx
+2
-2
OpenGLHelper.hxx
include/vcl/opengl/OpenGLHelper.hxx
+2
-2
openglwin.hxx
include/vcl/openglwin.hxx
+3
-3
vclopengl_dllapi.hxx
include/vcl/vclopengl_dllapi.hxx
+0
-23
Library_vcl.mk
vcl/Library_vcl.mk
+0
-1
No files found.
include/vcl/opengl/GLMHelper.hxx
Dosyayı görüntüle @
76718569
...
...
@@ -11,13 +11,13 @@
#define INCLUDED_VCL_GLM_GLMHELPER_HXX
#include "glm/glm.hpp"
#include <vcl/
vclopengl_dllapi.hxx
>
#include <vcl/
dllapi.h
>
#include <ostream>
VCL
OPENGL
_DLLPUBLIC
std
::
ostream
&
operator
<<
(
std
::
ostream
&
rStrm
,
const
glm
::
mat4
&
rMatrix
);
VCL
OPENGL
_DLLPUBLIC
std
::
ostream
&
operator
<<
(
std
::
ostream
&
rStrm
,
const
glm
::
vec4
&
rPos
);
VCL
OPENGL
_DLLPUBLIC
std
::
ostream
&
operator
<<
(
std
::
ostream
&
rStrm
,
const
glm
::
vec3
&
rPos
);
VCL_DLLPUBLIC
std
::
ostream
&
operator
<<
(
std
::
ostream
&
rStrm
,
const
glm
::
mat4
&
rMatrix
);
VCL_DLLPUBLIC
std
::
ostream
&
operator
<<
(
std
::
ostream
&
rStrm
,
const
glm
::
vec4
&
rPos
);
VCL_DLLPUBLIC
std
::
ostream
&
operator
<<
(
std
::
ostream
&
rStrm
,
const
glm
::
vec3
&
rPos
);
#endif
...
...
include/vcl/opengl/OpenGLContext.hxx
Dosyayı görüntüle @
76718569
...
...
@@ -51,7 +51,7 @@ class NSOpenGLView;
#include <GL/glxext.h>
#endif
#include <vcl/
vclopengl_dllapi.hxx
>
#include <vcl/
dllapi.h
>
#include <boost/ptr_container/ptr_map.hpp>
#include <vcl/window.hxx>
#include <tools/gen.hxx>
...
...
@@ -164,7 +164,7 @@ struct GLWindow
~
GLWindow
();
};
class
VCL
OPENGL
_DLLPUBLIC
OpenGLContext
class
VCL_DLLPUBLIC
OpenGLContext
{
public
:
OpenGLContext
();
...
...
include/vcl/opengl/OpenGLHelper.hxx
Dosyayı görüntüle @
76718569
...
...
@@ -11,7 +11,7 @@
#define INCLUDED_VCL_OPENGL_OPENGLHELPER_HXX
#include <GL/glew.h>
#include <vcl/
vclopengl_dllapi.hxx
>
#include <vcl/
dllapi.h
>
#include <vcl/bitmapex.hxx>
#include <rtl/ustring.hxx>
...
...
@@ -22,7 +22,7 @@
# include <postx.h>
#endif
class
VCL
OPENGL
_DLLPUBLIC
OpenGLHelper
class
VCL_DLLPUBLIC
OpenGLHelper
{
public
:
static
GLint
LoadShaders
(
const
OUString
&
rVertexShaderName
,
const
OUString
&
rFragmentShaderName
,
const
OString
&
preamble
=
""
);
...
...
include/vcl/openglwin.hxx
Dosyayı görüntüle @
76718569
...
...
@@ -12,12 +12,12 @@
#include <vcl/event.hxx>
#include <vcl/syschild.hxx>
#include <vcl/
vclopengl_dllapi.hxx
>
#include <vcl/
dllapi.h
>
class
OpenGLContext
;
class
OpenGLWindowImpl
;
class
VCL
OPENGL
_DLLPUBLIC
IRenderer
class
VCL_DLLPUBLIC
IRenderer
{
public
:
virtual
~
IRenderer
()
{}
...
...
@@ -30,7 +30,7 @@ public:
};
// pImpl Pattern to avoid linking against OpenGL libs when using the class without the context
class
VCL
OPENGL
_DLLPUBLIC
OpenGLWindow
:
public
vcl
::
Window
class
VCL_DLLPUBLIC
OpenGLWindow
:
public
vcl
::
Window
{
public
:
OpenGLWindow
(
vcl
::
Window
*
pParent
);
...
...
include/vcl/vclopengl_dllapi.hxx
deleted
100644 → 0
Dosyayı görüntüle @
14045bbd
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#ifndef INCLUDED_VCL_VCLOPENGL_DLLAPI_HXX
#define INCLUDED_VCL_VCLOPENGL_DLLAPI_HXX
#include "sal/types.h"
#if defined(VCLOPENGL_DLLIMPLEMENTATION)
#define VCLOPENGL_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
#else
#define VCLOPENGL_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
#endif
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
vcl/Library_vcl.mk
Dosyayı görüntüle @
76718569
...
...
@@ -45,7 +45,6 @@ $(eval $(call gb_Library_set_include,vcl,\
$(eval $(call gb_Library_add_defs,vcl,\
-DVCL_DLLIMPLEMENTATION \
-DVCLOPENGL_DLLIMPLEMENTATION \
-DCUI_DLL_NAME=\"$(call gb_Library_get_runtime_filename,$(call gb_Library__get_name,cui))\" \
-DDESKTOP_DETECTOR_DLL_NAME=\"$(call gb_Library_get_runtime_filename,$(call gb_Library__get_name,desktop_detector))\" \
-DTK_DLL_NAME=\"$(call gb_Library_get_runtime_filename,$(call gb_Library__get_name,tk))\" \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment