Skip to content
GitLab
Projects Groups 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
    • Contributors
    • Graph
    • Compare
  • Issues 3,081
    • Issues 3,081
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 995
    • Merge requests 995
  • 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

Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.

  • MesaMesa
  • mesamesa
  • Merge requests
  • !15106

turnip: Implement VK_ARM_rasterization_order_attachment_access

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Danylo Piliaiev requested to merge Danil/mesa:feature/turnip/VK_ARM_rasterization_order_attachment_access into main Feb 21, 2022
  • Overview 13
  • Commits 4
  • Pipelines 10
  • Changes 7

Trivially implemented by using A6XX_GRAS_SC_CNTL_SINGLE_PRIM_MODE.

Depth/stencil feedback loops require late Z since with early Z we may read the value written by the current shader.

This extension is useful for emulators e.g. AetherSX2 PS2 emulator and could drastically improve performance when blending is emulated.

Relevant tests:

dEQP-VK.rasterization.rasterization_order_attachment_access.*

Also I forced gmem mode when feedback loops are present to increase the perf.

Edited Feb 21, 2022 by Danylo Piliaiev
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/turnip/VK_ARM_rasterization_order_attachment_access