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
d2ef7869
Commit
d2ef7869
authored
Mar 12, 2006
by
Vitaliy Margolen
Committed by
Alexandre Julliard
Mar 13, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Don't override variable that still has something we need.
Use local temp variable instead.
parent
76e5e88f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
pixelshader.c
dlls/wined3d/pixelshader.c
+2
-2
No files found.
dlls/wined3d/pixelshader.c
View file @
d2ef7869
...
...
@@ -1417,8 +1417,8 @@ inline static VOID IWineD3DPixelShaderImpl_GenerateProgramArbHW(IWineD3DPixelSha
/* Generate lines that handle input modifier computation */
for
(
i
=
1
;
i
<
curOpcode
->
num_params
;
++
i
)
{
TRACE
(
"(%p) : Param %ld token %lx
\n
"
,
This
,
i
,
*
(
pToken
+
i
));
if
(
gen_input_modifier_line
(
*
(
pToken
+
i
),
i
-
1
,
regs
[
i
-
1
],
tmp
Line
,
This
->
constants
))
{
addline
(
&
lineNum
,
pgmStr
,
&
pgmLength
,
tmp
Line
);
if
(
gen_input_modifier_line
(
*
(
pToken
+
i
),
i
-
1
,
regs
[
i
-
1
],
tmp
Op
,
This
->
constants
))
{
addline
(
&
lineNum
,
pgmStr
,
&
pgmLength
,
tmp
Op
);
}
}
...
...
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