summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@tungstengraphics.com>2006-02-08 22:05:42 +0000
committerAlan Hourihane <alanh@tungstengraphics.com>2006-02-08 22:05:42 +0000
commitb77a225250ce1855b8a6d577b53ca836c33e671b (patch)
treea4a0669d86224a34fb4a51319c3064f562d3fa8c /src/mesa/drivers/dri/i915
parentd93615fc1e6c6da3908b1574f5a071cfcb9ce921 (diff)
Check DDX for 1.5.0
Diffstat (limited to 'src/mesa/drivers/dri/i915')
-rw-r--r--src/mesa/drivers/dri/i915/intel_screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i915/intel_screen.c b/src/mesa/drivers/dri/i915/intel_screen.c
index ed8038ea6d..9ee44ea086 100644
--- a/src/mesa/drivers/dri/i915/intel_screen.c
+++ b/src/mesa/drivers/dri/i915/intel_screen.c
@@ -642,7 +642,7 @@ void * __driCreateNewScreen_20050727( __DRInativeDisplay *dpy, int scrn, __DRIsc
{
__DRIscreenPrivate *psp;
- static const __DRIversion ddx_expected = { 1, 4, 0 };
+ static const __DRIversion ddx_expected = { 1, 5, 0 };
static const __DRIversion dri_expected = { 4, 0, 0 };
static const __DRIversion drm_expected = { 1, 4, 0 };