index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.5
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gui
/
vulkan
/
qvulkanwindow.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-11
1
-2
/
+2
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-7
/
+7
*
Skip potentially costly features in QVulkanWindow
Laszlo Agocs
2022-08-04
1
-10
/
+19
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
QtGui: includemocs
Marc Mutz
2022-04-29
1
-0
/
+2
*
QVulkanWindow: fix QByteArray::count deprecation warning
Mårten Nordheim
2022-03-17
1
-1
/
+1
*
Convert Vulkan instance setup from Qt Quick into a Gui helper
Laszlo Agocs
2022-02-15
1
-1
/
+1
*
QVulkanWindow: make it possible to override the enabled features
Laszlo Agocs
2022-01-20
1
-2
/
+46
*
Enable all supported 1.0 device features in QVulkanWindow
Laszlo Agocs
2022-01-20
1
-0
/
+23
*
Fix queue passed to vkQueuePresent
Laszlo Agocs
2022-01-20
1
-1
/
+1
*
codechecker: Add assert for implicit condition
Eskil Abrahamsen Blomfeldt
2021-06-18
1
-0
/
+1
*
vulkan: Update legacy tests and examples to the modern validation layer
Laszlo Agocs
2021-05-31
1
-1
/
+1
*
Handle maxImageCount 0 in QVulkanWindow
Laszlo Agocs
2021-01-04
1
-3
/
+5
*
Doc: Fix documentation warnings for Qt GUI
Topi Reinio
2020-08-28
1
-7
/
+7
*
Use QList instead of QVector in gui implementation
Jarek Kobus
2020-07-07
1
-12
/
+12
*
QVulkanWindow: Fix setQueueCreateInfoModifier signature
Laszlo Agocs
2020-03-10
1
-1
/
+1
*
QVulkanWindow: Remove queueCreateInfoModifier getter
Laszlo Agocs
2020-03-03
1
-13
/
+0
*
Add environment variables for customizing Vulkan
Paul Olav Tvete
2020-01-06
1
-0
/
+9
*
Tidy nullptr usage
Allan Sandfeld Jensen
2019-12-06
1
-1
/
+1
*
Vulkan: Add platform hooks before presenting
Johan Klokkhammer Helsing
2019-10-08
1
-0
/
+4
*
Merge remote-tracking branch 'origin/5.14' into 5.15
Qt Forward Merge Bot
2019-10-05
1
-8
/
+8
|
\
|
*
Convert a few sizeof(array)/sizeof(element0) fors to range fors
Albert Astals Cid
2019-10-04
1
-8
/
+8
*
|
QVulkanWindow: Allow to change queues to create
Frank Richter
2019-09-24
1
-12
/
+80
*
|
QVulkanWindow: Add function to retrieve graphics queue family index
Frank Richter
2019-09-02
1
-0
/
+17
|
/
*
Doc: Move literal code block to a separate file
Cristian Maureira-Fredes
2018-10-15
1
-80
/
+3
*
QVulkanWindow: Fix some load/store ops in the default renderpass
Laszlo Agocs
2018-09-12
1
-2
/
+2
*
QVulkanWindow: Fix bogus stage masks in readback
Laszlo Agocs
2018-09-12
1
-1
/
+1
*
Fix device local alloc in hellovulkantexture
Laszlo Agocs
2018-09-12
1
-0
/
+5
*
Revise an incorrect QVulkanWindow doc note
Laszlo Agocs
2018-09-06
1
-9
/
+5
*
Fix redundant Vulkan logging category definition
Laszlo Agocs
2017-11-03
1
-22
/
+22
*
QVulkanWindow: return QMatrix4x4 by value
Marc Mutz
2017-05-22
1
-3
/
+3
*
QVulkanWindow: use QVector, not QSet, for small int set
Marc Mutz
2017-05-22
1
-4
/
+5
*
QVulkanWindow: fix fatal warning on Clang 4
Shawn Rutledge
2017-05-03
1
-1
/
+1
*
Fix some capitalization issues in QVulkan docs
Laszlo Agocs
2017-04-04
1
-3
/
+3
*
doc: Fix several qdoc warnings in new software
Martin Smith
2017-03-31
1
-34
/
+40
*
Clarify the front face winding order in the Vulkan examples
Laszlo Agocs
2017-03-26
1
-0
/
+4
*
QVulkanWindow: Add missing device wait after user code
Laszlo Agocs
2017-03-26
1
-6
/
+17
*
Add missing class doc for QVulkanWindowRenderer
Laszlo Agocs
2017-03-23
1
-4
/
+24
*
Introduce QVulkanWindow
Laszlo Agocs
2017-03-22
1
-0
/
+2678