diff options
author | Tomeu Vizoso <[email protected]> | 2020-04-24 08:40:51 +0200 |
---|---|---|
committer | Tomeu Vizoso <[email protected]> | 2020-04-30 16:27:34 +0200 |
commit | 3c98c452f012d20bcca3038af88bcbe7278d9c68 (patch) | |
tree | 1ff26ab78a81cf1a524c224fd1950ffe1be53a0d /src/gallium/drivers/panfrost/pan_context.h | |
parent | 33b13b9fbd2998977f76bfeeacf63900b0ed9cba (diff) |
panfrost: Emit blend descriptors on Bifrost
Signed-off-by: Tomeu Vizoso <[email protected]>
Reviewed-by: Alyssa Rosenzweig <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4724>
Diffstat (limited to 'src/gallium/drivers/panfrost/pan_context.h')
-rw-r--r-- | src/gallium/drivers/panfrost/pan_context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/panfrost/pan_context.h b/src/gallium/drivers/panfrost/pan_context.h index d43c202a855..c0a6d5fa1d6 100644 --- a/src/gallium/drivers/panfrost/pan_context.h +++ b/src/gallium/drivers/panfrost/pan_context.h @@ -195,6 +195,8 @@ struct panfrost_shader_state { unsigned stack_size; unsigned shared_size; + /* For Bifrost - output type for each RT */ + enum bifrost_shader_type blend_types[BIFROST_MAX_RENDER_TARGET_COUNT]; unsigned int varying_count; struct mali_attr_meta varyings[PIPE_MAX_ATTRIBS]; |