diff options
author | Kenneth Graunke <[email protected]> | 2017-03-22 17:29:39 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2017-04-10 14:31:45 -0700 |
commit | 2662894baa99d03003f4d676966e27fb240d7fb6 (patch) | |
tree | fb823c635c42cdeaf2a53dd04951129418351ba2 /scripts | |
parent | ad1b1cce44a04f68b9e294119e3dd92d996d1ffb (diff) |
i965/drm: Switch from uthash to Mesa's hash table.
No performance data has been gathered about this choice. I just don't
want that many hash tables. Chris points out that this is not
performance critical - we should not be recreating that many handles
from scratch. In the past we used a linear list, which became
unreasonable in stress tests that used hundreds of thousands of BOs.
In real usage, it shouldn't matter that much.
Reviewed-by: Chris Wilson <[email protected]>
Acked-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions