d3dx9: Fix ID3DXConstantTable::SetMatrix.
[wine] / dlls / d3dx9_36 / tests / asm.c
2011-08-30  AndrĂ© Hentscheld3dx9_36/tests: Fix printing a NULL string.
2011-01-26  Michael Stefaniucd3dx9_36/tests: COM cleanup for the ID3DXInclude iface.
2010-09-13  Matteo Brunid3dx9: D3DXPreprocessShader implementation with tests.
2010-09-08  Matteo Brunid3dx9: Fix D3DXAssembleShader tests.
2010-08-25  Matteo Brunid3dcompiler: Move D3DAssemble tests from d3dx9_36.
2010-07-29  Matteo Brunid3dx9: Implement D3DXAssembleShaderFromFile.
2010-07-29  Matteo Brunid3dx9: Handle parent_data parameter of D3DXInclude...
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-20  Matteo Brunid3dx9: Shader assembler ps_1_4 support.
2010-07-19  Matteo Brunid3dx9: Check dcl input instruction syntax against shade...
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-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-03-30  Matteo Brunid3dx9: Implement a basic bytecode writer.
2010-03-30  Matteo Brunid3dx9: Implement D3DXAssembleShader function, really...
2009-10-27  Matteo Brunid3dx9: Add D3DXAssembleShader tests.