25 Jul
2006
25 Jul
'06
10:09 a.m.
Module: wine Branch: refs/heads/master Commit: 7e90aba97be15e746839bda89f71bbd146af8c19 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=7e90aba97be15e746839bda8... Author: Jason Green <jave27(a)gmail.com> Date: Mon Jul 24 22:52:38 2006 -0400 wined3d: Implement more GLSL instructions. Implement D3DSIO_TEXREG2AR, TEXREG2GB, TEXREG2RGB, TEXM3X3TEX, TEXM3X3SPEC. --- dlls/wined3d/glsl_shader.c | 134 ++++++++++++++++++++++++++++++++++++++++ dlls/wined3d/pixelshader.c | 10 +-- dlls/wined3d/wined3d_private.h | 5 + 3 files changed, 144 insertions(+), 5 deletions(-) Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=7e90aba97be15e746839...