diff options
author | Thomas Hellstrom <thellstrom@vmware.com> | 2018-05-15 09:52:53 +0200 |
---|---|---|
committer | Thomas Hellstrom <thellstrom@vmware.com> | 2018-05-17 09:17:45 +0200 |
commit | 7b163c018b6343590cc36ecd58adcdc30852ee28 (patch) | |
tree | 80157162c45350c3e20d8c1ce55c51d0c8358b24 | |
parent | 6b7dc2f9304298e669e7ac97594b948d1476ae52 (diff) |
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>
-rw-r--r-- | vmwgfx/vmwgfx_driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |