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