[Xfce4-commits] [xfce/xfwm4] 04/07: compositor: Blacklist SVGA3D renderer

noreply at xfce.org noreply at xfce.org
Sun Apr 5 17:53:22 CEST 2020


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

o   l   i   v   i   e   r       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/xfwm4.

commit 53bf7bab95f17897d5282de094888ef63696451b
Author: Olivier Fourdan <fourdan at 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 <fourdan at xfce.org>
---
 src/compositor.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/compositor.c b/src/compositor.c
index 087dc0e..cb3ad94 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.


More information about the Xfce4-commits mailing list