From 7b163c018b6343590cc36ecd58adcdc30852ee28 Mon Sep 17 00:00:00 2001 From: Thomas Hellstrom Date: Tue, 15 May 2018 09:52:53 +0200 Subject: Require at least XA version 2.4 to enable dri3 The XA version was bumped from 2.3 to 2.4 to signal that there were no significant correctness or performance regressions when running dri3 compared to dri2 on the vmware driver stack. Signed-off-by: Thomas Hellstrom Reviewed-by: Brian Paul Reviewed-by: Sinclair Yeh Reviewed-by: Deepak Rawat --- vmwgfx/vmwgfx_driver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmwgfx/vmwgfx_driver.h b/vmwgfx/vmwgfx_driver.h index d5aea75..05abebe 100644 --- a/vmwgfx/vmwgfx_driver.h +++ b/vmwgfx/vmwgfx_driver.h @@ -240,7 +240,7 @@ vmw_ctrl_ext_init(ScrnInfoPtr pScrn); * vmwgfx_dri3.c */ #define VMW_XA_VERSION_MAJOR_DRI3 2 -#define VMW_XA_VERSION_MINOR_DRI3 3 +#define VMW_XA_VERSION_MINOR_DRI3 4 Bool vmwgfx_dri3_init(ScreenPtr screen); -- cgit v1.2.3