Sign in
goma
/
wine
/
81b8ee863e1d22e7e169c98e660ad5a6ea7b6ec4
/
dlls
/
d3dx9_36
81b8ee8
makefiles: Add a standard header for all makefiles to replace the common variable initializations.
by Alexandre Julliard
· 15 years ago
fffe37a
d3dx9_36: Implement D3DXGetDeclLength with tests.
by Misha Koshelev
· 15 years ago
5815b63
d3dx9_36: D3DXPreprocessShaderFromFileW: remove unneeded code.
by Joris Huizer
· 15 years ago
8d7a0d5
d3dx9: D3DXPreprocessShader implementation with tests.
by Matteo Bruni
· 15 years ago
0d6f4d2
d3dx9/tests: Add D3DXCreateTextureFromResource tests.
by Owen Rudge
· 15 years ago
78bd619
d3dx9: Implement D3DXCreateTextureFromResource*.
by Owen Rudge
· 15 years ago
d822555
d3dx9: Fix D3DXAssembleShader tests.
by Matteo Bruni
· 15 years ago
d6ead89
d3dx9: Fix D3DXCompileShaderFromFileW.
by Matteo Bruni
· 15 years ago
b9b9d7c
d3dx9_36: Fix the D3DXCreateMesh() prototype.
by Misha Koshelev
· 15 years ago
b42a243
d3dx9_36: Fix D3DXCompileShader* spec file prototypes.
by Andrew Nguyen
· 15 years ago
5fa3a6c
d3dx9: Implement D3DXFVFFromDeclarator.
by Misha Koshelev
· 15 years ago
5a5af75
d3dx9: Implement D3DXCompileShaderFromResource.
by Matteo Bruni
· 15 years ago
de8f35b
d3dx9: Implement D3DXCompileShaderFromFile.
by Matteo Bruni
· 15 years ago
258dba1
d3dx9: Implement D3DXLoadSurfaceFromFileInMemory.
by Owen Rudge
· 15 years ago
3604671
d3dx9: Implement D3DXCreateTextureFromFileInMemoryEx.
by Owen Rudge
· 15 years ago
f161990
d3dx9: Use float instead of long in the spec files for 32-bit floating point values.
by Alexandre Julliard
· 15 years ago
ae695bd
d3dx9: Implement missing D3DXCreateTextureFromFile functions.
by Owen Rudge
· 15 years ago
3a6050b
d3dx9: Forward D3DXCompileShader to d3dcompiler.
by Matteo Bruni
· 15 years ago
ff7dc44
d3dx9_36: Implement D3DXDeclaratorFromFVF().
by Henri Verbeet
· 15 years ago
79e4f66
d3dx9_36/tests: Add some more FVF position handling tests.
by Henri Verbeet
· 15 years ago
6e518a1
d3dx9_36/tests: Cleanup / simplify test_fvf_decl_conversion().
by Henri Verbeet
· 15 years ago
2f8f70b
d3dx9_36: Make {is,make}_pow2() static.
by Francois Gouget
· 15 years ago
1bfd899
d3dx9_36/tests: Avoid a redundant vertex declaration copy in test_decl_to_fvf().
by Henri Verbeet
· 15 years ago
5ed9403
d3dx9_36: Fix the D3DXFVFFromDeclarator() prototype.
by Henri Verbeet
· 15 years ago
53a1543
d3dcompiler: Move D3DAssemble tests from d3dx9_36.
by Matteo Bruni
· 15 years ago
5dcb2e4
d3dcompiler: Move shader assembler implementation from d3dx9_36.
by Matteo Bruni
· 15 years ago
5655c6f
d3dx9_36/tests: Use the proper D3DFVF_PSIZE constant in test_fvf_decl_conversion().
by Henri Verbeet
· 15 years ago
bcd452a
d3dx9_36/tests: Remove a (mostly) redundant test.
by Henri Verbeet
· 15 years ago
31e8a20
d3dx9_36: Use a lookup table in D3DXGetDeclVertexSize().
by Henri Verbeet
· 15 years ago
ecce9ee
d3dx9: Fix an off by one error in point_filter_simple_data.
by Tony Wasserka
· 15 years ago
18b8916
d3dx9: Black out pixels which are outside the source rect in D3DXLoadSurfaceFromMemory if no stretching is used.
by Tony Wasserka
· 15 years ago
0fed73e
d3dx9_36: Simplify instr_ps_1_0123_texld.
by Gerald Pfeifer
· 15 years ago
46050fb
d3dx9: Add tests for FVF <-> declaration conversion.
by Misha Koshelev
· 15 years ago
f781be0
d3dx9_36: minwidth and minheight are set but not used in point_filter_simple_data; remove them.
by Gerald Pfeifer
· 15 years ago
277040d
d3dx9: Fix some incorrect const typecasts.
by Alexandre Julliard
· 15 years ago
1905e93
d3dx9: Implement ARGB point filtering in D3DXLoadSurfaceFromMemory.
by Tony Wasserka
· 15 years ago
5bdfd87
d3dx9: Return D3DERR_INVALIDCALL in D3DXLoadSurfaceFromMemory if pDestRect is invalid.
by Tony Wasserka
· 15 years ago
295d2a6
d3dx9: Move pixel sampling and recombination in copy_simple_data to separate helper functions.
by Tony Wasserka
· 15 years ago
bf46b4f
d3dx9: Add stub and tests for D3DXCreateMesh.
by Misha Koshelev
· 15 years ago
24f522c
d3dx9_36/tests: Avoid the non-portable NAN macro.
by Henri Verbeet
· 15 years ago
cc1738a
d3dx9: Complete test for D3DXCreateSphere.
by Misha Koshelev
· 15 years ago
1b33769
d3dx9: Implement D3DXAssembleShaderFromFile.
by Matteo Bruni
· 15 years ago
2a62616
d3dx9: Handle parent_data parameter of D3DXInclude.Open() function.
by Matteo Bruni
· 15 years ago
8068d4e
d3dx9_36: Provide an empty error message in the stub D3DXCompileShader.
by Paul Chitescu
· 15 years ago
54f049a
d3dx9: Add basic implementation of D3DXFilterTexture, plus tests.
by Owen Rudge
· 15 years ago
30d5e37
d3dx9: Implement D3DXCreateTexture plus tests.
by Owen Rudge
· 15 years ago
a9fe0cc
d3dx9/tests: Implement additional texture requirement tests.
by Owen Rudge
· 15 years ago
b5c7675
d3dx9: Implement D3DXCheckTextureRequirements.
by Owen Rudge
· 15 years ago
79690ab
d3dx9/tests: Add beginning of general tests for texture functions.
by Owen Rudge
· 15 years ago
d567a03
d3dx9: Shader assembler <= ps_1_3 support.
by Matteo Bruni
· 15 years ago
8ce3ece
d3dx9: Add <= ps_1_3 instruction parsing to the shader assembler.
by Matteo Bruni
· 15 years ago
383a7fe
d3dx9: Fix dst register handling in ps_1_4.
by Matteo Bruni
· 15 years ago
b86d515
dlls: Remove explicit imports of kernel32 and ntdll.
by Alexandre Julliard
· 15 years ago
bfa3999
d3dx9: Shader assembler ps_1_4 support.
by Matteo Bruni
· 15 years ago
7c834e3
d3dx9: Add ps_1_4 instructions parsing to the shader assembler.
by Matteo Bruni
· 15 years ago
949eca4
d3dx9: Add shift modifiers parsing to the shader assembler.
by Matteo Bruni
· 15 years ago
4c5954e
d3dx9: Add ps_1_x source register modifiers to the shader assembler.
by Matteo Bruni
· 15 years ago
242b4f3
d3dx9: Add stub and basic test for D3DXCreateSphere.
by Misha Koshelev
· 15 years ago
c2b0f20
d3dx9: Check dcl input instruction syntax against shader version.
by Matteo Bruni
· 15 years ago
0ea6f79
d3dx9: Error out on dcl output instruction where not supported.
by Matteo Bruni
· 15 years ago
d76e3ac
d3dx9: Improve a FIXME.
by Matteo Bruni
· 15 years ago
a5e55c1
d3dx9: Remove unused parameter from get_regname().
by Matteo Bruni
· 15 years ago
4771ee2
d3dx9_36/test: Fix a copy/paste typo.
by David Adam
· 15 years ago
cd72aef
d3dx9: Test penultimate declaration element in D3DXDeclaratorFromFVFTest.
by Misha Koshelev
· 15 years ago
7649c75
Assorted typo and spelling fixes.
by Francois Gouget
· 15 years ago
3133b71
d3dx9_36: Make assemble_shader() static.
by Francois Gouget
· 15 years ago
5a5844d
d3dx9: Disallow sampler declarations where not supported.
by Matteo Bruni
· 15 years ago
a74978d
d3dx9: Check register type in dcl input instruction.
by Matteo Bruni
· 15 years ago
5bb403c
d3dx9: Allow sampler declaration without sampler type.
by Matteo Bruni
· 15 years ago
2fa119f
d3dx9: Accept texture coordinate registers in dcl instruction.
by Matteo Bruni
· 15 years ago
00951f8
d3dx9: Support ps_2_0-style dcl instruction in the shader assembler.
by Matteo Bruni
· 15 years ago
9a8ffc9
d3dx9: Mark builtin compatibility declarations in the shader assembler.
by Matteo Bruni
· 15 years ago
8094c55
d3dx9: Allow D3DXAssembleShader calls with NULL parameters.
by Matteo Bruni
· 15 years ago
bc42217
d3dx9: Make D3DXCompileShader stub more verbose.
by Matteo Bruni
· 15 years ago
b45a17c
d3dx9: Remove stray debug trace.
by Matteo Bruni
· 15 years ago
a262fde
d3dx9: Fix get_regname debug function.
by Matteo Bruni
· 15 years ago
25d4fe6
d3dx9: Allow modifiers on the ps dcl sampler instruction.
by Matteo Bruni
· 15 years ago
7de630e
d3dx9: Allow modifiers on the ps dcl input instruction.
by Matteo Bruni
· 15 years ago
913278c
d3dx9: Shader assembler vs_1_0 and vs_1_1 support.
by Matteo Bruni
· 16 years ago
41809d5
d3dx9_36: Fixed off by 1 in the usage_idx check (Coverity).
by Marcus Meissner
· 15 years ago
084d5f1
d3dx9: Stricter checks for relative addressing in the shader assembler.
by Matteo Bruni
· 15 years ago
5786d3a
d3dx9: Shader assembler ps_2_x support.
by Matteo Bruni
· 15 years ago
ce3e846
d3dx9: Add some more tests on register number checking.
by Matteo Bruni
· 15 years ago
5050f7c
d3dx9: Shader assembler vs_2_x support.
by Matteo Bruni
· 15 years ago
961db79
d3dx9: Check for oCx register number.
by Matteo Bruni
· 15 years ago
a9118ba
d3dx9: Use separate opcodes for TEXLDP and TEXLDB.
by Matteo Bruni
· 15 years ago
1d3f462
d3dx9: Add missing texkill instruction parsing.
by Matteo Bruni
· 15 years ago
5cc00e8
d3dx9: Shader assembler ps_3_0 support.
by Matteo Bruni
· 15 years ago
abb489b
d3dx9: Add ps_3_0 instructions parsing to the shader assembler.
by Matteo Bruni
· 15 years ago
c1f7fac
d3dx9: Add some version-specific checks in the shader assembler.
by Matteo Bruni
· 15 years ago
00eb092
d3dx9: Implement CreateEffectFromFile/Resource functions.
by Owen Rudge
· 15 years ago
b3523a4
d3dx9: Implement D3DXCreateEffectCompilerFromFile/Resource.
by Owen Rudge
· 15 years ago
1371e71
d3dx9: Add DEFB instruction support in the shader assembler.
by Matteo Bruni
· 15 years ago
fa44f24
d3dx9: Add DEFI instruction support in the shader assembler.
by Matteo Bruni
· 15 years ago
dc1fa01
d3dx9: Add DEF instruction support in the shader assembler.
by Matteo Bruni
· 15 years ago
8921d8c
d3dx9_36: Export D3DXCreateEffectEx stub.
by Octavian Voicu
· 15 years ago
745b5fe
d3dx9: Add sampler dcl instruction support to the shader assembler.
by Matteo Bruni
· 15 years ago
6cbd511
d3dx9: Add input dcl instruction support to the shader assembler.
by Matteo Bruni
· 15 years ago
efec8bb
d3dx9: Complete output dcl instruction support.
by Matteo Bruni
· 15 years ago
b627d13
d3dx9: Add output dcl instruction partial support to the shader assembler.
by Matteo Bruni
· 15 years ago
Next »