Skip to content

Commit b46c1c2

Browse files
committed
fix DRI3 xvfb load and lockups
1 parent 0289156 commit b46c1c2

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

patches/21-xvfb-dri3.patch

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
diff --git a/glamor/glamor_render.c b/glamor/glamor_render.c
2+
--- a/glamor/glamor_render.c
3+
+++ b/glamor/glamor_render.c
4+
@@ -1608,6 +1608,7 @@
5+
INT16 y_mask,
6+
INT16 x_dest, INT16 y_dest, CARD16 width, CARD16 height)
7+
{
8+
+ goto fail;
9+
ScreenPtr screen = dest->pDrawable->pScreen;
10+
PixmapPtr dest_pixmap = glamor_get_drawable_pixmap(dest->pDrawable);
11+
PixmapPtr source_pixmap = NULL, mask_pixmap = NULL;
112
diff --git a/glamor/glamor_egl.c b/glamor/glamor_egl.c
213
index 6e0fc65..2c5c9c8 100644
314
--- a/glamor/glamor_egl.c

0 commit comments

Comments
 (0)