Ivan Gyurdiev : wined3d: Move register count pass to SetFunction.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Jul 6 10:44:06 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 276609e1e53f4636e8b1d5b03423f5691ae30eaf
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=276609e1e53f4636e8b1d5b03423f5691ae30eaf

Author: Ivan Gyurdiev <ivg231 at gmail.com>
Date:   Tue Jul  4 02:01:46 2006 -0600

wined3d: Move register count pass to SetFunction.

Move semantics pointers out of the reg_maps, make them persistent data
in the shader (again, for future software shaders).

---

 dlls/wined3d/arb_program_shader.c |   12 +++++++-----
 dlls/wined3d/baseshader.c         |    6 ++++--
 dlls/wined3d/drawprim.c           |    2 +-
 dlls/wined3d/glsl_shader.c        |   12 ++++++------
 dlls/wined3d/pixelshader.c        |   32 +++++++++++++++-----------------
 dlls/wined3d/vertexshader.c       |   33 +++++++++++++++------------------
 dlls/wined3d/wined3d_private.h    |   17 +++++++++--------
 7 files changed, 57 insertions(+), 57 deletions(-)

Diff:   http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=276609e1e53f4636e8b1d5b03423f5691ae30eaf



More information about the wine-cvs mailing list