summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_context.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2014-12-14 19:48:51 -0800
committerEric Anholt <eric@anholt.net>2014-12-14 23:12:11 -0800
commit5c9b8eace2b7e92899aae2cad131c0ca05b389e7 (patch)
treed38fc937c2c72e07cab15546f2ac1996980680c9 /src/gallium/drivers/vc4/vc4_context.h
parentc84306fdc2f2f1aefd7c526e92d66fafda5b306c (diff)
downloadexternal_mesa3d-5c9b8eace2b7e92899aae2cad131c0ca05b389e7.zip
external_mesa3d-5c9b8eace2b7e92899aae2cad131c0ca05b389e7.tar.gz
external_mesa3d-5c9b8eace2b7e92899aae2cad131c0ca05b389e7.tar.bz2
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.
Diffstat (limited to 'src/gallium/drivers/vc4/vc4_context.h')
-rw-r--r--src/gallium/drivers/vc4/vc4_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/vc4/vc4_context.h b/src/gallium/drivers/vc4/vc4_context.h
index 207a7b4..ba92cb3 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;