netstat: Initial implementation.
[wine] / dlls / d3dx9_36 /
2012-08-28  Rico Schüllerd3dx9: Avoid desc copy in ID3DXConstantTable::GetSample...
2012-08-28  Rico Schüllerd3dx9: Remove min() in set_matrix_array(), uses always...
2012-08-28  Rico Schüllerd3dx9: Handle D3DXPC_VECTOR in set_matrix_array().
2012-08-28  Rico Schüllerd3dx9: Improve set_matrix_array().
2012-08-28  Rico Schüllerd3dx9: Add some traces to D3DXLoadSurfaceFromMemory().
2012-08-28  Jacek CabanFixed remaining wrong iface call helpers.
2012-08-27  Rico Schüllerd3dx9/tests: Fix typo.
2012-08-27  Rico Schüllerd3dx9: Remove "too many constants" fixme.
2012-08-27  Rico Schüllerd3dx9: Add debug helper function for RegisterSet.
2012-08-27  Rico Schüllerd3dx9: Use debug_d3dxparameter_class/type in traces.
2012-08-27  Rico Schüllerd3dx9/tests: Add tests for ID3DXConstantTable::GetConst...
2012-08-27  Rico Schüllerd3dx9/tests: Add tests for ID3DXConstantTable::GetConst...
2012-08-27  Rico Schüllerd3dx9: Fix RegisterCount calculation.
2012-08-27  Rico Schüllerd3dx9: Implement ID3DXConstantTable::GetConstantElement().
2012-08-27  Rico Schüllerd3dx9: Improve ID3DXConstantTable::GetConstantDesc().
2012-08-27  Rico Schüllerd3dx9: Improve ID3DXConstantTable::GetConstant().
2012-08-27  Rico Schüllerd3dx9: Improve ID3DXConstantTable::GetConstantByName().
2012-08-24  Rico Schüllerd3dx9: Improve is_valid_constant().
2012-08-24  Rico Schüllerd3dx9: Parse structs and sub constants in ID3DXConstant...
2012-08-24  Rico Schüllerd3dx9: Don't use an index as variable handle, it's...
2012-08-24  Rico Schüllerd3dx9: Add a fixme for flags in D3DXGetShaderConstantTa...
2012-08-24  Rico Schüllerd3dx9: Remove ctab_constant typedef.
2012-08-21  Francois Gougetd3dx9_36: Add a trailing '\n' to a couple of Wine traces.
2012-08-21  Józef Kuciad3dx9: Implement ID3DXConstantTable::SetMatrixTranspose...
2012-08-21  Józef Kuciad3dx9: Implement ID3DXConstantTable::SetMatrixPointerArray.
2012-08-21  Józef Kuciad3dx9: Implement ID3DXConstantTable::SetMatrixTranspose.
2012-08-21  Józef Kuciad3dx9: Implement ID3DXConstantTable::SetMatrixTranspose...
2012-08-21  Józef Kuciad3dx9: ID3DXConstantTable::SetFloat shouldn't change...
2012-08-21  Józef Kuciad3dx9: ID3DXConstantTable::SetVector shouldn't change...
2012-08-21  Józef Kuciad3dx9: ID3DXConstantTable::SetMatrix should set scalar...
2012-08-21  Rico Schüllerd3dx9: Avoid TRUE : FALSE conditional expression.
2012-08-21  Rico Schüllerd3dx9: Remove not needed TRACE.
2012-08-21  Rico Schüllerd3dx9: Identify D3DTSS_CONSTANT and FVF states.
2012-08-21  Rico Schüllerd3dx9: Don't double check the technique.
2012-08-20  Rico Schüllerd3dx9/tests: Add variable name test.
2012-08-20  Rico Schüllerd3dx9: Move technique name handling to technique handle...
2012-08-20  Rico Schüllerd3dx9: Use a separate function for the technique name.
2012-08-20  Rico Schüllerd3dx9: Silence missing function handling in the effect...
2012-08-20  Rico Schüllerd3dx9: Make annotation handling more generic for techni...
2012-08-20  Rico Schüllerd3dx9: Improve check for empty braces for elements.
2012-08-20  Rico Schüllerd3dx9: Return NULL if name is not given.
2012-08-16  Józef Kuciad3dx9: Fix ID3DXConstantTable::SetMatrix.
2012-08-16  Józef Kuciad3dx9: Fix ID3DXConstantTable::SetVector.
2012-08-16  Józef Kuciad3dx9/tests: Add tests for ID3DXConstantTable::SetValue.
2012-08-16  Józef Kuciad3dx9: Implement ID3DXConstantTable::SetValue.
2012-08-16  Józef Kuciad3dx9/tests: Add tests for setting matrix shader constants.
2012-08-16  Józef Kuciad3dx9: Implement ID3DXConstantTable::SetBoolArray.
2012-08-16  Józef Kuciad3dx9: Implement ID3DXConstantTable::SetBool.
2012-08-14  Józef Kuciad3dx9/tests: Add tests for ID3DXConstantTable::SetDefaults.
2012-08-14  Józef Kuciad3dx9/tests: Add tests for constant tables with default...
2012-08-14  Józef Kuciad3dx9: Implement ID3DXConstantTable::SetDefaults.
2012-08-14  Józef Kuciad3dx9: Correctly handle constants without default value...
2012-08-14  Józef Kuciad3dx9: Introduce a helper function for setting float...
2012-08-14  Józef Kuciad3dx9: Introduce helper functions to operate on constan...
2012-08-14  Detlef Riekenbergd3dx9_36/tests: Fix failures on vista x64.
2012-08-13  Józef Kuciad3dx9/tests: Add cube texture tests for ID3DXRenderToEn...
2012-08-13  Józef Kuciad3dx9/tests: Add basic tests for ID3DXRenderToEnvMap.
2012-08-13  Józef Kuciad3dx9: Implement rendering to cube textures in ID3DXRen...
2012-08-13  Józef Kuciad3dx9: Introduce separate functions for restoring and...
2012-08-13  Józef Kuciad3dx9/tests: Clean up device state after tests.
2012-08-13  Rico Schüllerd3dx9/tests: Check all elements in the effect parameter...
2012-08-13  Rico Schüllerd3dx9/tests: Reduce effect parameter value test count.
2012-07-23  Józef Kuciad3dx9: Allow D3DX_DEFAULT to be passed as srclevel...
2012-07-23  Nozomi Kodamad3dx9_36: Add more traces.
2012-07-20  Nozomi Kodamad3dx9_36: Add some traces.
2012-07-19  Nozomi Kodamad3dx9_36: Implementation of D3DXSHRotateZ.
2012-07-16  Józef Kuciad3dx9: Implement volume texture filtering in D3DXFilter...
2012-07-16  Józef Kuciad3dx9: Use structure to pass volume size to pixel forma...
2012-07-16  Józef Kuciad3dx9: Implement point filtering for volume textures.
2012-07-16  Józef Kuciad3dx9: Implement pixel format conversion for volume...
2012-07-16  Nozomi Kodamad3dx9_36: Implementation of D3DXSHEvalDirection.
2012-07-16  Nozomi Kodamad3dx9: Implementation of D3DXSHMultiply2.
2012-07-10  Rico Schüllerd3dx9/tests: Fix array increment in SetMatrix*PointerAr...
2012-07-10  Rico Schüllerd3dx9/tests: Add effect parameter value GetMatrixTransp...
2012-07-10  Rico Schüllerd3dx9/tests: Add effect parameter value GetMatrixPointe...
2012-07-10  Rico Schüllerd3dx9: Implement ID3DXBaseEffect::GetMatrixTransposePoi...
2012-07-10  Rico Schüllerd3dx9: Implement ID3DXBaseEffect::GetMatrixPointerArray().
2012-07-09  Józef Kuciad3dx9: Implement D3DXLoadVolumeFromFile.
2012-07-09  Józef Kuciad3dx9/tests: Add tests for D3DXLoadVolumeFromFileInMemory.
2012-07-09  Józef Kuciad3dx9: Implement D3DXLoadVolumeFromFileInMemory.
2012-07-09  Józef Kuciad3dx9: Fix D3DXLoadVolumeFromVolume so it works for...
2012-07-09  Józef Kuciad3dx9: Validate the size of a volume texture in D3DXGet...
2012-07-03  Rico Schüllerd3dx9/tests: Add effect parameter value SetMatrixTransp...
2012-07-03  Rico Schüllerd3dx9/tests: Add effect parameter value SetMatrixPointe...
2012-07-03  Rico Schüllerd3dx9: Implement ID3DXBaseEffect::SetMatrixTransposePoi...
2012-07-03  Rico Schüllerd3dx9: Implement ID3DXBaseEffect::SetMatrixPointerArray().
2012-07-03  Francois Gougetd3dx9_36/tests: Add a trailing '\n' to ok() calls.
2012-07-02  Józef Kuciad3dx9: Forward D3DXCreateVolumeTextureFromFile function...
2012-07-02  Józef Kuciad3dx9: Implement D3DXCreateVolumeTextureFromFileInMemoryEx.
2012-07-02  Józef Kuciad3dx9: Implement D3DXLoadVolumeFromVolume.
2012-07-02  Józef Kuciad3dx9/tests: Add tests for D3DXLoadVolumeFromMemory.
2012-07-02  Józef Kuciad3dx9: Implement D3DXLoadVolumeFromMemory.
2012-06-29  Nozomi Kodamad3dx9_36: Implementation of D3DXSHScale.
2012-06-28  Nozomi Kodamad3dx9_36: Implementation of D3DXSHDot.
2012-06-25  Francois Gougetd3dx9_36/tests: Simplify test_D3DXSHMultiply3().
2012-06-19  Józef Kuciad3dx9/tests: Improve test failure messages for check_dd...
2012-06-19  Józef Kuciad3dx9: Recognize X8B8G8R8 pixel format in DDS files.
2012-06-19  Józef Kuciad3dx9/tests: Add tests for ID3DXFont::GetGlyphData.
2012-06-19  Józef Kuciad3dx9/tests: Add tests for ID3DXFont::PreloadText.
2012-06-19  Józef Kuciad3dx9: Get rid of ID3DXFontImpl.
next