aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgdefaultglyphnode_p.cpp
Commit message (Expand)AuthorAgeFilesLines
* scenegraph: Add plumbing for enabling multiviewLaszlo Agocs2024-01-151-68/+67
* Fix translucent NativeRendering text on transparent windowEskil Abrahamsen Blomfeldt2023-10-161-1/+1
* Fix memory leak when invalidating NativeRendering fontsEskil Abrahamsen Blomfeldt2023-06-151-0/+8
* Match fontEngine glyph cache key to lifespan of ownerDavid Edmundson2023-06-091-1/+2
* scenegraph: Remove dead code from Qt 5->6 porting timeLaszlo Agocs2023-03-151-39/+0
* Fix missing glyphs when using NativeRenderingEskil Abrahamsen Blomfeldt2022-12-201-1/+3
* Fix fractional scaling of text in Qt QuickEskil Abrahamsen Blomfeldt2022-07-121-3/+7
* Fix alpha with native text renderingLaszlo Agocs2022-06-161-1/+2
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* Prevent glyph nodes from draining the update batch poolLaszlo Agocs2021-11-291-1/+1
* Fix distorted text with subpixel matrix translationEskil Abrahamsen Blomfeldt2021-10-131-17/+29
* Fix compilation after subpixel handling changes in qtbaseFabian Kosmale2021-01-271-2/+3
* Fix a bunch of compiler warningsLars Knoll2020-08-281-0/+2
* Clean up QT_CONFIG(opengl)Paul Olav Tvete2020-06-171-1/+1
* Anisotropic antialiasing for distance field textEskil Abrahamsen Blomfeldt2020-06-151-3/+6
* Remove OpenGL dependency from QSGTextMaskMaterial & friendsEirik Aavitsland2020-06-101-42/+7
* Remove OpenGL dependency from QSGTextureLaszlo Agocs2020-06-081-28/+12
* Make QSGMaterialRhiShader become QSGMaterialShaderLaszlo Agocs2020-06-021-336/+15
* Fix offset on native text rendering with high-dpi scalingEskil Abrahamsen Blomfeldt2020-05-291-3/+4
* Fix subpixel positioned text with Text.NativeRenderingEskil Abrahamsen Blomfeldt2020-05-051-5/+4
* Move updateRhiTexture and co. to QSGTextureLaszlo Agocs2020-04-281-2/+2
* Fix device pixel ratio with QRhi for native textLaszlo Agocs2019-10-031-5/+5
* Change const ref to ref in QSGMaterialRhiShader as per API reviewLaszlo Agocs2019-09-231-14/+14
* Avoid introducing rhiTexture() in the public API of QSGTextureLaszlo Agocs2019-08-291-1/+3
* Re-enable colors with both gl and rhi glyph cachesLaszlo Agocs2019-07-311-4/+4
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-261-6/+25
|\
| * Support text color for color fontsEskil Abrahamsen Blomfeldt2019-07-191-5/+25
* | Add the graphics api independent scenegraph portLaszlo Agocs2019-07-041-73/+417
|/
* Fix non-integer scale factors with Text native renderingDavid Edmundson2018-03-131-2/+2
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-15/+15
* Replace Q_NULLPTR with nullptrKevin Funk2017-09-271-1/+1
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-1/+1
* sources: Add missing override and remove redundant virtualAlexander Volkov2017-02-231-10/+10
* Merge remote-tracking branch 'origin/5.7' into 5.8v5.8.0-beta1Liang Qi2016-10-271-1/+2
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-271-1/+2
| |\
| | * Check qgl_current_fbo_invalid before using qgl_current_fboAlexandru Croitor2016-10-131-1/+2
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Simon Hausmann2016-08-261-3/+20
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-08-251-3/+20
| |\|
| | * macOS: Check if sRGB is supported before activating the shaderSérgio Martins2016-08-241-3/+20
* | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-04-131-9/+9
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-081-9/+9
| |\|
| | * Move Qt Quick scenegraph resources under the :/qt-project.org/ directoryGiuseppe D'Angelo2016-04-011-9/+9
* | | Enable building Qt Quick module with QT_NO_OPENGL definedAndy Nichols2016-03-221-1/+2
* | | Revert "Build (and fail) Quick with -no-opengl"Laszlo Agocs2016-02-121-3/+0
* | | Build (and fail) Quick with -no-openglLaszlo Agocs2016-02-051-0/+3
|/ /
* / Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Avoid crashing when not having a screen for the contextLaszlo Agocs2015-09-081-1/+1
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-301-6/+43
|\
| * Support 32-bit color bitmap glyphs in native text rendering.Eli Fidler2015-06-231-6/+43
* | Add missing QVector::reserve() callsSérgio Martins2015-06-051-1/+3