summaryrefslogtreecommitdiff
path: root/src/i830_uxa.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/i830_uxa.c')
-rw-r--r--src/i830_uxa.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/i830_uxa.c b/src/i830_uxa.c
index d53af043..89da5d00 100644
--- a/src/i830_uxa.c
+++ b/src/i830_uxa.c
@@ -530,6 +530,9 @@ void i830_set_pixmap_bo(PixmapPtr pixmap, dri_bo * bo)
priv = xcalloc(1, sizeof (struct intel_pixmap));
if (priv == NULL)
goto BAIL;
+
+ list_init(&priv->batch);
+ list_init(&priv->flush);
}
dri_bo_reference(bo);