9305 Commits (b6dd52eb62c2702a8f95f37695086ac3e006334a)
 

Author SHA1 Message Date
Vladimír Vondruš b6dd52eb62 MeshTools: add a flag to toggle layout preserving in interleave() etc. 4 years ago
Vladimír Vondruš 2e90a93c75 MeshTools: properly verify all concatenate()d attribute offsets. 4 years ago
Vladimír Vondruš 0b6cb663cf MeshTools: typo. 4 years ago
Vladimír Vondruš 7c17557d15 MeshTools: test impl-specific vert fmats directly in interleave() also. 4 years ago
Vladimír Vondruš 073ef55f08 MeshTools: don't put const on arguments in functions defined in headers. 4 years ago
Vladimír Vondruš 29da22326e doc: yep, this order is wrong. 4 years ago
Vladimír Vondruš 01660a7538 package/ci: ah yes, Xcode images rotting away right under my very hands. 4 years ago
Vladimír Vondruš f693550b66 MeshTools: document what interleavedData() *really* returns. 4 years ago
Vladimír Vondruš 26503041f7 Platform: test and document exit() behavior in {Glfw,Sdl2}Application. 4 years ago
Vladimír Vondruš 4ae49595f9 Trade: minor test cleanup. 4 years ago
Vladimír Vondruš a7573babc4 MeshTools: doc++ 4 years ago
Vladimír Vondruš ed489a1112 doc: ew, a std::vector! 4 years ago
Vladimír Vondruš a93d221c12 Trade: this comment no longer makes sense. 4 years ago
Vladimír Vondruš 36c23db9af Trade: doc++ 4 years ago
Vladimír Vondruš 96f4dd077f Trade: the comma in this assert feels weird. 4 years ago
Vladimír Vondruš 68d15bd8d0 Trade: fix SceneData field containment checks for negative strides. 4 years ago
Vladimír Vondruš f685673be9 Trade: verify negative SceneData strides with offset-only fields also. 4 years ago
Vladimír Vondruš cad13c9f40 GL,Vk: clarify behavior with implementation-specific type/format values. 4 years ago
Vladimír Vondruš 69b6ebd2f5 MeshTools: assert on impl-specific vert format in transform*(). 4 years ago
Vladimír Vondruš ce2ca47a81 MeshTools: assert on impl-specific vert format in removeDuplicates*(). 4 years ago
Vladimír Vondruš 0119d614a5 MeshTools: test that owned() works with impl-specific vert formats. 4 years ago
Vladimír Vondruš 8ae8603d7a MeshTools: assert on impl-specific vert format in interleave*(). 4 years ago
Vladimír Vondruš c489ea738f MeshTools: assert on impl-specific vert format in duplicate(). 4 years ago
Vladimír Vondruš 40acab4e37 MeshTools: assert on impl-specific vert format in concatenate*(). 4 years ago
Vladimír Vondruš cef7f44903 MeshTools: assert on impl-specific vert format in combine*Attributes(). 4 years ago
Vladimír Vondruš d5927a9fb6 MeshTools: fix outdated naming in a test. 4 years ago
Vladimír Vondruš a72b4039f8 MeshTools: clarify behavior of impl-specific MeshPrimitive in compile(). 4 years ago
Vladimír Vondruš e75c089f10 Vk: doc++ 4 years ago
Vladimír Vondruš db5ac5f8c1 Document MeshIndexType equivalents in D3D and Metal. 4 years ago
Vladimír Vondruš 812e93ae94 Doc++ 4 years ago
Vladimír Vondruš 80a679ba93 Minor code motion. 4 years ago
Vladimír Vondruš 042f28a90e GL: hook up EXT_texture_sRGB_RG8 for desktop GL as well. 4 years ago
Vladimír Vondruš b7876ed1cf package/ci: reduce parallelism in the linux static build. 4 years ago
Vladimír Vondruš 6d6676e1cd package/ci: drop Gitter webhook notifications. 4 years ago
Vladimír Vondruš 8088ed8cda package/ci: GitHub says I can't use git:// anymore. 4 years ago
Vladimír Vondruš a146f9f74b sceneconverter: add an --concatenate-meshes option. 4 years ago
Vladimír Vondruš 86db988a0c sceneconverter: skip refcounting in --info when there's no refeeree. 4 years ago
Vladimír Vondruš 44cce23595 SceneTools: hint at MeshTools::transform*D() in flattenMeshHierarchy(). 4 years ago
Vladimír Vondruš efa206b9f4 MeshTools: doc++ 4 years ago
Vladimír Vondruš dae4a35fd9 package/archlinux: let the coverage build go through even with failures. 4 years ago
Vladimír Vondruš 6ba8695668 AnyImageConverter: whoops, again didn't test the correct path here. 4 years ago
Vladimír Vondruš 8ed08d7733 SceneTools: use a single temp allocation in flattenMeshHierarchy(). 4 years ago
Vladimír Vondruš eb2e4ff25d SceneTools: make orderClusterParents() use one allocation instead of 4. 4 years ago
Vladimír Vondruš f053ffeb15 SceneTools: remove one more allocation in orderClusterParents(). 4 years ago
Vladimír Vondruš 99d82f5e62 SceneTools: we don't need growable arrays in orderClusterParents(). 4 years ago
Vladimír Vondruš a40c721fac MeshTools: a family of transform*() APIs operating on a MeshData. 4 years ago
Vladimír Vondruš 3869e7616a Trade: add MeshData::findAttributeId(). 4 years ago
Vladimír Vondruš b0477013f0 SceneTools: utility to flatten mesh hierarchy. 4 years ago
Vladimír Vondruš 72d20475c6 Trade: add SceneData::transformationFieldSize(). 4 years ago
Vladimír Vondruš 82ff79324c Trade: rename internal helper for consistency. 4 years ago