Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
mesa
mesa
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 1,899
    • Issues 1,899
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 319
    • Merge Requests 319
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Packages
    • Packages
    • Container Registry
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Mesa
  • mesamesa
  • Merge Requests
  • !743

Merged
Opened Apr 27, 2019 by Lionel Landwerlin@llandwerlin
  • Report abuse
Report abuse

Revert "anv: limit URB reconfigurations when using blorp"

Revert "anv: limit URB reconfigurations when using blorp"

In commit 0d46e404 ("anv: limit URB reconfigurations when using blorp") we tried to limit the number of URB reconfiguration by checking if the last allocation is large enough to fit the blorp dispatch.

We used the last bound pipeline to compare the allocation. The problem with this is that the pipeline is bound but its commands might not have been emitted into the command buffer yet.

Let's just revert commit 0d46e404 since it didn't seem to yield any performance improvement.

Signed-off-by: Lionel Landwerlin lionel.g.landwerlin@intel.com

Edited Apr 27, 2019 by Lionel Landwerlin
  • Discussion 4
  • Commits 1
  • Pipelines 4
  • Changes 3
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
1
Labels
ANV
Assign labels
  • View project labels
Reference: mesa/mesa!743