Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
318b0bbe
Commit
318b0bbe
authored
Mar 08, 2023
by
Carlos Rodriguez
Committed by
Alexandre Julliard
Mar 29, 2023
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Add GPU information for another Intel UHD 630 GPU.
parent
bb351c7a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
directx.c
dlls/wined3d/directx.c
+2
-1
wined3d_private.h
dlls/wined3d/wined3d_private.h
+2
-1
No files found.
dlls/wined3d/directx.c
View file @
318b0bbe
...
...
@@ -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
,
...
...
dlls/wined3d/wined3d_private.h
View file @
318b0bbe
...
...
@@ -3314,7 +3314,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
...
...
Vitaly Lipatov
@lav
mentioned in commit
b09046cd
·
Feb 25, 2024
mentioned in commit
b09046cd
mentioned in commit b09046cd1598b53648ce7509b5f7e65afb4ff51e
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment