Module: wine Branch: refs/heads/master Commit: 174734e4a29d8f11b8dc75e7fc9835921c8ccb48 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=174734e4a29d8f11b8dc75e7...
Author: Ivan Gyurdiev ivg2@cornell.edu Date: Wed May 17 02:08:32 2006 -0400
wined3d: LRP is not a valid ARBvp code.
---
dlls/wined3d/vertexshader.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/wined3d/vertexshader.c b/dlls/wined3d/vertexshader.c index cf09e5f..4321693 100644 --- a/dlls/wined3d/vertexshader.c +++ b/dlls/wined3d/vertexshader.c @@ -510,7 +510,7 @@ CONST SHADER_OPCODE IWineD3DVertexShader {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},