This is an automated email from the git hooks/post-receive script.

olivier pushed a 
commit to branch 
xfce-4.14
in repository xfce/xfwm4.

commit e0391a3dbac510af13c6df3438b0bfd9ee01dfa8
Author: Olivier Fourdan <four...@xfce.org>
Date:   Sun Apr 5 16:55:41 2020 +0200

    compositor: Blacklist SVGA3D renderer
    
    Bug: 16274
    
    Blacklist the GL renderer "SVGA3D" to disable GL on Virtualbox.
    
    Signed-off-by: Olivier Fourdan <four...@xfce.org>
    (cherry picked from commit 53bf7bab95f17897d5282de094888ef63696451b)
---
 src/compositor.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/compositor.c b/src/compositor.c
index 8aa9991..2e58a2d 100644
--- a/src/compositor.c
+++ b/src/compositor.c
@@ -1061,6 +1061,7 @@ check_glx_renderer (ScreenInfo *screen_info)
         "Software Rasterizer",
         "Mesa X11",
         "llvmpipe",
+        "SVGA3D",
         NULL
     };
     int i;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to