shlwapi: Fix SHCreateWorkerWindowA for 64-bit.
[wine] / dlls / d3dx9_36 /
2010-04-02  Christian Costad3dx9_36: Improve FIXMEs and TRACEs for font.
2010-04-02  Christian Costad3dx9_36: Improve FIXMEs and TRACEs for sprite.
2010-04-02  Christian Costad3dx9_36: Implement D3DXCreateLine and add stubbed...
2010-04-01  Christian Costad3dx9_36: Add stub for D3DXLoadVolumeFromMemory.
2010-03-30  Matteo Brunid3dx9: Implement a basic bytecode writer.
2010-03-30  Matteo Brunid3dx9: Implement D3DXAssembleShader function, really...
2010-03-30  Matteo Brunid3dx9: Partial implementation of D3DXAssembleShader...
2010-03-29  Mikhail Maroukhined3dx9_36: Fix compiler warnings with flag -Wcast-qual.
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-22  Francois GougetAssorted spelling and case fixes.
2010-03-22  Francois Gougetd3dx9_36: Add a trailing '\n' to a TRACE().
2010-03-19  Christian Costad3dx9_36: Add stub for D3DXCreateEffect.
2010-03-19  Christian Costad3dx9_36: Use %u to print unsigned integer.
2010-03-19  Christian Costad3dx9_36: Fix method name.
2010-03-19  Christian Costad3dx9_36: Add missing GetSamplerIndex method to ID3DXCo...
2010-03-19  Christian Costad3dx9_36: Implement ID3DXConstantTableImpl_GetDesc...
2010-03-17  Christian Costad3dx9_36: Add stub for D3DXCreateTextureFromFileInMemoryEx.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-03-15  Henri Verbeetd3dx9_36: Not implementing an interface is not an inter...
2010-03-15  Henri Verbeetd3dx9_36: ID3DXBuffer is a base interface for ID3DXCons...
2010-03-15  Christian Costad3dx9_36/tests: Fix contant table header in ctab data.
2010-03-15  Christian Costad3dx9_36: Rename variables in D3DXGetShaderConstantTabl...
2010-03-04  Christian Costad3dx9_36: Avoid dereferencing null pointers in trace...
2010-03-02  Christian Costad3dx9_36: Remove useless HEAP_ZERO_MEMORY flag (spotted...
2010-03-01  Christian Costad3dx9_36: Find, store and enable retreival of CTAB...
2010-03-01  Christian Costad3dx9_36: Implement D3DXFindShaderComment (based on...
2010-03-01  Christian Costad3dx9_36: Implement stubbed ID3DXConstantTable interface.
2010-02-22  Christian Costad3dx9_36: Add stub for D3DXGetShaderConstantTableEx...
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-02-15  Christian Costad3dx9_36: Improve some stubs.
2010-02-15  Christian Costad3dx9_36: Implement D3DXCreateTexture.
2010-02-11  Christian Costad3dx9_36: Add stub for D3DXCompileShader.
2009-12-22  David Adamd3dx9/tests: 1 must be a float.
2009-12-15  David Adamd3dx9/tests: Check a relative error instead of an absol...
2009-10-27  Matteo Brunid3dx9: Add D3DXAssembleShader tests.
2009-10-19  Matteo Brunid3dx9: D3DXAssembleShaderFromResource implementation.
2009-10-19  Matteo Brunid3dx9: D3DXAssembleShader and D3DXAssembleShaderFromFil...
2009-10-16  Tony Wasserkad3dx9: Add tests for ARGB pixel format conversion in...
2009-10-16  Tony Wasserkad3dx9: Implement converting and copying ARGB surface...
2009-10-07  Alexandre JulliardFix empty function prototypes.
2009-08-31  Francois Gougetd3dx9_36: Fix compilation on systems that don't support...
2009-07-21  David Adamd3dx9: Add forgotten copyrights.
2009-07-20  David Adamd3dx9: Fix D3DXMatrixStack_RotateAxisLocal to make...
2009-07-20  David Adamd3dx9: Fix D3DXMatrixStack_RotateAxis to make tests...
2009-07-20  David Adamd3dx9: Fix D3DXMatrixStack_MultMatrixLocal to make...
2009-07-20  David Adamd3dx9: Fix D3DXMatrixStack_MultMatrix to make tests...
2009-07-20  David Adamd3dx9: Fix D3DXMatrixStack_LoadMatrix to make tests...
2009-07-20  David Adamd3dx9: Fix D3DXVec4Normalize to make tests pass in...
2009-07-20  David Adamd3dx9: Fix D3DXVec3TransformCoord to make tests pass...
2009-07-20  David Adamd3dx9: Fix D3DXVec2TransformCoord to make tests pass...
2009-07-17  David Adamd3dx9: Fix D3DXQuaternionNormalize to make tests pass...
2009-07-17  David Adamd3dx9: Fix D3DXQuaternionInverse to make tests pass...
2009-07-16  David Adamd3dx9: Remove a failing test in Windows.
2009-07-16  David Adamd3dx9: Fix D3DXQuaternionToAxisAngle to make tests...
2009-07-13  David Adamd3dx9: Remove the useless d3dx8 import.
2009-07-13  David Adamd3dx9: Merge d3dx8 math tests into d3dx9.
2009-07-13  David Adamd3dx9: Clean-up the spec file.
2009-07-13  David Adamd3dx9: Merge d3dx8 math into d3dx9.
2009-07-13  David Adamd3dx9: Merge d3dx8 mesh tests into d3dx9.
2009-07-13  David Adamd3dx9: Merge d3dx8 mesh into d3dx9.
2009-07-13  David Adamd3dx9: Merge d3dx8 core into d3dx9.
2009-07-13  David Adamd3dx9: Fix the prototype of some functions.
2009-07-06  David Adamd3dx9_36: Fix the sprite tests to make them pass in...
2009-07-06  David Adamd3dx9_36: Fix tests to make them pass in Windows.
2009-06-26  Tony Wasserkad3dx9: Add tests for D3DXLoadSurfaceFromSurface.
2009-06-26  Tony Wasserkad3dx9: Add tests for D3DXLoadSurfaceFromMemory.
2009-06-26  Tony Wasserkad3dx9: Add tests for D3DXLoadSurfaceFromFileInMemory.
2009-06-26  Tony Wasserkad3dx9: Add tests for D3DXLoadSurfaceFromResource.
2009-06-26  Tony Wasserkad3dx9: Add tests for D3DXLoadSurfaceFromFile.
2009-06-26  Tony Wasserkad3dx9: Implement D3DXLoadSurfaceFromSurface.
2009-06-26  Tony Wasserkad3dx9: Add a stub for D3DXLoadSurfaceFromMemory.
2009-06-26  Tony Wasserkad3dx9: Implement D3DXLoadSurfaceFromResource.
2009-06-26  Tony Wasserkad3dx9: Implement D3DXLoadSurfaceFromFile.
2009-06-26  Tony Wasserkad3dx9: Add a stub for D3DXLoadSurfaceFromFileInMemory.
2009-06-24  Tony Wasserkad3dx9: Add tests for basic ID3DXFont functions.
2009-06-24  Tony Wasserkad3dx9: Implement ID3DXFont_GetTextMetrics.
2009-06-24  Tony Wasserkad3dx9: Implement ID3DXFont_GetDC.
2009-06-24  Tony Wasserkad3dx9: Implement ID3DXFont_GetDesc.
2009-06-24  Tony Wasserkad3dx9: Implement ID3DXFont_GetDevice.
2009-06-24  Tony Wasserkad3dx9: Improve parameter validation in D3DXCreateFont...
2009-06-19  Henri Verbeetd3dx9_36: Add a test for D3DXGetDeclVertexSize().
2009-06-19  Henri Verbeetd3dx9_36: Implement D3DXGetDeclVertexSize().
2009-06-05  Tony Wasserkad3dx9: Test return codes of the D3DXGetImageInfo functions.
2009-06-02  Tony Wasserkad3dx9: Redirect D3DXGetImageInfo functions to the FromF...
2009-06-02  Tony Wasserkad3dx9: Add utility functions for loading files and...
2009-05-26  Tony Wasserkad3dx9: Add stubs for the D3DXGetImageInfo function...
2009-03-10  Tony Wasserkad3dx9: Recognize the D3DXSPRITE_DO_NOT_ADDREF_TEXTURE...
2009-03-10  Tony Wasserkad3dx9: Recognize the D3DXSPRITE_DONOTSAVESTATE flag.
2009-03-09  Tony Wasserkad3dx9: Add ID3DXSprite tests.
2009-03-04  Tony Wasserkad3dx9: Implement ID3DXSprite_OnLostDevice/OnResetDevice.
2009-03-02  Tony Wasserkad3dx9: ID3DXSprite: Move vdecl creation to ID3DXSprite_...
2009-03-02  Tony Wasserkad3dx9: Implement ID3DXSprite_Get/SetTransform.
2009-02-11  David Adamd3dx9_36: Implement D3DXGetFVFVertexSize.
2009-02-11  David Adamd3dx9_36: Implement D3DXComputeBoundingSphere.
2009-02-11  David Adamd3dx9_36: Implement D3DXComputeBoundingBox.
2009-02-09  Francois Gougetd3dx9_36: The d3dx debug channel is unused so remove it.
next