Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • mesa mesa
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,032
    • Issues 3,032
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 994
    • Merge requests 994
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MesaMesa
  • mesamesa
  • Merge requests
  • !1371

iris: Fix aux assertion in resource_get_handle

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Nanley Chery requested to merge nchery/mesa:wip/fix/display-ccs into master Jul 17, 2019
  • Overview 11
  • Commits 1
  • Pipelines 11
  • Changes 1

iris_resource_get_handle currently asserts that the resource has an aux state that is suitable for sharing. However, the caller of this function can pass a flag to specify that it will handle flushing/resolving the resource as needed for sharing. Take this flag into account when asserting the state of the aux buffer.

  • Fixes: 95589652 ("iris: Skip resolve if there's no context.")
  • Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=111150
  • Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=111162

/cc @rantogno

Edited Sep 03, 2020 by Nanley Chery
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: wip/fix/display-ccs