The display area would be black if I used the D3D12 GALLIUM drivcer as the graphics driver, but it works when I use the software driver by setting
LIBGL_ALWAYS_SOFTWARE=1
However, the render speed would be very slow if I use the software render. is there any method to solve this problem?
The reason I tried "export GALLIUM_DRIVER=d3d12" is because if I didn't set this, it will give me the error goes
"
MESA: error: ZINK: failed to choose pdev
glx: failed to create drisw screen
"