mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-22 20:50:06 +01:00
dri2: add crocus to the list of va_gl users
This commit is contained in:
parent
9e82a674b5
commit
a7b0a7fabd
1 changed files with 2 additions and 1 deletions
|
|
@ -1086,7 +1086,8 @@ ms_dri2_screen_init(ScreenPtr screen)
|
|||
* guess that the DRI and VDPAU drivers have the same name.
|
||||
*/
|
||||
if (strcmp(driver_names[0], "i965") == 0 ||
|
||||
strcmp(driver_names[0], "iris") == 0) {
|
||||
strcmp(driver_names[0], "iris") == 0 ||
|
||||
strcmp(driver_names[0], "crocus") == 0) {
|
||||
driver_names[1] = "va_gl";
|
||||
} else {
|
||||
driver_names[1] = driver_names[0];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue