aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickshapes/qquickshapecurverenderer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add trimming functionality to ShapePathEirik Aavitsland2025-03-241-7/+0
* QuickShapes: Handle removals of ShapePaths correctlyEirik Aavitsland2025-01-311-0/+10
* QSGCurveProcessor: Replace bool isLine with TriangleFlagsShawn Rutledge2024-12-051-3/+3
* Curve renderer: Avoid keeping unneeded QuadPath objectEirik Aavitsland2024-10-141-22/+17
* Curve renderer: Avoid losing updates during async processingEirik Aavitsland2024-09-271-28/+39
* Curve renderer: Fix crash when root node is replacedEirik Aavitsland2024-09-041-0/+9
* Curve renderer: cleanup and optimize fill node computationEirik Aavitsland2024-08-161-35/+42
* Curve renderer: fix crash in wireframe debug visualizationEirik Aavitsland2024-08-081-0/+3
* Avoid leaking nodes in when curve renderer is destroyedEirik Aavitsland2024-08-081-3/+17
* Tweak curve renderer codeKaj Grönholm2024-07-151-6/+3
* Curve renderer: avoid unnecessary re-triangulationEirik Aavitsland2024-05-311-34/+20
* Texture fill for shapesEskil Abrahamsen Blomfeldt2024-05-271-3/+43
* Add fillTransform property to ShapePathEirik Aavitsland2024-05-141-0/+8
* Add optimizations and simplifications for curve renderer fillEirik Aavitsland2024-02-241-0/+3
* Add performance benchmark test for curve rendererEirik Aavitsland2024-02-241-5/+11
* Curve renderer: Optimize overlap handlingPaul Olav Tvete2024-01-231-3/+1
* Use shape hints in the curve rendererPaul Olav Tvete2024-01-171-3/+8
* scenegraph: Add plumbing for enabling multiviewLaszlo Agocs2024-01-151-10/+12
* Fix z-ordering of curve renderer strokeEirik Aavitsland2024-01-081-9/+6
* Detect and remove self intersections of QQuadPathMatthias Rauter2024-01-071-0/+3
* Maintain z order of shapepaths during update in CurveRendererEirik Aavitsland2023-11-291-7/+31
* Implement async mode for QuickShapes curve renderer backendEirik Aavitsland2023-11-161-78/+171
* Introduce a CurveRendering backend for textEskil Abrahamsen Blomfeldt2023-11-111-1117/+78
* Harden curve node polymorphyEskil Abrahamsen Blomfeldt2023-10-051-15/+15
* Curve renderer: quick fix for unsafe static_castPaul Olav Tvete2023-10-041-2/+7
* Use categorized logging for debug messages from curve rendererEirik Aavitsland2023-08-281-2/+2
* Curve renderer: reduce size of external trianglesPaul Olav Tvete2023-08-251-40/+37
* Further Qt Quick Shapes curve renderer improvementsPaul Olav Tvete2023-08-181-914/+402
* Improve Qt Quick Shapes curve renderer strokesEskil Abrahamsen Blomfeldt2023-07-141-1211/+657
* Improvements to curve rendererEskil Abrahamsen Blomfeldt2023-06-221-222/+1147
* Code cleanup for the curve rendererPaul Olav Tvete2023-05-301-37/+4
* Introduce hardware accelerated curve renderer for ShapesEskil Abrahamsen Blomfeldt2023-05-261-0/+1828