Module: wine Branch: master Commit: b627d13ea81cc281c5981b6a2bc78e5de3685a34 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b627d13ea81cc281c5981b6a2b...
Author: Matteo Bruni matteo.mystral@gmail.com Date: Thu May 13 17:21:58 2010 +0200
d3dx9: Add output dcl instruction partial support to the shader assembler.
---
dlls/d3dx9_36/asmparser.c | 15 +++++++ dlls/d3dx9_36/asmshader.l | 12 ++++++ dlls/d3dx9_36/asmshader.y | 40 +++++++++++++++++++ dlls/d3dx9_36/asmutils.c | 2 + dlls/d3dx9_36/bytecodewriter.c | 79 ++++++++++++++++++++++++++++++++++++++ dlls/d3dx9_36/d3dx9_36_private.h | 9 ++++ dlls/d3dx9_36/tests/asm.c | 6 +- 7 files changed, 160 insertions(+), 3 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=b627d13ea81cc281c5981b...