1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-28 23:09:59 +02:00

d3d11va: add Qualcomm vendor mapping

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
This commit is contained in:
Steve Lhomme 2015-10-15 19:04:58 +02:00 committed by Jean-Baptiste Kempf
parent e9b7349860
commit 57dbe62748

View File

@ -466,6 +466,7 @@ static char *DxDescribe(directx_sys_t *dx_sys)
{ 0x1106, "VIA" }, { 0x1106, "VIA" },
{ 0x8086, "Intel" }, { 0x8086, "Intel" },
{ 0x5333, "S3 Graphics" }, { 0x5333, "S3 Graphics" },
{ 0x4D4F4351, "Qualcomm" },
{ 0, "" } { 0, "" }
}; };