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
a308bde7
Commit
a308bde7
authored
Sep 07, 2012
by
Jiang Yike
Committed by
Alexandre Julliard
Sep 07, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Add AMD Radeon HD 7700 series and HD 7800 series graphics cards.
parent
10ff9b4f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
directx.c
dlls/wined3d/directx.c
+6
-0
wined3d_private.h
dlls/wined3d/wined3d_private.h
+2
-0
No files found.
dlls/wined3d/directx.c
View file @
a308bde7
...
...
@@ -1141,6 +1141,8 @@ static const struct gpu_description gpu_description_table[] =
{
HW_VENDOR_AMD
,
CARD_AMD_RADEON_HD6700
,
"AMD Radeon HD 6700 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
},
{
HW_VENDOR_AMD
,
CARD_AMD_RADEON_HD7700
,
"AMD Radeon HD 7700 Series"
,
DRIVER_AMD_R600
,
1024
},
{
HW_VENDOR_AMD
,
CARD_AMD_RADEON_HD7800
,
"AMD Radeon HD 7800 Series"
,
DRIVER_AMD_R600
,
2048
},
{
HW_VENDOR_AMD
,
CARD_AMD_RADEON_HD7900
,
"AMD Radeon HD 7900 Series"
,
DRIVER_AMD_R600
,
2048
},
/* Intel cards */
{
HW_VENDOR_INTEL
,
CARD_INTEL_830M
,
"Intel(R) 82830M Graphics Controller"
,
DRIVER_INTEL_GMA800
,
32
},
...
...
@@ -1699,6 +1701,8 @@ static enum wined3d_pci_device select_card_amd_binary(const struct wined3d_gl_in
{
/* Southern Islands */
{
"HD 7900"
,
CARD_AMD_RADEON_HD7900
},
{
"HD 7800"
,
CARD_AMD_RADEON_HD7800
},
{
"HD 7700"
,
CARD_AMD_RADEON_HD7700
},
/* Northern Islands */
{
"HD 6900"
,
CARD_AMD_RADEON_HD6900
},
{
"HD 6800"
,
CARD_AMD_RADEON_HD6800
},
...
...
@@ -1908,6 +1912,8 @@ static enum wined3d_pci_device select_card_amd_mesa(const struct wined3d_gl_info
{
/* Southern Islands */
{
"TAHITI"
,
CARD_AMD_RADEON_HD7900
},
{
"PITCAIRN"
,
CARD_AMD_RADEON_HD7800
},
{
"CAPE VERDE"
,
CARD_AMD_RADEON_HD7700
},
/* Northern Islands */
{
"CAYMAN"
,
CARD_AMD_RADEON_HD6900
},
{
"BARTS"
,
CARD_AMD_RADEON_HD6800
},
...
...
dlls/wined3d/wined3d_private.h
View file @
a308bde7
...
...
@@ -1333,6 +1333,8 @@ enum wined3d_pci_device
CARD_AMD_RADEON_HD6700
=
0x68ba
,
CARD_AMD_RADEON_HD6800
=
0x6739
,
CARD_AMD_RADEON_HD6900
=
0x6719
,
CARD_AMD_RADEON_HD7700
=
0x683d
,
CARD_AMD_RADEON_HD7800
=
0x6819
,
CARD_AMD_RADEON_HD7900
=
0x679a
,
CARD_NVIDIA_RIVA_128
=
0x0018
,
...
...
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