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

OptimizeRenderList Taking up to 30% of cycles in SW-Rendering, QRegion to blame

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • P3: Somewhat important
    • None
    • 5.15
    • Quick: 2D Renderer
    • Measured on Linux, SW-Renderer Backend
    • All

    Description

      When selecting the Software backend for rendering, QAbstractSoftwareRenderer::optimizeRenderList can take up to 30% of your rendering costs.

      See an attached Screenshot from a 5.13.2 build, filtered for runtime (scrolling), startup omitted in an undisclosed QML application.

      See how optimizeRenderList as well as renderNodes() suffers mainly from the QRegion ops
      {{QRegion::operator+=(const QRegion& ) }}
      and
      {{ QRegion::intersected(const QRect&) }}

      Attachments

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

        Activity

          People

            christoph.sterz Christoph Sterz
            christoph.sterz Christoph Sterz
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes