Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
332a6ff9
Commit
332a6ff9
authored
Jan 18, 2017
by
Henri Verbeet
Committed by
Alexandre Julliard
Jan 18, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Add GPU information for AMD TONGA.
Signed-off-by:
Henri Verbeet
<
hverbeet@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
0afcefd3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
directx.c
dlls/wined3d/directx.c
+5
-2
wined3d_private.h
dlls/wined3d/wined3d_private.h
+2
-1
No files found.
dlls/wined3d/directx.c
View file @
332a6ff9
...
...
@@ -1374,7 +1374,8 @@ static const struct gpu_description gpu_description_table[] =
{
HW_VENDOR_AMD
,
CARD_AMD_RADEON_HD8770
,
"AMD Radeon HD 8770"
,
DRIVER_AMD_R600
,
2048
},
{
HW_VENDOR_AMD
,
CARD_AMD_RADEON_R3
,
"AMD Radeon HD 8400 / R3 Series"
,
DRIVER_AMD_R600
,
2048
},
{
HW_VENDOR_AMD
,
CARD_AMD_RADEON_R7
,
"AMD Radeon(TM) R7 Graphics"
,
DRIVER_AMD_R600
,
2048
},
{
HW_VENDOR_AMD
,
CARD_AMD_RADEON_R9
,
"AMD Radeon R9 290"
,
DRIVER_AMD_RX
,
4096
},
{
HW_VENDOR_AMD
,
CARD_AMD_RADEON_R9_285
,
"AMD Radeon R9 285"
,
DRIVER_AMD_RX
,
2048
},
{
HW_VENDOR_AMD
,
CARD_AMD_RADEON_R9_290
,
"AMD Radeon R9 290"
,
DRIVER_AMD_RX
,
4096
},
{
HW_VENDOR_AMD
,
CARD_AMD_RADEON_RX_460
,
"Radeon(TM) RX 460 Graphics"
,
DRIVER_AMD_RX
,
4096
},
{
HW_VENDOR_AMD
,
CARD_AMD_RADEON_RX_480
,
"Radeon (TM) RX 480 Graphics"
,
DRIVER_AMD_RX
,
4096
},
...
...
@@ -2134,8 +2135,10 @@ cards_amd_mesa[] =
/* Polaris 10/11 */
{
"POLARIS10"
,
CARD_AMD_RADEON_RX_480
},
{
"POLARIS11"
,
CARD_AMD_RADEON_RX_460
},
/* Volcanic Islands */
{
"TONGA"
,
CARD_AMD_RADEON_R9_285
},
/* Sea Islands */
{
"HAWAII"
,
CARD_AMD_RADEON_R9
},
{
"HAWAII"
,
CARD_AMD_RADEON_R9
_290
},
{
"KAVERI"
,
CARD_AMD_RADEON_R7
},
{
"KABINI"
,
CARD_AMD_RADEON_R3
},
{
"BONAIRE"
,
CARD_AMD_RADEON_HD8770
},
...
...
dlls/wined3d/wined3d_private.h
View file @
332a6ff9
...
...
@@ -1905,7 +1905,8 @@ enum wined3d_pci_device
CARD_AMD_RADEON_HD8770
=
0x665c
,
CARD_AMD_RADEON_R3
=
0x9830
,
CARD_AMD_RADEON_R7
=
0x130f
,
CARD_AMD_RADEON_R9
=
0x67b1
,
CARD_AMD_RADEON_R9_285
=
0x6939
,
CARD_AMD_RADEON_R9_290
=
0x67b1
,
CARD_AMD_RADEON_RX_460
=
0x67ef
,
CARD_AMD_RADEON_RX_480
=
0x67df
,
...
...
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