d3dx9: Handle pool and device in ID3DXEffect.
[wine] / dlls / d3dx9_36 / effect.c
2011-03-29  Rico Schüllerd3dx9: Handle pool and device in ID3DXEffect.
2011-03-29  Rico Schüllerd3dx9: Use size of variable instead of type.
2011-03-29  Rico Schüllerd3dx9: Fix HeapAlloc size in D3DXCreateEffectPool.
2011-03-15  Rico Schüllerd3dx9_36: Start effect parsing.
2011-01-27  Michael Stefaniucd3dx9_36: COM cleanup for the ID3DXEffectPool iface.
2011-01-27  Michael Stefaniucd3dx9_36: COM cleanup for the ID3DXEffect iface.
2010-05-18  Owen Rudged3dx9: Implement CreateEffectFromFile/Resource functions.
2010-05-18  Owen Rudged3dx9: Implement D3DXCreateEffectCompilerFromFile/Resource.
2010-03-25  Christian Costad3dx9_36: Implement D3DXCreateEffectEx and make D3DXCre...
2010-03-25  Christian Costad3dx9_36: Add stub for D3DXCreateEffectCompiler.
2010-03-25  Christian Costad3dx9_36: Remove useless includes.
2010-03-25  Christian Costad3dx9_36: Implement D3DXCreateEffectPool and ID3DXEffec...
2010-03-22  Christian Costad3dx9_36: Add stubbed interface for ID3DXEffect.
2010-03-19  Christian Costad3dx9_36: Add stub for D3DXCreateEffect.