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 <thellstrom@vmware.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Sinclair Yeh <syeh@vmware.com>
Reviewed-by: Deepak Rawat <drawat@vmware.com>
This commit is contained in:
Thomas Hellstrom
2018-05-15 09:52:53 +02:00
parent 6b7dc2f930
commit 7b163c018b

View File

@@ -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);