Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
d2ca44a5
Commit
d2ca44a5
authored
Dec 08, 2011
by
Henri Verbeet
Committed by
Alexandre Julliard
Dec 09, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Print the GL_RENDERER string when no "card selector" is available in wined3d_guess_card().
parent
11efbbf1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
directx.c
dlls/wined3d/directx.c
+2
-2
No files found.
dlls/wined3d/directx.c
View file @
d2ca44a5
...
...
@@ -2150,8 +2150,8 @@ static enum wined3d_pci_device wined3d_guess_card(const struct wined3d_gl_info *
return
vendor_card_select_table
[
i
].
select_card
(
gl_info
,
gl_renderer
);
}
FIXME_
(
d3d_caps
)(
"No card selector available for GL vendor %
d and card vendor %04x
.
\n
"
,
*
gl_vendor
,
*
card_vendor
);
FIXME_
(
d3d_caps
)(
"No card selector available for GL vendor %
#x and card vendor %04x (using GL_RENDERER %s)
.
\n
"
,
*
gl_vendor
,
*
card_vendor
,
debugstr_a
(
gl_renderer
)
);
/* Default to generic Nvidia hardware based on the supported OpenGL extensions. The choice
* for Nvidia was because the hardware and drivers they make are of good quality. This makes
...
...
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