diff options
author | Kenneth Graunke <[email protected]> | 2016-11-23 12:24:22 -0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2016-11-23 16:57:29 -0800 |
commit | 5da84a7e120d1df848531c6e7eb60340ac4dc43c (patch) | |
tree | a4f4b57acfb825be3562c43f25732e0542babcd9 /src/gallium | |
parent | 903056e016e3ea52c2f493f8b0938b519ee40894 (diff) |
i965: Fix a mistake from porting the URB allocation code to arrays.
Commit 6d416bcd846a49414f210cd761789156c37a7b3e (i965: Use arrays in
Gen7+ URB code.) introduced a regression which caused us to fail to
allocate all of our URB space.
- total_wants -= ds_wants;
+ total_wants -= additional;
The new line should have been total_wants -= wants[i].
Fixes a large performance regression in TessMark.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=98815
Signed-off-by: Kenneth Graunke <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/gallium')
0 files changed, 0 insertions, 0 deletions