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
88b4f292
Commit
88b4f292
authored
Jun 15, 2008
by
Roderick Colenbrander
Committed by
Alexandre Julliard
Jun 18, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Add a Geforce9 driver version (right now garbage is returned).
parent
2a98f9b0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
directx.c
dlls/wined3d/directx.c
+3
-0
No files found.
dlls/wined3d/directx.c
View file @
88b4f292
...
...
@@ -3589,6 +3589,7 @@ struct driver_version_information {
static
const
struct
driver_version_information
driver_version_table
[]
=
{
/* Nvidia drivers. Geforce FX and newer cards are supported by the current driver */
/* Note that version numbers >100 lets say 123.45 use >= x.y.11.2345 and not x.y.10.12345 */
{
VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCEFX_5200
,
7
,
15
,
10
,
16921
},
{
VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCEFX_5600
,
7
,
15
,
10
,
16921
},
{
VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCEFX_5800
,
7
,
15
,
10
,
16921
},
...
...
@@ -3603,6 +3604,8 @@ static const struct driver_version_information driver_version_table[] = {
{
VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_8600GT
,
7
,
15
,
10
,
16921
},
{
VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_8600MGT
,
7
,
15
,
10
,
16921
},
{
VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_8800GTS
,
7
,
15
,
10
,
16921
},
{
VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_9600GT
,
7
,
15
,
11
,
7341
},
{
VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_9800GT
,
7
,
15
,
11
,
7341
},
/* 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
},
...
...
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