wsi: Metal support

Lavapipe can render to a Metal surface now.

Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31208>
This commit is contained in:
Aleksi Sapon
2024-09-13 12:42:19 -04:00
committed by Marge Bot
parent d63da63f3f
commit a42c2293ab
11 changed files with 760 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ option(
type : 'array',
value : ['auto'],
choices : [
'auto', 'x11', 'wayland', 'haiku', 'android', 'windows',
'auto', 'x11', 'wayland', 'haiku', 'android', 'windows', 'macos',
],
description : 'window systems to support. If this is set to `auto`, all ' +
'platforms applicable will be enabled.'