Commit b09046cd authored by Carlos Rodriguez's avatar Carlos Rodriguez Committed by Alexandre Julliard

wined3d: Add GPU information for another Intel UHD 630 GPU.

(cherry picked from commit 318b0bbe)
parent 68f91a82
......@@ -626,7 +626,8 @@ static const struct wined3d_gpu_description gpu_description_table[] =
{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},
{HW_VENDOR_INTEL, CARD_INTEL_UHD630, "Intel(R) UHD Graphics 630", DRIVER_INTEL_HD4000, 3072},
{HW_VENDOR_INTEL, CARD_INTEL_UHD630_1, "Intel(R) UHD Graphics 630", DRIVER_INTEL_HD4000, 3072},
{HW_VENDOR_INTEL, CARD_INTEL_UHD630_2, "Intel(R) UHD Graphics 630", DRIVER_INTEL_HD4000, 3072},
};
static const struct driver_version_information *get_driver_version_info(enum wined3d_display_driver driver,
......
......@@ -3288,7 +3288,8 @@ enum wined3d_pci_device
CARD_INTEL_HD620 = 0x5916,
CARD_INTEL_HD630_1 = 0x5912,
CARD_INTEL_HD630_2 = 0x591b,
CARD_INTEL_UHD630 = 0x3e9b,
CARD_INTEL_UHD630_1 = 0x3e9b,
CARD_INTEL_UHD630_2 = 0x3e91,
};
struct wined3d_fbo_ops
......
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