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

Implement texture-from-pixmap support via EGLImage

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 4.7.0
    • None
    • GUI: OpenGL
    • None
    • 75bb84ac0e6f17446d87a34ae8a644abff6009af

      texture-from-pixmap is currently implemented by calling eglCreatePixmapSurface for the X11 pixmap and passing that surface to eglBindTexImage to bind it as a texture. This works fine if the EGL_NOKIA_texture_from_pixmap extension is present. However, there's two problems: First, this is a Nokia-specific extension. Second, creating the EGLSurface for the pixmap is expensive. It is much cheaper to use the EGL_KHR_image_pixmap extension instead, which is also a Khronos extension and thus more widely supported.

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

            tcooksey Tom Cooksey
            tcooksey Tom Cooksey
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes