8516 Commits (4a93c092b05eae2d4e6c4cbadfb4a07923b2f18c)
 

Author SHA1 Message Date
Vladimír Vondruš 4a93c092b0 Vk: image view wrapper. 5 years ago
Vladimír Vondruš a89f3c5943 doc: I died in the middle of a sentence here. 5 years ago
Vladimír Vondruš 0684894324 Vk: whoops, forgot these. 5 years ago
Vladimír Vondruš ef0113f558 doc: introduce \requires_vk_feature, add useful info to the group pages. 5 years ago
Vladimír Vondruš 88d2acc66e Vk: expand the Result enum with values for all extensions we have. 5 years ago
Vladimír Vondruš 7bdf0feba1 Vk: expose the new RT extensions. 5 years ago
Vladimír Vondruš 13c0e1faeb external: minor Vulkan header updates. 5 years ago
Vladimír Vondruš 3f1a3eb1c2 Vk: a bit more robust feature enablement. 5 years ago
Vladimír Vondruš aad588054a Vk: implement Device feature enablement. 5 years ago
Vladimír Vondruš a4382c6305 Vk: more utilites for heavyweight structure chain processing. 5 years ago
Vladimír Vondruš 6f867c2ab3 Vk: doc++ 5 years ago
Vladimír Vondruš 3e2698cc0e doc: expand Developers Guide with notes about Vulkan features. 5 years ago
Vladimír Vondruš 51cf303585 Vk: list device features in magnum-vk-info. 5 years ago
Vladimír Vondruš 1ee2b40c53 Vk: fetching of supported device features. 5 years ago
Vladimír Vondruš ff916e1934 Vk: internal helper for checking both extension and its core version. 5 years ago
Vladimír Vondruš 613a0d8cf6 Vk: write an internal helper for connecting Vulkan structures. 5 years ago
Vladimír Vondruš 96bb9dbaae Test: prefix VersionTest with repo name to avoid conflicts. 5 years ago
Vladimír Vondruš 75d2e20c97 Vk: move constructors should be implicit, so test that property. 5 years ago
Vladimír Vondruš d06e64d770 Vk: rename DeviceVkTest test case for clarity. 5 years ago
Vladimír Vondruš ccab98920f Vk: DeviceCreateInfo state is allocated always. 5 years ago
Vladimír Vondruš 71b2fca3d8 Vk: rename private Device member for clarity. 5 years ago
Vladimír Vondruš 6acd7b72b1 Vk: doc++ 5 years ago
Vladimír Vondruš 4f789ce92b Vk: okay, I need these weird extension definitions now. 5 years ago
Vladimír Vondruš 2fb56fe507 Math: accidentally used a float literal, causing warnings with Matrix3d. 5 years ago
Vladimír Vondruš 699002cfd5 SceneGraph: fix building of certain SceneGraph APIs with doubles. 5 years ago
Vladimír Vondruš 0b04a49134 SceneGraph: test both float and double variants of the APIs. 5 years ago
Vladimír Vondruš 4f22a6a3fe Test: forgot to set IDE folders for some of these. 5 years ago
Vladimír Vondruš cf60ea3d0d Vk: doc-- 5 years ago
Vladimír Vondruš dc9ab83afe doc: write up guidelines for Vulkan CreateInfo wrapper implementation. 5 years ago
Vladimír Vondruš 909dd781df Vk: put CreateInfo structures to dedicated headers. 5 years ago
Vladimír Vondruš 98a69fc568 Vk: rethink "creation" docs. 5 years ago
Vladimír Vondruš 299a17f95b Vk: clarify what's the extra Memory::wrap() parameter for, add assert. 5 years ago
Vladimír Vondruš 8ea64e814a Vk: DeviceCreateInfo wasn't properly movable. 5 years ago
Vladimír Vondruš 4933583f7f Vk: Device(..., const DeviceCreateInfo&) wasn't covered. 5 years ago
Vladimír Vondruš f6532e1a5c Vk: implicitly enable VK_KHR_create_renderpass2. 5 years ago
Vladimír Vondruš eb42342d16 Vk: minor cleanup. 5 years ago
Vladimír Vondruš c32f75ddf3 Vk: implement a RenderPass wrapper. 5 years ago
Vladimír Vondruš fa31077789 Platform: sync EmscriptenApp canvas size setup for the contextless case. 5 years ago
Vladimír Vondruš 4547f0a4aa Platform: notify about hardcoded WebGL canvas size in verbose output. 5 years ago
Vladimír Vondruš 03ca45bd0c Platform: fix verbose log for app-specified DPI scaling. 5 years ago
Vladimír Vondruš de1d520caf Vk: no need to prefix with Vk:: in tests. 5 years ago
Vladimír Vondruš 34a52e48ed Math: link to the corresponding classic GL/GLU functions. 5 years ago
abgita f9b07ac290 Typo: simultaenous -> simultaneous. 5 years ago
Vladimír Vondruš 1579a89e47 Vk: expose VK_IMAGE_LAYOUT, finally. 5 years ago
Vladimír Vondruš 271f8b6fec Vk: tighten rules for extension-dependent code paths. 5 years ago
Vladimír Vondruš 5a838c9220 Vk: this can be written in a shorter way. 5 years ago
Vladimír Vondruš 4b7b74715d doc: forgot to list this Vulkan API. 5 years ago
Vladimír Vondruš d2961f19f4 Test: use new TestSuite API to simplify things. 5 years ago
Vladimír Vondruš 91631139f7 Test: use shorter std::is_copy_{constructible,assignable} everywhere. 5 years ago
Vladimír Vondruš 6bb4fd321e doc: expand rules about Vulkan CreateInfo structures. 5 years ago