forked from notaz/mesa
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
radv: Use a double jump to limit nops in DGC for dynamic sequence count.
Some RGP data showing that a large amount of NOPs might be a performance concern. Some data from a Granite demo repurposed as benchmark: - with max_count = 16, actual draw count 1-4, the new path is ~5% slower - with max_count = 2048, actual draw count 1-4, the new path is >2x as fast. - with max_count = 16384, actual draw count 1-4, the new path is >7x as fast. Due to the new path being slower in e.g. small cmdbuffers I added a heuristic.
- Loading branch information
1 parent
e1f29b0
commit 85a01d8
Showing
1 changed file
with
112 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters