The required DDX and DRI version numbers were switched. This went unnoticed
authorIan Romanick <idr@us.ibm.com>
Mon, 7 Jun 2004 20:18:43 +0000 (20:18 +0000)
committerIan Romanick <idr@us.ibm.com>
Mon, 7 Jun 2004 20:18:43 +0000 (20:18 +0000)
on several drivers (i.e., R200, Radeon, R128, Unichrome) becuase the
required DRI and DDX versions were 4.0.0.  Mach64 was already fixed.

src/mesa/drivers/dri/i810/i810screen.c
src/mesa/drivers/dri/i830/i830_screen.c
src/mesa/drivers/dri/mga/mga_xmesa.c
src/mesa/drivers/dri/tdfx/tdfx_screen.c

index 39acf630e2bce7f885fc79a796ec0a937a84d847..8c0c0766f375df24805534162daf571335cb9b53 100644 (file)
@@ -426,8 +426,8 @@ void * __driCreateNewScreen( __DRInativeDisplay *dpy, int scrn, __DRIscreen *psc
 
 {
    __DRIscreenPrivate *psp;
-   static const __DRIversion ddx_expected = { 4, 0, 0 };
-   static const __DRIversion dri_expected = { 1, 0, 0 };
+   static const __DRIversion ddx_expected = { 1, 0, 0 };
+   static const __DRIversion dri_expected = { 4, 0, 0 };
    static const __DRIversion drm_expected = { 1, 2, 0 };
 
    if ( ! driCheckDriDdxDrmVersions2( "i810",
index da4c94d1c32546341471d3334a92c0909699a6af..5a6a49ec94ee20747e7fa7fd54a81244d6a7c5dc 100644 (file)
@@ -544,8 +544,8 @@ void * __driCreateNewScreen( __DRInativeDisplay *dpy, int scrn, __DRIscreen *psc
                             
 {
    __DRIscreenPrivate *psp;
-   static const __DRIversion ddx_expected = { 4, 0, 0 };
-   static const __DRIversion dri_expected = { 1, 0, 0 };
+   static const __DRIversion ddx_expected = { 1, 0, 0 };
+   static const __DRIversion dri_expected = { 4, 0, 0 };
    static const __DRIversion drm_expected = { 1, 3, 0 };
 
    if ( ! driCheckDriDdxDrmVersions2( "i830",
index e0f3a024fcfa51fb8ba26fe57df16e843f5d31d6..af96d7c86b711c34ff68bbeca9114ff192d4c314 100644 (file)
@@ -956,8 +956,8 @@ void * __driCreateNewScreen( __DRInativeDisplay *dpy, int scrn, __DRIscreen *psc
                             
 {
    __DRIscreenPrivate *psp;
-   static const __DRIversion ddx_expected = { 4, 0, 0 };
-   static const __DRIversion dri_expected = { 1, 0, 0 };
+   static const __DRIversion ddx_expected = { 1, 0, 0 };
+   static const __DRIversion dri_expected = { 4, 0, 0 };
    static const __DRIversion drm_expected = { 3, 0, 0 };
 
    if ( ! driCheckDriDdxDrmVersions2( "MGA",
index d4d5515b24d1cd53cacf7da6db16a01fc2fafca0..357939740357890eb114a66e2141e99778eadfcc 100644 (file)
@@ -376,8 +376,8 @@ void * __driCreateNewScreen( __DRInativeDisplay *dpy, int scrn, __DRIscreen *psc
                             __GLcontextModes ** driver_modes )
 {
    __DRIscreenPrivate *psp;
-   static const __DRIversion ddx_expected = { 4, 0, 0 };
-   static const __DRIversion dri_expected = { 1, 0, 0 };
+   static const __DRIversion ddx_expected = { 1, 0, 0 };
+   static const __DRIversion dri_expected = { 4, 0, 0 };
    static const __DRIversion drm_expected = { 1, 0, 0 };
 
    if ( ! driCheckDriDdxDrmVersions2( "tdfx",