d3dx9: Implement D3DXCheckTextureRequirements.
[wine] / dlls / d3dx9_36 / tests /
2010-07-24  Owen Rudged3dx9: Implement D3DXCheckTextureRequirements.
2010-07-22  Owen Rudged3dx9/tests: Add beginning of general tests for texture...
2010-07-22  Matteo Brunid3dx9: Shader assembler <= ps_1_3 support.
2010-07-22  Matteo Brunid3dx9: Fix dst register handling in ps_1_4.
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-07-20  Matteo Brunid3dx9: Shader assembler ps_1_4 support.
2010-07-19  Misha Koshelevd3dx9: Add stub and basic test for D3DXCreateSphere.
2010-07-19  Matteo Brunid3dx9: Check dcl input instruction syntax against shade...
2010-07-09  David Adamd3dx9_36/test: Fix a copy/paste typo.
2010-07-07  Misha Koshelevd3dx9: Test penultimate declaration element in D3DXDecl...
2010-06-24  Francois GougetAssorted typo and spelling fixes.
2010-06-10  Matteo Brunid3dx9: Disallow sampler declarations where not supported.
2010-06-10  Matteo Brunid3dx9: Check register type in dcl input instruction.
2010-06-10  Matteo Brunid3dx9: Allow sampler declaration without sampler type.
2010-06-09  Matteo Brunid3dx9: Accept texture coordinate registers in dcl instr...
2010-06-09  Matteo Brunid3dx9: Support ps_2_0-style dcl instruction in the...
2010-06-07  Matteo Brunid3dx9: Allow D3DXAssembleShader calls with NULL parameters.
2010-05-31  Matteo Brunid3dx9: Allow modifiers on the ps dcl sampler instruction.
2010-05-31  Matteo Brunid3dx9: Allow modifiers on the ps dcl input instruction.
2010-05-27  Matteo Brunid3dx9: Shader assembler vs_1_0 and vs_1_1 support.
2010-05-25  Matteo Brunid3dx9: Stricter checks for relative addressing in the...
2010-05-21  Matteo Brunid3dx9: Shader assembler ps_2_x support.
2010-05-21  Matteo Brunid3dx9: Add some more tests on register number checking.
2010-05-21  Matteo Brunid3dx9: Shader assembler vs_2_x support.
2010-05-21  Matteo Brunid3dx9: Check for oCx register number.
2010-05-21  Matteo Brunid3dx9: Add missing texkill instruction parsing.
2010-05-19  Matteo Brunid3dx9: Shader assembler ps_3_0 support.
2010-05-18  Matteo Brunid3dx9: Add some version-specific checks in the shader...
2010-05-17  Matteo Brunid3dx9: Add DEF instruction support in the shader assembler.
2010-05-13  Matteo Brunid3dx9: Add sampler dcl instruction support to the shade...
2010-05-13  Matteo Brunid3dx9: Complete output dcl instruction support.
2010-05-13  Matteo Brunid3dx9: Add output dcl instruction partial support to...
2010-05-10  Gerald Pfeiferd3dx9_36/tests: Remove variable scaling which is not...
2010-05-06  Matteo Brunid3dx9: Support some more vs_3_0 instructions in the...
2010-05-06  Matteo Brunid3dx9: Add relative addressing support to the shader...
2010-04-28  Matteo Brunid3dx9: Add source register modifiers (sm 2+) 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-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-09  Christian Costad3dx9_36: Implement D3DXGetImageInfoFromFileInMemory...
2010-04-02  Christian Costad3dx9_36: Implement D3DXCreateLine and add stubbed...
2010-03-30  Matteo Brunid3dx9: Implement a basic bytecode writer.
2010-03-30  Matteo Brunid3dx9: Implement D3DXAssembleShader function, really...
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-19  Christian Costad3dx9_36: Implement ID3DXConstantTableImpl_GetDesc...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-03-15  Christian Costad3dx9_36/tests: Fix contant table header in ctab data.
2010-03-01  Christian Costad3dx9_36: Find, store and enable retreival of CTAB...
2010-03-01  Christian Costad3dx9_36: Implement D3DXFindShaderComment (based on...
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
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-16  Tony Wasserkad3dx9: Add tests for ARGB pixel format conversion in...
2009-10-07  Alexandre JulliardFix empty function prototypes.
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: Merge d3dx8 math tests into d3dx9.
2009-07-13  David Adamd3dx9: Merge d3dx8 mesh tests into d3dx9.
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-24  Tony Wasserkad3dx9: Add tests for basic ID3DXFont functions.
2009-06-19  Henri Verbeetd3dx9_36: Add a test for D3DXGetDeclVertexSize().
2009-06-05  Tony Wasserkad3dx9: Test return codes of the D3DXGetImageInfo functions.
2009-03-09  Tony Wasserkad3dx9: Add ID3DXSprite tests.
2009-02-02  David Adamd3dx9_36: Fix failing tests in Windows.
2009-01-13  David Adamd3dx9: Fix falling tests in native windows.
2009-01-12  David Adamd3dx9_36/test: Remove an unconsistent test.
2008-11-17  Francois Gougetd3dx9_36/tests: Fix compilation on systems that don...
2008-11-13  David Adamd3dx8: Implement D3DXMatrixTransformation2D.
2008-11-13  David Adamd3dx8: Implement D3DXMatrixAffineTransformation2D.
2008-09-15  Francois Gougetd3dx9_36: Fix compilation on systems that don't support...
2008-09-12  Luis C. Busquets... d3dx9: Add tests for D3DXMatrixDecompose.
2008-07-25  Philip Nilssond3dx9: Implement D3DXPlaneTransformArray.
2008-07-21  Luis Busquetsd3dx9: Add a test for D3DXGetShaderVersion().
2008-07-16  Luis Busquetsd3dx9: Add a test for D3DXGetShaderSize().
2008-03-21  Philip Nilssond3dx9/tests: Test the D3DXVec*Array functions.