summaryrefslogtreecommitdiffstats
path: root/src/gui/vulkan/qvulkanwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* vulkan: Make setEnabledFeatures2Modifier an overloadLaszlo Agocs2024-02-131-7/+6
* QVulkanWindow::setEnabledFeatures2Modifier(): pass parameter by valueIvan Solovev2024-02-121-2/+2
* QVulkanWindow: sync surface size logic with QRhiLaszlo Agocs2023-12-041-1/+27
* QVulkanWindow: Add a way to control post-1.0 Vulkan featuresLaszlo Agocs2023-11-061-18/+63
* 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
* Unity Build: Resolve a variable redefinition errorAmir Masoud Abdol2023-07-031-3/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-2/+2
* Port from container.count()/length() to size()Marc Mutz2022-10-041-7/+7
* Skip potentially costly features in QVulkanWindowLaszlo Agocs2022-08-041-10/+19
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtGui: includemocsMarc Mutz2022-04-291-0/+2
* QVulkanWindow: fix QByteArray::count deprecation warningMårten Nordheim2022-03-171-1/+1
* Convert Vulkan instance setup from Qt Quick into a Gui helperLaszlo Agocs2022-02-151-1/+1
* QVulkanWindow: make it possible to override the enabled featuresLaszlo Agocs2022-01-201-2/+46
* Enable all supported 1.0 device features in QVulkanWindowLaszlo Agocs2022-01-201-0/+23
* Fix queue passed to vkQueuePresentLaszlo Agocs2022-01-201-1/+1
* 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
* Handle maxImageCount 0 in QVulkanWindowLaszlo Agocs2021-01-041-3/+5
* Doc: Fix documentation warnings for Qt GUITopi Reinio2020-08-281-7/+7
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-071-12/+12
* QVulkanWindow: Fix setQueueCreateInfoModifier signatureLaszlo Agocs2020-03-101-1/+1
* QVulkanWindow: Remove queueCreateInfoModifier getterLaszlo Agocs2020-03-031-13/+0
* Add environment variables for customizing VulkanPaul Olav Tvete2020-01-061-0/+9
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-1/+1
* Vulkan: Add platform hooks before presentingJohan Klokkhammer Helsing2019-10-081-0/+4
* 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-241-12/+80
* | QVulkanWindow: Add function to retrieve graphics queue family indexFrank Richter2019-09-021-0/+17
|/
* Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-151-80/+3
* QVulkanWindow: Fix some load/store ops in the default renderpassLaszlo Agocs2018-09-121-2/+2
* QVulkanWindow: Fix bogus stage masks in readbackLaszlo Agocs2018-09-121-1/+1
* Fix device local alloc in hellovulkantextureLaszlo Agocs2018-09-121-0/+5
* Revise an incorrect QVulkanWindow doc noteLaszlo Agocs2018-09-061-9/+5
* Fix redundant Vulkan logging category definitionLaszlo Agocs2017-11-031-22/+22
* QVulkanWindow: return QMatrix4x4 by valueMarc Mutz2017-05-221-3/+3
* QVulkanWindow: use QVector, not QSet, for small int setMarc Mutz2017-05-221-4/+5
* QVulkanWindow: fix fatal warning on Clang 4Shawn Rutledge2017-05-031-1/+1
* Fix some capitalization issues in QVulkan docsLaszlo Agocs2017-04-041-3/+3
* doc: Fix several qdoc warnings in new softwareMartin Smith2017-03-311-34/+40
* Clarify the front face winding order in the Vulkan examplesLaszlo Agocs2017-03-261-0/+4
* QVulkanWindow: Add missing device wait after user codeLaszlo Agocs2017-03-261-6/+17
* Add missing class doc for QVulkanWindowRendererLaszlo Agocs2017-03-231-4/+24
* Introduce QVulkanWindowLaszlo Agocs2017-03-221-0/+2678