[Intel-gfx] Fix driver build against server 1.4.2.

Lukas Hejtmanek xhejtman at ics.muni.cz
Tue Oct 7 15:07:08 CEST 2008


Eric,

this patch is needed over your latest git push so that it can be compiled:

diff --git a/src/i830_exa.c b/src/i830_exa.c
index e03f2de..8623159 100644
--- a/src/i830_exa.c
+++ b/src/i830_exa.c
@@ -726,6 +726,10 @@ I830EXAInit(ScreenPtr pScreen)
     return TRUE;
 }
 
+#ifdef I830_USE_UXA
+static int uxa_pixmap_index;
+#endif
+
 dri_bo *
 i830_get_pixmap_bo(PixmapPtr pixmap)
 {
@@ -750,7 +754,6 @@ i830_get_pixmap_bo(PixmapPtr pixmap)
 }
 
 #if defined(I830_USE_UXA)
-static int uxa_pixmap_index;
 
 static void
 i830_uxa_set_pixmap_bo (PixmapPtr pixmap, dri_bo *bo)


-- 
Lukáš Hejtmánek



More information about the Intel-gfx mailing list