291 Commits (6958f4a413ebe1c24bd8e5dd6ecbded2d2723378)

Author SHA1 Message Date
Vladimír Vondruš d3f83b6665 Vk: the configure file is needed for non-Vk tests as well. 5 years ago
Vladimír Vondruš 1a0a96612f VK: doc++ 5 years ago
Vladimír Vondruš aea8722729 Add generic depth/stencil PixelFormat values. 5 years ago
Vladimír Vondruš 18817ed58a Vk: hello, MinGW, why are you so special again?! 5 years ago
Vladimír Vondruš 28a2cb8567 Vk: interesting inconsistency with std::initializer_list. 5 years ago
Vladimír Vondruš f41ea6bbeb Vk: enable KHR_maintenance3 in a test. 5 years ago
Vladimír Vondruš 1e7fafdd75 Vk: VK_KHR_create_renderpass depends on KHR_maintenance2 and multiview. 5 years ago
Vladimír Vondruš 4cc1bf11b7 Vk: add a trivial test for Mesh move/copy. 5 years ago
Vladimír Vondruš baaa083af8 Vk: implicitly enable VK_KHR_maintenance1. 5 years ago
Vladimír Vondruš 2b7ca726f1 Vk: document why certain extensions are implicitly enabled. 5 years ago
Vladimír Vondruš 412d54b25b Vk: implement descriptor set allocation, freeing and pool reset. 5 years ago
Vladimír Vondruš 0ef77cab3a Vk: doc++ 5 years ago
Vladimír Vondruš 1abb67a119 Vk: allow multiple values in MAGNUM_VK_INTERNAL_ASSERT_SUCCESS_OR(). 5 years ago
Vladimír Vondruš c045d1666c Vk: add a DescriptorPool wrapper. 5 years ago
Vladimír Vondruš b533599dd9 Vk: add debug output for DescriptorType. 5 years ago
Vladimír Vondruš afb5c9f4a2 Vk: interestingly enough, DescriptorSetLayout can be empty. 5 years ago
Vladimír Vondruš 9d648ce949 Vk: these includes aren't needed here. 5 years ago
Vladimír Vondruš d3755b908f Vk: put the DescriptorType enum into a dedicated header. 5 years ago
Vladimír Vondruš 90b1a5a8ea Vk: clarify where CreateInfo does a copy of a list/string. 5 years ago
Vladimír Vondruš c656c55298 Vk: ability to list descriptor set layouts in PipelineLayoutCreateInfo. 5 years ago
Vladimír Vondruš 8bb1da98b9 Vk: MSVC and clones, WHAT ARE YOU DOING. 5 years ago
Vladimír Vondruš 048a9a6a0b Vk: add a short human-readable description to each Vulkan object. 5 years ago
Vladimír Vondruš 391e680721 Vk: implement a DescriptorSetLayout. 5 years ago
Vladimír Vondruš 2bf014f1e6 Vk: document also what CreateInfo setters do to the underlying struct. 5 years ago
Vladimír Vondruš 052fd5a683 Vk: doc++. 5 years ago
Vladimír Vondruš a99cde44bb Vk: add a ShaderStages enum set. 5 years ago
Vladimír Vondruš ae9ff0ae28 Vk: implement a Sampler wrapper. 5 years ago
Vladimír Vondruš ed9deff432 Test: adapt to a less shitty CORRADE_COMPARE(). 5 years ago
Vladimír Vondruš d7d4cd7223 Vk: doc++ 5 years ago
Vladimír Vondruš cc5f2d7862 Deprecate the weird Magnum::Array class. 5 years ago
Vladimír Vondruš 3622da8fb7 Vk: minor OCD thing. 5 years ago
Vladimír Vondruš 8984157db5 Vk: sprinkle a bunch of consts here and there. 5 years ago
Vladimír Vondruš 755d97121c doc: discourage using MeshIndexType::UnsignedByte. 5 years ago
Vladimír Vondruš d9a13e6d08 Vk: patch SPIR-V binaries on load on SwiftShader as a workaround. 5 years ago
Vladimír Vondruš afe4fb76e2 Vk: implicitly enable VK_EXT_extended_dynamic_state. 5 years ago
Vladimír Vondruš 997d801410 Vk: put a test in a correct IDE folder. 5 years ago
Vladimír Vondruš eb91cf768a Vk: fix irrelevant copypasted code + comment in a test. 5 years ago
Vladimír Vondruš 34cc5e90e5 Vk: remove redundant namespace prefixes from a test. 5 years ago
Vladimír Vondruš d4ab9f4cb0 Vk: implemented a Mesh wrapper. 5 years ago
Vladimír Vondruš 9ce36aa668 Vk: rvalue overloads for MeshLayout setters. 5 years ago
Vladimír Vondruš fb5c1b14ca Vk: rename DynamicRasterizationState::PrimitiveToplogy to MeshPrimitive. 5 years ago
Vladimír Vondruš 571772581c Vk: rename PipelineStage::AllGraphics to AllRasterization. 5 years ago
Vladimír Vondruš 22f918dffd Vk: some more docs / tips for pipeline barriers. 5 years ago
Vladimír Vondruš 14389c99d5 Vk: save current dynamic state on a pipeline bind. 5 years ago
Vladimír Vondruš d9d8c41980 Vk: rename *IndexTypeUintXY to IndexTypeUnsignedFoo for consistency. 5 years ago
Vladimír Vondruš b3394bfc48 Vk: properly skip an assertion test case on a build w/o asserts. 5 years ago
Vladimír Vondruš 9e71e5ab0e Vk: store the set of dynamic states in a Pipeline instance. 5 years ago
Vladimír Vondruš ac62a6c708 Vk: debug output for DynamicRasterizationState[s]. 5 years ago
Vladimír Vondruš f9d8032fc9 Revert "Vk: use a compute pipeline for Pipeline move/wrap tests." 5 years ago
Vladimír Vondruš d436e7ab50 Vk: expose EXT_robustness2 and EXT_image_robustness2 extensions. 5 years ago