mirror of
https://github.com/X11Libre/xf86-video-vmware.git
synced 2026-03-24 01:24:37 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user