commit | 72a73eca96f63f6f460a846961040746de4de9a0 | [log] [tgz] |
---|---|---|
author | Caio Oliveira <caio.oliveira@intel.com> | Sat Feb 17 17:02:31 2024 -0800 |
committer | Marge Bot <emma+marge@anholt.net> | Wed Feb 28 05:45:38 2024 +0000 |
tree | 0e0c8febcd322c8731e4814fc12cc26d6f8a622c | |
parent | add6ea8a22bd78159eb4e7602e65d05842b0b233 [diff] |
intel/brw: Replace inst F8 macro with F macro F8 had a case for 4+, 8+ and 12+. Its uses now can be replaced with F that has a case for 9+ and 12+. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27691>