diff options
author | Patrice Mandin <[email protected]> | 2008-07-03 22:18:38 +0200 |
---|---|---|
committer | Patrice Mandin <[email protected]> | 2008-07-03 22:18:38 +0200 |
commit | f1d24c1d27255e4ff5ba451e6d58558f9ccdc801 (patch) | |
tree | 63b936bcc2a6943b546be66c24a2d75126ed0aa1 /src/gallium/drivers/nv30/nv30_context.h | |
parent | c66f376e271427799f777c39bc9221df7c961f77 (diff) |
nv30: Emit scissor state using state objects
Diffstat (limited to 'src/gallium/drivers/nv30/nv30_context.h')
-rw-r--r-- | src/gallium/drivers/nv30/nv30_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv30/nv30_context.h b/src/gallium/drivers/nv30/nv30_context.h index b8a26712a8b..2a48903e32a 100644 --- a/src/gallium/drivers/nv30/nv30_context.h +++ b/src/gallium/drivers/nv30/nv30_context.h @@ -211,6 +211,7 @@ extern boolean nv30_state_validate(struct nv30_context *nv30); extern void nv30_emit_hw_state(struct nv30_context *nv30); extern void nv30_state_tex_update(struct nv30_context *nv30); extern struct nv30_state_entry nv30_state_rasterizer; +extern struct nv30_state_entry nv30_state_scissor; extern struct nv30_state_entry nv30_state_blend; extern struct nv30_state_entry nv30_state_blend_colour; extern struct nv30_state_entry nv30_state_zsa; |