projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c161cf
)
fix the versions
author
Dave Airlie
<airliedfreedesktop.org>
Mon, 7 Jun 2004 11:58:59 +0000
(11:58 +0000)
committer
Dave Airlie
<airliedfreedesktop.org>
Mon, 7 Jun 2004 11:58:59 +0000
(11:58 +0000)
src/mesa/drivers/dri/mach64/mach64_screen.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/mach64/mach64_screen.c
b/src/mesa/drivers/dri/mach64/mach64_screen.c
index ea4922eabe6b8db0b45860ca7955264b705a246c..0d717da51b6206033c3e6a30824ce0b8a8c36a14 100644
(file)
--- a/
src/mesa/drivers/dri/mach64/mach64_screen.c
+++ b/
src/mesa/drivers/dri/mach64/mach64_screen.c
@@
-493,8
+493,8
@@
void * __driCreateNewScreen( __DRInativeDisplay *dpy, int scrn, __DRIscreen *psc
{
__DRIscreenPrivate *psp;
- static const __DRIversion ddx_expected = {
4, 0
, 0 };
- static const __DRIversion dri_expected = {
6, 4
, 0 };
+ static const __DRIversion ddx_expected = {
6, 4
, 0 };
+ static const __DRIversion dri_expected = {
4, 0
, 0 };
static const __DRIversion drm_expected = { 1, 0, 0 };
if ( ! driCheckDriDdxDrmVersions2( "Mach64",