xf86-video-r128: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Aug 2 16:59:11 UTC 2018


 src/r128_driver.c |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit ec61d090f8286703a6557a6917976cffb141dc92
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Fri Jul 27 16:52:03 2018 -0700

    Prevent disabling of EXA inside R128ScreenInit
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

diff --git a/src/r128_driver.c b/src/r128_driver.c
index afa41ca..32beddd 100644
--- a/src/r128_driver.c
+++ b/src/r128_driver.c
@@ -1748,8 +1748,6 @@ Bool R128ScreenInit(SCREEN_INIT_ARGS_DECL)
 			  pScrn->defaultVisual)) return FALSE;
     miSetPixmapDepths ();
 
-    if (info->noAccel) info->useEXA = FALSE;
-
 #ifdef R128DRI
 				/* Setup DRI after visuals have been
 				   established, but before fbScreenInit is


More information about the xorg-commit mailing list