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
3e7f1388
Commit
3e7f1388
authored
Feb 06, 2008
by
Stefan Dösinger
Committed by
Alexandre Julliard
Feb 07, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Add some ATI cards to the version database.
parent
1c1a6f32
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
directx.c
dlls/wined3d/directx.c
+9
-1
No files found.
dlls/wined3d/directx.c
View file @
3e7f1388
...
...
@@ -2903,7 +2903,15 @@ static const struct driver_version_information driver_version_table[] = {
{
VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_8600MGT
,
7
,
15
,
10
,
16921
},
{
VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_8800GTS
,
7
,
15
,
10
,
16921
},
/* TODO: Add information about legacy nvidia hardware, ATI, Intel and other cards */
/* ATI cards. The driver versions are somewhat similar, but not quite the same. Let's hardcode */
{
VENDOR_ATI
,
CARD_ATI_RADEON_9500
,
6
,
14
,
10
,
6764
},
{
VENDOR_ATI
,
CARD_ATI_RADEON_X700
,
6
,
14
,
10
,
6764
},
{
VENDOR_ATI
,
CARD_ATI_RADEON_X1600
,
6
,
14
,
10
,
6764
},
{
VENDOR_ATI
,
CARD_ATI_RADEON_HD2300
,
6
,
14
,
10
,
6764
},
{
VENDOR_ATI
,
CARD_ATI_RADEON_HD2600
,
6
,
14
,
10
,
6764
},
{
VENDOR_ATI
,
CARD_ATI_RADEON_HD2900
,
6
,
14
,
10
,
6764
},
/* TODO: Add information about legacy nvidia and ATI hardware, Intel and other cards */
};
static
void
fixup_extensions
(
WineD3D_GL_Info
*
gl_info
)
{
...
...
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