index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.15.17
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.5.5
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
QVulkanWindow: Force render on paint event
David Edmundson
2025-06-02
1
-0
/
+1
*
Modernize and fix frame sync in QVulkanWindow
Laszlo Agocs
2025-05-12
2
-76
/
+55
*
qHashMulti: switch to passing the seed to the qHash() function in 7.0
Thiago Macieira
2025-05-09
1
-2
/
+2
*
Expose the Vulkan 1.4 core API
Laszlo Agocs
2025-03-11
3
-2204
/
+10699
*
Use QThread::isMainThread() in a few places
Thiago Macieira
2025-02-26
1
-1
/
+1
*
QVulkanDefaultInstance: warn if setting flags has no effect
Laszlo Agocs
2025-01-23
1
-1
/
+3
*
Replace qdebug.h includes in public headers with forward-declarations
Ahmad Samir
2025-01-15
1
-1
/
+2
*
CMake: Use the $<VERSION> placeholder in qt_attribution.json
Alexandru Croitor
2025-01-09
1
-1
/
+1
*
Replace qgetenv() calls converted to QString with qEnvironmentVariable()
Thiago Macieira
2025-01-01
1
-1
/
+1
*
Create qdoc macros for C++ class docs 2.1: qHash()
Marc Mutz
2024-11-27
1
-8
/
+2
*
CMake: Add PURL and CPE info to 3rd party attribution files
Alexandru Croitor
2024-11-15
1
-0
/
+2
*
Logging: use qCDebug/Warning/Info when for categorized logging
Volker Hilsheimer
2024-07-16
2
-4
/
+4
*
Straighten out various logging categories
Ulf Hermann
2024-06-19
3
-3
/
+5
*
Rename files for header generation
Lucie Gérard
2024-03-20
1
-0
/
+0
*
vulkan: Make setEnabledFeatures2Modifier an overload
Laszlo Agocs
2024-02-13
2
-9
/
+7
*
QVulkanWindow::setEnabledFeatures2Modifier(): pass parameter by value
Ivan Solovev
2024-02-12
2
-3
/
+3
*
QVulkanWindow: sync surface size logic with QRhi
Laszlo Agocs
2023-12-04
2
-1
/
+28
*
QVulkanWindow: Add a way to control post-1.0 Vulkan features
Laszlo Agocs
2023-11-06
3
-18
/
+75
*
qvulkanwindow: use qimage rvalue overalods more
Anton Kudryavtsev
2023-10-31
1
-1
/
+1
*
Do automatic r-b swap in QVulkanWindow's grab for BGRA8
Laszlo Agocs
2023-10-30
1
-1
/
+10
*
vulkan: Do not set the portability bit with old SDKs
Laszlo Agocs
2023-09-25
1
-2
/
+7
*
Doc: Add notes that QVulkanFunctions supports Vulkan 1.3
Andreas Eliasson
2023-09-05
1
-12
/
+12
*
Doc: Remove references to non-existing current() method
Andreas Eliasson
2023-08-17
1
-3
/
+4
*
Unity Build: Resolve a variable redefinition error
Amir Masoud Abdol
2023-07-03
1
-3
/
+3
*
rhi: Make it a QPA-style private but semi-public API
Laszlo Agocs
2023-05-21
2
-1
/
+2
*
Call into platform hooks for start and end frames
David Edmundson
2023-04-28
2
-0
/
+13
*
Modernize the VK_EXT_debug_utils callback
Laszlo Agocs
2023-02-02
2
-16
/
+19
*
Doc: Show signatures of typedef's
Kai Köhne
2023-01-12
1
-2
/
+13
*
Doc: Document further GUI API as new in 6.5
Kai Köhne
2023-01-12
1
-1
/
+1
*
Doc: Fix qt_attribution.json files using Path for files
Kai Köhne
2023-01-10
1
-1
/
+1
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-03
1
-2
/
+2
*
Replace usages of Q_CLANG_QDOC with Q_QDOC
Luca Di Sera
2022-10-21
5
-14
/
+14
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-11
2
-6
/
+6
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
2
-9
/
+9
*
vulkan: Add flag to opt out from enumerating Portability phys.devices
Laszlo Agocs
2022-09-26
3
-6
/
+12
*
vulkan: Re-enable VK_KHR_portability drivers
Laszlo Agocs
2022-09-26
2
-5
/
+14
*
Apply Q_CONSTINIT where beneficial
Sona Kurazyan
2022-09-01
1
-1
/
+1
*
rhi: Fix instance API version when only 1.1 is supported
Laszlo Agocs
2022-08-16
1
-1
/
+1
*
vulkan: Port to VK_EXT_debug_utils
Laszlo Agocs
2022-08-10
7
-47
/
+196
*
Skip potentially costly features in QVulkanWindow
Laszlo Agocs
2022-08-04
1
-10
/
+19
*
Bump QVulkan(Device)Functions to Vulkan 1.3
Laszlo Agocs
2022-08-04
2
-1453
/
+7623
*
vulkan: Request an 1.3 instance if supported
Laszlo Agocs
2022-08-03
1
-9
/
+11
*
Doc: Add default value for seed param to all qHash overloads
Kai Köhne
2022-07-20
1
-2
/
+2
*
vulkan: Have a dummy format type if there is no Vulkan header
Laszlo Agocs
2022-06-27
1
-0
/
+1
*
Doc: Fix documentation for vulkan licenses
Kai Köhne
2022-05-30
2
-1
/
+65
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
14
-532
/
+28
*
Export the QVulkanInstancePrivate class
JiDe Zhang
2022-05-04
3
-28
/
+97
*
QtGui: includemocs
Marc Mutz
2022-04-29
1
-0
/
+2
*
Gui: Do not depend on transitive includes
Fabian Kosmale
2022-03-17
1
-0
/
+1
*
QVulkanWindow: fix QByteArray::count deprecation warning
Mårten Nordheim
2022-03-17
1
-1
/
+1
[next]