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.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
/
qsgdefaultglyphnode_p.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
scenegraph: Add plumbing for enabling multiview
Laszlo Agocs
2024-01-15
1
-68
/
+67
*
Fix translucent NativeRendering text on transparent window
Eskil Abrahamsen Blomfeldt
2023-10-16
1
-1
/
+1
*
Fix memory leak when invalidating NativeRendering fonts
Eskil Abrahamsen Blomfeldt
2023-06-15
1
-0
/
+8
*
Match fontEngine glyph cache key to lifespan of owner
David Edmundson
2023-06-09
1
-1
/
+2
*
scenegraph: Remove dead code from Qt 5->6 porting time
Laszlo Agocs
2023-03-15
1
-39
/
+0
*
Fix missing glyphs when using NativeRendering
Eskil Abrahamsen Blomfeldt
2022-12-20
1
-1
/
+3
*
Fix fractional scaling of text in Qt Quick
Eskil Abrahamsen Blomfeldt
2022-07-12
1
-3
/
+7
*
Fix alpha with native text rendering
Laszlo Agocs
2022-06-16
1
-1
/
+2
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
Prevent glyph nodes from draining the update batch pool
Laszlo Agocs
2021-11-29
1
-1
/
+1
*
Fix distorted text with subpixel matrix translation
Eskil Abrahamsen Blomfeldt
2021-10-13
1
-17
/
+29
*
Fix compilation after subpixel handling changes in qtbase
Fabian Kosmale
2021-01-27
1
-2
/
+3
*
Fix a bunch of compiler warnings
Lars Knoll
2020-08-28
1
-0
/
+2
*
Clean up QT_CONFIG(opengl)
Paul Olav Tvete
2020-06-17
1
-1
/
+1
*
Anisotropic antialiasing for distance field text
Eskil Abrahamsen Blomfeldt
2020-06-15
1
-3
/
+6
*
Remove OpenGL dependency from QSGTextMaskMaterial & friends
Eirik Aavitsland
2020-06-10
1
-42
/
+7
*
Remove OpenGL dependency from QSGTexture
Laszlo Agocs
2020-06-08
1
-28
/
+12
*
Make QSGMaterialRhiShader become QSGMaterialShader
Laszlo Agocs
2020-06-02
1
-336
/
+15
*
Fix offset on native text rendering with high-dpi scaling
Eskil Abrahamsen Blomfeldt
2020-05-29
1
-3
/
+4
*
Fix subpixel positioned text with Text.NativeRendering
Eskil Abrahamsen Blomfeldt
2020-05-05
1
-5
/
+4
*
Move updateRhiTexture and co. to QSGTexture
Laszlo Agocs
2020-04-28
1
-2
/
+2
*
Fix device pixel ratio with QRhi for native text
Laszlo Agocs
2019-10-03
1
-5
/
+5
*
Change const ref to ref in QSGMaterialRhiShader as per API review
Laszlo Agocs
2019-09-23
1
-14
/
+14
*
Avoid introducing rhiTexture() in the public API of QSGTexture
Laszlo Agocs
2019-08-29
1
-1
/
+3
*
Re-enable colors with both gl and rhi glyph caches
Laszlo Agocs
2019-07-31
1
-4
/
+4
*
Merge remote-tracking branch 'origin/5.13' into dev
Liang Qi
2019-07-26
1
-6
/
+25
|
\
|
*
Support text color for color fonts
Eskil Abrahamsen Blomfeldt
2019-07-19
1
-5
/
+25
*
|
Add the graphics api independent scenegraph port
Laszlo Agocs
2019-07-04
1
-73
/
+417
|
/
*
Fix non-integer scale factors with Text native rendering
David Edmundson
2018-03-13
1
-2
/
+2
*
use nullptr consistently (clang-tidy)
Shawn Rutledge
2018-02-26
1
-15
/
+15
*
Replace Q_NULLPTR with nullptr
Kevin Funk
2017-09-27
1
-1
/
+1
*
Replace Q_DECL_OVERRIDE with override
Kevin Funk
2017-09-25
1
-1
/
+1
*
sources: Add missing override and remove redundant virtual
Alexander Volkov
2017-02-23
1
-10
/
+10
*
Merge remote-tracking branch 'origin/5.7' into 5.8
v5.8.0-beta1
Liang Qi
2016-10-27
1
-1
/
+2
|
\
|
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-10-27
1
-1
/
+2
|
|
\
|
|
*
Check qgl_current_fbo_invalid before using qgl_current_fbo
Alexandru Croitor
2016-10-13
1
-1
/
+2
*
|
|
Merge remote-tracking branch 'origin/5.7' into 5.8
Simon Hausmann
2016-08-26
1
-3
/
+20
|
\
|
|
|
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Simon Hausmann
2016-08-25
1
-3
/
+20
|
|
\
|
|
|
*
macOS: Check if sRGB is supported before activating the shader
Sérgio Martins
2016-08-24
1
-3
/
+20
*
|
|
Merge remote-tracking branch 'origin/dev' into wip/scenegraphng
Laszlo Agocs
2016-04-13
1
-9
/
+9
|
\
|
|
|
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-04-08
1
-9
/
+9
|
|
\
|
|
|
*
Move Qt Quick scenegraph resources under the :/qt-project.org/ directory
Giuseppe D'Angelo
2016-04-01
1
-9
/
+9
*
|
|
Enable building Qt Quick module with QT_NO_OPENGL defined
Andy Nichols
2016-03-22
1
-1
/
+2
*
|
|
Revert "Build (and fail) Quick with -no-opengl"
Laszlo Agocs
2016-02-12
1
-3
/
+0
*
|
|
Build (and fail) Quick with -no-opengl
Laszlo Agocs
2016-02-05
1
-0
/
+3
|
/
/
*
/
Updated license headers
Jani Heikkinen
2016-01-19
1
-14
/
+20
|
/
*
Avoid crashing when not having a screen for the context
Laszlo Agocs
2015-09-08
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.5' into dev
Liang Qi
2015-06-30
1
-6
/
+43
|
\
|
*
Support 32-bit color bitmap glyphs in native text rendering.
Eli Fidler
2015-06-23
1
-6
/
+43
*
|
Add missing QVector::reserve() calls
Sérgio Martins
2015-06-05
1
-1
/
+3
[next]