freedreno/a6xx: Add support for polygon fill mode (as long as front==back).
authorEric Anholt <eric@anholt.net>
Wed, 10 Jun 2020 20:11:21 +0000 (13:11 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 25 Jun 2020 20:46:30 +0000 (13:46 -0700)
commit50e20cb036145f6429af8ee2c5daa1d75e02fb27
treedbbbb3787d65c0956729e8e178d5f66f2741e9e8
parent72c0522db28b97d9f70b14f28c34f3f0d24b0885
freedreno/a6xx: Add support for polygon fill mode (as long as front==back).

Unlike a4xx, we don't seem to have separate back vs front fields any more.
Still, this improves desktop GL conformance (and one of the traces in
traces-db).

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5650>
.gitlab-ci/traces-baremetal.yml
src/gallium/drivers/freedreno/a6xx/fd6_emit.c
src/gallium/drivers/freedreno/a6xx/fd6_rasterizer.c