10490 Commits (e1583700e520b0414cdffebf20003fdb0239d9d9)
 

Author SHA1 Message Date
Pablo Escobar e1583700e5 debuggers: add MSVC natvis files. 3 years ago
Vladimír Vondruš 4f1a56c463 GL: fix a link to glTextureUnit(). 3 years ago
Vladimír Vondruš bbb54a9df8 It's 2023 already! 3 years ago
Vladimír Vondruš 21cff30b27 modules: update Find modules from Corrade repository. 3 years ago
Vladimír Vondruš 11fa89c36e Test: can now do just .prefix(0) instead of some crazy shit. 3 years ago
Vladimír Vondruš c7a4c96072 MeshTools: show an example sequence for each generate*Indices() API. 3 years ago
Vladimír Vondruš 05dda3f832 DebugTools: minor coverage fix. 3 years ago
Vladimír Vondruš 8150e06616 DebugTools: support half floats in CompareImage for pixel views. 3 years ago
Vladimír Vondruš f589aa1a5d DebugTools: improve pixel view format autodetection in CompareImage. 3 years ago
Vladimír Vondruš e5a2b29f39 Math: disable KTX Y-flip on load in a test data generator script. 3 years ago
Vladimír Vondruš 410441791c Math: implement BC2 flipping as well. 3 years ago
Vladimír Vondruš ccc5a45c4f Math: can load just 6 bytes instead of 8 for BC4. 3 years ago
Vladimír Vondruš 3ccb7a9fc9 Math: utilities for flipping BC1/3/4/5 blocks. 3 years ago
Vladimír Vondruš e02104df22 Math: print a note in the test if char is unsigned. 3 years ago
Vladimír Vondruš 3113306d82 package/archlinux: adapt to lcov 2.0 changes. 3 years ago
Vladimír Vondruš 13e18ebba7 DebugTools: more convenience CompareImage constructors. 3 years ago
Vladimír Vondruš 2975e7af15 Doc++ 3 years ago
Vladimír Vondruš 0866e5c6e0 AnyImageConverter: adapt test to magnum-plugins changes. 3 years ago
Vladimír Vondruš 25441e7468 *converter: support adding new option keys by prefixing them with +. 3 years ago
Vladimír Vondruš 4b765e9b12 AnySceneConverter: GCC 4.8, don't crash on me. 3 years ago
Vladimír Vondruš ebfed3697e AnySceneConverter: don't be lazy and test this properly as well. 3 years ago
Vladimír Vondruš 7fd5eec964 AnySceneImporter: properly propagate mesh level count. 3 years ago
Vladimír Vondruš 89aaf09217 AnySceneImporter: don't be lazy and properly test everything. 3 years ago
Vladimír Vondruš 22c20bee4c AnyImageImporter: properly test level count propagation. 3 years ago
Vladimír Vondruš 05f42fb446 sceneconverter: adapt test to GltfSceneConverter changes. 3 years ago
Vladimír Vondruš 71516ab436 Platform: properly tell GLFW to use EGL if desired. 3 years ago
Vladimír Vondruš 7aec058ba4 Trade: add SceneFieldFlag::MultiEntry. 3 years ago
Vladimír Vondruš 1c32aed1ef Trade: minor. 3 years ago
Vladimír Vondruš 19d9c5bedd Trade: check that the importer is opened in addSupportedImporterContents(). 3 years ago
Vladimír Vondruš 39054f1b64 sceneconverter: add --object-hierarchy. 3 years ago
Vladimír Vondruš bc5d127bd6 sceneconverter: don't query Arguments value unnecessarily often. 3 years ago
Vladimír Vondruš 9cd03baab3 Trade: allow calling setMeshAttributeName() on single-mesh converters. 3 years ago
Vladimír Vondruš 6d1c7d7a28 SceneTools: add copy(). 3 years ago
Vladimír Vondruš b34468146d Trade: SceneFieldData::size() should be a std::size_t, not UnsignedLong. 3 years ago
Vladimír Vondruš 2a707b8ea4 MaterialTools: add copy(). 3 years ago
Vladimír Vondruš b27e7ef865 MeshTools: rewrite copy() tests without using Primitives. 3 years ago
Vladimír Vondruš 015c8bba99 MeshTools: remove obsolete TODO in copy(), tighten the checks a bit. 3 years ago
Vladimír Vondruš 3bcc847596 MeshTools: preserve offset-only attributes in copy(). 3 years ago
Vladimír Vondruš d0124b268e MeshTools: explicitly use default array deleters in copy(). 3 years ago
Vladimír Vondruš 47a6bf0185 MeshTools: deprecate owned() in favor of copy(). 3 years ago
Vladimír Vondruš d4583adbef SceneTools: preserve field flags in filterFieldEntries(). 3 years ago
Vladimír Vondruš 68ec362b37 SceneTools: add childrenDepthFirst(). 3 years ago
Vladimír Vondruš 8a4c9941b1 SceneTools: minor cleanup. 3 years ago
Vladimír Vondruš 085ae0ee8d SceneTools: add filterObjects(). 3 years ago
Vladimír Vondruš c32bf7e74c SceneTools: add filterFieldEntries(). 3 years ago
Vladimír Vondruš e7d1e31f46 SceneTools: orderClusterParents() -> parentsBreadthFirst(). 3 years ago
Vladimír Vondruš 4a92ccfadd SceneTools: flattenTransformHierarchy*D() -> absoluteFieldTransform*D(). 3 years ago
Vladimír Vondruš 8578c179e1 SceneTools: don't bother saving compile times in a deprecated header. 3 years ago
Vladimír Vondruš 1e813908ec SceneTools: add filterFields(), filter{Only,Except}Fields(). 3 years ago
Vladimír Vondruš 0a8ebfbea5 MeshTools: tighten up filter{Only,Except}Attributes() behavior. 3 years ago