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
298c953b
Commit
298c953b
authored
Jul 02, 2008
by
Stefan Dösinger
Committed by
Alexandre Julliard
Jul 08, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Move the scissor rect to the misc states.
parent
3668f750
Show 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 @
298c953b
...
...
@@ -4852,7 +4852,7 @@ const struct StateEntry FFPStateTable[] =
{
/* , STATE_ACTIVELIGHT(6) */
STATE_ACTIVELIGHT
(
6
),
light
},
{
/* , STATE_ACTIVELIGHT(7) */
STATE_ACTIVELIGHT
(
7
),
light
},
{
/* Scissor rect */
STATE_SCISSORRECT
,
scissorrect
},
{
/* Scissor rect */
STATE_SCISSORRECT
,
NULL
},
/* Clip planes */
{
/* STATE_CLIPPLANE(0) */
STATE_CLIPPLANE
(
0
),
NULL
},
{
/* STATE_CLIPPLANE(1) */
STATE_CLIPPLANE
(
1
),
NULL
},
...
...
@@ -4905,6 +4905,7 @@ const struct StateEntryTemplate misc_state_template[] = {
{
STATE_STREAMSRC
,
{
STATE_VDECL
,
streamsrc
}},
{
STATE_VDECL
,
{
STATE_VDECL
,
streamsrc
}},
{
STATE_FRONTFACE
,
{
STATE_FRONTFACE
,
frontface
}},
{
STATE_SCISSORRECT
,
{
STATE_SCISSORRECT
,
scissorrect
}},
{
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