d3dx9: Always set the table = NULL in D3DXGetShaderConstantTableEx().
[wine] / dlls / d3dx9_36 / tests /
2013-01-08  Rico Schüllerd3dx9: Always set the table = NULL in D3DXGetShaderCons...
2013-01-08  Rico Schüllerd3dx9: Handle invalid byte code in D3DXFindShaderComment().
2013-01-07  Christian Costad3dx9_36: Add support for RT_BITMAP resource type since...
2013-01-07  Francois Gougetd3dx9_36: Make error_dxfile_to_d3dxfile() and test_temp...
2013-01-07  Francois GougetAssorted spelling fixes.
2013-01-04  Christian Costad3dx9_36: Implement ID3DXFileImpl_RegisterTemplates...
2012-12-27  Christian Costad3dx9_36: Implement D3DXFileCreate with stubbed ID3DXFi...
2012-12-14  Francois Gougetd3dx9_36/tests: Use software vertex processing so the...
2012-12-14  Francois Gougetd3dx9_36/tests: Skip some tests when DXT5 textures...
2012-12-03  Henri Verbeetd3dx9: Avoid LPD3DXBUFFER.
2012-12-03  Henri Verbeetd3dx9: Avoid LPD3DXLINE.
2012-11-30  Detlef Riekenbergd3dx9_36/tests: Fix broken line test.
2012-11-30  Henri Verbeetd3dx9: Avoid LPD3DXEFFECTSTATEMANAGER.
2012-11-28  Henri Verbeetd3dx9: Avoid LPD3DXSKININFO.
2012-11-23  Henri Verbeetd3dx9: Avoid LPD3DXCONSTANTTABLE.
2012-11-13  Nozomi Kodamad3dx9_36: Fix the case out = in for D3DXSHRotate.
2012-11-08  Józef Kuciad3dx9: Handle NULL arguments in D3DXVec3Unproject.
2012-11-08  Józef Kuciad3dx9: Handle NULL arguments in D3DXVec3Project.
2012-11-01  Nozomi Kodamad3dx9_36: Add tests for D3DXSHRotateZ.
2012-10-29  Józef Kuciad3dx9: Handle NULL viewport in D3DXVec3Unproject.
2012-10-29  Henri Verbeetd3dx9: Avoid LPDIRECT3DDEVICE9.
2012-10-24  André Hentscheld3dx9_36/tests: Fix sizeof to be more portable (coverity).
2012-10-23  Henri Verbeetd3dx9: Avoid LPDIRECT3DPIXELSHADER9.
2012-10-23  Józef Kuciad3dx9/tests: Add a simple test for filling compressed...
2012-10-23  Józef Kuciad3dx9/tests: Add tests for filling floating-point textures.
2012-10-23  Józef Kuciad3dx9/tests: Only release a texture when it was created.
2012-10-11  Nozomi Kodamad3dx9_36: Remove useless casts.
2012-10-03  Nozomi Kodamad3dx9_36/tests: Remove useless casts.
2012-10-03  Nozomi Kodamad3dx9_36/tests: Relax an equality between floats.
2012-10-03  Nozomi Kodamad3dx9_36/tests: Avoid a potential out of bound access.
2012-10-03  Nozomi Kodamad3dx9_36/tests: Speed up some tests.
2012-10-03  Nozomi Kodamad3dx9_36: Implement D3DXSHMultiply4.
2012-10-01  Rico Schüllerd3dx9: Fix D3DXMatrixAffineTransformation() and add...
2012-09-26  Francois Gougetd3dx9_36/tests: Remove spaces before '\n's in ok()...
2012-09-26  Detlef Riekenbergd3dx9_36/tests: Fix copy & paste error in ok messages.
2012-09-25  Nozomi Kodamad3dx9: Implement D3DXSHRotate.
2012-09-25  Nozomi Kodamad3dx9: Implement D3DXSHEvalDirectionalLight.
2012-09-24  Christian Costad3dx9_36: Cube texture can be loaded as a simple textur...
2012-09-24  Józef Kuciad3dx9/tests: Add a more detailed test for saving a...
2012-09-24  Józef Kuciad3dx9: Implement the support for saving a surface to...
2012-09-24  Francois Gougetd3dx9_36/tests: Fix compilation on systems that don...
2012-09-04  Rico Schüllerd3dx9: Fix ID3DXConstantTable::GetConstantElement(...
2012-08-28  Rico Schüllerd3dx9: Handle D3DXPC_VECTOR in set_matrix_array().
2012-08-27  Rico Schüllerd3dx9/tests: Fix typo.
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-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: 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-20  Rico Schüllerd3dx9/tests: Add variable name test.
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/tests: Add tests for setting matrix shader constants.
2012-08-16  Józef Kuciad3dx9: Implement ID3DXConstantTable::SetBoolArray.
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: Correctly handle constants without default value...
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/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-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: 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-09  Józef Kuciad3dx9/tests: Add tests for D3DXLoadVolumeFromFileInMemory.
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  Francois Gougetd3dx9_36/tests: Add a trailing '\n' to ok() calls.
2012-07-02  Józef Kuciad3dx9: Implement D3DXCreateVolumeTextureFromFileInMemoryEx.
2012-07-02  Józef Kuciad3dx9/tests: Add tests for 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-18  Nozomi Kodamad3dx9_36: Implementation of D3DXSHMultiply3.
2012-06-14  Nozomi Kodamad3dx9_36: Implementation of D3DXQuaternionSquadSetup.
2012-06-13  Nozomi Kodamad3dx9_36: D3DXQuaternionLn computes as if the norm...
2012-06-12  Francois Gougetd3dx9_36/tests: Make a couple of test functions static.
2012-06-11  Józef Kuciad3dx9/tests: Use inline functions instead of check_pixe...
2012-06-11  Józef Kuciad3dx9/tests: Improve test failure messages for check_...
2012-06-11  Józef Kuciad3dx9: Add ID3DXRenderToEnvMap interface stub.
2012-06-11  Józef Kuciad3dx9/tests: Add tests for D3DXCreateRenderToEnvMap.
2012-06-07  Józef Kuciad3dx9/tests: Add tests for device state changes for...
next