summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_setup_context.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-01-15 12:06:00 -0700
committerBrian Paul <brianp@vmware.com>2010-01-15 12:06:00 -0700
commitfdfe06ad804ea13e6e436d66c1bcafe0bde2f545 (patch)
tree4704a0b0373725250c5766daa9bf426eb1c6c9a0 /src/gallium/drivers/llvmpipe/lp_setup_context.h
parentadb48d535082f5a311751e1866997e381b2d3038 (diff)
llvmpipe: implement scissor test in triangle setup
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_setup_context.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_setup_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_setup_context.h b/src/gallium/drivers/llvmpipe/lp_setup_context.h
index fc0aef1376..a5fc34e54a 100644
--- a/src/gallium/drivers/llvmpipe/lp_setup_context.h
+++ b/src/gallium/drivers/llvmpipe/lp_setup_context.h
@@ -87,6 +87,7 @@ struct setup_context
boolean flatshade_first;
boolean ccw_is_frontface;
+ boolean scissor_test;
unsigned cullmode;
struct pipe_framebuffer_state fb;