352 Commits (9b160e95c391d95dbbc09cce367f3a2df4255cd6)

Author SHA1 Message Date
Vladimír Vondruš bbb54a9df8 It's 2023 already! 3 years ago
Vladimír Vondruš 3e8d393b86 Fix build with CORRADE_STANDARD_ASSERT. 3 years ago
Vladimír Vondruš deec214ad9 Use the new EnumSet-from-underlying-type constructor for less confusion. 3 years ago
Vladimír Vondruš 9a089ad2cf Vk: port away from std::pair in remaining APIs. 3 years ago
Vladimír Vondruš f84a655ac7 Vk: port away from std::pair in various internals. 3 years ago
Vladimír Vondruš 7de3704d5a Vk: try a significantly larger count in DescriptorPool allocation test. 3 years ago
Vladimír Vondruš 5d0454ce98 Remove random unneeded <string> and StringStl.h includes. 3 years ago
Vladimír Vondruš 28c1f84e68 Fix various variable shadowing warnings on MSVC. 3 years ago
Vladimír Vondruš 674ef46355 Vk: don't access and call conversion methods on items in empty arrays. 3 years ago
Vladimír Vondruš eafb2de1f1 Link all magnum-* utilities to Corrade::Main. 3 years ago
Vladimír Vondruš 64f5c1bff0 CMake: exclude test dirs from ALL with CORRADE_TESTSUITE_TEST_TARGET. 4 years ago
Vladimír Vondruš 441156542e Vk: use StringIterable for all extension/layer/workaround lists. 4 years ago
Vladimír Vondruš bc2ad2e14e Vk: use StringIterable in internal Instance/Device extension init. 4 years ago
Vladimír Vondruš 2fbdd85671 Adapt to Corrade changes. 4 years ago
Vladimír Vondruš 8616927a75 Don't take an Iterable by value. 4 years ago
Vladimír Vondruš e9f7c8f37d VK: XFAIL descriptor pool allocation failure tests on llvmpipe. 4 years ago
Vladimír Vondruš 3dd58581dc Vk: add conditional XFAILs for tests that assume an Intel GPU. 4 years ago
Vladimír Vondruš 35178edfbd Vk: adapt fuzzy thresholds to llvmpipe differences. 4 years ago
Vladimír Vondruš b418a8fc87 Vk: add a clickable reference to Queue::submit() from CommandBuffer docs. 4 years ago
Vladimír Vondruš 0f4f14bb00 Vk: use Containers::Iterable in DescriptorSetLayoutCreateInfo. 4 years ago
Vladimír Vondruš d958d73df6 Vk: add TODOs for when Containers::Iterable<T&> is a thing. 4 years ago
Vladimír Vondruš ac6aa80fc1 gl-info,vk-info: print compiled and detected CPU features. 4 years ago
Vladimír Vondruš 1a219825be CMake: document what the dummy.cpp is for. APPLE ARE YOU LISTENING 4 years ago
Vladimír Vondruš 06b5bae5c8 CMake: drop notes about old CMake on old Xcode Travis images. 4 years ago
Vladimír Vondruš 5312a016f4 Math: rename BoolVector to BitVector. 4 years ago
Vladimír Vondruš 6bdffb2796 Test: make use of CORRADE_SKIP_IF_NO_ASSERT(). 4 years ago
Vladimír Vondruš b983781505 Prefix all CMake options with MAGNUM_*. 4 years ago
Vladimír Vondruš c100f97ac3 Vk: wow, a stupid copypaste error. 4 years ago
Vladimír Vondruš 384e148c24 Use const char* const* for argv consistently. 4 years ago
Vladimír Vondruš 745830e1a9 Vk: properly redirect internal pointers on ShaderSet move. 4 years ago
Vladimír Vondruš cedc0d6eeb Prefer CORRADE_TARGET_* instead of __GNUC__, __clang__ and _MSVC_VER. 4 years ago
Vladimír Vondruš 505ad471ad CMake: use the CMAKE_FOLDER variable instead of FOLDER property. 4 years ago
Vladimír Vondruš b0bfcbe00e Adapt to Corrade changes. 4 years ago
Vladimír Vondruš 2356b57418 Vk: port to the new Utility::Path. 4 years ago
Vladimír Vondruš 8057051d9a Document what each #include <algorithm> is for. 4 years ago
Vladimír Vondruš 822fa0d644 Updated copyright year. 4 years ago
Vladimír Vondruš 0d3cf5a648 Vk: doc++ 4 years ago
Vladimír Vondruš 5040362bad Vk: fix arguments passed to AssertTest. 4 years ago
Vladimír Vondruš edf4bfc2cf Vk: work around crashy vkGetDeviceQueue2() on SwiftShader. 4 years ago
Vladimír Vondruš 99501c1e3d Vk: missing test file reference. 4 years ago
Vladimír Vondruš 1111b58ce7 Vk: fix compilation on 32-bit targets. 4 years ago
Vladimír Vondruš c366874c56 Vk: print also driver info in Device creation log. 4 years ago
Vladimír Vondruš 9318331b32 vk-info: display features only if --features is set. 4 years ago
Vladimír Vondruš 1906dafd7c doc: update al-info, gl-info and vk-info usage docs. 4 years ago
Vladimír Vondruš 71bf77a33a gl-info,vk-info: make instruction set lists more compact. 4 years ago
Samuel Vargas 390d3fc06f Fix invalid iterator access in Device.cpp / Instance.cpp 4 years ago
Vladimír Vondruš d5e66e8009 Fix various variable shadowing warnings. 4 years ago
Vladimír Vondruš a35a3ec271 Add an ability to store implementation-specific values in MeshIndexType. 4 years ago
Vladimír Vondruš cad13c9f40 GL,Vk: clarify behavior with implementation-specific type/format values. 4 years ago
Vladimír Vondruš e75c089f10 Vk: doc++ 4 years ago