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

Add function for loading QImage directly in openGL format

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Invalid
    • Icon: P2: Important P2: Important
    • Some future release
    • 4.4.0
    • GUI: OpenGL
    • None

      Loading many jpeg images for use as openGL textures is very slow when using QImage. First the QImage uses ARGB when the image data has no alpha channel, then the call to QGLWidget::convertToGLFormat is an extra step which is also slow.
      Adding a function for loading QImage directly in openGL friendly format and support RGB or LUMINANCE, if possible, would be very helpful.

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

            rodal Samuel Rødal
            admin Administrator
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes