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

Regression from 5.7.1: Race condition with texture updates

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P0: Blocker P0: Blocker
    • 5.8.0
    • 5.8.0 RC
    • Qt3D
    • 440589a0747d9668fec3ff924b390d75be5c6733

      When changing the texture assigned to a material's Parameter, there is a race condition between the load texture job (executing on a threadpool thread) setting the dirty flag on the corresponding GLTexture object, and the OpenGL submission thread clearing the dirty flag when processing textures.

      Patch coming up to fix this.

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

            seanharmer Sean Harmer
            seanharmer Sean Harmer
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes