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
71a0c6e4
Commit
71a0c6e4
authored
Mar 02, 2007
by
H. Verbeet
Committed by
Alexandre Julliard
Mar 05, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: The texldl instruction takes 3 arguments.
parent
3aaabf4e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
pixelshader.c
dlls/wined3d/pixelshader.c
+1
-1
vertexshader.c
dlls/wined3d/vertexshader.c
+1
-1
No files found.
dlls/wined3d/pixelshader.c
View file @
71a0c6e4
...
...
@@ -733,7 +733,7 @@ CONST SHADER_OPCODE IWineD3DPixelShaderImpl_shader_ins[] = {
{
WINED3DSIO_DSY
,
"dsy"
,
GLNAME_REQUIRE_GLSL
,
1
,
2
,
pshader_dsy
,
NULL
,
NULL
,
0
,
0
},
{
WINED3DSIO_TEXLDD
,
"texldd"
,
GLNAME_REQUIRE_GLSL
,
1
,
5
,
pshader_texldd
,
NULL
,
NULL
,
WINED3DPS_VERSION
(
2
,
1
),
-
1
},
{
WINED3DSIO_SETP
,
"setp"
,
GLNAME_REQUIRE_GLSL
,
1
,
3
,
pshader_setp
,
NULL
,
NULL
,
0
,
0
},
{
WINED3DSIO_TEXLDL
,
"texldl"
,
GLNAME_REQUIRE_GLSL
,
1
,
2
,
pshader_texldl
,
NULL
,
NULL
,
0
,
0
},
{
WINED3DSIO_TEXLDL
,
"texldl"
,
GLNAME_REQUIRE_GLSL
,
1
,
3
,
pshader_texldl
,
NULL
,
NULL
,
0
,
0
},
{
WINED3DSIO_PHASE
,
"phase"
,
GLNAME_REQUIRE_GLSL
,
0
,
0
,
pshader_nop
,
NULL
,
NULL
,
0
,
0
},
{
0
,
NULL
,
NULL
,
0
,
0
,
NULL
,
NULL
,
0
,
0
}
};
...
...
dlls/wined3d/vertexshader.c
View file @
71a0c6e4
...
...
@@ -553,7 +553,7 @@ CONST SHADER_OPCODE IWineD3DVertexShaderImpl_shader_ins[] = {
{
WINED3DSIO_LABEL
,
"label"
,
NULL
,
0
,
1
,
vshader_label
,
NULL
,
shader_glsl_label
,
WINED3DVS_VERSION
(
2
,
0
),
-
1
},
{
WINED3DSIO_SETP
,
"setp"
,
GLNAME_REQUIRE_GLSL
,
1
,
3
,
vshader_setp
,
NULL
,
NULL
,
0
,
0
},
{
WINED3DSIO_TEXLDL
,
"texdl"
,
GLNAME_REQUIRE_GLSL
,
1
,
2
,
vshader_texldl
,
NULL
,
NULL
,
0
,
0
},
{
WINED3DSIO_TEXLDL
,
"texdl"
,
GLNAME_REQUIRE_GLSL
,
1
,
3
,
vshader_texldl
,
NULL
,
NULL
,
0
,
0
},
{
0
,
NULL
,
NULL
,
0
,
0
,
NULL
,
NULL
,
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