i965: Remove long dead structures for ffvertex_prog.c.

This commit is contained in:
Eric Anholt 2009-11-12 17:48:55 -08:00
parent ded0ec1ea5
commit b54f8eeae8
1 changed files with 0 additions and 17 deletions

View File

@ -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;