Blame SOURCES/xshm-disable.patch

137919
diff -up mesa-18.0.5/src/glx/drisw_glx.c.dma mesa-18.0.5/src/glx/drisw_glx.c
137919
--- mesa-18.0.5/src/glx/drisw_glx.c.dma	2018-12-07 10:42:42.332659700 +1000
137919
+++ mesa-18.0.5/src/glx/drisw_glx.c	2018-12-07 10:43:08.312349783 +1000
137919
@@ -812,6 +812,8 @@ static int
137919
 check_xshm(Display *dpy)
137919
 {
137919
    int ignore;
137919
+   /* disable shm paths for now */
137919
+   return 0;
137919
 
137919
    return XQueryExtension(dpy, "MIT-SHM", &xshm_opcode, &ignore, &ignore);
137919
 }