summaryrefslogtreecommitdiff
path: root/external/libgltf
AgeCommit message (Expand)AuthorFilesLines
2015-11-12Avoid mesa_headers on X11, also link with -lGL only where necesssaryTor Lillqvist1-1/+1
2015-09-09externals: remove various obsolete MSVC2012 specific flagsMichael Stahl1-1/+0
2015-09-02Fix libgltf on MSVC 14.0David Ostrovsky1-2/+2
2015-02-19libgltf: Fix build on windows x64 bitDavid Ostrovsky3-1/+112
2014-11-10external: fortunately boost no longer requires config_host.mkMichael Stahl1-2/+1
2014-10-02fdo#82430: MSVC build: avoid using SSE2 instructions in some externalsMichael Stahl2-0/+11
2014-09-17Bye bye VS2010Tor Lillqvist1-2/+0
2014-08-29Simplify some $ENABLE_DEBUG expressionsStephan Bergmann1-1/+1
2014-08-29Upgrade libgltf to 0.0.1Zolnai Tamás3-50/+0
2014-08-18libgltf: check for #version string in the shader before add an own one.Zolnai Tamás1-12/+19
2014-08-17libgltf: Append shader language version to the shader filesZolnai Tamás2-0/+31
2014-08-09VS2013: Override ToolsVersion settingThomas Arnhold1-1/+1
2014-08-06Drop unneeded libgltf autotools changesJan-Marek Glogowski3-3923/+0
2014-08-06Fix libgltf dbgutil buildJan-Marek Glogowski4-4/+3929
2014-08-05libgltf: rename pathces dir to patchesSimon Danner2-1/+1
2014-08-05libgltf: remove obsolete patchZolnai Tamás1-71/+0
2014-08-05libgltf: missing <cstdio> includeZolnai Tamás2-0/+12
2014-08-05libgltf: fix dbgutil buildZolnai Tamás1-0/+6
2014-07-23make libgltf compile on OSXMarkus Mohrhard2-1/+2
2014-07-16fdo#81182: glTF window size does not match with the scene size after resizingZolnai Tamás2-0/+72
2014-07-14Update libgltf: various fixes, memory usage optimization (second try)Zolnai Tamás18-527/+0
2014-07-14Revert "Update libgltf: various fixes, memory usage optimization"Zolnai Tamás18-0/+527
2014-07-14Update libgltf: various fixes, memory usage optimizationZolnai Tamás18-527/+0
2014-07-12enable debug informations for gltf in debug buildsMarkus Mohrhard1-1/+1
2014-07-11VS2013: Adjust libgltf to 12.0 vcproj versionDavid Ostrovsky1-0/+1
2014-07-06Revert "fix OpenGL error in libgltf"Markus Mohrhard2-13/+0
2014-07-06fix OpenGL error in libgltfMarkus Mohrhard2-0/+13
2014-07-04libgltf: Stop a memory leakZolnai Tamás2-0/+28
2014-06-28libgltf: fix Linux-with-check buildZolnai Tamás3-0/+71
2014-06-27libgltf: make 'Requires' valid in libgltf-0.0.pc fileZolnai Tamás2-0/+14
2014-06-27libgltf: use WHITESPACEZolnai Tamás1-4/+1
2014-06-27libgltf: fix wrong include path to config_$(gb_Side)Zolnai Tamás1-1/+1
2014-06-27libgltf: it seems gb_SPACE is not that we need hereZolnai Tamás1-1/+4
2014-06-26libgltf: compiler error fixes: missing include and missing namespaceZolnai Tamás2-0/+42
2014-06-26Revert "external/libgltf: Hack in missing -fPIC"Stephan Bergmann1-1/+0
2014-06-26external/libgltf: Hack in missing -fPICStephan Bergmann1-0/+1
2014-06-25libgltf: remove dependencies of config.h.inZolnai Tamás2-0/+13
2014-06-25libgltf: try again with this configure patchZolnai Tamás1-41/+0
2014-06-25libgltf: replace configure patch to avoid using autoreconfZolnai Tamás4-42/+103
2014-06-25libgltf: use --with-pickZolnai Tamás1-0/+1
2014-06-25libgltf: try to fix the MSVC2010 buildMichael Stahl1-1/+3
2014-06-25libgltf: add patch to find the headers in WORKDIRMichael Stahl3-1/+43
2014-06-25libgltf: variable names need module prefixMichael Stahl1-9/+6
2014-06-25Update libgltf: new build system and various fixesZolnai Tamás19-201/+313
2014-06-13libgltf: fix up this patch, some forgotten changesZolnai Tamás1-7/+19
2014-06-13glTF: Avoid segmentation fault when one of the input files can't be loadedZolnai Tamás2-0/+87
2014-05-28Patching libgltf: fix wrong deallocation methodZolnai Tamás2-0/+13
2014-05-28libgltf: solve this memory leak problem on a better way 2Zolnai Tamás2-59/+0
2014-05-27Patching libgltf: the passed texture bitmaps are RGBA buffersZolnai Tamás2-0/+13
2014-05-26patching libgltf: stop a huge memory leakZolnai Tamás2-0/+59