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,060
    • Issues 3,060
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 997
    • Merge requests 997
  • 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
  • !814

lima: improve unsupported intrinsics handling

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Erico Nunes requested to merge enunes/mesa:lima-unsupported-intrinsics into master May 05, 2019
  • Overview 2
  • Commits 2
  • Pipelines 2
  • Changes 2

Currently ppir continues compilation when there is an unsupported intrinsic, resulting in a shader that will surely not work as intended.

This is a problem during piglit runs as some tests don't compile properly due to this but actually still get submitted to the gpu and leave the system in an unstable state after executing, causing further tests to fail.

Also add a patch print names of unsupported intrinsics to help debugging and bug reporting like we do for nir_op.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: lima-unsupported-intrinsics