index
:
qt/qtdeclarative.git
5.10
5.11
5.12
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.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
/
qsgrhilayer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reuse depth-stencil buffer between layers like Qt 5 did
Laszlo Agocs
2025-05-02
1
-13
/
+9
*
Don't try to make layer textures larger than max size
Eskil Abrahamsen Blomfeldt
2025-02-18
1
-1
/
+10
*
Replace deprecated QImage::mirror(ed) with flip(ped)
Volker Hilsheimer
2024-12-02
1
-1
/
+1
*
Fix QSGRhiLayer::toImage() for non RGBA8 format
Allan Sandfeld Jensen
2023-02-21
1
-3
/
+6
*
Improve variable naming in QSGLayer implementation
Laszlo Agocs
2022-10-20
1
-31
/
+31
*
Remove the separate rt/rp/cb getters/setters in QSGRenderer
Laszlo Agocs
2022-08-04
1
-3
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
scenegraph: Remove beginNext[Rhi]Frame differentiation
Laszlo Agocs
2022-04-21
1
-3
/
+3
*
Port QQuickShaderEffectSource format to Qt 6
Laszlo Agocs
2022-03-18
1
-3
/
+23
*
Get rid of renderpass descriptor objects from the pipeline cache keys
Laszlo Agocs
2021-09-22
1
-6
/
+2
*
Do not create depth/stencil buffer when the env var says so
Laszlo Agocs
2020-08-16
1
-12
/
+29
*
Add type safe native texture accessors
Laszlo Agocs
2020-08-03
1
-1
/
+1
*
layer: Check for <1 not ==0 when bailing out due to no size
Laszlo Agocs
2020-07-06
1
-1
/
+1
*
Make it possible to specify device extensions in a future proof manner
Laszlo Agocs
2020-06-19
1
-3
/
+3
*
Move QSGRenderContext::RenderMode to QSGRendererInterface
Eskil Abrahamsen Blomfeldt
2020-06-11
1
-2
/
+2
*
Add perspective 3D plane render mode
Laszlo Agocs
2020-06-09
1
-1
/
+4
*
Remove OpenGL dependency from QSGTexture
Laszlo Agocs
2020-06-08
1
-11
/
+0
*
Follow QRhi create-destroy API update
Laszlo Agocs
2020-06-02
1
-8
/
+8
*
Adjust QSGTexture comparisonKey type
Laszlo Agocs
2020-05-27
1
-2
/
+2
*
Avoid stale renderpass references in ShaderManager's pipeline list
Laszlo Agocs
2020-05-07
1
-2
/
+6
*
Move updateRhiTexture and co. to QSGTexture
Laszlo Agocs
2020-04-28
1
-5
/
+4
*
Make comparisonKey() a pure virtual in QSGTexture
Laszlo Agocs
2020-04-16
1
-3
/
+2
*
Avoid initializing QFlags with 0 or nullptr
Allan Sandfeld Jensen
2019-11-22
1
-1
/
+1
*
Avoid changing function signature in public header
Laszlo Agocs
2019-09-18
1
-1
/
+4
*
Add the graphics api independent scenegraph port
Laszlo Agocs
2019-07-04
1
-0
/
+471