mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
pps: Add panthor to available driver list
Signed-off-by: Lukas Zapolskas <lukas.zapolskas@arm.com> Suggested-by: Lars-Ivar Hesselberg Simonsen <lars-ivar.simonsen@arm.com>
This commit is contained in:
parent
36cd197203
commit
c7c0875500
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ std::unordered_map<std::string, std::unique_ptr<Driver>> create_supported_driver
|
|||
|
||||
#ifdef PPS_PANFROST
|
||||
map.emplace("panfrost", std::make_unique<PanfrostDriver>());
|
||||
map.emplace("panthor", std::make_unique<PanfrostDriver>());
|
||||
#endif // PPS_PANFROST
|
||||
|
||||
#ifdef PPS_V3D
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue