mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
fix potential bug when emitting elts with lots of components
This commit is contained in:
parent
96e1ccedec
commit
6ff023fe3a
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue