diff options
Diffstat (limited to 'src/mesa')
| -rw-r--r-- | src/mesa/drivers/dri/r300/r300_context.h | 13 | 
1 files changed, 0 insertions, 13 deletions
| diff --git a/src/mesa/drivers/dri/r300/r300_context.h b/src/mesa/drivers/dri/r300/r300_context.h index 07c3e37927..cc065bb04d 100644 --- a/src/mesa/drivers/dri/r300/r300_context.h +++ b/src/mesa/drivers/dri/r300/r300_context.h @@ -812,19 +812,6 @@ struct radeon_vertex_buffer {  	int lock_uptodate;  }; -struct r300_aos_rec { -	GLuint offset; -	int element_size;	/* in dwords */ -	int stride;		/* distance between elements, in dwords */ - -	int format; - -	int ncomponents;	/* number of components - between 1 and 4, inclusive */ - -	int reg;		/* which register they are assigned to. */ - -}; -  struct r300_state {  	struct r300_depthbuffer_state depth;  	struct r300_texture_state texture; | 
