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
  • !17683

pvr: Implement vkCmdPipelineBarrier() - compute

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Karmjit Mahil requested to merge CreativeCylon/mesa:dev/Implement_vkCmdPipelineBarrier_compute into main Jul 21, 2022
  • Overview 10
  • Commits 4
  • Pipelines 12
  • Changes 11

This implements the compute related part of vkCmdPipelineBarrier(). Two more MRs will follow this to add the graphics related code and finally the sync stuff.

Note that this breaks the triangle demo upstream due to the missing idfwdf binary blob setup at device creation time. This will should eventually be fixed by the compiler generating it.

/cc @frankbinns , @rajnesh-kanwal

Signed-off-by: Karmjit Mahil Karmjit.Mahil@imgtec.com

Edited Jul 21, 2022 by Karmjit Mahil
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: dev/Implement_vkCmdPipelineBarrier_compute