diff options
author | Michal Krol <[email protected]> | 2010-02-22 21:36:22 +0100 |
---|---|---|
committer | Michal Krol <[email protected]> | 2010-02-22 21:36:22 +0100 |
commit | 63cb6f59eac91ba34cf80ff3736568e40b094fe1 (patch) | |
tree | a5172db4e43c41654ed038079b745ca67474ddd8 /src/gallium/auxiliary/util/u_dump_state.c | |
parent | 2467354842d7118efff73165ddaaf4c519b41e46 (diff) |
gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.
Needs testing.
Diffstat (limited to 'src/gallium/auxiliary/util/u_dump_state.c')
-rw-r--r-- | src/gallium/auxiliary/util/u_dump_state.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/u_dump_state.c b/src/gallium/auxiliary/util/u_dump_state.c index eaf4ec90f25..ae7afd7311e 100644 --- a/src/gallium/auxiliary/util/u_dump_state.c +++ b/src/gallium/auxiliary/util/u_dump_state.c @@ -318,7 +318,6 @@ util_dump_rasterizer_state(struct os_stream *stream, const struct pipe_rasterize util_dump_member(stream, uint, state, line_stipple_factor); util_dump_member(stream, uint, state, line_stipple_pattern); util_dump_member(stream, bool, state, line_last_pixel); - util_dump_member(stream, bool, state, bypass_vs_clip_and_viewport); util_dump_member(stream, bool, state, flatshade_first); util_dump_member(stream, bool, state, gl_rasterization_rules); |