Christian Costa
|
8f6eee5a73
|
d3dx9_36: Implement ID3DXFileDataImpl_IsReference.
|
2013-01-22 12:14:14 +01:00 |
Christian Costa
|
5db342168d
|
d3dx9_36: Implement ID3DXFileData_GetChildren and ID3DXFileData_GetChild.
|
2013-01-22 12:14:09 +01:00 |
Christian Costa
|
5880ff01be
|
d3dx9_36: Fill children info into ID3DXFileData object.
|
2013-01-21 12:51:19 +01:00 |
Alexandre Julliard
|
d72394e7fa
|
d3dx9_36/tests: Remove useless casts.
|
2013-01-18 13:28:56 +01:00 |
Christian Costa
|
64a88a2d83
|
d3dx9_36: Make variables static in xfile tests.
|
2013-01-18 13:28:56 +01:00 |
Christian Costa
|
45e43dc5d0
|
d3dx9_36: Implement ID3DXFileDataImpl_Lock and ID3DXFileDataImpl_Unlock + tests.
|
2013-01-18 13:28:55 +01:00 |
Christian Costa
|
8aa700e7ba
|
d3dx9_36: Initialize properly object in CreateEnumObject.
|
2013-01-18 13:28:55 +01:00 |
Rico Schüller
|
2fb6dcb3f2
|
d3dx9/tests: Use D3DXFloat16To32Array() instead of a custom function.
|
2013-01-17 12:16:13 +01:00 |
Rico Schüller
|
7c5517da6f
|
d3dx9: Add support for D3DFMT_A16B16G16R16.
|
2013-01-16 12:20:27 +01:00 |
Rico Schüller
|
25ce3a4220
|
d3dx9: Add support for D3DFMT_A32B32G32R32F.
|
2013-01-16 12:20:23 +01:00 |
Christian Costa
|
fc8dfe60ea
|
d3dx9_36: Implement ID3DXFileDataImpl_GetId.
|
2013-01-14 11:04:08 +01:00 |
Christian Costa
|
f8d908938a
|
d3dx9_36: Implement ID3DXFileDataImpl_GetName.
|
2013-01-14 11:04:03 +01:00 |
Rico Schüller
|
c1d1d74614
|
d3dx9: Use lowercase hexadecimal values.
|
2013-01-11 11:58:34 +01:00 |
Rico Schüller
|
43f30fe8d6
|
d3dx9: Add support for D3DFMT_A16B16G16R16F.
|
2013-01-11 11:58:16 +01:00 |
Rico Schüller
|
f7d877061d
|
d3dx9: Use all 32 bits as mask.
|
2013-01-10 19:22:36 +01:00 |
Rico Schüller
|
98ef0ca8e6
|
d3dx9: Shift only as much as needed.
|
2013-01-10 19:21:31 +01:00 |
Rico Schüller
|
275f784009
|
d3dx9: Introduce a function for filling a texture.
|
2013-01-10 19:19:49 +01:00 |
Christian Costa
|
8113346d3a
|
d3dx9_36: Implement ID3DXFileDataImpl_GetType.
|
2013-01-10 12:23:40 +01:00 |
Christian Costa
|
c5d96f40d2
|
d3dx9_36: Implement ID3DXFileEnumObjectImpl_GetChildren and ID3DXFileEnumObjectImpl_GetChild.
|
2013-01-10 12:23:36 +01:00 |
Christian Costa
|
ba6932459a
|
d3dx9_36: Finish implementation of ID3DXFileImpl_CreateEnumObject and add stubbed interface for ID3DXFileData.
|
2013-01-09 17:39:35 +01:00 |
Christian Costa
|
5c5deb34c8
|
d3dx9_36: Implement partially ID3DXFileImpl_CreateEnumObject with stubbed ID3DXFileEnumObject interface.
|
2013-01-08 19:08:48 +01:00 |
Rico Schüller
|
7ff6afd091
|
d3dx9: Remove unused variable.
|
2013-01-08 16:35:33 +01:00 |
Rico Schüller
|
e7cd340e8a
|
d3dx9: Constify some variables.
|
2013-01-08 16:35:33 +01:00 |
Rico Schüller
|
87ef00fc34
|
d3dx9: Use sizeof variable, not type.
|
2013-01-08 16:35:33 +01:00 |
Rico Schüller
|
6cb4301021
|
d3dx9: Handle invalid byte code in D3DXGetShaderConstantTableEx().
|
2013-01-08 16:35:32 +01:00 |
Rico Schüller
|
a847b9dddb
|
d3dx9: Always set the table = NULL in D3DXGetShaderConstantTableEx().
|
2013-01-08 16:35:32 +01:00 |
Rico Schüller
|
bc4a4f5f3b
|
d3dx9: Handle invalid byte code in D3DXFindShaderComment().
|
2013-01-08 16:35:31 +01:00 |
Christian Costa
|
4778a5e27d
|
d3dx9_36: Add support for RT_BITMAP resource type since it is in DIB format D3DXIFF_DIB.
|
2013-01-07 19:33:09 +01:00 |
Francois Gouget
|
a41f63dfcb
|
d3dx9_36: Make error_dxfile_to_d3dxfile() and test_templates() static.
|
2013-01-07 13:38:21 +01:00 |
Francois Gouget
|
f963f93964
|
Assorted spelling fixes.
|
2013-01-07 11:10:40 +01:00 |
Christian Costa
|
b742b98c55
|
d3dx9_36: Implement ID3DXFileImpl_RegisterTemplates + tests.
|
2013-01-04 12:14:07 +01:00 |
Andrew Talbot
|
1a45569f72
|
d3dx9_36: Avoid signed-unsigned integer comparisons.
|
2013-01-04 11:59:32 +01:00 |
Andrew Talbot
|
2cf00836ef
|
d3dx9_36: Avoid signed-unsigned integer comparisons.
|
2013-01-03 11:52:08 +01:00 |
Christian Costa
|
dabde6a04f
|
d3dx9_36: Check proper signature for DIB files.
|
2012-12-27 18:47:54 +01:00 |
Christian Costa
|
95433ccd3c
|
d3dx9_36: Implement D3DXFileCreate with stubbed ID3DXFile interface + basic tests.
|
2012-12-27 18:47:54 +01:00 |
Francois Gouget
|
7b2d297d3e
|
d3dx9_36/tests: Use software vertex processing so the tests can run on Intel GM950 graphics cards.
|
2012-12-14 17:37:43 +01:00 |
Francois Gouget
|
a20db48dae
|
d3dx9_36/tests: Skip some tests when DXT5 textures are not supported.
|
2012-12-14 11:49:54 +01:00 |
Rico Schüller
|
2cb1372350
|
d3dx9: Improve D3DXMatrixRotationYawPitchRoll().
|
2012-12-05 12:44:47 +01:00 |
Henri Verbeet
|
c4ef74bd19
|
d3dx9: Avoid LPD3DXALLOCATEHIERARCHY.
|
2012-12-05 12:43:31 +01:00 |
Henri Verbeet
|
36ac98df73
|
d3dx9: Avoid LPD3DXBUFFER.
|
2012-12-03 12:37:26 +01:00 |
Henri Verbeet
|
d856b3a6d2
|
d3dx9: Avoid LPD3DXLINE.
|
2012-12-03 12:37:20 +01:00 |
Detlef Riekenberg
|
8b98b6a532
|
d3dx9_36/tests: Fix broken line test.
|
2012-11-30 11:43:38 +01:00 |
Henri Verbeet
|
c109249445
|
d3dx9: Avoid LPD3DXEFFECTSTATEMANAGER.
|
2012-11-30 11:42:37 +01:00 |
Henri Verbeet
|
8678e890e6
|
d3dx9: Avoid LPD3DXEFFECTPOOL.
|
2012-11-30 11:42:32 +01:00 |
Henri Verbeet
|
8c94757c2b
|
d3dx9: Avoid LPD3DXMATRIXSTACK.
|
2012-11-29 00:16:38 +01:00 |
Henri Verbeet
|
d480f9e1a8
|
d3dx9: Avoid LPD3DXMESH.
|
2012-11-29 00:16:26 +01:00 |
Henri Verbeet
|
361cf636cc
|
d3dx9: Avoid LPD3DXSKININFO.
|
2012-11-28 14:42:03 +01:00 |
Henri Verbeet
|
69eeb35e51
|
d3dx9: Avoid LPD3DXINCLUDE.
|
2012-11-26 11:50:15 +01:00 |
Henri Verbeet
|
63acbcbf8a
|
d3dx9: Avoid LPD3DXCONSTANTTABLE.
|
2012-11-23 14:40:24 +01:00 |
Nozomi Kodama
|
965e27149a
|
d3dx9_36: Fix the case out = in for D3DXSHRotate.
|
2012-11-13 19:27:04 +01:00 |