diff options
author | Alyssa Rosenzweig <[email protected]> | 2020-07-02 10:07:08 -0400 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-07-07 01:13:39 +0000 |
commit | f23cdd4f72d1f2d48c5968ccb6f4a3525bf87c0e (patch) | |
tree | 22419d6249da866042f7bf7a90a015b4ff9c4b69 /src/gallium/drivers/panfrost/pan_context.h | |
parent | 3e251328fad5cc123cb40233faa51e0e7cbcf2be (diff) |
panfrost: Pass sample_mask to the hardware
Gallium computes it for us.
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5782>
Diffstat (limited to 'src/gallium/drivers/panfrost/pan_context.h')
-rw-r--r-- | src/gallium/drivers/panfrost/pan_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/panfrost/pan_context.h b/src/gallium/drivers/panfrost/pan_context.h index f54e1631483..adf4adada97 100644 --- a/src/gallium/drivers/panfrost/pan_context.h +++ b/src/gallium/drivers/panfrost/pan_context.h @@ -163,6 +163,7 @@ struct panfrost_context { struct pipe_blend_color blend_color; struct pipe_depth_stencil_alpha_state *depth_stencil; struct pipe_stencil_ref stencil_ref; + unsigned sample_mask; }; /* Corresponds to the CSO */ |