Module: Mesa Branch: mesa_7_7_branch Commit: 45c4addea7f01939cd825ca205ef3fdf903236d9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=45c4addea7f01939cd825ca205ef3fdf903236d9
Author: Jakob Bornecrantz <[email protected]> Date: Sat Feb 6 01:30:29 2010 +0100 vmware/core: Support drm interface version 1.0.0 --- .../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 0f4dbe1..b0ea975 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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
