8783 Commits (euler-xxx)
 

Author SHA1 Message Date
Vladimír Vondruš 8eb7557944 We don't need the UseEmscripten module for anything. 5 years ago
Vladimír Vondruš 7853b4c79b package/archlinux: update -git package version number. 5 years ago
Vladimír Vondruš fbe996ce3e GL: use a bit more of an actual English here. 5 years ago
Vladimír Vondruš 44ad5855c6 doc: Doxygen, you're shitty. 5 years ago
Vladimír Vondruš e65d6cff23 Platform: work around missing dynCall() since Emscripten 2.0.10. 5 years ago
Vladimír Vondruš e7cc1dfec0 Platform: print Emscripten version in EmscriptenApplicationTest. 5 years ago
Amodio Pesce a4979e2cd4 Fix Cmake Error: Error Evaluating Generator Expression in SDL2 code 5 years ago
Vladimír Vondruš 8f97b144dc Vk: DOXYGEN Y U SO SHITTY 5 years ago
Vladimír Vondruš 6f57231c64 Doc++ 5 years ago
Vladimír Vondruš a08163f056 Vk: add PixelFormat test to a correct IDE folder. 5 years ago
Vladimír Vondruš 08bc70545d Vk: test also that PixelFormat debug output matches for each value. 5 years ago
Vladimír Vondruš b46b59ebef Vk: shorten PixelFormat test cases. 5 years ago
Vladimír Vondruš f681136a1c Vk: forgot to install the PixelFormat header. 5 years ago
Vladimír Vondruš 3cb41f47f6 Vk: doc++ 5 years ago
Vladimír Vondruš 57f597f4c5 doc: updated changelog. 5 years ago
Vladimír Vondruš b14978dced Vk: doc++ 5 years ago
Vladimír Vondruš f56507a44f doc: it makes no sense to say "byte" or "half float" for compressed formats. 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
erikwijmans 015985016c Add a nv-egl-crashy-query-device-attrib workaround. 5 years ago
Vladimír Vondruš 83d2be5d8f Vk: MoltenVK Y U SO WEIRD. 5 years ago
Vladimír Vondruš 90c5a85be1 Vk: MoltenVk reports driver version as 0.2, failing this test. 5 years ago
Vladimír Vondruš 3378ca3f57 Vk: expose and implement KHR_portability_subset. 5 years ago
Vladimír Vondruš ed46a0e269 SceneGraph: explicit docs for AbstractObject destructor. 5 years ago
Vladimír Vondruš 9f48887aac Vk: proper structure order in docs. 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š 4c964b6a77 Vk: doc++ 5 years ago
Vladimír Vondruš da5be83bb3 Platform: update GLContext docs to be similar as Vk::Device/Instance. 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š b81d35d8ac Vk: make Queue move-only. 5 years ago
Vladimír Vondruš 84bdb8076d Vk: de-inline Queue members and test them. 5 years ago
Vladimír Vondruš 515bfce970 MeshTools: fix a variable shadowing warning. 5 years ago
Vladimír Vondruš e837000175 DebugTools: this comment doesn't make sense anymore. 5 years ago
Vladimír Vondruš 82d874040e Vk: avoid redefining CORRADE_NO_ASSERT. 5 years ago
Vladimír Vondruš 7498d5742f Trade: fix unused variable warning when building with CORRADE_NO_ASSERT. 5 years ago
Vladimír Vondruš 9ad26feda0 Vk: store size in the Framebuffer and reuse it in RenderPassCreateInfo. 5 years ago
Vladimír Vondruš 61e777d34d GL: minor cleanup. 5 years ago
Vladimír Vondruš 4a49b3a770 Vk: implement render pass begin / end / next commands. 5 years ago
Vladimír Vondruš 495c1d9a7f Vk: doc++ 5 years ago
Vladimír Vondruš 9aeefce801 doc: document the need for & / && CreateInfo setter overloads. 5 years ago
Vladimír Vondruš 349dc77322 Vk: don't use VK_STRUCTURE_TYPE_APPLICATION_INFO for sType in tests. 5 years ago
Vladimír Vondruš 9dbe377ac4 Vk: properly test Image::format(). 5 years ago
Vladimír Vondruš fd46515a21 Vk: account for cursed drivers doing cursed things with extensions. 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š d00d1cb781 Shaders: initialize all members also with NoCreate. 5 years ago
Vladimír Vondruš 2bcb5d6d9e Vk: more useful MAGNUM_VK_INTERNAL_ASSERT_SUCCESS_OR(). 5 years ago