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
64f71fda
Commit
64f71fda
authored
Jul 28, 2011
by
Henri Verbeet
Committed by
Alexandre Julliard
Jul 29, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Complain about users disabling GLSL.
parent
2256a7e8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
wined3d_main.c
dlls/wined3d/wined3d_main.c
+2
-0
No files found.
dlls/wined3d/wined3d_main.c
View file @
64f71fda
...
@@ -28,6 +28,7 @@
...
@@ -28,6 +28,7 @@
#include "wined3d_private.h"
#include "wined3d_private.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
d3d
);
WINE_DEFAULT_DEBUG_CHANNEL
(
d3d
);
WINE_DECLARE_DEBUG_CHANNEL
(
winediag
);
struct
wined3d_wndproc
struct
wined3d_wndproc
{
{
...
@@ -238,6 +239,7 @@ static BOOL wined3d_dll_init(HINSTANCE hInstDLL)
...
@@ -238,6 +239,7 @@ static BOOL wined3d_dll_init(HINSTANCE hInstDLL)
{
{
if
(
!
strcmp
(
buffer
,
"disabled"
))
if
(
!
strcmp
(
buffer
,
"disabled"
))
{
{
ERR_
(
winediag
)(
"The GLSL shader backend has been disabled. You get to keep all the pieces if it breaks.
\n
"
);
TRACE
(
"Use of GL Shading Language disabled
\n
"
);
TRACE
(
"Use of GL Shading Language disabled
\n
"
);
wined3d_settings
.
glslRequested
=
FALSE
;
wined3d_settings
.
glslRequested
=
FALSE
;
}
}
...
...
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