summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_context.h
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-10-17 20:05:23 -0700
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-10-17 20:05:23 -0700
commitce9ae4a483e7c85a9046a87005232aa09de782aa (patch)
tree228c867d5cbe7258a32f4868837380cbc96ea8bc /src/gallium/drivers/r300/r300_context.h
parent4a98d19d1b93651acd8f7f428151667e411ad718 (diff)
r300g: Fix u_hash_table rename.
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.h')
-rw-r--r--src/gallium/drivers/r300/r300_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h
index 2a62c67fc7..2d608d6afc 100644
--- a/src/gallium/drivers/r300/r300_context.h
+++ b/src/gallium/drivers/r300/r300_context.h
@@ -252,7 +252,7 @@ struct r300_context {
/* Shader hash table. Used to store vertex formatting information, which
* depends on the combination of both currently loaded shaders. */
- struct u_hash_table* shader_hash_table;
+ struct util_hash_table* shader_hash_table;
/* Vertex formatting information. */
struct r300_vertex_format* vertex_info;