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
7cc82c1e
Commit
7cc82c1e
authored
Mar 12, 2018
by
Henri Verbeet
Committed by
Alexandre Julliard
Mar 12, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Recognise AMD RC410 and RV380.
Signed-off-by:
Henri Verbeet
<
hverbeet@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
4b08602d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
directx.c
dlls/wined3d/directx.c
+3
-3
No files found.
dlls/wined3d/directx.c
View file @
7cc82c1e
...
...
@@ -2212,9 +2212,7 @@ cards_intel[] =
{
"830M"
,
CARD_INTEL_830M
},
},
/* 20101109 - These are never returned by current Gallium radeon
* drivers: R700, RV790, R680, RV535, RV516, R410, RS485, RV360, RV351.
*
* These are returned but not handled: RC410, RV380. */
* drivers: R700, RV790, R680, RV535, RV516, R410, RS485, RV360, RV351. */
cards_amd_mesa
[]
=
{
/* Polaris 10/11 */
...
...
@@ -2292,10 +2290,12 @@ cards_amd_mesa[] =
{
"RS482"
,
CARD_AMD_RADEON_XPRESS_200M
},
{
"RS480"
,
CARD_AMD_RADEON_XPRESS_200M
},
{
"RS400"
,
CARD_AMD_RADEON_XPRESS_200M
},
{
"RC410"
,
CARD_AMD_RADEON_XPRESS_200M
},
/* R300 */
{
"R360"
,
CARD_AMD_RADEON_9500
},
{
"R350"
,
CARD_AMD_RADEON_9500
},
{
"R300"
,
CARD_AMD_RADEON_9500
},
{
"RV380"
,
CARD_AMD_RADEON_9500
},
{
"RV370"
,
CARD_AMD_RADEON_9500
},
{
"RV360"
,
CARD_AMD_RADEON_9500
},
{
"RV351"
,
CARD_AMD_RADEON_9500
},
...
...
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