summaryrefslogtreecommitdiff
path: root/external/collada2gltf/patches
AgeCommit message (Collapse)Author
2014-08-17collada2gltf: it seems better not to add #version to glTF shader filesZolnai Tamás
Here only handle precision. Using precision unconditionally causing problems when shader source is compiled with GLSL 1.2. The #version dircetives can be added by the glTF parser. For example libgltf implementation: https://gerrit.libreoffice.org/gitweb?p=libgltf.git;a=commit; h=e4544a8b5ca8470a96bf28c6ccdb7461e78ca293 Change-Id: I934cdfa8651a8787fbcd476cea9892bf7e89dd11
2014-08-15collada2gltf: add a better name to this patchZolnai Tamás
Change-Id: Ie8fb4ff71a683e986b9fec861608590cadee8612
2014-08-15collada2gltf: compatibility fix: OpenGL ES 2.0 is enoughZolnai Tamás
That's why it was worked in some case, when OpenGL ES is available then it is the default and not the GLSL 1.1. Change-Id: I60d545e76115396433df8dc300bc13935099c776
2014-08-15collada2gltf/patches: remove useless line from patchZolnai Tamás
Change-Id: Ie4c291819f0f8d8a2797d26cc55e5bad1507bdaf
2014-08-15collada2gltf: fix compatibility issues of *.kmz/*.dae files under linuxZolnai Tamás
It seems under linux we need to specify the version number explicitly, because otherwise shader compiler will use GLSL 1.1 and will fail. Base line is GLSL 1.3 or OpenGL ES 3.0. Change-Id: Ie143275ade8d6989fda055ab96943b25ef220e9d
2014-07-12fix memory leak in collada2gltfMarkus Mohrhard
Change-Id: I7d4a00d94cf97e988847f11ded0de2dc0cb77828
2014-07-06fix memory leak in collada2gltfMarkus Mohrhard
Found by Lsan. Saves about 12MB per loaded model. Change-Id: Idaff5defd5affc3d9becf2a00d1e64f8d1d42e0f
2014-07-06fix new[]/delete mismatch in collada2gltfMarkus Mohrhard
Found by Asan. Change-Id: Icc73e50b7f230880dda982f1c783c86aaeaa5ca2
2014-06-13kmz2gltf: Use LO's ZipFileAccess to unzip kmzZolnai Tamás
Instead of this hacky collada2gltf patch. Change-Id: I9f15c4ee1c9ea1a1a64116691b12b696c1d63ac5
2014-05-25Update OpenCollada and collada2gltf to the newest versions.Jan Holesovsky
Change-Id: Iee0b9f08843220e8ece00739ca01aa438b93965a
2014-05-23collada2gltf: one more URL usage fixZolnai Tamás
This one caused empty images and so textures were missing. Change-Id: Ia1e93270b7f5ec560b39a41d207e84171bb2434a
2014-05-22collada2gltf: move patches to an own folderZolnai Tamás
Change-Id: Ife28845af92883d8090bb80283c59a0a9a350b32