summaryrefslogtreecommitdiffstats
path: root/src/gui/vulkan
Commit message (Expand)AuthorAgeFilesLines
* Rename files for header generationLucie Gérard2024-03-201-0/+0
* vulkan: Make setEnabledFeatures2Modifier an overloadLaszlo Agocs2024-02-132-9/+7
* QVulkanWindow::setEnabledFeatures2Modifier(): pass parameter by valueIvan Solovev2024-02-122-3/+3
* QVulkanWindow: sync surface size logic with QRhiLaszlo Agocs2023-12-042-1/+28
* QVulkanWindow: Add a way to control post-1.0 Vulkan featuresLaszlo Agocs2023-11-063-18/+75
* qvulkanwindow: use qimage rvalue overalods moreAnton Kudryavtsev2023-10-311-1/+1
* Do automatic r-b swap in QVulkanWindow's grab for BGRA8Laszlo Agocs2023-10-301-1/+10
* vulkan: Do not set the portability bit with old SDKsLaszlo Agocs2023-09-251-2/+7
* Doc: Add notes that QVulkanFunctions supports Vulkan 1.3Andreas Eliasson2023-09-051-12/+12
* Doc: Remove references to non-existing current() methodAndreas Eliasson2023-08-171-3/+4
* Unity Build: Resolve a variable redefinition errorAmir Masoud Abdol2023-07-031-3/+3
* rhi: Make it a QPA-style private but semi-public APILaszlo Agocs2023-05-212-1/+2
* Call into platform hooks for start and end framesDavid Edmundson2023-04-282-0/+13
* Modernize the VK_EXT_debug_utils callbackLaszlo Agocs2023-02-022-16/+19
* Doc: Show signatures of typedef'sKai Köhne2023-01-121-2/+13
* Doc: Document further GUI API as new in 6.5Kai Köhne2023-01-121-1/+1
* Doc: Fix qt_attribution.json files using Path for filesKai Köhne2023-01-101-1/+1
* 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