diff options
author | Alyssa Rosenzweig <[email protected]> | 2019-08-05 08:25:37 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <[email protected]> | 2019-08-05 17:42:05 -0700 |
commit | 77295b1fdc2217178666791be9cdd63b93a53236 (patch) | |
tree | c7416e357ad39bdd5024e252be6df1acc5d85013 /meson.build | |
parent | 360bda0b1dce3522dde1fd2f538e7d3f1d6c3469 (diff) |
meson: Add panfrost to the --auto list
Look ma, we're a real driver now! I was waiting until Panfrost
stabilises a bit for this, but now that 19.2 is almost here, let's make
us official :)
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 61fc8649d55..a210b39cd89 100644 --- a/meson.build +++ b/meson.build @@ -158,7 +158,7 @@ if gallium_drivers.contains('auto') elif ['arm', 'aarch64'].contains(host_machine.cpu_family()) gallium_drivers = [ 'kmsro', 'v3d', 'vc4', 'freedreno', 'etnaviv', 'nouveau', - 'tegra', 'virgl', 'lima', 'swrast' + 'tegra', 'virgl', 'lima', 'panfrost', 'swrast' ] else error('Unknown architecture @0@. Please pass -Dgallium-drivers to set driver options. Patches gladly accepted to fix this.'.format( |