10525 Commits (d53dced46daebf532fbd7f222fda875e4262cf51)
 

Author SHA1 Message Date
fauder d53dced46d debuggers: display when a Vector2/3/4 is a unit vector 3 years ago
Vladimír Vondruš 3b1fb704ca Platform: add a TODO for a NVidia bug triggered by GLFW. 3 years ago
Burak Canik f79a9dfecf Math: fix & clarify a Deg conversion snippet. 3 years ago
Vladimír Vondruš 06e731e83a MeshTools: remove declaration of no-longer-present test cases. 3 years ago
Vladimír Vondruš 3bebea4b5e TgaImageConverter: what's up with those strange includes?? 3 years ago
Vladimír Vondruš 8e132b1ee2 MeshTools: fix a unused variable warning on a no-assert build. 3 years ago
Vladimír Vondruš ee353e1f6a CMake: add a MAGNUM_BUILD_STATIC_UNIQUE_GLOBALS_DLL_NAME option. 3 years ago
Vladimír Vondruš 60a348cf55 Build WindowsWeakSymbol.cpp only with unique globals enabled. 3 years ago
Vladimír Vondruš d982ba9ec4 MeshTools: support morph targets in concatenate(). 3 years ago
Vladimír Vondruš 31787e687e MeshTools: stop using std::unordered_multimap in concatenate(). 3 years ago
Vladimír Vondruš 25190e3207 MeshTools: minor comment / TODO update in concatenate(). 3 years ago
Vladimír Vondruš eb83dd5a8f MeshTools: clarify confusing comment. 3 years ago
Vladimír Vondruš 02e0d85f51 MeshTools: support morph targets in transform(). 3 years ago
Vladimír Vondruš e076e29b6b MeshTools: avoid unnecessary double lookup in transform*(). 3 years ago
Vladimír Vondruš 9b4ee91239 MeshTools: recognize & ignore morph targets in compile(). 3 years ago
Vladimír Vondruš 02a2986912 MeshTools: clean up MeshData construction formatting in a test. 3 years ago
Vladimír Vondruš 6b7b5f426b MeshTools: preserve morph target ID in interleavedLayout(). 3 years ago
Vladimír Vondruš 0607c476f7 sceneconverter: show morph target ID in --info output, if present. 3 years ago
Vladimír Vondruš 81b237ba14 sceneconverter: silly typo in a test. 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š 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