glsl: replace old hash table with new and faster one
authorAlejandro SeguĂ­ <alesegdia@gmail.com>
Mon, 3 Aug 2015 00:15:20 +0000 (02:15 +0200)
committerTimothy Arceri <t_arceri@yahoo.com.au>
Tue, 4 Aug 2015 02:31:05 +0000 (12:31 +1000)
commite23cbaadaac0c67a72b10e3dd14b75abc19ab3c5
tree0a1561c9d2e7b31a97c035c3319c1d386e1ec936
parent7ac946e546bba440f87ce95ef022745201744f9c
glsl: replace old hash table with new and faster one

The util/hash_table was intended to be a fast hash table
replacement for the program/hash_table see 35fd61bd99c1 and
72e55bb6888ff.

Reviewed-by: Timothy Arceri <t_arceri@yahoo.com.au>
src/glsl/ir_print_visitor.cpp