vmware/core: Support drm interface version 1.0.0
authorJakob Bornecrantz <jakob@vmware.com>
Sat, 6 Feb 2010 00:30:29 +0000 (01:30 +0100)
committerJakob Bornecrantz <jakob@vmware.com>
Sat, 6 Feb 2010 02:36:47 +0000 (03:36 +0100)
src/gallium/winsys/drm/vmware/core/vmw_screen_dri.c

index b7c02f67177898237fd7c6b890e4b5c7c666729e..1dcbc419dbb180959fe79b0a661bcf8cea24799a 100644 (file)
@@ -50,7 +50,7 @@ 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_compat = { 0, 0, 0 };
+static struct dri1_api_version drm_compat = { 1, 0, 0 };
 static struct dri1_api_version drm_scanout = { 0, 9, 0 };
 
 static boolean