projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b12b24a
)
Ratchet required version down to 1.5 (pre-TTM).
author
Eric Anholt
<eric@anholt.net>
Fri, 18 May 2007 18:29:55 +0000
(11:29 -0700)
committer
Eric Anholt
<eric@anholt.net>
Fri, 18 May 2007 18:29:55 +0000
(11:29 -0700)
src/mesa/drivers/dri/i915tex/intel_screen.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i915tex/intel_screen.c
b/src/mesa/drivers/dri/i915tex/intel_screen.c
index a1b8070f81e78486791697a6e39a38540bdae6ad..e268af91f1e881c2d458cd38b61fa0ada5d8d3cf 100644
(file)
--- a/
src/mesa/drivers/dri/i915tex/intel_screen.c
+++ b/
src/mesa/drivers/dri/i915tex/intel_screen.c
@@
-879,7
+879,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,
7
, 0 };
+ static const __DRIversion drm_expected = { 1,
5
, 0 };
dri_interface = interface;