From 5c9b8eace2b7e92899aae2cad131c0ca05b389e7 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Sun, 14 Dec 2014 19:48:51 -0800 Subject: vc4: Switch to using the util/ hash table. No performance difference on a microbenchmark with norast that should hit it enough to have mattered, n=220. --- src/gallium/drivers/vc4/vc4_context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/drivers/vc4/vc4_context.h') diff --git a/src/gallium/drivers/vc4/vc4_context.h b/src/gallium/drivers/vc4/vc4_context.h index 207a7b4e672..ba92cb36965 100644 --- a/src/gallium/drivers/vc4/vc4_context.h +++ b/src/gallium/drivers/vc4/vc4_context.h @@ -209,7 +209,7 @@ struct vc4_context { struct primconvert_context *primconvert; - struct util_hash_table *fs_cache, *vs_cache; + struct hash_table *fs_cache, *vs_cache; uint32_t next_uncompiled_program_id; uint64_t next_compiled_program_id; -- cgit v1.2.3