Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-125403

Curve renderer: avoid re-triangulating when just changing gradient or fillTransform

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: P2: Important P2: Important
    • 6.8.0 FF, 6.8
    • None
    • Quick: Shapes
    • None
    • 2596c0d8f (dev)

      setFillGradient() and setFillTransform() sets FillDirty, since only addFillNodes() currently sets the gradient and xf on the nodes. But everything in the fill gradient and fill transform is in the uniform block, so it should be sufficient to just make sure it's passed through to the shader and updateUniforms() is called. 

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            qt.team.graphics.and.multimedia Qt Graphics Team
            vgt Eirik Aavitsland
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes