vc4: Disable MSAA rasterization when the job binning is single-sampled.
authorEric Anholt <eric@anholt.net>
Tue, 22 Nov 2016 21:51:03 +0000 (13:51 -0800)
committerEric Anholt <eric@anholt.net>
Wed, 23 Nov 2016 00:46:03 +0000 (16:46 -0800)
commit9728887e7f1e19402b4b7463b44153b3a6e266c0
tree043491598b329370901ee7ddf4c8b234db345094
parentff018e0979458636a1e3ad555a39ec4393206343
vc4: Disable MSAA rasterization when the job binning is single-sampled.

Gallium core just changed to start setting MSAA enabled in the rasterizer
state even with samples==1 buffers.  This caused disagreements in our
driver between binning and rasterization state, which the simulator threw
assertion failures about.  Keep the single-sampled samples==1 behavior for
now.
src/gallium/drivers/vc4/vc4_emit.c