diff options
author | Patrice Mandin <[email protected]> | 2008-07-03 21:48:18 +0200 |
---|---|---|
committer | Patrice Mandin <[email protected]> | 2008-07-03 21:48:18 +0200 |
commit | 360f7a3e239553fc0e1aff3b38c06c2e3d0a698c (patch) | |
tree | d4b4aafb667e2327754bddbd872df7d63ed9f570 /src/gallium/drivers/nv30/nv30_state.h | |
parent | c0e9eb3b095c9769d3deacf4ad4470bd155acdcd (diff) |
nv30: Emit rasterizer state using state objects
Diffstat (limited to 'src/gallium/drivers/nv30/nv30_state.h')
-rw-r--r-- | src/gallium/drivers/nv30/nv30_state.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/gallium/drivers/nv30/nv30_state.h b/src/gallium/drivers/nv30/nv30_state.h index 8489b7b7969..b33075aceb6 100644 --- a/src/gallium/drivers/nv30/nv30_state.h +++ b/src/gallium/drivers/nv30/nv30_state.h @@ -11,29 +11,6 @@ struct nv30_sampler_state { uint32_t bcol; }; -struct nv30_rasterizer_state { - uint32_t shade_model; - - uint32_t line_width; - uint32_t line_smooth_en; - uint32_t line_stipple_en; - uint32_t line_stipple; - - uint32_t point_size; - - uint32_t poly_smooth_en; - uint32_t poly_stipple_en; - - uint32_t poly_mode_front; - uint32_t poly_mode_back; - - uint32_t front_face; - uint32_t cull_face; - uint32_t cull_face_en; - - uint32_t point_sprite; -}; - struct nv30_vertex_program_exec { uint32_t data[4]; boolean has_branch_offset; |