summaryrefslogtreecommitdiffstats
path: root/src/gui/vulkan/qbasicvulkanplatforminstance.cpp
Commit message (Expand)AuthorAgeFilesLines
* vulkan: Do not set the portability bit with old SDKsLaszlo Agocs2023-09-251-2/+7
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-2/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-4/+4
* Port from container.count()/length() to size()Marc Mutz2022-10-041-2/+2
* vulkan: Add flag to opt out from enumerating Portability phys.devicesLaszlo Agocs2022-09-261-2/+4
* vulkan: Re-enable VK_KHR_portability driversLaszlo Agocs2022-09-261-2/+3
* vulkan: Port to VK_EXT_debug_utilsLaszlo Agocs2022-08-101-37/+70
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Gui: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* vulkan: Try loading libvulkan.so.1 firstLaszlo Agocs2022-03-111-7/+33
* Fix build without features.libraryTasuku Suzuki2021-05-191-1/+0
* vulkan: Add instance-level version getterLaszlo Agocs2021-01-181-0/+24
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-311-1/+1
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-071-6/+6
* Move QtVulkanSupport into QtGui and QtOpenGLTor Arne Vestbø2020-05-221-0/+405