Commit 57dbe627 authored by Steve Lhomme's avatar Steve Lhomme Committed by Jean-Baptiste Kempf

d3d11va: add Qualcomm vendor mapping

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent e9b73498
...@@ -466,6 +466,7 @@ static char *DxDescribe(directx_sys_t *dx_sys) ...@@ -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, "" }
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment