diff options
author | Eric Anholt <[email protected]> | 2020-06-10 13:11:21 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2020-06-25 13:46:30 -0700 |
commit | 50e20cb036145f6429af8ee2c5daa1d75e02fb27 (patch) | |
tree | dbbbb3787d65c0956729e8e178d5f66f2741e9e8 /.gitlab-ci | |
parent | 72c0522db28b97d9f70b14f28c34f3f0d24b0885 (diff) |
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>
Diffstat (limited to '.gitlab-ci')
-rw-r--r-- | .gitlab-ci/traces-baremetal.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitlab-ci/traces-baremetal.yml b/.gitlab-ci/traces-baremetal.yml index ebc4a078b5d..59f067828ea 100644 --- a/.gitlab-ci/traces-baremetal.yml +++ b/.gitlab-ci/traces-baremetal.yml @@ -40,10 +40,8 @@ traces: checksum: 86d678c70b8adf27095ace1a6bbfe2d2 - path: gputest/plot3d.trace expectations: - # Actually incorrect rendering, it's supposed to be a mesh but - # we're not doing polygon modes apparently. - device: freedreno-a630 - checksum: 8ec42780bfd9df16c49d876aa2f4cb8a + checksum: 67a9eb692e694b11107860bbcd47d493 # Note: Requires GL4 for tess. - path: gputest/tessmark.trace expectations: |