9463 Commits (89e3c52dfaa5a198a6e3ea0ec9224e0295cd5ed2)
 

Author SHA1 Message Date
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
Vladimír Vondruš ee3c4fe837 sceneconverter: clarify what reference count in --info-textures means. 4 years ago
Vladimír Vondruš 60c3df3d70 sceneconverter: accidentally inverted condition in --info-images. 4 years ago
Vladimír Vondruš 8b6f8bd75c Trade: improve SceneFieldData assertion message to be more helpful. 4 years ago
Vladimír Vondruš 9a97c51262 Add a "placeholder" MeshPrimitive::Meshlets. 4 years ago
Vladimír Vondruš 5e2d71578c Trade: doc++ 4 years ago
Vladimír Vondruš 4418bec270 Trade: bump AbstractImporter interface version. 4 years ago
Vladimír Vondruš b6200d0d93 Trade: correctly copy skins alongside duplicated multi-mesh objects. 4 years ago
Vladimír Vondruš 7dc2dea45b Trade: make AnimationData object reference 64-bit. 4 years ago
Vladimír Vondruš dd9f4747b7 Trade: use 64-bit values in object-oriented SceneData APIs. 4 years ago
Vladimír Vondruš 43c70d8c22 sceneconverter: print scene field flags in --info, if present. 4 years ago
Vladimír Vondruš 78b71e1859 Trade: preserve field flags in the scene combining tools. 4 years ago
Vladimír Vondruš 3f38ab1952 Trade: flags for annotating SceneData field object mappings. 4 years ago
Vladimír Vondruš 1fbb87e732 Trade: high-level documentation for SceneData. 4 years ago