diff options
author | Jakob Bornecrantz <jakob@vmware.com> | 2010-02-06 01:30:29 +0100 |
---|---|---|
committer | Jakob Bornecrantz <jakob@vmware.com> | 2010-02-06 01:30:29 +0100 |
commit | 45c4addea7f01939cd825ca205ef3fdf903236d9 (patch) | |
tree | c449fef05163bd81d1083c85d945232d72e28b37 | |
parent | 1eba0eb37d430a3053eeed312cf19041e907daec (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 0f4dbe146c..b0ea975bb0 100644 --- a/src/gallium/winsys/drm/vmware/core/vmw_screen_dri.c +++ b/src/gallium/winsys/drm/vmware/core/vmw_screen_dri.c @@ -49,7 +49,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 |