Module: wine Branch: master Commit: 5050f7c8d2cbd965c15501f73d199ee989ef452e URL: http://source.winehq.org/git/wine.git/?a=commit;h=5050f7c8d2cbd965c15501f73d...
Author: Matteo Bruni matteo.mystral@gmail.com Date: Sun May 16 20:57:52 2010 +0200
d3dx9: Shader assembler vs_2_x support.
---
dlls/d3dx9_36/asmparser.c | 259 +++++++++++++++++++++ dlls/d3dx9_36/asmshader.y | 6 +- dlls/d3dx9_36/bytecodewriter.c | 473 +++++++++++++++++++++++++++++++++++++- dlls/d3dx9_36/d3dx9_36_private.h | 11 + dlls/d3dx9_36/tests/asm.c | 12 +- 5 files changed, 753 insertions(+), 8 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=5050f7c8d2cbd965c15501...