i965: Remove dead vertex buffer structs.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 19 Apr 2011 22:33:15 +0000 (15:33 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 20 Apr 2011 23:43:52 +0000 (16:43 -0700)
We do this OUT_BATCH-style in brw_draw_upload.c.

src/mesa/drivers/dri/i965/brw_structs.h

index 89b1ee4..8d4797f 100644 (file)
@@ -1228,31 +1228,6 @@ struct brw_surface_state
 };
 
 
-
-struct brw_vertex_buffer_state
-{
-   struct {
-      GLuint pitch:11; 
-      GLuint pad:15;
-      GLuint access_type:1; 
-      GLuint vb_index:5; 
-   } vb0;
-   
-   GLuint start_addr; 
-   GLuint max_index;   
-#if 1
-   GLuint instance_data_step_rate; /* not included for sequential/random vertices? */
-#endif
-};
-
-#define BRW_VBP_MAX 17
-
-struct brw_vb_array_state {
-   struct header header;
-   struct brw_vertex_buffer_state vb[BRW_VBP_MAX];
-};
-
-
 struct brw_vertex_element_state
 {
    struct