Comment 19 for bug 54858

Revision history for this message
Florian Boucault (fboucault) wrote :

I went through the changes between the two and it's quite a lot for just one day. However I found an extremely interesting difference:

"old" one:
   static const __DRIversion ddx_expected = { 4, 1, 0 };
   static const __DRIversion dri_expected = { 4, 0, 0 };
   static const __DRIversion drm_expected = { 1, 3, 0 };

new one:
   static const __DRIversion ddx_expected = { 1, 5, 0 };
   static const __DRIversion dri_expected = { 4, 0, 0 };
   static const __DRIversion drm_expected = { 1, 4, 0 };

Patch attached.

I hope it helps!