wined3d: Add GPU information for Intel UHD Graphics 620.
Signed-off-by: Rémi Bernon <rbernon@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
85c0c49af7
commit
08141ee9bd
|
@ -481,6 +481,7 @@ static const struct wined3d_gpu_description gpu_description_table[] =
|
|||
{HW_VENDOR_INTEL, CARD_INTEL_IPP580_1, "Intel(R) Iris(TM) Pro Graphics P580", DRIVER_INTEL_HD4000, 2048},
|
||||
{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_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},
|
||||
|
|
|
@ -2637,6 +2637,7 @@ enum wined3d_pci_device
|
|||
CARD_INTEL_IPP580_1 = 0x193a,
|
||||
CARD_INTEL_IPP580_2 = 0x193d,
|
||||
CARD_INTEL_UHD617 = 0x87c0,
|
||||
CARD_INTEL_UHD620 = 0x3ea0,
|
||||
CARD_INTEL_HD620 = 0x5916,
|
||||
CARD_INTEL_HD630_1 = 0x5912,
|
||||
CARD_INTEL_HD630_2 = 0x591b,
|
||||
|
|
Loading…
Reference in New Issue