summaryrefslogtreecommitdiffstats
path: root/src/gui/vulkan
Commit message (Expand)AuthorAgeFilesLines
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-2/+2
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-215-14/+14
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-112-6/+6
* Port from container.count()/length() to size()Marc Mutz2022-10-042-9/+9
* vulkan: Add flag to opt out from enumerating Portability phys.devicesLaszlo Agocs2022-09-263-6/+12
* vulkan: Re-enable VK_KHR_portability driversLaszlo Agocs2022-09-262-5/+14
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-011-1/+1
* rhi: Fix instance API version when only 1.1 is supportedLaszlo Agocs2022-08-161-1/+1
* vulkan: Port to VK_EXT_debug_utilsLaszlo Agocs2022-08-107-47/+196
* Skip potentially costly features in QVulkanWindowLaszlo Agocs2022-08-041-10/+19
* Bump QVulkan(Device)Functions to Vulkan 1.3Laszlo Agocs2022-08-042-1453/+7623
* vulkan: Request an 1.3 instance if supportedLaszlo Agocs2022-08-031-9/+11
* Doc: Add default value for seed param to all qHash overloadsKai Köhne2022-07-201-2/+2
* vulkan: Have a dummy format type if there is no Vulkan headerLaszlo Agocs2022-06-271-0/+1
* Doc: Fix documentation for vulkan licensesKai Köhne2022-05-302-1/+65
* Use SPDX license identifiersLucie Gérard2022-05-1614-532/+28
* Export the QVulkanInstancePrivate classJiDe Zhang2022-05-043-28/+97
* QtGui: includemocsMarc Mutz2022-04-291-0/+2
* Gui: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* QVulkanWindow: fix QByteArray::count deprecation warningMårten Nordheim2022-03-171-1/+1
* vulkan: Try loading libvulkan.so.1 firstLaszlo Agocs2022-03-112-9/+35
* Make sure all qtbase private headers include at least one otherThiago Macieira2022-02-241-1/+2
* Convert Vulkan instance setup from Qt Quick into a Gui helperLaszlo Agocs2022-02-153-1/+202
* QVulkanWindow: make it possible to override the enabled featuresLaszlo Agocs2022-01-203-2/+50
* Enable all supported 1.0 device features in QVulkanWindowLaszlo Agocs2022-01-201-0/+23
* Fix queue passed to vkQueuePresentLaszlo Agocs2022-01-201-1/+1
* Doc: Use \inmodule for all classes and headersTopi Reinio2022-01-171-0/+3
* codechecker: Add assert for implicit conditionEskil Abrahamsen Blomfeldt2021-06-181-0/+1
* vulkan: Update legacy tests and examples to the modern validation layerLaszlo Agocs2021-05-311-1/+1
* Fix build without features.libraryTasuku Suzuki2021-05-192-3/+0
* Make getter const, add const overloadsVolker Hilsheimer2021-03-292-2/+17
* Fix QVulkanWindow on WaylandEskil Abrahamsen Blomfeldt2021-03-121-1/+1
* Update QVulkan(Device)Functions to Vulkan 1.2Laszlo Agocs2021-01-196-1861/+11774
* Add qvkgen header template to its own fileLaszlo Agocs2021-01-181-0/+38
* vulkan: Add instance-level version getterLaszlo Agocs2021-01-185-3/+59
* Remove the qmake project filesJoerg Bornemann2021-01-071-63/+0
* Handle maxImageCount 0 in QVulkanWindowLaszlo Agocs2021-01-042-4/+6
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-2/+2
* Guard vulkan.h inclusion with __has_includeLaszlo Agocs2020-10-161-5/+21
* Doc: Fix documentation warnings for Qt GUITopi Reinio2020-08-281-7/+7
* Port headersclean check to CMakeKai Koehne2020-08-252-0/+2
* Add more doc fixes for Vulkan typesLaszlo Agocs2020-08-031-0/+3
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-311-1/+1
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-074-23/+23
* Use QList instead of QVector in guiJarek Kobus2020-06-295-17/+17
* Fix up QVulkanWindow docsLaszlo Agocs2020-06-261-0/+14
* Make qdoc generate usable docs for QVulkanInstanceLaszlo Agocs2020-06-251-0/+4
* Relax tst_qvulkan::vulkanVersionRequest to make it compatible with 1.1Laszlo Agocs2020-06-151-0/+7
* Move QtVulkanSupport into QtGui and QtOpenGLTor Arne Vestbø2020-05-224-3/+528
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-092-4/+4