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

Add function for loading QImage directly in openGL format

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes