wined3d: Add GPU information for Intel HD Graphics 630.
Signed-off-by: Józef Kucia <jkucia@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
00abf4222d
commit
5757c2c8c6
|
@ -1517,6 +1517,7 @@ static const struct gpu_description gpu_description_table[] =
|
|||
{HW_VENDOR_INTEL, CARD_INTEL_IP580_2, "Intel(R) Iris(TM) Pro Graphics 580", DRIVER_INTEL_HD4000, 2048},
|
||||
{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_HD630, "Intel(R) HD Graphics 630", DRIVER_INTEL_HD4000, 3072},
|
||||
};
|
||||
|
||||
static const struct driver_version_information *get_driver_version_info(enum wined3d_display_driver driver,
|
||||
|
|
|
@ -2497,6 +2497,7 @@ enum wined3d_pci_device
|
|||
CARD_INTEL_IP580_2 = 0x193b,
|
||||
CARD_INTEL_IPP580_1 = 0x193a,
|
||||
CARD_INTEL_IPP580_2 = 0x193d,
|
||||
CARD_INTEL_HD630 = 0x5912,
|
||||
};
|
||||
|
||||
struct wined3d_fbo_ops
|
||||
|
|
Loading…
Reference in New Issue