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,037
    • Issues 3,037
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 985
    • Merge requests 985
  • 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
  • !1173

AMD Navi

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Marek Olšák requested to merge mareko/mesa:navi10 into master Jun 25, 2019
  • Overview 11
  • Commits 141
  • Pipelines 3
  • Changes 90

This is initial Navi10 support.

Major deltas from the driver point of view:

  • The GS stage is used instead of VS. GS is now a merged ES-GS-VS and is more efficient. In this mode, API shaders VS, TES, and GS are said to be compiled as NGG.
  • Transform feedback is completely emulated with the help of GDS ordered atomics. Transform feedback queries have to be emulated too. (it might still be faster than the previous hw)

It works pretty well, but more improvements will be made.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: navi10