Module: wine Branch: master Commit: 75454161330d95e163cf7146e16672151e8a6c48 URL: http://source.winehq.org/git/wine.git/?a=commit;h=75454161330d95e163cf7146e1...
Author: Matteo Bruni matteo.mystral@gmail.com Date: Sun Mar 28 16:00:36 2010 +0200
d3dx9: Partial implementation of D3DXAssembleShader function.
This only executes the preprocessing pass. No parsing of the shader yet.
---
dlls/d3dx9_36/Makefile.in | 1 + dlls/d3dx9_36/d3dx9_36_private.h | 7 + dlls/d3dx9_36/shader.c | 300 +++++++++++++++++++++++++++++++++++++- 3 files changed, 307 insertions(+), 1 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=75454161330d95e163cf71...