aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/util
Commit message (Expand)AuthorAgeFilesLines
* Avoid unnecessary copy and detach in QSGDefaultPainterNodeAllan Sandfeld Jensen5 days1-0/+2
* Doc: Fix Linking issuesTopi Reinio2025-05-201-2/+2
* Add 16-bit/32-bit floating point support for QSGPlainTextureKristoffer Skau2025-03-241-7/+55
* Re-enable Fbo mode in QQuickPaintedItem with OpenGL onlyLaszlo Agocs2024-10-152-21/+237
* sg: atlas: Prioritize ARGB32 formatsLaszlo Agocs2024-08-011-2/+17
* QtQuick: Straighten out some logging categoriesUlf Hermann2024-06-191-2/+3
* Add fillTransform property to ShapePathEirik Aavitsland2024-05-142-0/+115
* Curverenderer: Cleanups & optimizations of intersection solvingEirik Aavitsland2024-04-111-10/+7
* Curve renderer: Use a common QQuadPath iterator functionEirik Aavitsland2024-04-032-9/+11
* Fix assert for certain dashed strokes in curve rendererEirik Aavitsland2024-04-031-1/+1
* Curverenderer: Clean up and optimize QQuadPath utility classEirik Aavitsland2024-03-222-20/+20
* Export QQuadPath::Element for private APIMatthias Rauter2024-03-061-1/+1
* QSGTextNode: Use NVI to avoid repeating default argumentsEskil Abrahamsen Blomfeldt2024-02-292-24/+78
* Fix assert in curve renderer on arm64Eirik Aavitsland2024-02-231-1/+0
* Replace QSGTextNode::smooth with QSGTextNode::filteringEskil Abrahamsen Blomfeldt2024-02-152-8/+13
* Curve renderer: fix crash when path ends with moveToPaul Olav Tvete2024-02-081-0/+1
* Remove nested paths during intersection solvingMatthias Rauter2024-02-072-1/+18
* Remove empty override of destructor in QSGTextNodeEskil Abrahamsen Blomfeldt2024-02-012-2/+4
* Curverenderer: Simplify the workaround for 3 element pathsEirik Aavitsland2024-01-241-7/+0
* doc: Add a note about destruction of QSGTextNodeEskil Abrahamsen Blomfeldt2024-01-241-0/+9
* Preprocess paths in svgtoqmlPaul Olav Tvete2024-01-232-3/+7
* Curve renderer: Handle ambiguous pointsPaul Olav Tvete2024-01-181-0/+2
* Improve finding the fillside for horizontal linesMatthias Rauter2024-01-172-22/+28
* Use shape hints in the curve rendererPaul Olav Tvete2024-01-172-13/+66
* Add clear() function to QSGTextNode interfaceEskil Abrahamsen Blomfeldt2024-01-162-0/+15
* scenegraph: Add plumbing for enabling multiviewLaszlo Agocs2024-01-154-42/+53
* Add underlying types to new enum typesEskil Abrahamsen Blomfeldt2024-01-121-2/+2
* Change QSGTextNode::anchorColor to QSGTextNode::linkColorEskil Abrahamsen Blomfeldt2024-01-092-6/+6
* Remove the use of Q_QUICK_PRIVATE_EXPORTAlexey Edelev2024-01-098-12/+12
* Detect and remove self intersections of QQuadPathMatthias Rauter2024-01-072-4/+152
* Curve renderer: drop the control point magic for line elementsEirik Aavitsland2023-12-082-7/+16
* Introduce a CurveRendering backend for textEskil Abrahamsen Blomfeldt2023-11-116-1/+1263
* Doc: Fix undocumented parameters and broken linksTopi Reinio2023-09-151-7/+7
* Doc: Fix documentation warnings in Qt Qml and Quick docsTopi Reinio2023-09-151-1/+1
* Make text node scenegraph API publicEskil Abrahamsen Blomfeldt2023-09-012-0/+327
* sg: Fix dirty bit when changing mirror for QSGSimpleTextureNodeLaszlo Agocs2023-07-311-1/+1
* Adapt to the RHI API conceptLaszlo Agocs2023-05-223-3/+3
* QSGDefaultPainterNode: Skip fillRect for invalid fill colorMorten Sørvig2023-03-231-1/+2
* QSGDefaultPainterNode: Set format to RGBA8888_PremultipliedMorten Sørvig2023-02-271-1/+1
* Enable D3D12Laszlo Agocs2023-02-142-3/+4
* QtQuick: Fix warnings about fields anonymous namespacesFriedemann Kleint2023-02-031-8/+5
* Use SPDX license identifiersLucie Gérard2022-06-1135-1330/+70
* Allow specifies the native format on QSGPlainTextureJiDe Zhang2022-05-312-2/+13
* Quick: includemocsMarc Mutz2022-04-291-0/+2
* scenegraph: do not rely on transitive includesFabian Kosmale2022-03-111-0/+1
* Make sure all private headers include at least one otherThiago Macieira2022-03-102-0/+2
* Make atlas texture size calculation more robustLaszlo Agocs2022-02-241-2/+7
* Allow loading images from arbitrary QIODevice subclassesShawn Rutledge2022-02-171-0/+2
* Make atlasing of compressed textures opt-in againEirik Aavitsland2021-12-161-2/+2
* Don't dereference nullptr when updating materialsVolker Hilsheimer2021-12-081-0/+4