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,033
    • Issues 3,033
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 986
    • Merge requests 986
  • 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
  • !625

iris: Implement ARB_indirect_parameters

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Illia Iorin requested to merge GL/mesa:feature/369/indr_param_iris into master Apr 10, 2019
  • Overview 5
  • Commits 2
  • Pipelines 6
  • Changes 5

iris_draw_vbo is divided into two functions to remove unnecessary operations from the loop. This implementation of ARB_indirect_parameters takes into account NV_conditional_render by saving MI_PREDICATE_RESULT at the start of a draw call and restoring it at the end also the result of NV_conditional_render is taken into account when computing predicates that limit draw calls for ARB_indirect_parameters in a similar way to 1952fd8d in ANV.

Signed-off-by: Illia Iorin illia.iorin@globallogic.com

CC: @kwg

CI report: https://mesa-ci.01.org/global_logic_2/builds/9/group/63a9f0ea7bb98050796b649e85481845
All gen9_iris failed tests or fail on master or pass on my gen9 pc.

Edited May 11, 2019 by Illia Iorin
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/369/indr_param_iris