summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoridr <idr>2004-06-03 23:22:06 +0000
committeridr <idr>2004-06-03 23:22:06 +0000
commit39d2af4b8dd96a9bfae46774582fef6cd794aa8a (patch)
tree53a2e7c01a21ba05214d87ffa24804e3820ed81a
parent175a700de38b3e7e90ae14c8ab17722b80347ce5 (diff)
Enable use of new DRI interface in Rage128 driver.
-rw-r--r--xc/lib/GL/mesa/drivers/dri/r128/Imakefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/xc/lib/GL/mesa/drivers/dri/r128/Imakefile.inc b/xc/lib/GL/mesa/drivers/dri/r128/Imakefile.inc
index 0c5efd4ac..e3412a0ee 100644
--- a/xc/lib/GL/mesa/drivers/dri/r128/Imakefile.inc
+++ b/xc/lib/GL/mesa/drivers/dri/r128/Imakefile.inc
@@ -16,7 +16,7 @@ ALLOC_DEFINES = -DMALLOC_0_RETURNS_NULL
#endif
#if BuildXF86DRI
- DRI_DEFINES = GlxDefines -DX_BYTE_ORDER=ByteOrder
+ DRI_DEFINES = GlxDefines -DX_BYTE_ORDER=ByteOrder -DUSE_NEW_INTERFACE
DRI_INCLUDES = -I$(GLXLIBSRC)/dri \
-I$(XINCLUDESRC) \
-I$(GLXLIBSRC)/glx \