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
c61b14cb
Commit
c61b14cb
authored
Dec 21, 2012
by
Andrew Talbot
Committed by
Alexandre Julliard
Dec 24, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Indentation fix.
parent
9acc9666
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
arb_program_shader.c
dlls/wined3d/arb_program_shader.c
+2
-2
No files found.
dlls/wined3d/arb_program_shader.c
View file @
c61b14cb
...
...
@@ -2034,7 +2034,7 @@ static void pshader_hw_texcoord(const struct wined3d_shader_instruction *ins)
shader_arb_get_src_param
(
ins
,
&
ins
->
src
[
0
],
0
,
reg_src
);
shader_arb_get_dst_param
(
ins
,
&
ins
->
dst
[
0
],
dst_str
);
shader_addline
(
buffer
,
"MOV %s, %s;
\n
"
,
dst_str
,
reg_src
);
}
}
}
static
void
pshader_hw_texreg2ar
(
const
struct
wined3d_shader_instruction
*
ins
)
...
...
@@ -6210,7 +6210,7 @@ static GLuint gen_arbfp_ffp_shader(const struct ffp_frag_settings *settings, con
if
(
tfactor_used
)
{
shader_addline
(
&
buffer
,
"PARAM tfactor = program.env[%u];
\n
"
,
ARB_FFP_CONST_TFACTOR
);
}
shader_addline
(
&
buffer
,
"PARAM specular_enable = program.env[%u];
\n
"
,
ARB_FFP_CONST_SPECULAR_ENABLE
);
shader_addline
(
&
buffer
,
"PARAM specular_enable = program.env[%u];
\n
"
,
ARB_FFP_CONST_SPECULAR_ENABLE
);
if
(
settings
->
sRGB_write
)
{
shader_addline
(
&
buffer
,
"PARAM srgb_consts1 = {%f, %f, %f, %f};
\n
"
,
...
...
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