d3dx8: Implement D3DXPlaneColorModulate.
[wine] / dlls / d3dx8 / tests /
2007-10-24  David Adamd3dx8: Implement D3DXPlaneColorModulate.
2007-10-24  David Adamd3dx8: Implement D3DXPlaneColorLerp.
2007-10-24  David Adamd3dx8: Implement D3DXPlaneColorNegative.
2007-10-24  David Adamd3dx8: Implement D3DXPlaneDotNormalize.
2007-10-24  David Adamd3dx8: Implement D3DXPlaneDotCoord.
2007-10-24  David Adamd3dx8: Implement D3DXPlaneDot.
2007-10-22  David Adamd3dx8: Implement D3DXQuaternionIsIdentity.
2007-10-22  David Adamd3dx8: Implement D3DXQuaternionIdentity.
2007-10-22  David Adamd3dx8: Implement D3DXQuaternionConjugate.
2007-10-22  David Adamd3dx8: Implement D3DXVec3Cross.
2007-10-22  David Adamd3dx8: Implement D3DX*Scale.
2007-10-22  David Adamd3dx8: Implement D3DX*Minimize.
2007-10-22  David Adamd3dx8: Implement D3DX*Maximize.
2007-10-22  David Adamd3dx8: Implement D3DX*Lerp.
2007-10-22  David Adamd3dx8: Implement D3DX*Subtract.
2007-10-22  David Adamd3dx8: Implement D3DX*Add with a test.
2007-10-22  David Adamd3dx8: Implement D3DX*Dot with a test.
2007-10-22  David Adamd3dx8: Implement D3DX*LengthSq.
2007-10-22  David Adamd3dx8: Implement D3DX*Length with a test.
2007-10-16  David Adamd3dx8: Implement D3DXVec2Lerp with a test.
2007-10-16  David Adamd3dx8: Implement D3DXVecScale with a test.
2007-10-16  David Adamd3dx8: Implement D3DXVec2Maximize with a test.
2007-10-16  David Adamd3dx8: Implement D3DXVec2Minimize with a test.
2007-10-16  David Adamd3dx8: Implement D3DXVec2Subtract with a test.
2007-10-16  David Adamd3dx8: Implement D3DXVec2Add with a test.
2007-10-16  David Adamd3dx8: Implement D3DXVec2CCW with a test.
2007-10-16  David Adamd3dx8: Implement D3DXVec2Dot with a test.
2007-10-16  David Adamd3dx8: Implement D3DX8Vec2LengthSq with a test.
2007-10-16  David Adamd3dx8: Implement D3DX8Vec2Length with a test.