Henri Verbeet : wined3d: Store the SM 1-3 opcode information tables in the SM 1-3 frontend.

Alexandre Julliard julliard at winehq.org
Tue May 5 09:12:52 CDT 2009


Module: wine
Branch: master
Commit: 2a5a6a34390e255740828b7cb5147728ef13022d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=2a5a6a34390e255740828b7cb5147728ef13022d

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Tue May  5 09:38:03 2009 +0200

wined3d: Store the SM 1-3 opcode information tables in the SM 1-3 frontend.

---

 dlls/wined3d/arb_program_shader.c |    8 +-
 dlls/wined3d/baseshader.c         |   36 +++---
 dlls/wined3d/device.c             |    4 +-
 dlls/wined3d/glsl_shader.c        |    8 +-
 dlls/wined3d/pixelshader.c        |  106 ++---------------
 dlls/wined3d/shader_sm1.c         |  234 +++++++++++++++++++++++++++++++++++--
 dlls/wined3d/shader_sm4.c         |   28 ++++-
 dlls/wined3d/vertexshader.c       |   87 ++------------
 dlls/wined3d/wined3d_private.h    |   44 +++----
 9 files changed, 314 insertions(+), 241 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=2a5a6a34390e255740828b7cb5147728ef13022d



More information about the wine-cvs mailing list