v3d: Skip emitting per-RT blend state for RTs with blend disabled.
authorEric Anholt <eric@anholt.net>
Tue, 3 Jul 2018 23:27:39 +0000 (16:27 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 5 Jul 2018 19:39:36 +0000 (12:39 -0700)
commit03f6d26b6284cca8f9874928ed11922055247658
treee4dc9ac6f696c2017711712df103fa4220754671
parent572f6ab489db2d2311d89ab5910764ebb83cb49d
v3d: Skip emitting per-RT blend state for RTs with blend disabled.

Cleans up the CL of fbo-drawbuffers2-blend a bit.  We could do better on
more complicated cases by noticing if multiple RTs have the same blend
state and emitting them in a single packet.
src/gallium/drivers/v3d/v3dx_emit.c