summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv30/nv30_context.h
diff options
context:
space:
mode:
authorPatrice Mandin <pmandin@caramail.com>2008-07-03 22:10:53 +0200
committerPatrice Mandin <pmandin@caramail.com>2008-07-03 22:10:53 +0200
commitc66f376e271427799f777c39bc9221df7c961f77 (patch)
treea34df0bcf6c9b75013ab70314756d4e4c428c134 /src/gallium/drivers/nv30/nv30_context.h
parent360f7a3e239553fc0e1aff3b38c06c2e3d0a698c (diff)
nv30: Emit depth/stencil/alpha state using state objects
Diffstat (limited to 'src/gallium/drivers/nv30/nv30_context.h')
-rw-r--r--src/gallium/drivers/nv30/nv30_context.h1
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 692d8dd523..b8a26712a8 100644
--- a/src/gallium/drivers/nv30/nv30_context.h
+++ b/src/gallium/drivers/nv30/nv30_context.h
@@ -213,6 +213,7 @@ 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_blend;
extern struct nv30_state_entry nv30_state_blend_colour;
+extern struct nv30_state_entry nv30_state_zsa;
extern struct nv30_state_entry nv30_state_framebuffer;
/* nv30_vbo.c */