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
ada3dff1
Commit
ada3dff1
authored
Jul 02, 2012
by
Vincas Miliūnas
Committed by
Alexandre Julliard
Jul 02, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Recognize AMD Radeon HD 6700 Series renderer string.
parent
a9aee4c0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
directx.c
dlls/wined3d/directx.c
+2
-0
wined3d_private.h
dlls/wined3d/wined3d_private.h
+1
-0
No files found.
dlls/wined3d/directx.c
View file @
ada3dff1
...
...
@@ -1151,6 +1151,7 @@ static const struct gpu_description gpu_description_table[] =
{
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_HD6600M
,
"AMD Radeon HD 6600M Series"
,
DRIVER_AMD_R600
,
512
},
{
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
},
/* Intel cards */
...
...
@@ -1713,6 +1714,7 @@ static enum wined3d_pci_device select_card_amd_binary(const struct wined3d_gl_in
{
"HD 6800"
,
CARD_AMD_RADEON_HD6800
},
{
"HD 6770M"
,
CARD_AMD_RADEON_HD6600M
},
{
"HD 6750M"
,
CARD_AMD_RADEON_HD6600M
},
{
"HD 6700"
,
CARD_AMD_RADEON_HD6700
},
{
"HD 6630M"
,
CARD_AMD_RADEON_HD6600M
},
{
"HD 6600M"
,
CARD_AMD_RADEON_HD6600M
},
{
"HD 6600"
,
CARD_AMD_RADEON_HD6600
},
...
...
dlls/wined3d/wined3d_private.h
View file @
ada3dff1
...
...
@@ -1341,6 +1341,7 @@ enum wined3d_pci_device
CARD_AMD_RADEON_HD6550D
=
0x9640
,
CARD_AMD_RADEON_HD6600
=
0x6758
,
CARD_AMD_RADEON_HD6600M
=
0x6741
,
CARD_AMD_RADEON_HD6700
=
0x68BA
,
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