diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-07-22 10:50:50 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-07-22 10:50:50 +0000 |
commit | 9130ec005fbc78a62420643414d8354d0929ca50 (patch) | |
tree | 6762777acdd2d4eee17ef87290e80dc7afe2b73d /lib/mesa/src/gallium/drivers/llvmpipe/lp_setup_context.h | |
parent | ca11beabae33eb59fb981b8adf50b1d47a2a98f0 (diff) |
Merge Mesa 21.1.5
Diffstat (limited to 'lib/mesa/src/gallium/drivers/llvmpipe/lp_setup_context.h')
-rw-r--r-- | lib/mesa/src/gallium/drivers/llvmpipe/lp_setup_context.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/mesa/src/gallium/drivers/llvmpipe/lp_setup_context.h b/lib/mesa/src/gallium/drivers/llvmpipe/lp_setup_context.h index 701dcadfd..82fc14b5e 100644 --- a/lib/mesa/src/gallium/drivers/llvmpipe/lp_setup_context.h +++ b/lib/mesa/src/gallium/drivers/llvmpipe/lp_setup_context.h @@ -50,7 +50,6 @@ #define LP_SETUP_NEW_SCISSOR 0x08 #define LP_SETUP_NEW_VIEWPORTS 0x10 #define LP_SETUP_NEW_SSBOS 0x20 -#define LP_SETUP_NEW_IMAGES 0x40 struct lp_setup_variant; @@ -76,6 +75,7 @@ struct lp_setup_context struct pipe_context *pipe; struct vertex_info *vertex_info; + uint view_index; uint prim; uint vertex_size; uint nr_vertices; @@ -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; |