summaryrefslogtreecommitdiffstats
path: root/src/gui/vulkan
Commit message (Expand)AuthorAgeFilesLines
* 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
* QVulkanWindow: Fix setQueueCreateInfoModifier signatureLaszlo Agocs2020-03-102-2/+2
* QVulkanWindow: Remove queueCreateInfoModifier getterLaszlo Agocs2020-03-032-14/+0
* Add since 5.15 to new QVulkanInstance functionLaszlo Agocs2020-03-031-0/+2
* Add environment variables for customizing VulkanPaul Olav Tvete2020-01-061-0/+9
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-062-2/+2
* Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-221-1/+0
* Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-1/+1
* Vulkan: Add platform hooks before presentingJohan Klokkhammer Helsing2019-10-085-0/+25
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-051-8/+8
|\
| * Convert a few sizeof(array)/sizeof(element0) fors to range forsAlbert Astals Cid2019-10-041-8/+8
* | QVulkanWindow: Allow to change queues to createFrank Richter2019-09-243-12/+87
* | QVulkanWindow: Add function to retrieve graphics queue family indexFrank Richter2019-09-022-0/+18
|/
* Fix build without feature.xmlstreamreaderTasuku Suzuki2019-07-051-33/+39
* vulkan: Add debug message filteringLaszlo Agocs2019-05-284-0/+57
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-131-1/+1
|\