Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • P piglit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 43
    • Issues 43
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 69
    • Merge requests 69
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MesaMesa
  • piglit
  • Merge requests
  • !126

glsl-es-3.10: regression checking for load_shared support on the nir scheduler

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Alejandro Piñeiro requested to merge apinheiro/piglit:apinheiro/load-shared-schedule into master Sep 04, 2019
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 1

Recently we added support for load_shared scheduling on nir_schedule. This needs to be done careful as it needs to take into account any store_shared done between the load_shared position and the new one.

This test was used to verify that the support was correct during development.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: apinheiro/load-shared-schedule