mesa: use pre_hashed version of search for the mesa hash table
authorTimothy Arceri <tarceri@itsqueeze.com>
Mon, 10 Apr 2017 12:21:37 +0000 (22:21 +1000)
committerTimothy Arceri <tarceri@itsqueeze.com>
Wed, 12 Apr 2017 02:00:35 +0000 (12:00 +1000)
commitc72170fb1fccbf5a9f538fa080bd76b9264b608f
treea66dfd84bdbec2ac68371d8ae5a862241a5e7e87
parentd0f381f865af47d6257e3449b7493b4b3b5c8fa1
mesa: use pre_hashed version of search for the mesa hash table

The key is just an unsigned int so there is never any real hashing
done.

Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/main/hash.c