[MMIXER] Fix additional data size initialization for different audio formats (#6753)
[reactos.git] / dll / directx /
2023-11-01 Serge Gautherie[DSOUND_NEW][HDAUDBUS] Replace meaningless YDEBUG ...
2023-09-14 Justin MillerRevert "[DDRAW] Sync the fix for swap_interval from...
2022-11-09 Simone Mario Lombardo[DDRAW] Sync the fix for swap_interval from Wine (...
2022-09-18 Joachim Henze[DDRAW] Handle DDLOCK_WRITEONLY in wined3dmapflags_from...
2022-04-26 Victor Perevertkin[WINED3D] Do not declare global variables in a header
2022-01-01 Thomas Faber[GDI32_VISTA] Move D3DKMT functions out of gdi32. CORE... 4103/head
2021-10-07 Oleg DubinskiyRevert "[DSOUND] Don't force status to failure by defau...
2021-09-13 Hermès Bélusca-Maïto[FORMATTING] Remove trailing whitespace. Addendum to...
2021-09-13 Hermès Bélusca-Maïto[FORMATTING][TRANSLATION] Remove trailing whitespace...
2021-09-10 Oleg Dubinskiy[DSOUND] Don't force status to failure by default in... 3911/head
2021-09-04 Oleg Dubinskiy[DSOUND] Improvements to DirectSound(Capture)EnumerateW... 3899/head
2021-07-23 Timo Kreuzer[REACTOS] Silence warnings in 3r-party code
2021-07-15 Doug Lyons[DDRAW] ddraw.c ddraw7_FlipToGDISurface() to Wine-6...
2021-06-27 Joachim Henze[DSOUND][WAVE] Workaround crash when recording sound...
2021-04-09 Victor Perevertkin[CMAKE] Some options are only supported by GCC, don...
2021-03-03 Serge Gautherie[CMAKE] target_compile_definitions() calls: Remove...
2021-02-04 winesync[WINESYNC] d3dx9_36: Implement ID3DXSkinInfoImpl_Update...
2021-02-04 winesync[WINESYNC] d3dx9_36: Filter out D3DCompile warning...
2021-02-04 winesync[WINESYNC] d3dx9_36: Improve D3DXSaveTextureToFile...
2021-02-04 winesync[WINESYNC] d3dx9_36: Add support for FOURCC surface...
2021-02-04 winesync[WINESYNC] d3dx9: Implement D3DXComputeTangent
2021-02-04 winesync[WINESYNC] d3dx9_*: Add D3DXSHProjectCubeMap stub
2021-02-04 winesync[WINESYNC] d3dx9_36: Add semi-stub for D3DXOptimizeVert...
2021-02-04 winesync[WINESYNC] d3dx9_36: Implement D3DXDisassembleShader...
2021-02-04 winesync[WINESYNC] d3dx9_36: Improve stub for ID3DXEffectImpl_C...
2021-02-04 winesync[WINESYNC] d3dx9_36: Add format description for X8L8V8U...
2021-02-04 winesync[WINESYNC] d3dx9: Return D3DFMT_A8R8G8B8 in D3DXGetImag...
2021-02-04 winesync[WINESYNC] d3dx9: Avoid closing invalid handles.
2021-02-04 winesync[WINESYNC] d3dx9: Correctly handle sprites array reallo...
2021-02-04 winesync[WINESYNC] d3dx9: Remove unreachable DT_SINGLELINE...
2021-02-04 winesync[WINESYNC] d3dx9: Implement clipping of glyphs in ID3DX...
2021-02-04 winesync[WINESYNC] d3dx9: Fully initialize the glyph position.
2021-02-04 winesync[WINESYNC] d3dx9: Don't release textures when D3DXSPRIT...
2021-02-04 winesync[WINESYNC] d3dx9: Simplify D3DXSphereBoundProbe() a...
2021-02-04 winesync[WINESYNC] d3dx9: Ignore filter in D3DXLoadSurfaceFromS...
2021-02-04 winesync[WINESYNC] d3dx9: Implement ID3DXSkinInfo_Clone().
2021-02-04 winesync[WINESYNC] d3dx9: Use BitScanReverse in make_pow2.
2021-02-04 winesync[WINESYNC] d3dx9: Add support for D3DFMT_P8 in DDS...
2021-02-04 winesync[WINESYNC] d3dx9: Handle horizontal alignment in ID3DXF...
2021-02-04 winesync[WINESYNC] d3dx9: Handle vertical alignment in ID3DXFon...
2021-02-04 winesync[WINESYNC] d3dx9: Add a helper for computing the boundi...
2021-02-04 winesync[WINESYNC] d3dx9: Switch character count to unsigned...
2021-02-04 winesync[WINESYNC] d3dx9: Use stricmp() instead of _strnicmp...
2021-02-04 winesync[WINESYNC] d3dx9: Validate state operation in d3dx_pars...
2021-02-04 winesync[WINESYNC] d3dx9: Use an assert() to validate access...
2021-02-04 winesync[WINESYNC] d3dx9: Remove a recursive call to ID3DXFont_...
2021-02-04 winesync[WINESYNC] d3dx9: Handle DT_CALCRECT in ID3DXFont_DrawText.
2021-02-04 winesync[WINESYNC] d3dx9: Handle DT_SINGLELINE in ID3DXFont_Dra...
2021-02-04 winesync[WINESYNC] d3dx9: Handle word breaks in ID3DXFont_DrawText.
2021-02-04 winesync[WINESYNC] d3dx9: Handle clipping in ID3DXFont_DrawText.
2021-02-04 winesync[WINESYNC] d3dx9: Handle newlines in ID3DXFont_DrawText.
2021-02-04 winesync[WINESYNC] d3dx9: Add a very basic ID3DXFont_DrawText...
2021-02-04 winesync[WINESYNC] d3dx9: Implement ID3DXFont_PreloadText.
2021-02-04 winesync[WINESYNC] d3dx9: Implement ID3DXFont_PreloadCharacters.
2021-02-04 winesync[WINESYNC] d3dx9: Implement ID3DXFont_GetGlyphData.
2021-02-04 winesync[WINESYNC] d3dx9: Implement ID3DXFont_PreloadGlyphs.
2021-02-04 winesync[WINESYNC] d3dx9: Reimplement make_pow2() in d3dx9_priv...
2021-02-04 winesync[WINESYNC] d3dx9: Implement D3DXCreateKeyframedAnimatio...
2021-02-04 winesync[WINESYNC] d3dx9: Support D3DFMT_X8L8V8U8 in DDS files.
2021-02-04 winesync[WINESYNC] d3dx9: Pass D3DCOMPILE_ENABLE_BACKWARDS_COMP...
2021-02-04 winesync[WINESYNC] d3dx9: Fix some spec file entries.
2021-02-04 winesync[WINESYNC] d3dx9: Make ID3DXLine::OnResetDevice() retur...
2021-02-04 winesync[WINESYNC] d3dx9_36: Fix the spelling of a comment.
2021-02-04 winesync[WINESYNC] d3dx9: Implement D3DXCreateFragmentLinker...
2021-02-04 winesync[WINESYNC] d3dx9_36: Fix the spelling of a TRACE()...
2021-02-04 winesync[WINESYNC] d3dx9: Implement d3dx_effect_ApplyParameterB...
2021-02-04 winesync[WINESYNC] d3dx9: Implement recording parameters to...
2021-02-04 winesync[WINESYNC] d3dx9: Factor out free_parameter_object_data...
2021-02-04 winesync[WINESYNC] d3dx9: Factor out set_value() function.
2021-02-04 winesync[WINESYNC] d3dx9: Implement d3dx_effect_DeleteParameter...
2021-02-04 winesync[WINESYNC] d3dx9: Implement d3dx_effect_EndParameterBlo...
2021-02-04 winesync[WINESYNC] d3dx9: Implement d3dx_effect_BeginParameterB...
2021-02-04 winesync[WINESYNC] d3dx9: Avoid double freeing samplers.
2021-02-04 winesync[WINESYNC] d3dx9: Remove redundant NULL check before...
2021-02-04 winesync[WINESYNC] d3dx9: Correctly handle NULL constant state...
2021-02-04 winesync[WINESYNC] d3dx9: Turn unimplemented interface ERR...
2021-02-04 winesync[WINESYNC] d3dx9: Don't pass usage flags for staging...
2021-02-04 winesync[WINESYNC] d3dx9: Use check_texture_requirements()...
2021-02-04 winesync[WINESYNC] d3dx9: Use check_texture_requirements()...
2021-02-04 winesync[WINESYNC] d3dx9: Factor our check_texture_requirements...
2021-02-04 winesync[WINESYNC] d3dx9: Return an error if no fallback format...
2021-02-04 winesync[WINESYNC] d3dx9: Don't pass usage flags for staging...
2021-02-04 winesync[WINESYNC] d3dx9: Correctly align texture dimensions...
2021-02-04 winesync[WINESYNC] d3dx9: Fix pitch passed to DXTn [de]compress...
2021-02-04 winesync[WINESYNC] d3dx9: Add a trace to D3DXCreateBuffer.
2021-02-04 winesync[WINESYNC] d3dx9: WARN when the file doesn't exist...
2021-02-04 winesync[WINESYNC] d3dx9: Compute the correct source rect in...
2021-02-04 winesync[WINESYNC] d3dx9: Don't pass the D3DLOCK_DISCARD flag...
2021-02-04 winesync[WINESYNC] d3dx9: Implement DXTn compression for offset...
2021-02-04 winesync[WINESYNC] d3dx9: Handle non-zero source rect position...
2021-02-04 winesync[WINESYNC] d3dx9: Move the source rect alignment check...
2021-02-04 winesync[WINESYNC] d3dx9: Handle compressed surfaces in D3DXLoa...
2021-02-04 winesync[WINESYNC] d3dx9: Add traces to filtering functions.
2021-02-04 winesync[WINESYNC] d3dx9: Relax a block alignment check.
2021-02-04 winesync[WINESYNC] d3dx9: Simplify unsupported format check.
2021-02-04 winesync[WINESYNC] d3dx9: Make qsort() callback functions cdecl.
2021-02-04 winesync[WINESYNC] d3dx9: Get rid of unused unlock_surface...
2021-02-04 winesync[WINESYNC] d3dx9: Pass rectangle to {lock|unlock}_surfa...
2021-02-04 winesync[WINESYNC] d3dx9: Build with msvcrt.
2021-02-04 winesync[WINESYNC] d3dx9: Always free samplers (Valgrind).
next