diff options
author | Stephane Marchesin <[email protected]> | 2008-04-02 15:09:32 +0200 |
---|---|---|
committer | Stephane Marchesin <[email protected]> | 2008-04-02 15:09:32 +0200 |
commit | 8f26e975ca6341cb3366a18beb352b5cdcaee2bc (patch) | |
tree | fc0517094859ff4661563adb5810631ad2fded80 /src/gallium/drivers/nv10/nv10_state.h | |
parent | 81f34e222a4c434e7e5324ed589c76260025ab59 (diff) |
nv10: set rasterizer state.
Diffstat (limited to 'src/gallium/drivers/nv10/nv10_state.h')
-rw-r--r-- | src/gallium/drivers/nv10/nv10_state.h | 2 |
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 9bda8a7d6a3..3ca501d1356 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 { |