summaryrefslogtreecommitdiff
path: root/external/libgltf
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-26libgltf: Update openmp-related patch to newer libgltf.Jan Holesovsky1-2/+2
2014-05-24libgltf: turn off openMP usage without any detection code.Michael Meeks2-0/+13
2014-05-24libgltf: Another new version.Jan Holesovsky2-125/+0
2014-05-21libgltf: Updated version.Jan Holesovsky3-32/+125
2014-05-21libgltf: The FPS counting is not necessary in LibreOffice.Jan Holesovsky3-3/+32
2014-05-21libgltf: Update to the new version.Jan Holesovsky13-321/+12
2014-05-06libgltf: include is missing from fmod_error_handling patch, merge patchesZolnai Tamás3-14/+11
2014-05-06Include <errno.h>Tor Lillqvist2-0/+11
2014-05-06Beautify patchStephan Bergmann1-1/+1
2014-05-06Fix patchStephan Bergmann1-0/+10
2014-05-06Don't use extern "C" for a function which return C++ typesTor Lillqvist2-0/+11
2014-05-06Upgrade libgltfZolnai Tamás18-193/+190
2014-04-27OGFrameGrabber: use a BGRA bufferZolnai Tamás2-0/+69
2014-04-20Patching libgltf: shader character buffers are used as c stringsZolnai Tamás3-1/+96
2014-04-18Patching libgltf: character buffer is used as cstringZolnai Tamás2-0/+13
2014-04-18Avoid C++11 solutions from libgltf codeZolnai Tamás2-0/+13
2014-04-18Integrate libgltf for rendering gltf modelsZolnai Tamás13-0/+267