index
:
qt/qtdeclarative.git
5.10
5.11
5.12
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.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
r2d-5.5
r2d-5.6
r2d-5.6.0
r2d-dev
wip/animation-refactor
wip/cmake
wip/dbus
wip/figmastyle
wip/gc
wip/iosstyle
wip/itemviews
wip/material3
wip/nacl
wip/nativemenus
wip/new-backend
wip/pointerhandler
wip/propertycache-refactor
wip/qquickdeliveryagent
wip/qtquickcontrols2
wip/scenegraphng
wip/statemachine
wip/textng
wip/tizen
wip/visuallistmodel
wip/webassembly
Qt Declarative (Quick 2)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
quick
/
scenegraph
/
qsgrhisupport.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
sg: Fix dpr when grabbing a not-yet-shown QQuickWindow
Laszlo Agocs
2025-06-02
1
-1
/
+5
*
Add QRhiAdapter support for QQuickGraphicsDevice
Laszlo Agocs
2025-03-03
1
-8
/
+10
*
Replace deprecated QImage::mirror(ed) with flip(ped)
Volker Hilsheimer
2024-12-02
1
-1
/
+1
*
rhi: Skip using lockfile for cache when using QSaveFile
David Edmundson
2024-10-04
1
-4
/
+8
*
Fix test compilation issues with QtLite configuration
Jari Helaakoski
2024-04-30
1
-0
/
+2
*
Use new Qt configure feature for Metal
Tor Arne Vestbø
2024-03-25
1
-7
/
+7
*
Fall back to retrying with "software" when swapchain fails
Laszlo Agocs
2024-02-29
1
-6
/
+20
*
Optimize QQuickRt behavior with implicitly created buffers
Laszlo Agocs
2024-02-22
1
-1
/
+1
*
sg: Allow adopting foreign textures with GL_SRGB8_ALPHA8
Laszlo Agocs
2024-02-05
1
-3
/
+17
*
Allow enabling HDR per window via a private property
Tor Arne Vestbø
2023-12-06
1
-0
/
+3
*
Request suppressing D3D11 smoke test failures
Laszlo Agocs
2023-11-24
1
-0
/
+1
*
sg: Allow requesting linear ext. display p3 via the internal env.var
Laszlo Agocs
2023-08-28
1
-0
/
+5
*
Remove undocumented HDR mode getter/setter from QQuickGr.Conf
Laszlo Agocs
2023-08-25
1
-6
/
+0
*
Remove "is" prefix from isTimestampsEnabled
Laszlo Agocs
2023-08-23
1
-1
/
+1
*
Sanitize QSG_RHI_HDR handling
Laszlo Agocs
2023-05-31
1
-17
/
+25
*
Hook up GPU frame timing to QQuickGraphicsConfig and the logs
Laszlo Agocs
2023-04-25
1
-1
/
+6
*
Expose Vulkan queue indices from QSGRendererInterface
Laszlo Agocs
2023-03-21
1
-0
/
+4
*
rhi: Prevent pipeline cache warning appearing again and again
Laszlo Agocs
2023-02-21
1
-1
/
+11
*
Remove undocumented QSG_RHI_SIMULATE_DEVICE_LOSS env.var
Laszlo Agocs
2023-02-21
1
-8
/
+0
*
Enable D3D12
Laszlo Agocs
2023-02-14
1
-12
/
+61
*
Purge the internal renderSceneGraph function argument list
Laszlo Agocs
2022-12-12
1
-2
/
+2
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-07
1
-1
/
+1
*
sg: Limit automatic pipeline cache writes
Laszlo Agocs
2022-09-22
1
-22
/
+48
*
Make the pipeline cache real and move some settings to QGraphicsConfig
Laszlo Agocs
2022-09-16
1
-67
/
+146
*
sg: Prevent not supported format warnings when wrapping external textures
Laszlo Agocs
2022-08-03
1
-0
/
+3
*
sg: Print total time spent on pipeline setup when info is enabled
Laszlo Agocs
2022-07-11
1
-0
/
+2
*
sg: Use rhi convenience to remove duplicated api name getters
Laszlo Agocs
2022-07-08
1
-14
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
Remove unused constant definitions for GL texture import
Laszlo Agocs
2022-06-01
1
-252
/
+0
*
scenegraph: Use a lock file when saving/loading pipeline cache
Laszlo Agocs
2022-06-01
1
-12
/
+33
*
Allow specifies the native format on QSGPlainTexture
JiDe Zhang
2022-05-31
1
-0
/
+25
*
Allow specifies the native texture format on QQuickRenderTarget
JiDe Zhang
2022-05-31
1
-0
/
+720
*
d3d: Retry with a DXGI_ADAPTER_FLAG_SOFTWARE adapter if failed
Laszlo Agocs
2022-04-26
1
-0
/
+6
*
sg: Remove internal rhiEnabled flag with the default backend
Laszlo Agocs
2022-04-21
1
-32
/
+14
*
Use the QSurface for QSGRhiSupport::createRhi
JiDe Zhang
2022-04-19
1
-1
/
+1
*
Make QQuickWidget QRhi-based
Laszlo Agocs
2022-03-18
1
-2
/
+7
*
Fix deprecated uses of QScopedPointer
Mårten Nordheim
2022-03-10
1
-2
/
+4
*
Use the helper in gui to create the Vulkan instance
Laszlo Agocs
2022-02-25
1
-67
/
+13
*
scenegraph: Use lightweight probing for Metal
Laszlo Agocs
2022-02-12
1
-8
/
+1
*
scenegraph: Print the HDR limits we get in the info logs
Laszlo Agocs
2022-01-13
1
-3
/
+5
*
scenegraph: Allow requesting a HDR swapchain
Laszlo Agocs
2022-01-13
1
-0
/
+43
*
scenegraph: Remove the experimental rhi profiler integration
Laszlo Agocs
2022-01-04
1
-58
/
+0
*
Fix build issue with createRhi
Jaeyoon Jung
2021-12-07
1
-5
/
+7
*
Make it possible to adopt an existing QRhi via QQuickGraphicsDevice
Laszlo Agocs
2021-08-31
1
-34
/
+37
*
Use VK_LAYER_KHRONOS_validation when the debug layer is requested
Laszlo Agocs
2021-05-28
1
-14
/
+4
*
Enable Vulkan 1.1 and 1.2 API in Qt Quick apps
Laszlo Agocs
2021-05-28
1
-0
/
+25
*
QQuickWindow::grab for protected content
Elvis Lee
2021-05-03
1
-0
/
+107
*
Warn when requesting GL/Vulkan but Qt is not configured for those
Laszlo Agocs
2021-03-26
1
-0
/
+5
*
Clean up QSGRhiSupport wrt static functions
Laszlo Agocs
2021-03-19
1
-14
/
+12
*
Remove Windows 7 VM workaround from rhi init
Laszlo Agocs
2021-02-19
1
-11
/
+1
[next]