panfrost: Adapt panfrost_rasterizer for v9
Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15797>
This commit is contained in:
committed by
Marge Bot
parent
9a521433ae
commit
0299565f72
@@ -52,9 +52,11 @@
|
||||
struct panfrost_rasterizer {
|
||||
struct pipe_rasterizer_state base;
|
||||
|
||||
#if PAN_ARCH <= 7
|
||||
/* Partially packed RSD words */
|
||||
struct mali_multisample_misc_packed multisample;
|
||||
struct mali_stencil_mask_misc_packed stencil_misc;
|
||||
#endif
|
||||
};
|
||||
|
||||
struct panfrost_zsa_state {
|
||||
|
||||
Reference in New Issue
Block a user