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
41e5478c
Commit
41e5478c
authored
Feb 11, 2006
by
Jan Zerebecki
Committed by
Alexandre Julliard
Feb 11, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Extend debug_d3drenderstate with missing states.
parent
ea0e7b33
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
0 deletions
+33
-0
utils.c
dlls/wined3d/utils.c
+33
-0
No files found.
dlls/wined3d/utils.c
View file @
41e5478c
...
...
@@ -238,6 +238,39 @@ const char* debug_d3drenderstate(DWORD state) {
D3DSTATE_TO_STR
(
WINED3DRS_BLENDOP
);
D3DSTATE_TO_STR
(
WINED3DRS_POSITIONDEGREE
);
D3DSTATE_TO_STR
(
WINED3DRS_NORMALDEGREE
);
D3DSTATE_TO_STR
(
WINED3DRS_SCISSORTESTENABLE
);
D3DSTATE_TO_STR
(
WINED3DRS_SLOPESCALEDEPTHBIAS
);
D3DSTATE_TO_STR
(
WINED3DRS_ANTIALIASEDLINEENABLE
);
D3DSTATE_TO_STR
(
WINED3DRS_MINTESSELLATIONLEVEL
);
D3DSTATE_TO_STR
(
WINED3DRS_MAXTESSELLATIONLEVEL
);
D3DSTATE_TO_STR
(
WINED3DRS_ADAPTIVETESS_X
);
D3DSTATE_TO_STR
(
WINED3DRS_ADAPTIVETESS_Y
);
D3DSTATE_TO_STR
(
WINED3DRS_ADAPTIVETESS_Z
);
D3DSTATE_TO_STR
(
WINED3DRS_ADAPTIVETESS_W
);
D3DSTATE_TO_STR
(
WINED3DRS_ENABLEADAPTIVETESSELLATION
);
D3DSTATE_TO_STR
(
WINED3DRS_TWOSIDEDSTENCILMODE
);
D3DSTATE_TO_STR
(
WINED3DRS_CCW_STENCILFAIL
);
D3DSTATE_TO_STR
(
WINED3DRS_CCW_STENCILZFAIL
);
D3DSTATE_TO_STR
(
WINED3DRS_CCW_STENCILPASS
);
D3DSTATE_TO_STR
(
WINED3DRS_CCW_STENCILFUNC
);
D3DSTATE_TO_STR
(
WINED3DRS_COLORWRITEENABLE1
);
D3DSTATE_TO_STR
(
WINED3DRS_COLORWRITEENABLE2
);
D3DSTATE_TO_STR
(
WINED3DRS_COLORWRITEENABLE3
);
D3DSTATE_TO_STR
(
WINED3DRS_BLENDFACTOR
);
D3DSTATE_TO_STR
(
WINED3DRS_SRGBWRITEENABLE
);
D3DSTATE_TO_STR
(
WINED3DRS_DEPTHBIAS
);
D3DSTATE_TO_STR
(
WINED3DRS_WRAP8
);
D3DSTATE_TO_STR
(
WINED3DRS_WRAP9
);
D3DSTATE_TO_STR
(
WINED3DRS_WRAP10
);
D3DSTATE_TO_STR
(
WINED3DRS_WRAP11
);
D3DSTATE_TO_STR
(
WINED3DRS_WRAP12
);
D3DSTATE_TO_STR
(
WINED3DRS_WRAP13
);
D3DSTATE_TO_STR
(
WINED3DRS_WRAP14
);
D3DSTATE_TO_STR
(
WINED3DRS_WRAP15
);
D3DSTATE_TO_STR
(
WINED3DRS_SEPARATEALPHABLENDENABLE
);
D3DSTATE_TO_STR
(
WINED3DRS_SRCBLENDALPHA
);
D3DSTATE_TO_STR
(
WINED3DRS_DESTBLENDALPHA
);
D3DSTATE_TO_STR
(
WINED3DRS_BLENDOPALPHA
);
#undef D3DSTATE_TO_STR
default:
FIXME
(
"Unrecognized %lu render state!
\n
"
,
state
);
...
...
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