wined3d: Add Intel HD 615 PCI id and device description.
Signed-off-by: Ethan Lee <elee@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
ac819d411d
commit
46556c2f8c
|
@ -565,6 +565,7 @@ static const struct wined3d_gpu_description gpu_description_table[] =
|
|||
{HW_VENDOR_INTEL, CARD_INTEL_IPP580_2, "Intel(R) Iris(TM) Pro Graphics P580", DRIVER_INTEL_HD4000, 2048},
|
||||
{HW_VENDOR_INTEL, CARD_INTEL_UHD617, "Intel(R) UHD Graphics 617", DRIVER_INTEL_HD4000, 2048},
|
||||
{HW_VENDOR_INTEL, CARD_INTEL_UHD620, "Intel(R) UHD Graphics 620", DRIVER_INTEL_HD4000, 3072},
|
||||
{HW_VENDOR_INTEL, CARD_INTEL_HD615, "Intel(R) HD Graphics 615", DRIVER_INTEL_HD4000, 2048},
|
||||
{HW_VENDOR_INTEL, CARD_INTEL_HD620, "Intel(R) HD Graphics 620", DRIVER_INTEL_HD4000, 3072},
|
||||
{HW_VENDOR_INTEL, CARD_INTEL_HD630_1, "Intel(R) HD Graphics 630", DRIVER_INTEL_HD4000, 3072},
|
||||
{HW_VENDOR_INTEL, CARD_INTEL_HD630_2, "Intel(R) HD Graphics 630", DRIVER_INTEL_HD4000, 3072},
|
||||
|
|
|
@ -2640,6 +2640,7 @@ enum wined3d_pci_device
|
|||
CARD_INTEL_IPP580_2 = 0x193d,
|
||||
CARD_INTEL_UHD617 = 0x87c0,
|
||||
CARD_INTEL_UHD620 = 0x3ea0,
|
||||
CARD_INTEL_HD615 = 0x591e,
|
||||
CARD_INTEL_HD620 = 0x5916,
|
||||
CARD_INTEL_HD630_1 = 0x5912,
|
||||
CARD_INTEL_HD630_2 = 0x591b,
|
||||
|
|
Loading…
Reference in New Issue