From 0907c639c8509cda4507b28c1399813a09a81c5e Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Sat, 2 Feb 2008 02:59:55 -0800 Subject: [965] Remove dead structure in brw_draw_upload.c. --- src/mesa/drivers/dri/i965/brw_draw_upload.c | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'src/mesa/drivers/dri/i965/brw_draw_upload.c') diff --git a/src/mesa/drivers/dri/i965/brw_draw_upload.c b/src/mesa/drivers/dri/i965/brw_draw_upload.c index a6581cbb85..19fb6be6e2 100644 --- a/src/mesa/drivers/dri/i965/brw_draw_upload.c +++ b/src/mesa/drivers/dri/i965/brw_draw_upload.c @@ -44,30 +44,6 @@ #include "intel_buffer_objects.h" #include "intel_tex.h" -struct brw_array_state { - union header_union header; - - struct { - union { - struct { - GLuint pitch:11; - GLuint pad:15; - GLuint access_type:1; - GLuint vb_index:5; - } bits; - GLuint dword; - } vb0; - - dri_bo *buffer; - GLuint offset; - - GLuint max_index; - GLuint instance_data_step_rate; - - } vb[BRW_VBP_MAX]; -}; - - static dri_bo *array_buffer( struct intel_context *intel, const struct gl_client_array *array ) { -- cgit v1.2.3