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

Glyph Nodes use preprocess to prepare glyphs even though they do not need changes

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Fixed
    • Icon: P2: Important P2: Important
    • None
    • 5.1.0
    • Quick: SceneGraph
    • None

      For a large amount of glyph nodes, the time the renderer needs to spend in preprocessing nodes for no good reason is quite large. In the case of http://qt.gitorious.org/qtplayground/scenegraph/trees/master/benchmarks/extremetable We're spending up to 4ms in preprocess (measured using QSG_RENDER_TIMING=1).

      An alternative approach to preparing the glyphs should be taken. For instance, one manager object could be connected to QQuickWindow::beforeRendering() and it could prepare all "registered" glyphs at this time. That would greatly improve performance for text-heavy apps.

        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
            sletta Gunnar Sletta
            Votes:
            5 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes