10559 Commits (2e6dfe6bf391b25fb8afab6cce754be0bf8cf879)
 

Author SHA1 Message Date
Vladimír Vondruš 2e6dfe6bf3 GL: this XFAIL is fixed on Mesa 23.1.4. 3 years ago
Vladimír Vondruš 65669be25c Shaders: don't attempt to query or use DCE'd MeshVsiualiuer uniforms. 3 years ago
Vladimír Vondruš bcf1f423ec Shaders: guard hopefully all SSBO limits in the MeshVisualizer test. 3 years ago
Vladimír Vondruš 9b160e95c3 GL: new "adreno-glsl-version-stuck-at-300" workaround. 3 years ago
Vladimír Vondruš a00270cd6c GL: add detection for Qualcomm Adreno drivers. 3 years ago
Vladimír Vondruš 30fab6e908 GL: fix Context::DetectedDrivers printing. 3 years ago
Vladimír Vondruš 1f2b19c698 Shaders: drop the createCompatibilityShader() helper. 3 years ago
Vladimír Vondruš ad4ae11de7 GL: define driver workaround macros in the Shader constructor. 3 years ago
Vladimír Vondruš 5719794c0a GL: avoid an error-prone early return from the Shader constructor. 3 years ago
Vladimír Vondruš 8f04685470 Shaders: prefix GLSL workaround macros with MAGNUM_. 3 years ago
Vladimír Vondruš 9511ac92d0 Shaders: drop an ancient GLSL workaround for Android emulator. 3 years ago
Vladimír Vondruš 759f4efff6 GL: bind properly aligned subranges in the Buffer test. 3 years ago
Vladimír Vondruš 4bdeb0e6fa doc: add links to Quacomm Adreno GPU best practices. 3 years ago
Vladimír Vondruš 66822c13fd Platform: don't let GLFW change CWD on Apple platforms. 3 years ago
Vladimír Vondruš e677dc12d5 sceneconverter: adapt tests to DDS, KTX and glTF plugin changes. 3 years ago
Vladimír Vondruš 1fa9862ad6 Math: deprecate angle() for quaternions because it's wrong. 3 years ago
Vladimír Vondruš 1f2402e1a8 doc: updated credits and changelog. 3 years ago
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