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

Implement tiled drawing in drawPixmap for the VG paint engine

    XMLWordPrintable

Details

    • 30dbb938701963c92fc911f59c72720741e556d1

    Description

      QVGPaintEngine::drawPixmap() will often fail with large pixmaps. This can happen due to lack of sufficient GPU memory or hitting size limitations (e.g. 2048x2048 on Symbian). There is a fall back to vgWritePixels which may help in certain simple cases (no alpha channel, simple matrix), but another fall back to a slow but reliable tiled drawing (create a small VGImage, upload, draw, upload, draw, ...) would be beneficial.

      Attachments

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

        Activity

          People

            agocs Laszlo Agocs (Inactive)
            agocs Laszlo Agocs (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes