d3dx9: Implement a basic bytecode writer.
commit18c6f23a9401421d7c7413ff6eb4fc78255e0575
authorMatteo Bruni <matteo.mystral@gmail.com>
Mon, 29 Mar 2010 15:57:30 +0000 (29 17:57 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 30 Mar 2010 13:52:57 +0000 (30 15:52 +0200)
treeaa4c845071ffe4e9c4856f2d1cbeda6634abbb09
parent95afbeadf5d34310632cc829bcffd2eff447cfba
d3dx9: Implement a basic bytecode writer.

Now the shader assembler is structurally complete and it correctly
assembles one trivial shader program.
dlls/d3dx9_36/asmutils.c
dlls/d3dx9_36/bytecodewriter.c
dlls/d3dx9_36/d3dx9_36_private.h
dlls/d3dx9_36/shader.c
dlls/d3dx9_36/tests/asm.c