1842 Commits (bbb066664bb5b29253f5f740eeff4ae51a0ede30)

Author SHA1 Message Date
Vladimír Vondruš bbb066664b Vk: add a wrapper for mesh layout setup. 5 years ago
Vladimír Vondruš 11cca8e315 Vk: add a VertexFormat enum. 5 years ago
Vladimír Vondruš 437b3d1556 GL: don't check for Windows-only workarounds everywhere. 5 years ago
Vladimír Vondruš 4906b23c21 Vk: use sRGB literals in doc snippets. 5 years ago
Vladimír Vondruš 79c3519045 Vk: add driver workaround scaffolding and the first one for SwiftShader. 5 years ago
Vladimír Vondruš 4af6e9489c Vk: doc++ 5 years ago
Vladimír Vondruš 1940488da4 Vk: rework {Extension,Layer}Properties internals using ArrayTuple. 5 years ago
Vladimír Vondruš a0659b85f7 Vk: unify formatting on Buffer / Image creation snippets. 5 years ago
Vladimír Vondruš 9e3680e3e1 doc: update the GL troubleshooting docs a bit. 5 years ago
Vladimír Vondruš 47add2f7dd Vk: implement image clears, buffer, image and buffer/image copies. 5 years ago
Vladimír Vondruš 7b431a6dfb Vk: implement a buffer fill command. 5 years ago
Vladimír Vondruš 36cb9b76aa Vk: go back to SubpassDependency argument order like Vulkan has. 5 years ago
Vladimír Vondruš aae41288e8 Vk: implement a pipeline barrier command. 5 years ago
Vladimír Vondruš ef107e4dad Vk: doc++ 5 years ago
Vladimír Vondruš 963526ac28 Vk: expose image aspects enum. 5 years ago
Vladimír Vondruš 6898831319 doc: add also enum and handle types to the Vulkan API mapping list. 5 years ago
Vladimír Vondruš 443a8b75fc external: expose VK_KHR_copy_commands2. 5 years ago
Vladimír Vondruš 52abd2ffb3 external: update copyright year in flextGL templates. 5 years ago
Vladimír Vondruš bf671d272c Vk: finally *some* docs on command buffer and render pass usage. 5 years ago
Vladimír Vondruš 3e0992b5a7 Vk: wrap the full SubpassDependency. 5 years ago
Vladimír Vondruš 0825db39ab Vk: rethink render pass creation to make it clearer (but more verbose). 5 years ago
Vladimír Vondruš 3d136503d8 Updated copyright year. 5 years ago
Vladimír Vondruš fda70b0f57 doc: update dev guide with more places where to change copyright year. 5 years ago
Vladimír Vondruš 242907baff doc: updated changelog and credits. 5 years ago
Vladimír Vondruš a5d58aaab7 doc: so *this* is the way to remove the macOS curse. 5 years ago
Vladimír Vondruš 0acce795c2 doc: i don't recommend doing a git push while the other hand is still... 5 years ago
Vladimír Vondruš 8eb7557944 We don't need the UseEmscripten module for anything. 5 years ago
Vladimír Vondruš e65d6cff23 Platform: work around missing dynCall() since Emscripten 2.0.10. 5 years ago
Vladimír Vondruš 57f597f4c5 doc: updated changelog. 5 years ago
Vladimír Vondruš 64c2c7a348 Vk: add a PixelFormat enum. 5 years ago
Vladimír Vondruš 46f4518eb6 doc: updated credits and changelog. 5 years ago
Vladimír Vondruš 3378ca3f57 Vk: expose and implement KHR_portability_subset. 5 years ago
Vladimír Vondruš 6c99537b6b Vk: expose EXT_vertex_attribute_divisor. 5 years ago
Vladimír Vondruš 6783dc6fad doc: a better order for the "adding Vulkan extension" guide. 5 years ago
Vladimír Vondruš 46ed065bb2 Vk: implement queue submit. 5 years ago
Vladimír Vondruš 9aab4fb0d9 Vk: make the Instance immovable as well. 5 years ago
Vladimír Vondruš 50fa6b2ecc Vk: make the Device immovable. 5 years ago
Vladimír Vondruš 4a49b3a770 Vk: implement render pass begin / end / next commands. 5 years ago
Vladimír Vondruš 9aeefce801 doc: document the need for & / && CreateInfo setter overloads. 5 years ago
Vladimír Vondruš 7ee30c55e3 Vk: command buffer begin and end. 5 years ago
Vladimír Vondruš 32cc6ed69d Vk: fence status, reset and wait. 5 years ago
Vladimír Vondruš 2bcb5d6d9e Vk: more useful MAGNUM_VK_INTERNAL_ASSERT_SUCCESS_OR(). 5 years ago
Vladimír Vondruš 5099b8c997 Vk: add a Fence wrapper. 5 years ago
Vladimír Vondruš ab7e216f6c Doc++ 5 years ago
Vladimír Vondruš 76f6ca6264 doc: add BMP and HDR to the file format list. 5 years ago
Vladimír Vondruš 9e3084ef4b CMake: make it possible to selectively disable static plugins as well. 5 years ago
Vladimír Vondruš 082f7a6c3a doc: rules for move-only CreateInfo wrappers. 5 years ago
Vladimír Vondruš 71af6a034c Vk: implement a Framebuffer wrapper. 5 years ago
Vladimír Vondruš 0a108a892b doc: add PSD to the file format tables. 5 years ago
Vladimír Vondruš 4a93c092b0 Vk: image view wrapper. 5 years ago