(try 2)[PATCH 1/4] d3dcompiler: Add initial reflection parsing.

Rico Schüller kgbricola at web.de
Mon Nov 8 14:32:09 CST 2010


Hi,

this is try 2 for the initial reflection parsing in d3dcompiler_43.dll.

Improvements:
- don't add the ID3D11ShaderReflection{Variable,ConstantBuffer,Type} 
interfaces, they will be added when the rdef parsing will need the 
interfaces
- use the reflection vtbl only in reflection.c
- remove d3dcompiler_parse_unknown (it is only useful for debugging 
purposes)

Cheers
Rico

---
  dlls/d3dcompiler_43/d3dcompiler_43_main.c |   12 ++++++--
  dlls/d3dcompiler_43/d3dcompiler_private.h |    3 +-
  dlls/d3dcompiler_43/reflection.c          |   39 
+++++++++++++++++++++++++++++
  3 files changed, 50 insertions(+), 4 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-d3dcompiler-Add-initial-reflection-parsing.txt
Type: text/x-patch
Size: 3713 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20101108/72022c68/attachment.bin>


More information about the wine-patches mailing list