diff options
author | Jakob Bornecrantz <jakob@vmware.com> | 2010-02-06 01:30:29 +0100 |
---|---|---|
committer | Jakob Bornecrantz <jakob@vmware.com> | 2010-02-06 03:36:47 +0100 |
commit | 6ef1d6040738f5a3d93644a782ee7b600b8420b6 (patch) | |
tree | cf7bc573bf8f08cda9d1d4559d913cc4dde944d9 | |
parent | 6a4cd124af9175832e506888e504d9195bf614b7 (diff) |
vmware/core: Support drm interface version 1.0.0
-rw-r--r-- | src/gallium/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 b7c02f6717..1dcbc419db 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 |