summaryrefslogtreecommitdiffstats
path: root/src/gui/vulkan
Commit message (Expand)AuthorAgeFilesLines
* QVulkanWindow: Force render on paint eventDavid Edmundson2025-06-021-0/+1
* Modernize and fix frame sync in QVulkanWindowLaszlo Agocs2025-05-122-76/+55
* qHashMulti: switch to passing the seed to the qHash() function in 7.0Thiago Macieira2025-05-091-2/+2
* Expose the Vulkan 1.4 core APILaszlo Agocs2025-03-113-2204/+10699
* Use QThread::isMainThread() in a few placesThiago Macieira2025-02-261-1/+1
* QVulkanDefaultInstance: warn if setting flags has no effectLaszlo Agocs2025-01-231-1/+3
* Replace qdebug.h includes in public headers with forward-declarationsAhmad Samir2025-01-151-1/+2
* CMake: Use the $<VERSION> placeholder in qt_attribution.jsonAlexandru Croitor2025-01-091-1/+1
* Replace qgetenv() calls converted to QString with qEnvironmentVariable()Thiago Macieira2025-01-011-1/+1
* Create qdoc macros for C++ class docs 2.1: qHash()Marc Mutz2024-11-271-8/+2
* CMake: Add PURL and CPE info to 3rd party attribution filesAlexandru Croitor2024-11-151-0/+2
* Logging: use qCDebug/Warning/Info when for categorized loggingVolker Hilsheimer2024-07-162-4/+4
* Straighten out various logging categoriesUlf Hermann2024-06-193-3/+5
* 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