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

Do not allow jobs to fail

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • P2: Important
    • 5.11
    • 5.9.3, 5.10.0
    • Qt3D
    • None

    Description

      Currently, certain jobs such as FilterCompatibleTechniqueJob may fail if renderer is not running, the context is not initialized or for other reasons. This makes it hard or impossible to deduce if dirty flags can be unset for a given frame, because we don't know if the job actually ran or not.

      We should remove any such external dependency from jobs. It should be moved to where the job is launched, so that we simply don't launch the job if the job cannot be run.

      Attachments

        Issue Links

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

          Activity

            People

              dragly Svenn-Arne Dragly
              dragly Svenn-Arne Dragly
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes