From: Jakob Bornecrantz Date: Sat, 6 Feb 2010 00:30:29 +0000 (+0100) Subject: vmware/core: Support drm interface version 1.0.0 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6ef1d6040738f5a3d93644a782ee7b600b8420b6;p=mesa.git vmware/core: Support drm interface version 1.0.0 --- 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 b7c02f67177..1dcbc419dbb 100644 --- a/src/gallium/winsys/drm/vmware/core/vmw_screen_dri.c +++ b/src/gallium/winsys/drm/vmware/core/vmw_screen_dri.c @@ -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