Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
mesa
mesa
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2,375
    • Issues 2,375
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 655
    • Merge Requests 655
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Mesa
  • mesamesa
  • Merge Requests
  • !4152

Merged
Opened Mar 12, 2020 by Marek Olšák@marekoOwner

mesa, nir: out-of-order drawing for faster glBegin/End

  • Overview 16
  • Commits 4
  • Pipelines 22
  • Changes 21

There is a driconf option allow_draw_out_of_order to enable this.

The improvement is only 7% in Viewperf11/Catia/test1 after all the other optimizations were merged. It's still significant.

If glDraw* and glBegin/End are interleaved and the depth test allows us to draw out-of-order, flushing glBegin/End is postponed until the next state change.

Edited Mar 12, 2020 by Marek Olšák
Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: mesa/mesa!4152
Source branch: begin-end-out-of-order