gallium: fix broken hashing for vertex translation
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 23 Apr 2008 16:29:52 +0000 (10:29 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 23 Apr 2008 16:29:52 +0000 (10:29 -0600)
commit333976c90aafa602816defef3e4cc4a418601a51
tree8c425dee7241cfa6d87fb3cb4e6a2a12de9c2652
parent43be7a4819ad342e1cb3f8e3fb966a8a78dc2c1b
gallium: fix broken hashing for vertex translation

It seems we get hash collisions fairly easily and the code as it was didn't
deal with that properly.

I think we need a simpler hashing interface...
src/gallium/auxiliary/draw/draw_pt_fetch.c