diff options
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_context.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h index f32504c530a..0802e79add7 100644 --- a/src/gallium/drivers/r300/r300_context.h +++ b/src/gallium/drivers/r300/r300_context.h @@ -579,6 +579,9 @@ struct r300_context { void *dsa_decompress_zmask; struct u_vbuf *vbuf_mgr; + struct pipe_index_buffer swtcl_index_buffer; + struct pipe_vertex_buffer swtcl_vertex_buffer[PIPE_MAX_ATTRIBS]; + unsigned swtcl_nr_vertex_buffers; struct util_slab_mempool pool_transfers; |