From cedd14f1b47401ca2c7fce00618892c5e41e1fa9 Mon Sep 17 00:00:00 2001 From: Rmys Date: Fri, 4 Jan 2019 17:58:37 +0300 Subject: [PATCH] redeon r100 --- x11/library/mesa/actions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11/library/mesa/actions.py b/x11/library/mesa/actions.py index f864fd84e4..7dc0a138ef 100755 --- a/x11/library/mesa/actions.py +++ b/x11/library/mesa/actions.py @@ -56,12 +56,12 @@ def setup(): -Db_ndebug=true \ -Dplatforms=x11,wayland,drm,surfaceless \ -Ddri3=true \ - -Ddri-drivers=i915,i965,r200,nouveau \ + -Ddri-drivers=i915,i965,r100,r200,nouveau \ -Dgallium-drivers=r300,r600,nouveau,radeonsi,svga,swrast,virgl \ -Dgallium-extra-hud=true \ -Dgallium-vdpau=true \ -Dgallium-xvmc=true \ - -Dgallium-va=false \ + -Dgallium-va=true \ -Dgallium-xa=true \ -Dgallium-nine=true \ -Dvulkan-drivers=amd,intel \