diff options
author | Brian Paul <[email protected]> | 2011-09-21 12:06:17 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-09-22 08:26:40 -0600 |
commit | 4465efc3bf8d755a9afb7a4bb5382e2f5bf113e1 (patch) | |
tree | 4856a584350aec274e60838251195983b2dee6f4 /src/gallium/auxiliary/draw/draw_pt.h | |
parent | a5c0fb51c6b1d5f7e6ea8f089da921719ad1b6c4 (diff) |
draw: add support for guard-band clipping
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_pt.h')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_pt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/draw/draw_pt.h b/src/gallium/auxiliary/draw/draw_pt.h index 5fbb4242915..9a45845521a 100644 --- a/src/gallium/auxiliary/draw/draw_pt.h +++ b/src/gallium/auxiliary/draw/draw_pt.h @@ -224,6 +224,7 @@ void draw_pt_post_vs_prepare( struct pt_post_vs *pvs, boolean clip_xy, boolean clip_z, boolean clip_user, + boolean guard_band, boolean bypass_viewport, boolean opengl, boolean need_edgeflags ); |