fix potential bug when emitting elts with lots of components

This commit is contained in:
Roland Scheidegger 2005-10-13 00:33:46 +00:00
parent 96e1ccedec
commit 6ff023fe3a

View file

@ -651,7 +651,8 @@ struct r200_tcl_info {
GLint last_offset;
GLuint hw_primitive;
struct r200_dma_region *aos_components[8];
/* FIXME: what's the maximum number of components? */
struct r200_dma_region *aos_components[11];
GLuint nr_aos_components;
GLuint *Elts;