9376 Commits (c9dfd0854ce7a9bccff6d0d8dd11e9f1747f3b68)
 

Author SHA1 Message Date
Vladimír Vondruš 812e93ae94 Doc++ 4 years ago
Vladimír Vondruš 80a679ba93 Minor code motion. 4 years ago
Vladimír Vondruš 042f28a90e GL: hook up EXT_texture_sRGB_RG8 for desktop GL as well. 4 years ago
Vladimír Vondruš b7876ed1cf package/ci: reduce parallelism in the linux static build. 4 years ago
Vladimír Vondruš 6d6676e1cd package/ci: drop Gitter webhook notifications. 4 years ago
Vladimír Vondruš 8088ed8cda package/ci: GitHub says I can't use git:// anymore. 4 years ago
Vladimír Vondruš a146f9f74b sceneconverter: add an --concatenate-meshes option. 4 years ago
Vladimír Vondruš 86db988a0c sceneconverter: skip refcounting in --info when there's no refeeree. 4 years ago
Vladimír Vondruš 44cce23595 SceneTools: hint at MeshTools::transform*D() in flattenMeshHierarchy(). 4 years ago
Vladimír Vondruš efa206b9f4 MeshTools: doc++ 4 years ago
Vladimír Vondruš dae4a35fd9 package/archlinux: let the coverage build go through even with failures. 4 years ago
Vladimír Vondruš 6ba8695668 AnyImageConverter: whoops, again didn't test the correct path here. 4 years ago
Vladimír Vondruš 8ed08d7733 SceneTools: use a single temp allocation in flattenMeshHierarchy(). 4 years ago
Vladimír Vondruš eb2e4ff25d SceneTools: make orderClusterParents() use one allocation instead of 4. 4 years ago
Vladimír Vondruš f053ffeb15 SceneTools: remove one more allocation in orderClusterParents(). 4 years ago
Vladimír Vondruš 99d82f5e62 SceneTools: we don't need growable arrays in orderClusterParents(). 4 years ago
Vladimír Vondruš a40c721fac MeshTools: a family of transform*() APIs operating on a MeshData. 4 years ago
Vladimír Vondruš 3869e7616a Trade: add MeshData::findAttributeId(). 4 years ago
Vladimír Vondruš b0477013f0 SceneTools: utility to flatten mesh hierarchy. 4 years ago
Vladimír Vondruš 72d20475c6 Trade: add SceneData::transformationFieldSize(). 4 years ago
Vladimír Vondruš 82ff79324c Trade: rename internal helper for consistency. 4 years ago
Vladimír Vondruš a802d6cd11 SceneTools: utility to reorder & cluster the parent field. 4 years ago
Vladimír Vondruš db80262fed SceneTools: shorten test name to make ctest output fit in 80 columns. 4 years ago
Vladimír Vondruš aff4a8144d Trade: move the internal scene conversion tools to SceneTools. 4 years ago
Vladimír Vondruš aaeca5c855 doc: utilities don't require their dependencies to be enabled. 4 years ago
Vladimír Vondruš 3c86222245 sceneconverter: move its source to the SceneTools library. 4 years ago
Vladimír Vondruš b389f9b6a4 Minor cleanup. 4 years ago
Vladimír Vondruš 1032a09865 SceneTools: new library. 4 years ago
Vladimír Vondruš ee0a4c7612 Trade: use the fancy new slice() API for pairs and triples. 4 years ago
Vladimír Vondruš 663c9e17b7 ShaderTools: err, I suppose there's a reason why the define is here. 4 years ago
Vladimír Vondruš da3a36978b ShaderTools: this file is also "new". 4 years ago
Vladimír Vondruš c594dce22b doc: order changelog sections alphabetically. 4 years ago
Vladimír Vondruš 9f69babfdd Trade: GCC 11, your warning is again useless. 4 years ago
Vladimír Vondruš 72f686377e Trade: doc++ 4 years ago
Vladimír Vondruš e08efa62a1 Trade: disallow empty MaterialAttributeData names. 4 years ago
Vladimír Vondruš 1c27ee587b GL: fix Mesa detection on AMD cards. 4 years ago
Vladimír Vondruš fb51f25a7b Math: workaround rounding errors in assert tests in latest GCC (glibc?). 4 years ago
Vladimír Vondruš 9fbc637f76 AnyImageConverter: recognize KTX2 for basically all image types. 4 years ago
Vladimír Vondruš fe8681d53a AnyImageConverter: minor cleanup in the test. 4 years ago
Vladimír Vondruš 8d03168918 AnyImageConverter: BasisImageConverter now has multi-level export also. 4 years ago
Vladimír Vondruš 1f33071b3c AnyImageConverter: support KTX2 also in 3D and 2D/3D levels code paths. 4 years ago
Vladimír Vondruš d2e3d6d82f AnyImageConverter: why would I want them, anyway. 4 years ago
Vladimír Vondruš 208da2bc0d AnyImageConverter: whoops, accidentally not testing anything here. 4 years ago
Vladimír Vondruš 62c3b57fa0 imageconverter: add a --map option. 4 years ago
Vladimír Vondruš c54b500a20 {image,scene}converter: wow, C++, what the hell? 4 years ago
Vladimír Vondruš 08d4b322f8 imageconverter: make -Iraw:<format> --info output consistent. 4 years ago
Vladimír Vondruš 2303c7a341 imageconverter: add a --profile option. 4 years ago
Vladimír Vondruš 5d558e7bed imageconverter: deduplicate file opening code paths. 4 years ago
Vladimír Vondruš 35edcda5e0 sceneconverter: print also image reference count. 4 years ago
Vladimír Vondruš f10d74041b sceneconverter: rethink how reference count is calculated. 4 years ago