diff options
author | José Fonseca <[email protected]> | 2013-04-20 12:24:44 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2013-04-22 18:39:06 +0100 |
commit | 7c1bf8e381b914f88335686cc6561f89dcca9ae5 (patch) | |
tree | 2756bb32139586088e1e58c624e47f097373ddd5 /src/gallium/auxiliary/draw/draw_pt.h | |
parent | 95c83824e6c3740781d1e9f7ce6a5fbe839d0457 (diff) |
gallium: Add a new clip_halfz rasterizer state.
gl_rasterization_rules lumps too many different flags.
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_pt.h')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_pt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/draw_pt.h b/src/gallium/auxiliary/draw/draw_pt.h index 764d3111755..dca836859cc 100644 --- a/src/gallium/auxiliary/draw/draw_pt.h +++ b/src/gallium/auxiliary/draw/draw_pt.h @@ -233,7 +233,7 @@ void draw_pt_post_vs_prepare( struct pt_post_vs *pvs, boolean clip_user, boolean guard_band, boolean bypass_viewport, - boolean opengl, + boolean clip_halfz, boolean need_edgeflags ); struct pt_post_vs *draw_pt_post_vs_create( struct draw_context *draw ); |