r300: only run merge_movs pass on R500
authorPavel Ondračka <pavel.ondracka@gmail.com>
Mon, 20 Jun 2022 20:17:21 +0000 (22:17 +0200)
committerMarge Bot <emma+marge@anholt.net>
Thu, 23 Jun 2022 12:59:11 +0000 (12:59 +0000)
commit6cc0a3ed44d9dfd0cd9abcb3fb525515346bdc8d
tree27c0a3c52cf4a3f9589ef49b676fc0ce292774af
parentb1df00cb7943c9869b1542c97ebb4eac81c0040c
r300: only run merge_movs pass on R500

This pass currently generates some swizzles that the R300 and R400
hardware can't handle, make it R500 for now.

Fixes: 6c2959c0

Signed-off-by: Pavel Ondračka <pavel.ondracka@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17150>
src/gallium/drivers/r300/compiler/radeon_optimize.c