freedreno: Add freedreno pps driver

Signed-off-by: Rob Clark <robdclark@chromium.org>
Reviewed-by: Antonio Caggiano <antonio.caggiano@collabora.com>
Acked-by: Emma Anholt <emma@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9901>
This commit is contained in:
Rob Clark
2021-03-17 11:27:30 -07:00
committed by Marge Bot
parent ecfb00fb09
commit 3e13e45467
8 changed files with 561 additions and 2 deletions

View File

@@ -475,6 +475,6 @@ option(
'datasources',
type : 'array',
value : ['auto'],
choices : ['auto', 'panfrost', 'intel'],
choices : ['auto', 'panfrost', 'intel', 'freedreno'],
description: 'List of Perfetto datasources to build. If this is set to `auto`, datasources that can not be build are skipped. Default: [`auto`]'
)