Module: wine Branch: master Commit: 25c929ab6191eb1ccb158f676e5cbcbcf29d6f19 URL: http://source.winehq.org/git/wine.git/?a=commit;h=25c929ab6191eb1ccb158f676e...
Author: Matteo Bruni matteo.mystral@gmail.com Date: Tue May 11 20:29:07 2010 +0200
d3dx9: Support some flow control instructions in the shader assembler.
---
dlls/d3dx9_36/asmshader.l | 14 +++++++ dlls/d3dx9_36/asmshader.y | 81 ++++++++++++++++++++++++++++++++++++++ dlls/d3dx9_36/asmutils.c | 30 ++++++++++++++ dlls/d3dx9_36/bytecodewriter.c | 13 ++++++ dlls/d3dx9_36/d3dx9_36_private.h | 13 ++++++ 5 files changed, 151 insertions(+), 0 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=25c929ab6191eb1ccb158f...