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
2f74d505
Commit
2f74d505
authored
Oct 26, 2011
by
Henri Verbeet
Committed by
Alexandre Julliard
Oct 27, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Recognize Sumo/Llano in select_card_amd_mesa().
parent
14efc6eb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
directx.c
dlls/wined3d/directx.c
+4
-0
wined3d_private.h
dlls/wined3d/wined3d_private.h
+2
-0
No files found.
dlls/wined3d/directx.c
View file @
2f74d505
...
...
@@ -1181,6 +1181,8 @@ static const struct gpu_description gpu_description_table[] =
{
HW_VENDOR_AMD
,
CARD_AMD_RADEON_HD5900
,
"ATI Radeon HD 5900 Series"
,
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_HD6410D
,
"AMD Radeon HD 6410D"
,
DRIVER_AMD_R600
,
1024
},
{
HW_VENDOR_AMD
,
CARD_AMD_RADEON_HD6550D
,
"AMD Radeon HD 6550D"
,
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
},
...
...
@@ -1857,6 +1859,8 @@ static enum wined3d_pci_device select_card_amd_mesa(const struct wined3d_gl_info
{
"CAYMAN"
,
CARD_AMD_RADEON_HD6900
},
{
"BARTS"
,
CARD_AMD_RADEON_HD6800
},
{
"TURKS"
,
CARD_AMD_RADEON_HD6600
},
{
"SUMO2"
,
CARD_AMD_RADEON_HD6410D
},
/* SUMO2 first, because we do a strstr(). */
{
"SUMO"
,
CARD_AMD_RADEON_HD6550D
},
{
"CAICOS"
,
CARD_AMD_RADEON_HD6400
},
{
"PALM"
,
CARD_AMD_RADEON_HD6300
},
/* Evergreen */
...
...
dlls/wined3d/wined3d_private.h
View file @
2f74d505
...
...
@@ -1344,6 +1344,8 @@ enum wined3d_pci_device
CARD_AMD_RADEON_HD5900
=
0x689c
,
CARD_AMD_RADEON_HD6300
=
0x9803
,
CARD_AMD_RADEON_HD6400
=
0x6770
,
CARD_AMD_RADEON_HD6410D
=
0x9644
,
CARD_AMD_RADEON_HD6550D
=
0x9640
,
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