mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-27 20:24:30 +08:00
29e3a11d78
This add a simple mechanism to select which GPU adapter the d3d12 driver should be using. A new environment variable is introduced. MESA_D3D12_DEFAULT_ADAPTER_NAME This represent a substring to search for in the GPU descrition, for example "NVIDIA" or "INTEL", or "NVIDIA GeForce RTX 3090", etc... GPU are searched in order and the first one to include the substring becomes a match. If no match is found, we default to the first enumerated GPU. Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10710> |
||
---|---|---|
.. | ||
freedreno | ||
openswr | ||
d3d12.rst | ||
freedreno.rst | ||
lima.rst | ||
llvmpipe.rst | ||
openswr.rst | ||
panfrost.rst | ||
svga3d.rst | ||
v3d.rst | ||
vc4.rst | ||
venus.rst | ||
zink.rst |