diff options
author | Corbin Simpson <[email protected]> | 2010-01-19 17:56:12 -0800 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2010-01-19 18:15:17 -0800 |
commit | fcbd285e421903ee0a65f19f5d633b25b5923c24 (patch) | |
tree | de58bbd89564588b3bead6a7a6fdd0c7ebeecda8 /src/gallium/drivers/r300/r300_context.h | |
parent | 5e8240320ac39a3e8984054bc300743725312741 (diff) |
r300g: Make invariant state into an atom.
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 5e33dc042ac..ec8940f420d 100644 --- a/src/gallium/drivers/r300/r300_context.h +++ b/src/gallium/drivers/r300/r300_context.h @@ -313,6 +313,9 @@ struct r300_context { /* ZTOP state. */ struct r300_atom ztop_state; + /* Invariant state. This must be emitted to get the engine started. */ + struct r300_atom invariant_state; + /* Vertex buffers for Gallium. */ struct pipe_vertex_buffer vertex_buffer[PIPE_MAX_ATTRIBS]; int vertex_buffer_count; |