diff options
author | Marek Olšák <[email protected]> | 2010-06-25 02:55:14 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2010-06-27 15:13:12 +0200 |
commit | bb47d1c26fa000735bd06751ba00a98354c921b7 (patch) | |
tree | 0c27c5af97a2bd104d6d8b2688513e2841aa3072 /src/gallium/drivers/r300/r300_context.h | |
parent | 8959f48bce61dd92d23e91a2ca747f37dafd1301 (diff) |
r300g: turn invariant state into a command buffer
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_context.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h index dc96d21f318..cea3ab3418f 100644 --- a/src/gallium/drivers/r300/r300_context.h +++ b/src/gallium/drivers/r300/r300_context.h @@ -224,6 +224,10 @@ struct r300_vertex_stream_state { unsigned count; }; +struct r300_invariant_state { + uint32_t cb[22]; +}; + struct r300_vap_invariant_state { uint32_t cb[9]; }; |