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
7bc00328
Commit
7bc00328
authored
Jul 28, 2011
by
Henri Verbeet
Committed by
Alexandre Julliard
Jul 29, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Recognize some more AMD cards.
parent
b06e3218
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
directx.c
dlls/wined3d/directx.c
+6
-2
wined3d_private.h
dlls/wined3d/wined3d_private.h
+3
-1
No files found.
dlls/wined3d/directx.c
View file @
7bc00328
...
...
@@ -1175,7 +1175,9 @@ static const struct gpu_description gpu_description_table[] =
{
HW_VENDOR_AMD
,
CARD_AMD_RADEON_HD5700
,
"ATI Radeon HD 5700 Series"
,
DRIVER_AMD_R600
,
512
},
{
HW_VENDOR_AMD
,
CARD_AMD_RADEON_HD5800
,
"ATI Radeon HD 5800 Series"
,
DRIVER_AMD_R600
,
1024
},
{
HW_VENDOR_AMD
,
CARD_AMD_RADEON_HD5900
,
"ATI Radeon HD 5900 Series"
,
DRIVER_AMD_R600
,
1024
},
{
HW_VENDOR_AMD
,
CARD_AMD_RADEON_HD6310
,
"AMD Radeon HD 6310 Graphics"
,
DRIVER_AMD_R600
,
1024
},
{
HW_VENDOR_AMD
,
CARD_AMD_RADEON_HD6300
,
"AMD Radeon HD 6300 series Graphics"
,
DRIVER_AMD_R600
,
1024
},
{
HW_VENDOR_AMD
,
CARD_AMD_RADEON_HD6400
,
"AMD Radeon HD 6400 Series"
,
DRIVER_AMD_R600
,
1024
},
{
HW_VENDOR_AMD
,
CARD_AMD_RADEON_HD6600
,
"AMD Radeon HD 6600 Series"
,
DRIVER_AMD_R600
,
1024
},
{
HW_VENDOR_AMD
,
CARD_AMD_RADEON_HD6800
,
"AMD Radeon HD 6800 Series"
,
DRIVER_AMD_R600
,
1024
},
{
HW_VENDOR_AMD
,
CARD_AMD_RADEON_HD6900
,
"AMD Radeon HD 6900 Series"
,
DRIVER_AMD_R600
,
2048
},
/* Intel cards */
...
...
@@ -1845,7 +1847,9 @@ static enum wined3d_pci_device select_card_amd_mesa(const struct wined3d_gl_info
/* Northern Islands */
{
"CAYMAN"
,
CARD_AMD_RADEON_HD6900
},
{
"BARTS"
,
CARD_AMD_RADEON_HD6800
},
{
"PALM"
,
CARD_AMD_RADEON_HD6310
},
{
"TURKS"
,
CARD_AMD_RADEON_HD6600
},
{
"CAICOS"
,
CARD_AMD_RADEON_HD6400
},
{
"PALM"
,
CARD_AMD_RADEON_HD6300
},
/* Evergreen */
{
"HEMLOCK"
,
CARD_AMD_RADEON_HD5900
},
{
"CYPRESS"
,
CARD_AMD_RADEON_HD5800
},
...
...
dlls/wined3d/wined3d_private.h
View file @
7bc00328
...
...
@@ -1338,7 +1338,9 @@ enum wined3d_pci_device
CARD_AMD_RADEON_HD5850
=
0x6898
,
CARD_AMD_RADEON_HD5870
=
0x6899
,
CARD_AMD_RADEON_HD5900
=
0x689c
,
CARD_AMD_RADEON_HD6310
=
0x9803
,
CARD_AMD_RADEON_HD6300
=
0x9803
,
CARD_AMD_RADEON_HD6400
=
0x6770
,
CARD_AMD_RADEON_HD6600
=
0x6758
,
CARD_AMD_RADEON_HD6800
=
0x6739
,
CARD_AMD_RADEON_HD6900
=
0x6719
,
...
...
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