Skip to content

radeonsi: Allow building with only amdgpu support

Tim Van Patten requested to merge timvp/mesa:8123 into main

Before this CL, specifying |gallium-drivers=radeonsi| results in building both radeon and amdgpu. However, amdgpu support does not require radeon, and results in increased binary size.

This CL allows for |gallium-drivers=amdgpu|, which removes support for libdrm_radeon and libradeonwinsys. Both are unnecessary for GPUs that amdgpu supports.

Closes: #8123

Merge request reports