447 Commits (9606c7b2629f80f91d48dfc0df711a5636400b9d)

Author SHA1 Message Date
Vladimír Vondruš 9606c7b262 Trade: merge openData() and openMemory() tests into an instanced case. 2 months ago
Vladimír Vondruš 721e10ea0d Trade: test the early return in hasOcclusionRoughnessMetallicTexture(). 2 months ago
Vladimír Vondruš 0bff8c5925 Trade: testing the wrong variable here. 2 months ago
Vladimír Vondruš 4885f9e54c Trade: test also the deprecated APIs. 2 months ago
Vladimír Vondruš eb81fa48e4 ShaderTools,Text,Trade: move debug output code & tests to the top. 2 months ago
Vladimír Vondruš 603f87fadc ShaderTools,Text,Trade: improve construction tests. 2 months ago
Vladimír Vondruš 66388912b7 ShaderTools,Text,Trade: thoroughly test operation failures. 2 months ago
Vladimír Vondruš f73306b7a1 Trade: superfluous semicolon in test code, copypasted 700 times. 2 months ago
Vladimír Vondruš ea060cd9d6 Update copyright year. 7 months ago
Vladimír Vondruš 6b58165856 Test: suppress missing prototypes warnings on Clang. 1 year ago
Vladimír Vondruš dd7b0754a0 Test: test that compressed blocks can be 2D/3D even for 1D/2D images. 1 year ago
Vladimír Vondruš 1c1ded5869 Store block size properties in compressed images. 1 year ago
Vladimír Vondruš 820382767c Trade: recognize also NoneRoughnessMetallicTexture in hasORMTexture(). 2 years ago
Vladimír Vondruš ce91b6d63e Trade: clean up PbrMetallicRoughnessMaterialData packing tests. 2 years ago
Vladimír Vondruš 05b74816e4 Trade: avoid ambiguity when creating MeshAttributeData from a char view. 2 years ago
Vladimír Vondruš eb9548764f Trade: make sure compressed images in tests have correct size. 2 years ago
Vladimír Vondruš 11f7710998 Trade: properly test invalid ImageData compressed/uncompressed access. 2 years ago
Vladimír Vondruš 5441821ce8 Test: don't compare addresses as char*. 2 years ago
Vladimír Vondruš a184db4cb6 Test: improve tests for Image* data size assertions. 2 years ago
Vladimír Vondruš bb91b46ffa Store just 8-bit pixel size in Image* classes. 2 years ago
Vladimír Vondruš 2093f7509c Test: remove unused enum from Image tests. 2 years ago
Vladimír Vondruš d51921ff00 Assert non-implementation-specific PixelFormat in Image* constructors. 2 years ago
Vladimír Vondruš 21b1d412f3 Trade: test moving compressed ImageData to uncompressed and vice versa. 2 years ago
Vladimír Vondruš 60fd42b505 Here we go again. 2 years ago
Vladimír Vondruš cc608dba42 Test: remove all use of <sstream> for Debug output testing. 2 years ago
Vladimír Vondruš eef921c238 It's October already?! 2 years ago
Vladimír Vondruš 8bd42f5a3b Test: create fake pointer values from size_t, not int. 2 years ago
Vladimír Vondruš 93990413a7 Clean up unnecessary usage of std::string and Utility::String. 3 years ago
Vladimír Vondruš bab1559852 Consistently use "out of range" instead of "out of bounds". 3 years ago
Vladimír Vondruš 5d1369f570 Use Utility::move() and swap() instead of STL almost everywhere. 3 years ago
Vladimír Vondruš 322bb4e5aa Test: increase stack size for some tests on Emscripten 3.1.27+. 3 years ago
Vladimír Vondruš f84c3679c3 Trade: support morph targets in MeshData. 3 years ago
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š 1d9190a3c6 Trade: minor cleanup in a test. 3 years ago
Vladimír Vondruš 5beefc3b1c Trade: use a colored diff comparison for large strings. 3 years ago
Vladimír Vondruš bbb54a9df8 It's 2023 already! 3 years ago
Vladimír Vondruš 7aec058ba4 Trade: add SceneFieldFlag::MultiEntry. 3 years ago
Vladimír Vondruš 19d9c5bedd Trade: check that the importer is opened in addSupportedImporterContents(). 3 years ago
Vladimír Vondruš 9cd03baab3 Trade: allow calling setMeshAttributeName() on single-mesh converters. 3 years ago
Vladimír Vondruš cc0db3dd08 Trade: assertions for string data being too far apart on 64 bits. 3 years ago
Vladimír Vondruš 2bba1834a0 Trade: ability to specify custom animation target names on conversion. 3 years ago
Vladimír Vondruš eabba4f155 Trade,SceneTools: use lowercase in custom field / attribute name tests. 3 years ago
Vladimír Vondruš 509bad3462 Trade: don't unwrap custom attribute/field names when passing to do*(). 3 years ago
Vladimír Vondruš b7de0916ab Trade: make SceneData::releaseData() and releaseFieldData() independent. 3 years ago
Vladimír Vondruš 89e77a42db Trade: deprecate LightData::Type in favor of LightType. 3 years ago
Vladimír Vondruš bc1859f653 Trade: add animationTrackType{Size,Alignment}(). 3 years ago
Vladimír Vondruš 657725c4c0 Trade: fix & improve SceneData checks for matching field mapping. 3 years ago
Vladimír Vondruš e308c838df imageconverter: remove redundant ifdef from a test. 3 years ago
Vladimír Vondruš 2d1f71d80b {image,scene}converter: use shorter Array construction in --info tests. 3 years ago