d3dx9: Implementation of D3DXGetShaderSize + tests

Luis Busquets luis.busquets at ilidium.com
Tue Apr 15 13:58:34 CDT 2008


Implementation of D3DXGetShaderSize together with tests for simple 
shaders ad a NULL shader.

---
  dlls/d3dx9_36/Makefile.in       |    3 +-
  dlls/d3dx9_36/d3dx9_36.spec     |    2 +-
  dlls/d3dx9_36/shader.c          |   50 +++++++++++++++++++++++++++++++++
  dlls/d3dx9_36/tests/Makefile.in |    3 +-
  dlls/d3dx9_36/tests/shader.c    |   58 
+++++++++++++++++++++++++++++++++++++++
  include/d3dx9.h                 |    1 +
  include/d3dx9shader.h           |   35 +++++++++++++++++++++++
  7 files changed, 149 insertions(+), 3 deletions(-)
  create mode 100644 dlls/d3dx9_36/shader.c
  create mode 100644 dlls/d3dx9_36/tests/shader.c
  create mode 100644 include/d3dx9shader.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D3DXGetShaderSize.diff
Type: text/x-patch
Size: 7637 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080415/c65259a1/attachment.bin 


More information about the wine-patches mailing list