mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 08:50:09 +01:00
panvk: Don't pretend we can compile for v9
The JM backend is not ready for v9 yet, so let's just drop it from the list of architecture to build for. Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Rebecca Mckeever <rebecca.mckeever@collabora.com> Reviewed-by: Mary Guillemard <mary.guillemard@collabora.com> Reviewed-by: Lars-Ivar Hesselberg Simonsen <lars-ivar.simonsen@arm.com> Reviewed-by: John Anthony <john.anthony@arm.com> Acked-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30969>
This commit is contained in:
parent
db1073357a
commit
ca79fc99cd
1 changed files with 2 additions and 2 deletions
|
|
@ -73,10 +73,10 @@ common_per_arch_files = [
|
|||
'panvk_vX_shader.c',
|
||||
]
|
||||
|
||||
foreach arch : [6, 7, 9, 10]
|
||||
foreach arch : [6, 7, 10]
|
||||
if arch in valhall_archs
|
||||
# We're lacking key components to compile common source files for v9/v10.
|
||||
# Just add the v9/v10 entrypoints for now.
|
||||
# Just add the v10 entrypoints for now.
|
||||
per_arch_files = [
|
||||
panvk_entrypoints[0],
|
||||
'panvk_vX_blend.c',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue