aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_setup_context.h
diff options
context:
space:
mode:
authorDave Airlie <[email protected]>2020-03-11 08:09:22 +1000
committerMarge Bot <[email protected]>2020-05-06 06:20:37 +0000
commitf5463576b94fa51a55e180c71dfbc249c2a3cc6b (patch)
treed798114fbda3001217d8362063ca58eb71fc5ebd /src/gallium/drivers/llvmpipe/lp_setup_context.h
parente47d39aee15e80976e62fec2937771b0b9346fef (diff)
llvmpipe: plumb multisample state bit into setup code.
Reviewed-by: Roland Scheidegger <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4122>
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 701dcadfdf9..2cd01941ca8 100644
--- a/src/gallium/drivers/llvmpipe/lp_setup_context.h
+++ b/src/gallium/drivers/llvmpipe/lp_setup_context.h
@@ -101,6 +101,7 @@ struct lp_setup_context
boolean scissor_test;
boolean point_size_per_vertex;
boolean rasterizer_discard;
+ boolean multisample;
unsigned cullmode;
unsigned bottom_edge_rule;
float pixel_offset;