summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv30/nv30_context.h
diff options
context:
space:
mode:
authorPatrice Mandin <pmandin@caramail.com>2008-07-03 22:42:30 +0200
committerPatrice Mandin <pmandin@caramail.com>2008-07-03 22:42:30 +0200
commit568b477b9c118e5ace831b8ecf1811da1c0961cd (patch)
treef3ddb971f72ad30332766fc0bdc730e0ac888ca0 /src/gallium/drivers/nv30/nv30_context.h
parente7e231a5116aed9f1ca685a297032a3e3e6a2433 (diff)
nv30: Emit viewport 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 ed7b0759ad..0ad1dc6f91 100644
--- a/src/gallium/drivers/nv30/nv30_context.h
+++ b/src/gallium/drivers/nv30/nv30_context.h
@@ -215,6 +215,7 @@ extern struct nv30_state_entry nv30_state_stipple;
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_viewport;
extern struct nv30_state_entry nv30_state_framebuffer;
/* nv30_vbo.c */