summaryrefslogtreecommitdiffstats
path: root/avmedia/Library_avmediaogl.mk
Commit message (Collapse)AuthorAgeFilesLines
* post glew->epoxy, we don't need to link to win openg32 and mac OpenGLCaolán McNamara2016-12-131-10/+0
| | | | | | | Change-Id: Iadc373961dcca788b1174ee71cb386979ce064ed Reviewed-on: https://gerrit.libreoffice.org/31954 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* change from glew to epoxyCaolán McNamara2016-12-131-5/+1
| | | | | | | | | | 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>
* avmedia: the Module makefile already checks and disables thatMichael Stahl2016-03-291-2/+1
| | | | Change-Id: I4620a0358e06e56684954f208d19bd4350e397a5
* fix headless buildOliver Specht2016-03-251-1/+2
| | | | | | | | | | disables OpenGL and glew usage, lets --without-gui do what --without-x did before and disables X related test Change-Id: I680b47c9962a0d43c8ece593db0b82e347ceebdb Reviewed-on: https://gerrit.libreoffice.org/23474 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Oliver Specht <oliver.specht@cib.de>
* Make .mk files more portableBaptiste Daroussin2015-12-121-1/+1
| | | | | | | | | | Replace some -ldl by $(DLOPEN_LIBS) Add some FREEBSD tests Change-Id: Ic30fe29b938d877694db2927775f89de15c02d87 Reviewed-on: https://gerrit.libreoffice.org/20652 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Matúš Kukan <matus@libreoffice.org>
* Bin mesa_headers completelyTor Lillqvist2015-11-121-1/+0
| | | | | | We don't need them in a MSVC or OS X compilation either. Change-Id: I00181fe0a047df09bbdfcce34c07eb2ebc45a2da
* Avoid mesa_headers on X11, also link with -lGL only where necesssaryTor Lillqvist2015-11-121-1/+1
| | | | | | | | | | | | The GLEW headers are enough, and what we actually use in these places. In addition to handling GL extension things in its dynamic fashion, GLEW headers also have declarations for standard, non-extension, OpenGL API, including xgl and wgl ones. Most likely we don't need mesa_headers on Windows or OS X either, and can drop them completely. Change-Id: Ic0d8d6238c862f8fe4a74e99e95344dcbf540980
* merge vcllo and vclopenglloMarkus Mohrhard2014-11-101-1/+0
| | | | Change-Id: I419ca67dc1f87dd9ac751aa5a094fecf58136edb
* Update libgltf: new build system and various fixesZolnai Tamás2014-06-251-8/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Building: - The new tarball has reasonable build system so build libgltf as external package instead of compiling source files directly. - Freetype dependancy is removed Improvements comes with the new libgltf - Can rotate the models too (orbit mode) - Two camera handling mode: walkthrough and orbit (press M to change). - gltf_animation_set_time() works - FPS can be displayed without freetype (press F) Additional notes: - There were some bugs/regressions which are fixed during the integration (see patches). - License files are uddated now. - libgltf building is enabled only on those platforms on which gltf support actually works (windows and linux) Change-Id: Ia6c9c4da53a9b4fedba0d73aa5791489f8ad424b Reviewed-on: https://gerrit.libreoffice.org/9895 Reviewed-by: Zolnai Tamás <zolnaitamas2000@gmail.com> Tested-by: Zolnai Tamás <zolnaitamas2000@gmail.com>
* Upgrade libgltfZolnai Tamás2014-05-061-3/+0
| | | | Change-Id: Ib7bc9562602d1d8da4082987302834ac2486d78a
* Fix build: missing glm_headersZolnai Tamás2014-04-201-0/+1
| | | | Change-Id: I55fe269365d00592e11f2f6ec263561538436211
* avmediaogl: load all needed files into buffers for gltf renderingZolnai Tamás2014-04-201-1/+35
| | | | Change-Id: I00fe209f3b0061dd67240eb1a490fb62530ffb55
* Fix make file headerZolnai Tamás2014-04-041-1/+1
| | | | Change-Id: If4e65e5ba5146e93572b314f806a617adb811df9
* Try to fix mac build: missing boost headersZolnai Tamás2014-03-271-0/+2
| | | | Change-Id: I20ad48dbebcf60e64c56a03160faadbb4bf4b20d
* Skeleton of OpenGL avmedia service for playing 3D modelsZolnai Tamás2014-03-271-0/+35
Change-Id: I3bf9e68e1a08ff3db065ec7f4e135119b7d1a4ef