Mesa (master): i965: Remove long dead structures for ffvertex_prog.c.
Eric Anholt
anholt at kemper.freedesktop.org
Fri Nov 13 16:05:00 PST 2009
Module: Mesa
Branch: master
Commit: b54f8eeae8e7f5c5b43cb17255fee70227713c9c
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b54f8eeae8e7f5c5b43cb17255fee70227713c9c
Author: Eric Anholt <eric at anholt.net>
Date: Thu Nov 12 17:48:55 2009 -0800
i965: Remove long dead structures for ffvertex_prog.c.
---
src/mesa/drivers/dri/i965/brw_context.h | 17 -----------------
1 files changed, 0 insertions(+), 17 deletions(-)
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h
index e01930a..2681913 100644
--- a/src/mesa/drivers/dri/i965/brw_context.h
+++ b/src/mesa/drivers/dri/i965/brw_context.h
@@ -412,23 +412,6 @@ struct brw_vertex_info {
GLuint sizes[ATTRIB_BIT_DWORDS * 2]; /* sizes:2[VERT_ATTRIB_MAX] */
};
-
-
-
-/* Cache for TNL programs.
- */
-struct brw_tnl_cache_item {
- GLuint hash;
- void *key;
- void *data;
- struct brw_tnl_cache_item *next;
-};
-
-struct brw_tnl_cache {
- struct brw_tnl_cache_item **items;
- GLuint size, n_items;
-};
-
struct brw_query_object {
struct gl_query_object Base;
More information about the mesa-commit
mailing list