476 Commits (145d41dcffe489b0435df1d63f1ade47a7d7a8da)

Author SHA1 Message Date
Vladimír Vondruš 145d41dcff Trade: doc++ 5 years ago
Vladimír Vondruš 602f08881b Trade: ensure AbstractImporter::fooForName() returns indices in bounds. 5 years ago
Vladimír Vondruš 5ef7bd26e7 Trade: improve MaterialData type mismatch assertions. 5 years ago
Vladimír Vondruš ebfbfcbb73 Trade: doc++ 5 years ago
Vladimír Vondruš 781c5c3e08 Trade: doc++ 5 years ago
Vladimír Vondruš 9b41947dbc Trade: doc++ 5 years ago
Vladimír Vondruš 813d82717f Trade: no need to export this helper. 5 years ago
Vladimír Vondruš 25320af545 Trade: pass strided views by const&. 5 years ago
Vladimír Vondruš 2b2b7d5f2f Trade: provide a clear doc snippet for AbstractImporter::openData(). 5 years ago
Vladimír Vondruš 5c06eecde8 Trade: actually, do it like this. 5 years ago
Vladimír Vondruš bf6caece50 Trade: fix MeshData range checks for array attributes. 5 years ago
Vladimír Vondruš b4666a2194 Trade: improve tests for MeshData index/attribute view range checks. 5 years ago
Vladimír Vondruš 2059b2b164 Trade: doc++ 5 years ago
Vladimír Vondruš 093957a6ed Trade: no need to zero-init memory in MeshData::*AsArray() helpers. 5 years ago
Vladimír Vondruš 3eb5f887d0 Trade: move a helper definition above where it's used first. 5 years ago
Vladimír Vondruš cc8d88cbb1 Trade: move a test case to where it fits better. 5 years ago
Vladimír Vondruš 206c4d7a9e Trade: no need to type that much. 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š c904cd0599 Trade: properly propagate array size from MeshData::attributeData(). 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š 343fc8794d Trade: don't need to delegate trivial things. 5 years ago
Vladimír Vondruš c24a762e15 Trade: not sure what's up with this silly temporary. 5 years ago
Vladimír Vondruš 2b8d9c7e74 Trade: internal API was named in an outdated way. 5 years ago
Vladimír Vondruš fe57f23e12 Trade: const++ 5 years ago
Vladimír Vondruš e1d62fb154 Trade: typos. 5 years ago
Vladimír Vondruš 46a6724198 Trade: doc++ 5 years ago
Vladimír Vondruš 03b7adf71b imageconverter: some examples of how to use the new functionality. 5 years ago
Vladimír Vondruš 77b979041b imageconverter: ability to extract layers again. 5 years ago
Vladimír Vondruš 5d4342f1c1 imageconverter: implicitly import and convert all image levels. 5 years ago
Vladimír Vondruš e017ba135c imageconverter: ability to combine multiple levels together. 5 years ago
Vladimír Vondruš b83099a8c6 imageconverter: ability to combine multiple image layers together. 5 years ago
Vladimír Vondruš c3213cff9b imageconverter: print the input filename in each error message. 5 years ago
Vladimír Vondruš 7a072c59c2 imageconverter: ability to convert also 1D and 3D images. 5 years ago
Vladimír Vondruš 7702c579a5 imageconverter: shorten the argument help a bit. 5 years ago
Vladimír Vondruš 36b7446a6a Trade: add docs about multi-level image conversion. 5 years ago
Vladimír Vondruš eea9d32959 Trade: tighten AbstractImageConverter input requirements. 5 years ago
Vladimír Vondruš 696e9fb105 imageconverter: note how many dimensions the image has in --info. 5 years ago
Vladimír Vondruš 8ce842117e imageconverter: am I stupid? yes! 5 years ago
Vladimír Vondruš 008583d2b2 Trade: support specifying mip levels in AbstractImageConverter. 5 years ago
Vladimír Vondruš 4a7b15cc95 Trade: simplify AbstractImageConverter tests a bit. 5 years ago
Vladimír Vondruš b0dc496cba Trade: doc++ 5 years ago
Vladimír Vondruš 95d19de8f0 ShaderTools,Trade: test printing of Feature flag supersets. 5 years ago
Vladimír Vondruš 360ca834e1 Trade: GCC 11 CAN YOU STOP with the pointless fucking warnings. 5 years ago
Vladimír Vondruš 4c4b259676 Trade: add TextureType::Texture1DArray, Texture2DArray and CubeMapArray. 5 years ago
Vladimír Vondruš 046b9558b7 Trade: rename/deprecate TextureData::Type to TextureType. 5 years ago
Vladimír Vondruš 90e8798d36 Trade: "flip Y" is not a good idea, "Y up" is clearer. 5 years ago
Vladimír Vondruš 4a06f4d048 Trade: improve docs for the main importer / converter plugins. 5 years ago
Vladimír Vondruš c13c61e17d Trade: hint on related APIs in mutable MeshData access. 5 years ago