mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
vmware/core: Support drm interface version 1.0.0
This commit is contained in:
parent
6a4cd124af
commit
6ef1d60407
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue