aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_program.c
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <[email protected]>2019-05-04 21:57:01 +0000
committerAlyssa Rosenzweig <[email protected]>2019-05-07 03:21:08 +0000
commit050b934a24072df862a1fdad424c8f33379e8e26 (patch)
treef2b76ca2a22e3b6fd89990996679017bf71588b1 /src/gallium/drivers/vc4/vc4_program.c
parentd4a249aa09d0571e07859f847494f728acb6ee77 (diff)
panfrost: Refactor blend descriptors
This commit does a fairly large cleanup of blend descriptors, although there should not be any functional changes. In particular, we split apart the Midgard and Bifrost blend descriptors, since they are radically different. From there, we can identify that the Midgard descriptor as previously written was really two render targets' descriptors stuck together. From this observation, we split the Midgard descriptor into what a single RT actually needs. This enables us to correctly dump blending configuration for MRT samples on Midgard. It also allows the Midgard and Bifrost blend code to peacefully coexist, with runtime selection rather than a #ifdef. So, as a bonus, this will help the future Bifrost effort, eliminating one major source of compile-time architectural divergence. Signed-off-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to 'src/gallium/drivers/vc4/vc4_program.c')
0 files changed, 0 insertions, 0 deletions