commit | 4b929ae9f0c61c3e022267100ff530a032a31c60 | [log] [tgz] |
---|---|---|
author | Iago Toral Quiroga <itoral@igalia.com> | Thu Feb 11 11:52:13 2021 +0100 |
committer | Marge Bot <eric+marge@anholt.net> | Fri Feb 12 08:24:21 2021 +0000 |
tree | e59bd0b3307b2659ce3b0d5af24b5eb0852bb489 | |
parent | 457ed5aa01fc65c47dea6bfb7e358d4518969b7a [diff] |
broadcom/compiler: don't check for GFXH-1633 on V3D 4.2.x This has been fixed since V3D 4.2.14 (Rpi4), which is the hardware we are targetting. Our version resolution doesn't allow us to check for 4.2 versions lower than .14, but that is okay because the simulator would still validate this in any case. Reviewed-by: Alejandro PiƱeiro <apinheiro@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8980>