winealsa.drv: Remove dlopen call.
[wine] / dlls / d3dx9_36 /
2010-04-28  Matteo Brunid3dx9: Add source register modifiers (sm 2+) support...
2010-04-28  Matteo Brunid3dx9: Add instruction modifiers (sm 2.0+) support...
2010-04-28  Matteo Brunid3dx9: Add swizzle and writemask support to the shader...
2010-04-26  Gerald Pfeiferd3dx9_36: Remove variable nul which is not really used...
2010-04-20  Tony Wasserkad3dx9: Add tests for D3DXDeclaratorFromFVF.
2010-04-20  Tony Wasserkad3dx9: Add a stubbed D3DXDeclaratorFromFVF.
2010-04-15  Christian Costad3dx9_36: Check wnd just after CreateWindow. Remove...
2010-04-14  Christian Costad3dx9_36/tests: Move surface tests into surface.c.
2010-04-12  Christian Costad3dx9_36: Add support for 32-bit BGRA in D3DXGetImageIn...
2010-04-09  Christian Costad3dx9_36: Implement D3DXGetImageInfoFromFileInMemory...
2010-04-07  Christian Costad3dx9_36: Fix indentation.
2010-04-07  Christian Costad3dx9_36: Add stub for D3DXCreateTextureFromFileA.
2010-04-07  Christian Costad3dx9_36: Forward D3DXCreateTextureFromFileExW to D3DXC...
2010-04-06  Christian Costad3dx9_36: Improve FIXMEs and TRACEs for surface.
2010-04-06  Christian Costad3dx9_36: Add stub for D3DXCreateBox.
2010-04-05  Christian Costad3dx9_36: Add stub for D3DXCheckTextureRequirements.
2010-04-05  Alexandre Julliardd3dx9_36: Don't include the bison-generated header...
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.
next