Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • mesa mesa
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 3.2k
    • Issues 3.2k
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1k
    • Merge requests 1k
  • 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
  • !1058

radv: Handle UNDEFINED format in image format list.

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Bas Nieuwenhuizen requested to merge bnieuwenhuizen/mesa:list-format-undefined into master Jun 08, 2019
  • Overview 1
  • Commits 1
  • Pipelines 3
  • Changes 1

Was watching a presentation on YT where this was used and it turns out it is not invalid.

The only case it is actually valid as format in the creation of an image or image view is with Android Hardware Buffers which have their format specified externally anyway.

So we can just ignore all entries with VK_FORMAT_UNDEFINED.

Edited Jun 08, 2019 by Bas Nieuwenhuizen
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: list-format-undefined