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
a4c85d78
Commit
a4c85d78
authored
Jul 02, 2008
by
Stefan Dösinger
Committed by
Alexandre Julliard
Jul 09, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: WINED3DRS_LASTPIXEL -> misc states.
parent
58ef02fa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
state.c
dlls/wined3d/state.c
+2
-1
No files found.
dlls/wined3d/state.c
View file @
a4c85d78
...
...
@@ -3838,7 +3838,7 @@ const struct StateEntry FFPStateTable[] =
{
/* 13, WINED3DRS_PLANEMASK */
STATE_RENDER
(
WINED3DRS_PLANEMASK
),
NULL
},
{
/* 14, WINED3DRS_ZWRITEENABLE */
STATE_RENDER
(
WINED3DRS_ZWRITEENABLE
),
NULL
},
{
/* 15, WINED3DRS_ALPHATESTENABLE */
STATE_RENDER
(
WINED3DRS_ALPHATESTENABLE
),
NULL
},
{
/* 16, WINED3DRS_LASTPIXEL */
STATE_RENDER
(
WINED3DRS_LASTPIXEL
),
state_lastpixel
},
{
/* 16, WINED3DRS_LASTPIXEL */
STATE_RENDER
(
WINED3DRS_LASTPIXEL
),
NULL
},
{
/* 17, WINED3DRS_TEXTUREMAG */
0
/* Handled in ddraw */
,
state_undefined
},
{
/* 18, WINED3DRS_TEXTUREMIN */
0
/* Handled in ddraw */
,
state_undefined
},
{
/* 19, WINED3DRS_SRCBLEND */
STATE_RENDER
(
WINED3DRS_ALPHABLENDENABLE
),
NULL
},
...
...
@@ -4932,6 +4932,7 @@ const struct StateEntryTemplate misc_state_template[] = {
{
STATE_RENDER
(
WINED3DRS_ALPHAREF
),
{
STATE_RENDER
(
WINED3DRS_ALPHATESTENABLE
),
state_alpha
}},
{
STATE_RENDER
(
WINED3DRS_ALPHAFUNC
),
{
STATE_RENDER
(
WINED3DRS_ALPHATESTENABLE
),
state_alpha
}},
{
STATE_RENDER
(
WINED3DRS_COLORKEYENABLE
),
{
STATE_RENDER
(
WINED3DRS_ALPHATESTENABLE
),
state_alpha
}},
{
STATE_RENDER
(
WINED3DRS_LASTPIXEL
),
{
STATE_RENDER
(
WINED3DRS_LASTPIXEL
),
state_lastpixel
}},
{
0
/* Terminate */
,
{
0
,
0
}},
};
...
...
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