Mesa (mesa_7_7_branch): drm/vmware: Latest interface changes are backwards incopatible

Jakob Bornecrantz wallbraker at kemper.freedesktop.org
Thu Feb 18 17:37:13 UTC 2010


Module: Mesa
Branch: mesa_7_7_branch
Commit: 86870a691ca807c3fd31ab30cad31cae55b2ffa8
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=86870a691ca807c3fd31ab30cad31cae55b2ffa8

Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Thu Feb 11 14:41:40 2010 +0100

drm/vmware: Latest interface changes are backwards incopatible

Since the execbuffer change actually changed size off the ioctl
struct and not just a reuse of padded bits, we can't support
old kernels as easily as the scanout change was.

---

 .../winsys/drm/vmware/core/vmw_screen_dri.c        |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/winsys/drm/vmware/core/vmw_screen_dri.c b/src/gallium/winsys/drm/vmware/core/vmw_screen_dri.c
index b0ea975..a9a34ea 100644
--- a/src/gallium/winsys/drm/vmware/core/vmw_screen_dri.c
+++ b/src/gallium/winsys/drm/vmware/core/vmw_screen_dri.c
@@ -48,7 +48,7 @@ static struct dri1_api_version ddx_required = { 0, 1, 0 };
 static struct dri1_api_version ddx_compat = { 0, 0, 0 };
 static struct dri1_api_version dri_required = { 4, 0, 0 };
 static struct dri1_api_version dri_compat = { 4, 0, 0 };
-static struct dri1_api_version drm_required = { 0, 1, 0 };
+static struct dri1_api_version drm_required = { 1, 0, 0 };
 static struct dri1_api_version drm_compat = { 1, 0, 0 };
 static struct dri1_api_version drm_scanout = { 0, 9, 0 };
 




More information about the mesa-commit mailing list