mesa: Prioritize checking for GLES2's uniform transpose error.
authorEmma Anholt <emma@anholt.net>
Sat, 18 Sep 2021 21:04:00 +0000 (14:04 -0700)
committerMarge Bot <eric+marge@anholt.net>
Tue, 21 Sep 2021 23:06:42 +0000 (23:06 +0000)
commit13384b962620ad189ca83f853c949131f59afbac
treeb01ae9b28418e8c702b029949050dbb6859667a5
parent5a39938b0004de36ac556b646071425fbe6a504c
mesa: Prioritize checking for GLES2's uniform transpose error.

The negative API tests ask to transpose a non-matrix uniform, and expect
the transpose error rather than the non-matrix error.  This may be a test
bug about ambiguous results, but since every other driver is presumably
doing this too, just follow along.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Andreas Baierl <ichgeh@imkreisrum.de>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12924>
src/broadcom/ci/deqp-vc4-rpi3-fails.txt
src/etnaviv/ci/deqp-etnaviv-gc2000-fails.txt
src/gallium/drivers/i915/ci/deqp-i915-g33-fails.txt
src/gallium/drivers/lima/ci/deqp-lima-fails.txt
src/mesa/main/uniform_query.cpp