summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hellström <thomas@tungstengraphics.com>2006-09-28 09:34:33 +0000
committerThomas Hellström <thomas@tungstengraphics.com>2006-09-28 09:34:33 +0000
commit814cae6a45213500814c37277b8998fcd755c830 (patch)
tree0eabf2380037c249a6142b3cdb9ad0e697e544b7
parent410673f64c421c5b95a7706bc67c911393de29cf (diff)
Update drm expected version.texmem_0_3_20060923
-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 2fc07ebf688..8a4875538bc 100644
--- a/src/mesa/drivers/dri/i915/intel_screen.c
+++ b/src/mesa/drivers/dri/i915/intel_screen.c
@@ -792,7 +792,7 @@ __driCreateNewScreen_20050727(__DRInativeDisplay * dpy, int scrn,
__DRIscreenPrivate *psp;
static const __DRIversion ddx_expected = { 1, 5, 0 };
static const __DRIversion dri_expected = { 4, 0, 0 };
- static const __DRIversion drm_expected = { 1, 5, 1 };
+ static const __DRIversion drm_expected = { 1, 6, 0 };
dri_interface = interface;