OSDN Git Service

prog_hash_table: Convert compare funcs to match util/hash_table.h.
authorEric Anholt <eric@anholt.net>
Tue, 9 Aug 2016 07:02:44 +0000 (00:02 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 10 Aug 2016 19:27:22 +0000 (12:27 -0700)
commit91945f9e91e46aef79700015da032e16c355c96c
tree3f65b81165df633da570ccf1c27b898d00dcc262
parent60f1b436b96f39f05af28348f997b089558574e6
prog_hash_table: Convert compare funcs to match util/hash_table.h.

I'm going to replace this hash table with util/hash_table.h, and the first
step is to compare things the same way.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Timothy Arceri <timothy.arceri@collabora.com>
src/mesa/program/hash_table.h
src/mesa/program/prog_hash_table.c