diff options
author | Patrice Mandin <[email protected]> | 2008-07-03 22:42:30 +0200 |
---|---|---|
committer | Patrice Mandin <[email protected]> | 2008-07-03 22:42:30 +0200 |
commit | 568b477b9c118e5ace831b8ecf1811da1c0961cd (patch) | |
tree | f3ddb971f72ad30332766fc0bdc730e0ac888ca0 /src/gallium/drivers/nv30/nv30_context.h | |
parent | e7e231a5116aed9f1ca685a297032a3e3e6a2433 (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.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 ed7b0759ad4..0ad1dc6f912 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 */ |