10505 Commits (75265d79a761c42b072e164c7cb3b434fcb3da07)
 

Author SHA1 Message Date
Vladimír Vondruš 75265d79a7 Trade: update MeshData test to the usual workflow. 3 years ago
Vladimír Vondruš 85906f55b2 Trade: match test case declaration order with definitons. 3 years ago
Vladimír Vondruš c43f6bf043 MeshTools: test combineIndexedAttributes() with an offset-only attrib. 3 years ago
Vladimír Vondruš 62b954e258 MeshTools: implement combine*() using interleavedLayout(). 3 years ago
Vladimír Vondruš 5db4aa121e MeshTools: minor code motion. 3 years ago
Vladimír Vondruš 2dce9a1c63 MeshTools: don't zero init an array that gets fully overwritten. 3 years ago
Vladimír Vondruš b1d1d65e5a MeshTools: don't create tons of strided views from scratch in combine*(). 3 years ago
Vladimír Vondruš 758b4ad05c MeshTools: pass an ArrayView instead of an Array reference. 3 years ago
Vladimír Vondruš e0a1f435d7 SceneTools: minor. 3 years ago
Vladimír Vondruš ec3241f425 MeshTools: common helper for remapping MeshAttributeData to new arrays. 3 years ago
Vladimír Vondruš f50c88b392 {Material,Mesh,SceneTools}: use Utility::copyMasked() in filter*(). 3 years ago
Vladimír Vondruš 1d9190a3c6 Trade: minor cleanup in a test. 3 years ago
Vladimír Vondruš 414e80bbe2 Trade: avoid double lookup in template MeshData and SceneData accessors. 3 years ago
Vladimír Vondruš 5beefc3b1c Trade: use a colored diff comparison for large strings. 3 years ago
Vladimír Vondruš e509f02da8 doc: update changelog. 3 years ago
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