aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.13' into tqtc/lts-5.15-ope...v5.15.13-lts-lgpl5.15Tarja Sundqvist2024-01-041-1/+3
|\
| * Revert "Fix "white line on top and left side of screen" issue"Morten Sørvig2023-03-011-11/+1
| * Fix "white line on top and left side of screen" issueMorten Sørvig2023-01-301-1/+11
| * Fix missing glyphs when using NativeRenderingEskil Abrahamsen Blomfeldt2022-12-201-1/+3
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.12' into tqtc/lts-5.15-ope...v5.15.12-lts-lgplTarja Sundqvist2023-10-112-1/+5
|\|
| * QSGGeometry: add Q_DISABLE_COPY_MOVEThiago Macieira2022-10-281-0/+1
| * Fix broken Text rendering when noantialiased NativeRendering is usedDominik Holland2022-10-111-1/+4
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.11' into tqtc/lts-5.15-ope...v5.15.11-lts-lgplTarja Sundqvist2023-06-095-71/+24
|\|
| * Fix fractional scaling of text in Qt QuickEskil Abrahamsen Blomfeldt2022-09-131-3/+6
| * Stop using the same buffer for vertex and index dataLaszlo Agocs2022-06-154-68/+18
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.10' into tqtc/lts-5.15-ope...v5.15.10-lts-lgplTarja Sundqvist2023-04-247-3/+11
|\|
| * Quick: includemocsMarc Mutz2022-05-064-0/+8
| * QSGRhiShaderEffectNode: remove unused m_rc memberMarc Mutz2022-05-062-2/+1
| * Avoid -Wclass-memaccess warningFabian Kosmale2022-05-031-1/+1
| * Set depth mask correctly for clearAntti Määttä2022-03-301-0/+1
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.9' into tqtc/lts-5.15-open...v5.15.9-lts-lgplTarja Sundqvist2023-03-2314-7/+22
|\|
| * QSGOpenGLDistanceFieldGlyphCache: fix UB (ordering of pointers not from the s...Marc Mutz2022-03-191-3/+3
| * QSGOpenGLDistanceFieldGlyphCache: fix multiplication result truncationMarc Mutz2022-03-191-1/+1
| * Fix crash with NativeRendering on RHIEskil Abrahamsen Blomfeldt2022-03-0812-0/+0
| * Fix indices alignment problemHatem ElKharashy2022-02-071-3/+18
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.8' into tqtc/lts-5.15-open...v5.15.8-lts-lgplTarja Sundqvist2022-11-1011-43/+64
|\|
| * Set OpenGL state after invoking custom renderingPaul Olav Tvete2021-12-031-5/+10
| * Fix missing glyphs when changing distance field parametersEskil Abrahamsen Blomfeldt2021-12-023-11/+11
| * Use resize instead of shrink when clearing upload poolsAntti Määttä2021-11-151-2/+2
| * sg: Drop internal pool allocs upon QQuickWindow::releaseResourcesLaszlo Agocs2021-11-021-0/+3
| * Fix distorted subpixel text for non-RHI code pathEskil Abrahamsen Blomfeldt2021-10-187-27/+40
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.7' into tqtc/lts-5.15-open...v5.15.7-lts-lgplTarja Sundqvist2022-09-1214-43/+69
|\|
| * Fix distorted text with subpixel matrix translationEskil Abrahamsen Blomfeldt2021-10-1313-40/+64
| * Ensure init of m_current_projection_matrix in single-clipped-item sceneShawn Rutledge2021-09-171-3/+5
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.6' into tqtc/lts-5.15-open...v5.15.6-lts-lgplTarja Sundqvist2022-08-163-15/+16
|\|
| * Sync shadereffect materialType cleanup between renderloopsLaszlo Agocs2021-08-023-15/+16
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.5' into tqtc/lts-5.15-open...v5.15.5-lts-lgplTarja Sundqvist2022-05-162-3/+7
|\|
| * Do full overlap checks within the alpha render list when rebuildingLaszlo Agocs2021-05-101-2/+4
| * Avoid stale QSGTexture pointer accessesRomain Pokrzywka2021-05-041-1/+3
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.4' into tqtc/lts-5.15-open...v5.15.4-lts-lgplTarja Sundqvist2022-04-071-2/+11
|\|
| * Do not batch lines with > 1 width in alpha passLaszlo Agocs2021-04-141-1/+5
| * Fix incorrect depth test state with QSGRenderNode::DepthAwareRenderingLaszlo Agocs2021-04-121-1/+6
* | Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-24173-3570/+3570
|/
* Update commercial license headersTarja Sundqvist2021-02-02173-3570/+3570
* Revert "Set the stencil buffer zone" and "Add clipNext null pointer guard"Laszlo Agocs2021-01-191-35/+9
* Move the sharegroup with the context to the render threadLaszlo Agocs2020-09-101-0/+2
* Doc: Capitalize "GUI" correctlySze Howe Koh2020-08-311-3/+3
* Force Batch Rebuild if SubtreeBlocked includes an opacity changeAndy Nichols2020-08-121-0/+5
* Add clipNext null pointer guardValery Volgutov2020-08-111-17/+19
* Fix crash when QSGTexture is deleted in rc->endSync()VaL Doroshchuk2020-08-091-1/+9
* Fix regression in antialiasing on outlined textEskil Abrahamsen Blomfeldt2020-08-0612-8/+12
* Set the stencil buffer zoneDH Kang2020-07-081-9/+33
* Fix outline for connected textEskil Abrahamsen Blomfeldt2020-06-1915-17/+49
* Speed up rendering huge static scenesEskil Abrahamsen Blomfeldt2020-06-162-1/+11
* Get rid of preprocess in QQuickTextEskil Abrahamsen Blomfeldt2020-06-156-6/+23