summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv10/nv10_state.h
diff options
context:
space:
mode:
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>2008-04-02 15:09:32 +0200
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>2008-04-02 15:09:32 +0200
commit8f26e975ca6341cb3366a18beb352b5cdcaee2bc (patch)
treefc0517094859ff4661563adb5810631ad2fded80 /src/gallium/drivers/nv10/nv10_state.h
parent81f34e222a4c434e7e5324ed589c76260025ab59 (diff)
nv10: set rasterizer state.
Diffstat (limited to 'src/gallium/drivers/nv10/nv10_state.h')
-rw-r--r--src/gallium/drivers/nv10/nv10_state.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv10/nv10_state.h b/src/gallium/drivers/nv10/nv10_state.h
index 9bda8a7d6a..3ca501d135 100644
--- a/src/gallium/drivers/nv10/nv10_state.h
+++ b/src/gallium/drivers/nv10/nv10_state.h
@@ -39,6 +39,8 @@ struct nv10_rasterizer_state {
uint32_t cull_face_en;
uint32_t point_sprite;
+
+ const struct pipe_rasterizer_state *templ;
};
struct nv10_vertex_program_exec {