Module: wine Branch: master Commit: 745b5fe8f1aa1de994a9fe0ce6084daf52e47314 URL: http://source.winehq.org/git/wine.git/?a=commit;h=745b5fe8f1aa1de994a9fe0ce6...
Author: Matteo Bruni matteo.mystral@gmail.com Date: Thu May 13 17:21:59 2010 +0200
d3dx9: Add sampler dcl instruction support to the shader assembler.
---
dlls/d3dx9_36/asmparser.c | 9 ++++++ dlls/d3dx9_36/asmshader.l | 10 ++++++ dlls/d3dx9_36/asmshader.y | 44 ++++++++++++++++++++++++++++ dlls/d3dx9_36/asmutils.c | 11 +++++++ dlls/d3dx9_36/bytecodewriter.c | 59 ++++++++++++++++++++++++++++++++++++++ dlls/d3dx9_36/d3dx9_36_private.h | 13 ++++++++- dlls/d3dx9_36/tests/asm.c | 10 ++---- 7 files changed, 148 insertions(+), 8 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=745b5fe8f1aa1de994a9fe...