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
44ddcac6
Commit
44ddcac6
authored
Mar 06, 2015
by
Bernhard Übelacker
Committed by
Alexandre Julliard
Mar 10, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Recognize Nvidia GeForce 8100 with Nouveau driver (bug).
parent
5b5498a8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
directx.c
dlls/wined3d/directx.c
+2
-1
No files found.
dlls/wined3d/directx.c
View file @
44ddcac6
...
...
@@ -1203,6 +1203,7 @@ static const struct gpu_description gpu_description_table[] =
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_7400
,
"NVIDIA GeForce Go 7400"
,
DRIVER_NVIDIA_GEFORCE6
,
256
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_7600
,
"NVIDIA GeForce 7600 GT"
,
DRIVER_NVIDIA_GEFORCE6
,
256
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_7800GT
,
"NVIDIA GeForce 7800 GT"
,
DRIVER_NVIDIA_GEFORCE6
,
256
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_8200
,
"NVIDIA GeForce 8200"
,
DRIVER_NVIDIA_GEFORCE8
,
512
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_8300GS
,
"NVIDIA GeForce 8300 GS"
,
DRIVER_NVIDIA_GEFORCE8
,
128
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_8400GS
,
"NVIDIA GeForce 8400 GS"
,
DRIVER_NVIDIA_GEFORCE8
,
128
},
{
HW_VENDOR_NVIDIA
,
CARD_NVIDIA_GEFORCE_8600GT
,
"NVIDIA GeForce 8600 GT"
,
DRIVER_NVIDIA_GEFORCE8
,
256
},
...
...
@@ -2070,7 +2071,7 @@ cards_nvidia_mesa[] =
/* Tesla */
{
"NVAF"
,
CARD_NVIDIA_GEFORCE_GT320M
},
{
"NVAC"
,
CARD_NVIDIA_GEFORCE_8200
},
{
"NVAA"
,
CARD_NVIDIA_GEFORCE_8200
},
{
"NVAA"
,
CARD_NVIDIA_GEFORCE_8200
},
/* 8100 */
{
"NVA8"
,
CARD_NVIDIA_GEFORCE_210
},
{
"NVA5"
,
CARD_NVIDIA_GEFORCE_GT220
},
{
"NVA3"
,
CARD_NVIDIA_GEFORCE_GT240
},
...
...
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