10542 Commits (a9898a05ac5eb6de9f1b068094ec4edfbf86c61d)
 

Author SHA1 Message Date
LE GARREC Vincent a9898a05ac CMake: allow dynamic builds on Android and Emscripten. 3 years ago
Vladimír Vondruš 400b799645 modules: link DebugTools to Corrade::TestSuite in FindMagnum.cmake. 3 years ago
Vladimír Vondruš c4c9df0827 modules: clean up Corrade dependency linking in FindMagnum. 3 years ago
Vladimír Vondruš 5d8686e0b8 modules: add a TODO for CMake 3.10. 3 years ago
Vladimír Vondruš 0a3a745d74 modules: updated FindCorrade.cmake. 3 years ago
Vladimír Vondruš 786f61e9c6 Bump minimal CMake version to 3.5 to silence a CMake 3.27 warning. 3 years ago
Vladimír Vondruš d15f5c17ce doc: add more troubleshooting info for Android APK signing. 3 years ago
Vladimír Vondruš c92eebef08 doc: CMake supports Android with Visual Studio now. 3 years ago
Vladimír Vondruš f9f8c19d66 Shaders: update image comparison thresholds. 3 years ago
Vladimír Vondruš 38b6c0fee8 Shaders: skip tests with SSBOs if the GPU doesn't support them in VS. 3 years ago
Vladimír Vondruš 7526a4b6cc Updated toolchains submodule. 3 years ago
Vladimír Vondruš c903d6a168 CMake: allow both <PackageName>_ROOT and <PACKAGENAME>_ROOT variables. 3 years ago
Vladimír Vondruš 5595915130 debuggers: haha. 3 years ago
Vladimír Vondruš aef50c1ba5 doc: updated credits and changelog. 3 years ago
Vladimír Vondruš d55b503559 debuggers: use lowercase first letter for natvis intrinsics. 3 years ago
fauder 2eee19276c debuggers: display Deg/Rad andle nicely along w/ equivalent Rad/Deg. 3 years ago
fauder e7e2a032aa debuggers: display when a Quaternion is a unit quaternion 3 years ago
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