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
174734e4
Commit
174734e4
authored
May 17, 2006
by
Ivan Gyurdiev
Committed by
Alexandre Julliard
May 17, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: LRP is not a valid ARBvp code.
parent
8470e54b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vertexshader.c
dlls/wined3d/vertexshader.c
+1
-1
No files found.
dlls/wined3d/vertexshader.c
View file @
174734e4
...
...
@@ -510,7 +510,7 @@ CONST SHADER_OPCODE IWineD3DVertexShaderImpl_shader_ins[] = {
{
D3DSIO_LOGP
,
"logp"
,
"LOG"
,
2
,
vshader_logp
,
vshader_hw_map2gl
,
NULL
,
0
,
0
},
{
D3DSIO_LIT
,
"lit"
,
"LIT"
,
2
,
vshader_lit
,
vshader_hw_map2gl
,
NULL
,
0
,
0
},
{
D3DSIO_DST
,
"dst"
,
"DST"
,
3
,
vshader_dst
,
vshader_hw_map2gl
,
NULL
,
0
,
0
},
{
D3DSIO_LRP
,
"lrp"
,
"LRP"
,
4
,
vshader_lrp
,
vshader_hw_map2gl
,
NULL
,
0
,
0
},
{
D3DSIO_LRP
,
"lrp"
,
"LRP"
,
4
,
vshader_lrp
,
NULL
,
NULL
,
0
,
0
},
{
D3DSIO_FRC
,
"frc"
,
"FRC"
,
2
,
vshader_frc
,
vshader_hw_map2gl
,
NULL
,
0
,
0
},
{
D3DSIO_POW
,
"pow"
,
"POW"
,
3
,
vshader_pow
,
NULL
,
NULL
,
0
,
0
},
{
D3DSIO_CRS
,
"crs"
,
"XPS"
,
3
,
vshader_crs
,
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