mpr: Added Hebrew translation.
[wine] / dlls / d3dx9_36 / tests /
2010-10-18  Matteo Brunid3dx9: Fix D3DXFilterTexture return value.
2010-10-18  Matteo Brunid3dx9: Search for a compatible pixel format in D3DXChec...
2010-10-13  Christian Costad3dx9: Constant table parsing foundations.
2010-10-13  Matteo Brunid3dx9/tests: Fix a shader test failure.
2010-09-28  Misha Koshelevd3dx9_36: Implement D3DXCreateCylinder.
2010-09-27  Misha Koshelevd3dx9_36/tests: Add tests for D3DXCreateCylinder.
2010-09-24  Misha Koshelevd3dx9_36: Implement D3DXCreateSphere.
2010-09-23  Misha Koshelevd3dx9_36: Implement D3DXCreateMeshFVF.
2010-09-23  Misha Koshelevd3dx9_36: D3DXDeclaratorFromFVF returns D3DERR_INVALIDC...
2010-09-21  Misha Koshelevd3dx9_36: Implement D3DXCreateMesh and initial ID3DXMes...
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-09-16  Misha Koshelevd3dx9_36: Implement D3DXGetDeclLength with tests.
2010-09-13  Matteo Brunid3dx9: D3DXPreprocessShader implementation with tests.
2010-09-09  Owen Rudged3dx9/tests: Add D3DXCreateTextureFromResource tests.
2010-09-08  Matteo Brunid3dx9: Fix D3DXAssembleShader tests.
2010-09-08  Misha Koshelevd3dx9_36: Fix the D3DXCreateMesh() prototype.
2010-09-06  Misha Koshelevd3dx9: Implement D3DXFVFFromDeclarator.
2010-09-01  Owen Rudged3dx9: Implement D3DXLoadSurfaceFromFileInMemory.
2010-08-27  Henri Verbeetd3dx9_36: Implement D3DXDeclaratorFromFVF().
2010-08-27  Henri Verbeetd3dx9_36/tests: Add some more FVF position handling...
2010-08-27  Henri Verbeetd3dx9_36/tests: Cleanup / simplify test_fvf_decl_conver...
2010-08-26  Henri Verbeetd3dx9_36/tests: Avoid a redundant vertex declaration...
2010-08-26  Henri Verbeetd3dx9_36: Fix the D3DXFVFFromDeclarator() prototype.
2010-08-25  Matteo Brunid3dcompiler: Move D3DAssemble tests from d3dx9_36.
2010-08-25  Henri Verbeetd3dx9_36/tests: Use the proper D3DFVF_PSIZE constant...
2010-08-25  Henri Verbeetd3dx9_36/tests: Remove a (mostly) redundant test.
2010-08-19  Misha Koshelevd3dx9: Add tests for FVF <-> declaration conversion.
2010-08-04  Tony Wasserkad3dx9: Implement ARGB point filtering in D3DXLoadSurfac...
2010-08-04  Tony Wasserkad3dx9: Return D3DERR_INVALIDCALL in D3DXLoadSurfaceFrom...
2010-08-04  Misha Koshelevd3dx9: Add stub and tests for D3DXCreateMesh.
2010-08-03  Henri Verbeetd3dx9_36/tests: Avoid the non-portable NAN macro.
2010-08-02  Misha Koshelevd3dx9: Complete test for D3DXCreateSphere.
2010-07-29  Matteo Brunid3dx9: Implement D3DXAssembleShaderFromFile.
2010-07-29  Matteo Brunid3dx9: Handle parent_data parameter of D3DXInclude...
2010-07-24  Owen Rudged3dx9: Add basic implementation of D3DXFilterTexture...
2010-07-24  Owen Rudged3dx9: Implement D3DXCreateTexture plus tests.
2010-07-24  Owen Rudged3dx9/tests: Implement additional texture requirement...
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...
next