Misha Koshelev
|
09af2a2bf9
|
d3dx9_36: Implement D3DXCreateCylinder.
|
2010-09-28 17:33:17 +02:00 |
Misha Koshelev
|
fe9db6faf7
|
d3dx9_36: Add stub for D3DXCreateCylinder.
|
2010-09-27 14:10:46 +02:00 |
Misha Koshelev
|
d7d9cd5eb2
|
d3dx9_36: Implement D3DXCreateSphere.
|
2010-09-24 15:45:54 +02:00 |
Misha Koshelev
|
99e2aedbf7
|
d3dx9_36: Implement ID3DXMesh_Lock/UnlockVertexBuffer and ID3DXMesh_Lock/UnlockIndexBuffer.
|
2010-09-24 15:45:53 +02:00 |
Misha Koshelev
|
10af823fd5
|
d3dx9_36: Add stub for D3DXCreateTeapot.
|
2010-09-24 15:45:53 +02:00 |
Misha Koshelev
|
e4182ead47
|
d3dx9_36: Implement D3DXCreateMeshFVF.
|
2010-09-23 19:22:41 +02:00 |
Misha Koshelev
|
a6f2c003a3
|
d3dx9_36: D3DXDeclaratorFromFVF returns D3DERR_INVALIDCALL when an invalid declarator is passed.
|
2010-09-23 19:22:38 +02:00 |
Misha Koshelev
|
af0c074d7b
|
d3dx9_36: Implement D3DXCreateMesh and initial ID3DXMesh methods.
|
2010-09-21 20:16:16 +02:00 |
Misha Koshelev
|
fffe37aa00
|
d3dx9_36: Implement D3DXGetDeclLength with tests.
|
2010-09-16 11:18:58 -05:00 |
Misha Koshelev
|
b9b9d7ccca
|
d3dx9_36: Fix the D3DXCreateMesh() prototype.
|
2010-09-08 13:31:03 +02:00 |
Misha Koshelev
|
5fa3a6cf78
|
d3dx9: Implement D3DXFVFFromDeclarator.
|
2010-09-06 19:45:47 +02:00 |
Henri Verbeet
|
ff7dc44525
|
d3dx9_36: Implement D3DXDeclaratorFromFVF().
|
2010-08-27 11:58:57 +02:00 |
Henri Verbeet
|
5ed9403c74
|
d3dx9_36: Fix the D3DXFVFFromDeclarator() prototype.
The current version matches MSDN, but not the actual SDK header.
|
2010-08-26 12:41:53 +02:00 |
Henri Verbeet
|
31e8a20d88
|
d3dx9_36: Use a lookup table in D3DXGetDeclVertexSize().
|
2010-08-25 11:56:35 +02:00 |
Misha Koshelev
|
46050fb377
|
d3dx9: Add tests for FVF <-> declaration conversion.
|
2010-08-19 17:32:18 +02:00 |
Misha Koshelev
|
bf46b4fdfc
|
d3dx9: Add stub and tests for D3DXCreateMesh.
|
2010-08-04 13:19:00 +02:00 |
Misha Koshelev
|
242b4f3fe8
|
d3dx9: Add stub and basic test for D3DXCreateSphere.
|
2010-07-19 15:47:28 +02:00 |
Tony Wasserka
|
a1945388f5
|
d3dx9: Add a stubbed D3DXDeclaratorFromFVF.
|
2010-04-20 18:13:41 +02:00 |
Christian Costa
|
83680cd094
|
d3dx9_36: Fix indentation.
|
2010-04-07 18:12:25 +02:00 |
Christian Costa
|
7444b682d0
|
d3dx9_36: Add stub for D3DXCreateBox.
|
2010-04-06 14:01:06 +02:00 |
Mikhail Maroukhine
|
adf09ce66e
|
d3dx9_36: Fix compiler warnings with flag -Wcast-qual.
|
2010-03-29 12:12:36 +02:00 |
Francois Gouget
|
74b5da9a47
|
d3dx9_36: Fix compilation on systems that don't support nameless unions.
|
2009-08-31 12:51:29 +02:00 |
David Adam
|
40c6cf77ce
|
d3dx9: Merge d3dx8 mesh into d3dx9.
|
2009-07-13 10:51:51 +02:00 |
Henri Verbeet
|
56c8a82a04
|
d3dx9_36: Implement D3DXGetDeclVertexSize().
|
2009-06-19 13:52:50 +02:00 |
David Adam
|
ca469499bb
|
d3dx9_36: Implement D3DXGetFVFVertexSize.
|
2009-02-11 15:56:02 +01:00 |
David Adam
|
e5425fc17b
|
d3dx9_36: Implement D3DXComputeBoundingSphere.
|
2009-02-11 15:56:02 +01:00 |
David Adam
|
00d14355db
|
d3dx9_36: Implement D3DXComputeBoundingBox.
|
2009-02-11 15:56:02 +01:00 |
Francois Gouget
|
eda0ec3fd2
|
d3dx9_36: The d3dx debug channel is unused so remove it.
|
2009-02-09 13:16:06 +01:00 |
David Adam
|
8716c62c6e
|
d3dx9_36: Implement D3DXIntersectTri.
|
2009-02-03 14:19:44 +01:00 |