i965: Remove long dead structures for ffvertex_prog.c.
authorEric Anholt <eric@anholt.net>
Fri, 13 Nov 2009 01:48:55 +0000 (17:48 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 13 Nov 2009 21:18:57 +0000 (13:18 -0800)
src/mesa/drivers/dri/i965/brw_context.h

index e01930a4a0a1cdb0228053a32511bc3205718dc8..2681913a90406abb10e4157e10e47cbf32831a81 100644 (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;