Matteo Bruni : d3dcompiler: Move shader assembler implementation from d3dx9_36.

Alexandre Julliard julliard at winehq.org
Wed Aug 25 12:35:06 CDT 2010


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

Author: Matteo Bruni <matteo.mystral at gmail.com>
Date:   Tue Aug 24 23:05:12 2010 +0200

d3dcompiler: Move shader assembler implementation from d3dx9_36.

---

 .gitignore                                         |    6 +-
 dlls/d3dcompiler_43/Makefile.in                    |    7 +
 dlls/{d3dx9_36 => d3dcompiler_43}/asmparser.c      |    2 +-
 dlls/{d3dx9_36 => d3dcompiler_43}/asmshader.l      |    2 +-
 dlls/{d3dx9_36 => d3dcompiler_43}/asmshader.y      |    2 +-
 dlls/{d3dx9_36 => d3dcompiler_43}/asmutils.c       |    3 +-
 dlls/{d3dx9_36 => d3dcompiler_43}/bytecodewriter.c |    3 +-
 dlls/d3dcompiler_43/compiler.c                     |  463 +++++++++++++++++-
 dlls/d3dcompiler_43/d3dcompiler_private.h          |  525 ++++++++++++++++++++
 dlls/d3dx9_36/Makefile.in                          |    9 +-
 dlls/d3dx9_36/d3dx9_36_private.h                   |  525 --------------------
 dlls/d3dx9_36/shader.c                             |  469 +-----------------
 12 files changed, 1018 insertions(+), 998 deletions(-)

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



More information about the wine-cvs mailing list