68 Commits (46e6d61803a88deb21a31e481e4d7f3030e38da0)

Author SHA1 Message Date
Vladimír Vondruš a67effb57a Trade: allow array attributes to have implementation-specific formats. 4 years ago
Vladimír Vondruš fc5429421c Trade: minor cleanup in a test. 4 years ago
Vladimír Vondruš 8d138295ee Trade: test that MeshData::*AsArray() APIs pick the right attribute. 4 years ago
Vladimír Vondruš 112fd14a52 Trade: use the vertexFormat() helper instead of assuming enum order. 4 years ago
Vladimír Vondruš ab52aed884 Trade: clean up MeshData::*AsArray() test cases. 4 years ago
Vladimír Vondruš cf6fcdef4f Trade: use unique identifiers in assertion tests. 4 years ago
Vladimír Vondruš 7de32e2013 Use the new, shorter Containers::Size / Stride typedefs. 4 years ago
Vladimír Vondruš 6bdffb2796 Test: make use of CORRADE_SKIP_IF_NO_ASSERT(). 4 years ago
Vladimír Vondruš cfc02599e5 Trade: drop {MeshAttribute,SceneField}::Custom. 4 years ago
Vladimír Vondruš 4d5c53dbc6 Trade: add MeshData::attributeId() for inverse ID mapping. 4 years ago
Vladimír Vondruš 3f13bdb25c Packed debug output for enums used by Trade. 4 years ago
Vladimír Vondruš b0bfcbe00e Adapt to Corrade changes. 4 years ago
Vladimír Vondruš db6fbda1de Test: don't compare char* pointers. 4 years ago
Vladimír Vondruš 822fa0d644 Updated copyright year. 4 years ago
Vladimír Vondruš d5e66e8009 Fix various variable shadowing warnings. 4 years ago
Vladimír Vondruš 08a205f725 Trade: support implementation-specific index types in MeshData. 4 years ago
Vladimír Vondruš b764f0e760 Trade: move MeshData impl-specific vert format tests closer to the rest. 4 years ago
Vladimír Vondruš b4f69b2b11 Trade: further clean up MeshData/SceneData view containment tests. 4 years ago
Vladimír Vondruš 2d9cedfdca Trade: support strided index buffers in MeshData. 4 years ago
Vladimír Vondruš 8dddda9c77 Trade: support zero and negative strides in mesh attribute data. 4 years ago
Vladimír Vondruš 4ae49595f9 Trade: minor test cleanup. 4 years ago
Vladimír Vondruš 3869e7616a Trade: add MeshData::findAttributeId(). 4 years ago
Vladimír Vondruš b4666a2194 Trade: improve tests for MeshData index/attribute view range checks. 5 years ago
Vladimír Vondruš cc8d88cbb1 Trade: move a test case to where it fits better. 5 years ago
Vladimír Vondruš 26a0bf94ff Trade: improve MeshData type mismatch assertions. 5 years ago
Vladimír Vondruš 7a91b56aa1 Trade: test all MeshData mutable/array attribute assertion variants. 5 years ago
Vladimír Vondruš f4da3d78cc Trade: merge MeshData array attribute tests with the main test. 5 years ago
Vladimír Vondruš 0ba5f33f73 Trade: consistent terminology in an assert message. 5 years ago
Vladimír Vondruš 27b0527fc0 Trade: use consistent naming in an assert message. 5 years ago
Vladimír Vondruš 49a5756f70 Trade: minor. 5 years ago
Vladimír Vondruš 1c3f4844e9 Trade: doc++ 5 years ago
Vladimír Vondruš f216320da6 GCC 11, your fancy new warnings are NOT helpful. 5 years ago
Vladimír Vondruš 3d136503d8 Updated copyright year. 5 years ago
Vladimír Vondruš 91631139f7 Test: use shorter std::is_copy_{constructible,assignable} everywhere. 5 years ago
Vladimír Vondruš 1d0ffc0217 Trade: accidentally missed a test for empty MeshAttributeData. 6 years ago
Vladimír Vondruš 96f82ad124 Trade: unify array MeshAttributeData constructors. 6 years ago
Vladimír Vondruš 19e0e96d74 Updated copyright year. 6 years ago
Vladimír Vondruš f5822e9384 Trade: properly include array size in attribute stride checks. 6 years ago
Vladimír Vondruš dca9dc492d Trade: fix ambiguity when instantiating nullptr array MeshAttributeData. 6 years ago
Vladimír Vondruš 521a3dac0b Trade: make creation of non-owning MeshData references easier. 6 years ago
Vladimír Vondruš 65a2ced2a7 Make this compile and test cleanly with CORRADE_NO_ASSERT defined. 6 years ago
Vladimír Vondruš 73f1fa7724 Trade: minor. 6 years ago
Vladimír Vondruš 8085ebba09 Trade: fix tangent retrieval from four-component normalized types. 6 years ago
Vladimír Vondruš 8a2a7e4547 Trade: implement support for object IDs in MeshData. 6 years ago
Vladimír Vondruš f4bca9b51e Trade: implement support for tangents and bitangents in MeshData. 6 years ago
Vladimír Vondruš 27f6cc309d Trade: allow specifying explicit vertex count on MeshData construction. 6 years ago
Vladimír Vondruš 8c4a2b1c6f Trade: add getters for offset and stride in MeshAttributeData. 6 years ago
Vladimír Vondruš 0c76896458 Trade: various MSVC workarounds. 6 years ago
Vladimír Vondruš c0e3a84250 Trade: support array attributes in MeshData. 6 years ago
Vladimír Vondruš a29e9dc009 Trade: handle implementation-specific vertex formats in MeshData. 6 years ago