winmm: Make WINMM_DRVMessage() static.
[wine] / dlls / d3dx9_36 /
2011-05-03  Rico Schüllerd3dx9: Implement ID3DXBaseEffect::GetString().
2011-05-03  Rico Schüllerd3dx9: Implement ID3DXBaseEffect::GetValue().
2011-05-03  Alexandre Julliardd3dx9_36: Specify arguments for stub entry points.
2011-04-28  Dylan Smithd3dx9: Implement ID3DXMesh::DrawSubset.
2011-04-28  Dylan Smithd3dx9: Implement GetAttributeTable and SetAttributeTable.
2011-04-28  Dylan Smithd3dx9: Implement LockAttributeBuffer & UnlockAttributeB...
2011-04-28  Dylan Smithd3dx9: Implement GetNumBytesPerVertex using the vertex...
2011-04-28  Dylan Smithd3dx9: D3DXCreateMesh rejects declarations with non...
2011-04-27  Dylan Smithd3dx9/tests: Added tests for ID3DXMesh::GenerateAdjacency.
2011-04-27  Dylan Smithd3dx9: Implement ID3DXMesh::GenerateAdjacency.
2011-04-27  Dylan Smithd3dx9: Support the option flags for D3DXCreateMesh.
2011-04-26  Matteo Brunid3dx9: Remove some redundant and compiler-unfriendly...
2011-04-26  Matteo Brunid3dx9: Print a FIXME when encountering an unknown surfa...
2011-04-26  Rico Schüllerd3dx9: Fix flags for annotation structures.
2011-04-26  Rico Schüllerd3dx9: Improve get_parameter_by_name().
2011-04-26  Rico Schüllerd3dx9: Improve ID3DXBaseEffect::GetParameter().
2011-04-22  Francois Gougetd3dx9_36: Make some is_valid_xxx() functions static.
2011-04-21  Rico Schüllerd3dx9: Implement ID3DXBaseEffect::GetParameterElement().
2011-04-21  Rico Schüllerd3dx9: Implement ID3DXBaseEffect::GetParameterDesc().
2011-04-21  Rico Schüllerd3dx9: Implement ID3DXBaseEffect::GetParameterByName().
2011-04-20  Rico Schüllerd3dx9: Implement ID3DXBaseEffect::GetPassByName().
2011-04-20  Rico Schüllerd3dx9: Implement ID3DXBaseEffect::GetPass().
2011-04-20  Rico Schüllerd3dx9: Implement ID3DXBaseEffect::GetPassDesc().
2011-04-20  Rico Schüllerd3dx9: Fix ID3DXEffect*::GetVectorArray() forward.
2011-04-18  Rico Schüllerd3dx9: Implement ID3DXBaseEffect::GetTechniqueByName().
2011-04-18  Rico Schüllerd3dx9: Implement ID3DXBaseEffect::GetTechnique().
2011-04-18  Rico Schüllerd3dx9: Implement ID3DXBaseEffect::GetParameter().
2011-04-18  Rico Schüllerd3dx9: Implement ID3DXBaseEffect::GetTechniqueDesc().
2011-04-18  Rico Schüllerd3dx9: Fix d3dx9_parse_effect_typedef for D3DXPC_STRUCT.
2011-04-13  Rico Schüllerd3dx9: Parse effect pass and technique.
2011-04-13  Rico Schüllerd3dx9: Make some functions inline.
2011-04-12  Rico Schüllerd3dx9: Parse value data.
2011-04-12  Rico Schüllerd3dx9: Parse name and semantics.
2011-04-12  Rico Schüllerd3dx9: Parse effect type D3DXPC_STRUCT.
2011-04-12  Rico Schüllerd3dx9: Parse effect parameter type definition.
2011-04-11  Francois Gougetd3dx9_36: Make get_parameter_{handle,struct}() static.
2011-04-07  Rico Schüllerd3dx9: Start effect parameter parsing.
2011-04-07  Rico Schüllerd3dx9: Fix return values.
2011-04-04  Rico Schüllerd3dx9: Add ID3DXBuffer test.
2011-04-04  Rico Schüllerd3dx9: Add argument check to D3DXCreateBuffer().
2011-03-30  Rico Schüllerd3dx9: Use init function for ID3DXBuffer.
2011-03-30  Rico Schüllerd3dx9: Add a some TRACEs to ID3DXBufferImpl.
2011-03-30  Rico Schüllerd3dx9: Rename some variables.
2011-03-30  Rico Schüllerd3dx9: Remove typedef from ID3DXBufferImpl.
2011-03-30  Rico Schüllerd3dx9: Use variable instead of type in HeapAlloc.
2011-03-30  Rico Schüllerd3dx9: Don't zero memory when it will be overridden.
2011-03-29  Rico Schüllerd3dx9/tests: Add ID3DXEffectCompiler test.
2011-03-29  Rico Schüllerd3dx9/tests: Add ID3DXEffect::GetPool() and ID3DXEffect...
2011-03-29  Rico Schüllerd3dx9: ID3DXEffect::QueryInterface() does not support...
2011-03-29  Rico Schüllerd3dx9: Implement ID3DXEffect::GetDevice().
2011-03-29  Rico Schüllerd3dx9: Implement ID3DXEffect::GetPool().
2011-03-29  Rico Schüllerd3dx9: Fix some style issues.
2011-03-29  Rico Schüllerd3dx9: Add ID3DXEffectCompiler interface.
2011-03-29  Rico Schüllerd3dx9: Forward ID3DXEffect to ID3DXBaseEffect.
2011-03-29  Rico Schüllerd3dx9: Add ID3DXBaseEffect interface.
2011-03-29  Rico Schüllerd3dx9/tests: Add refcount test for the device.
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-16  Francois Gougetd3dx9_36/tests: Replace a malloc() with HeapAlloc(...
2011-03-15  Rico Schüllerd3dx9_36: Start effect parsing.
2011-03-10  Dylan Smithd3dx9/tests: Partially test front and back faces for...
2011-03-10  Dylan Smithd3dx9/tests: Added outline comparison tests for D3DXCre...
2011-03-10  Dylan Smithd3dx9/tests: Add basic tests for D3DXCreateText.
2011-03-10  Dylan Smithd3dx9: Support triangulation of complex glyphs in D3DXC...
2011-03-10  Dylan Smithd3dx9: D3DXCreateText implementation for simple glyphs.
2011-03-07  Francois Gougetd3dx9_36/tests: Add a trailing '\n' to ok() calls.
2011-03-04  David Adamd3dx9_36: Implement ID3DXMesh_GetNumBytesPerVertex.
2011-03-04  David Adamd3dx9_36: Add a test for D3DXCreateBox.
2011-02-24  Alexandre Julliardd3dx9_36: Cleanup the fixme_once handling.
2011-02-23  Matteo Brunid3dx9: Fix memory access for images with less than...
2011-02-21  Dylan Smithd3dx9: Add stubs for D3DXCreateText.
2011-02-21  Matteo Brunid3dx9/tests: Remove spurious assignment (LLVM/Clang).
2011-02-21  Matteo Brunid3dx9: Remove an unnecessary initialization (LLVM/Clang).
2011-02-21  Matteo Brunid3dx9: Remove a couple of spurious assignments (LLVM...
2011-02-17  Austin Englishd3dx9_36/tests: Free memory after use (Valgrind).
2011-02-15  David Adamd3dx9_36: Add a few tests for D3DXCreateBox.
2011-02-09  Austin Englishd3dx9_36: Make sure return values are used (LLVM/Clang).
2011-02-07  Austin Englishd3dx9_36/tests: Remove unused variable assignments...
2011-01-27  Michael Stefaniucd3dx9_36: COM cleanup for the ID3DXSprite iface.
2011-01-27  Michael Stefaniucd3dx9_36: COM cleanup for the ID3DXMesh iface.
2011-01-27  Michael Stefaniucd3dx9_36: COM cleanup for the ID3DXMatrixStack iface.
2011-01-27  Michael Stefaniucd3dx9_36: COM cleanup for the ID3DXFont iface.
2011-01-27  Michael Stefaniucd3dx9_36: COM cleanup for the ID3DXBuffer iface.
2011-01-27  Michael Stefaniucd3dx9_36: COM cleanup for the ID3DXInclude iface.
2011-01-27  Michael Stefaniucd3dx9_36: COM cleanup for the ID3DXEffectPool iface.
2011-01-27  Michael Stefaniucd3dx9_36: COM cleanup for the ID3DXEffect iface.
2011-01-26  Michael Stefaniucd3dx9_36/tests: COM cleanup for the ID3DXInclude iface.
2010-12-21  Michael Stefaniucd3dx9_36: Use an iface instead of an vtbl pointer in...
2010-12-20  Michael Stefaniucd3dx9_36: Use an iface instead of an vtbl pointer in...
2010-12-02  Travis Athougiesd3dx9_36/tests: Extended ID3DXConstantTable tests.
2010-12-02  Travis Athougiesd3dx9_36: Improved constant table parsing.
2010-11-24  Matteo Brunid3dx9/tests: Fix a D3DXCheckTextureRequirements test...
2010-11-24  Matteo Brunid3dx9/tests: Fix some tests to take into account POW2...
2010-11-23  Michael Stefaniucd3dx9_36: Move 'static' to the beginning of the declara...
2010-11-23  Matteo Brunid3dx9/tests: Remove a D3DXPlaneNormalize test.
2010-11-18  Matteo Brunid3dx9: Implement D3DXFillVolumeTexture function.
2010-11-18  Matteo Brunid3dx9: Implement D3DXFillCubeTexture function.
2010-11-18  Matteo Brunid3dx9: Implement D3DXFillTexture function.
2010-11-15  Matteo Brunid3dx9: Add color key support to D3DXLoadSurfaceFromMemory.
next