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
1328da09
Commit
1328da09
authored
Dec 08, 2006
by
Stefan Dösinger
Committed by
Alexandre Julliard
Dec 11, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Set WINED3DRS_INDEXEDVERTEXBLENDENABLE to state_nogl.
parent
3e05e133
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
+2
-7
device.c
dlls/wined3d/device.c
+1
-6
state.c
dlls/wined3d/state.c
+1
-1
No files found.
dlls/wined3d/device.c
View file @
1328da09
...
...
@@ -3383,13 +3383,8 @@ static HRESULT WINAPI IWineD3DDeviceImpl_SetRenderState(IWineD3DDevice *iface, W
case
WINED3DRS_FOGDENSITY
:
case
WINED3DRS_VERTEXBLEND
:
case
WINED3DRS_TWEENFACTOR
:
StateTable
[
STATE_RENDER
(
State
)].
apply
(
STATE_RENDER
(
State
),
This
->
stateBlock
);
break
;
case
WINED3DRS_INDEXEDVERTEXBLENDENABLE
:
{
TRACE
(
"Indexed Vertex Blend Enable to %u
\n
"
,
(
BOOL
)
Value
);
}
StateTable
[
STATE_RENDER
(
State
)].
apply
(
STATE_RENDER
(
State
),
This
->
stateBlock
);
break
;
case
WINED3DRS_COLORVERTEX
:
...
...
dlls/wined3d/state.c
View file @
1328da09
...
...
@@ -982,7 +982,7 @@ const struct StateEntry StateTable[] =
{
/*164, WINED3DRS_PATCHSEGMENTS */
STATE_RENDER
(
WINED3DRS_PATCHSEGMENTS
),
state_unknown
},
{
/*165, WINED3DRS_DEBUGMONITORTOKEN */
STATE_RENDER
(
WINED3DRS_DEBUGMONITORTOKEN
),
state_unknown
},
{
/*166, WINED3DRS_POINTSIZE_MAX */
STATE_RENDER
(
WINED3DRS_POINTSIZE_MAX
),
state_unknown
},
{
/*167, WINED3DRS_INDEXEDVERTEXBLENDENABLE */
STATE_RENDER
(
WINED3DRS_INDEXEDVERTEXBLENDENABLE
),
state_unknown
},
{
/*167, WINED3DRS_INDEXEDVERTEXBLENDENABLE */
0
,
state_nogl
},
{
/*168, WINED3DRS_COLORWRITEENABLE */
STATE_RENDER
(
WINED3DRS_COLORWRITEENABLE
),
state_unknown
},
{
/*169, Undefined */
0
,
state_undefined
},
{
/*170, WINED3DRS_TWEENFACTOR */
0
,
state_nogl
},
...
...
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