diff options
author | Marek Olšák <[email protected]> | 2010-12-28 04:52:36 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2010-12-28 04:52:36 +0100 |
commit | 33e0b726e8837a3456e224d169170ead25ee2fc5 (patch) | |
tree | 84dcf011be947867e204a331080a054330f53b70 /src/gallium/drivers/r300/r300_screen_buffer.c | |
parent | d9b84017e0000b4740bf3318f54a3a5e31858f4f (diff) |
r300g: rename aos to vertex arrays
Diffstat (limited to 'src/gallium/drivers/r300/r300_screen_buffer.c')
-rw-r--r-- | src/gallium/drivers/r300/r300_screen_buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_screen_buffer.c b/src/gallium/drivers/r300/r300_screen_buffer.c index 93f9b4f59b7..f96998195af 100644 --- a/src/gallium/drivers/r300/r300_screen_buffer.c +++ b/src/gallium/drivers/r300/r300_screen_buffer.c @@ -90,7 +90,7 @@ void r300_upload_user_buffers(struct r300_context *r300) &vb->buffer_offset, &vb->buffer); r300->validate_buffers = TRUE; - r300->aos_dirty = TRUE; + r300->vertex_arrays_dirty = TRUE; } } } |