[NTOS:MM] Do not assert on a case we actually support
[reactos.git] / modules /
2021-02-08 Serge Gautherie[LOAD][UNLOAD] Fix w*printf() format strings (#3319)
2021-02-07 Aobi Chan CL[TRANSLATION] Chinese Traditional (zh-TW) translation...
2021-02-04 winesync[WINESYNC] d3dx9_36: Implement ID3DXSkinInfoImpl_Update...
2021-02-04 winesync[WINESYNC] d3dx9_36: Add semi-stub for D3DXOptimizeVert...
2021-02-04 winesync[WINESYNC] d3dx9_36/tests: Add additional tests for...
2021-02-04 winesync[WINESYNC] d3dx9_36/tests: Add initial tests for D3DXDi...
2021-02-04 winesync[WINESYNC] d3dx9_36: Improve stub for ID3DXEffectImpl_C...
2021-02-04 winesync[WINESYNC] d3dx9: Return D3DFMT_A8R8G8B8 in D3DXGetImag...
2021-02-04 winesync[WINESYNC] d3dx9: Don't release textures when D3DXSPRIT...
2021-02-04 winesync[WINESYNC] d3dx9/tests: Use wide-char string literals.
2021-02-04 winesync[WINESYNC] d3dx9: Simplify D3DXSphereBoundProbe() a...
2021-02-04 winesync[WINESYNC] d3dx9/tests: Add a few D3DXLoadSurfaceFromSu...
2021-02-04 winesync[WINESYNC] d3dx9: Implement ID3DXSkinInfo_Clone().
2021-02-04 winesync[WINESYNC] d3dx9/tests: Remove useless '\n' within...
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/tests: Introduce compare_uint().
2021-02-04 winesync[WINESYNC] d3dx9: Add two more DT_SINGLELINE tests.
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_GetGlyphData.
2021-02-04 winesync[WINESYNC] d3dx9: Implement ID3DXFont_PreloadGlyphs.
2021-02-04 winesync[WINESYNC] d3dx9/tests: Add more ID3DXFont_DrawTextW...
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/tests: Add some more ID3DXFont tests.
2021-02-04 winesync[WINESYNC] d3dx9/tests: Add some tests for ID3DXFont_Dr...
2021-02-04 winesync[WINESYNC] d3dx9/tests: Get rid of redundant handling...
2021-02-04 winesync[WINESYNC] d3dx9/tests: Use Tahoma in all font tests.
2021-02-04 winesync[WINESYNC] d3dx9_36/tests: Fix some constant conversion...
2021-02-04 winesync[WINESYNC] d3dx9: Implement D3DXCreateFragmentLinker...
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: 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/tests: Test ApplyParameterBlock()...
2021-02-04 winesync[WINESYNC] d3dx9/tests: Add test for effect parameter...
2021-02-04 winesync[WINESYNC] d3dx9: Use check_texture_requirements()...
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: Compute the correct source rect in...
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/tests: Improve tests to check for...
2021-02-04 winesync[WINESYNC] d3dx9: Handle compressed surfaces in D3DXLoa...
2021-02-04 winesync[WINESYNC] d3dx9/tests: Add even more tests for misalig...
2021-02-04 winesync[WINESYNC] d3dx9/tests: Add more tests loading misalign...
2021-02-04 winesync[WINESYNC] d3dx9/tests: Add a test with a larger DXT5...
2021-02-04 winesync[WINESYNC] d3dx9/tests: Add a test for loading a textur...
2021-02-04 winesync[WINESYNC] d3dx9/tests: Add a test for loading surfaces...
2021-02-04 winesync[WINESYNC] d3dx9_36/tests: Spelling fixes in ok() messages.
2021-02-04 winesync[WINESYNC] d3dx9/tests: Make the pixels array static.
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] include/msvcrt: Add INFINITY and NAN definit...
2021-02-04 winesync[WINESYNC] d3dx9: Generate ID3DXSkinInfo in D3DXLoadSki...
2021-02-04 winesync[WINESYNC] d3dx9/tests: Add tests for 32 bpp BMP with...
2021-02-04 winesync[WINESYNC] d3dx9/tests: Avoid a test failure on Vista...
2021-02-04 winesync[WINESYNC] d3dx9/tests: Improve D3DXMatrixInverse(...
2021-02-04 winesync[WINESYNC] d3dx9/tests: Add initial tests for dummy...
2021-02-04 winesync[WINESYNC] d3dx9/tests: Remove useless cast to self.
2021-02-04 winesync[WINESYNC] d3dx9/tests: Avoid using the comma operator...
2021-02-04 Jérôme Gardou[WINESYNC]: revert wine-staging patchset for d3dx9
2021-02-04 Jérôme Gardou[KMTESTS:NTOS_MM] Purge & flush cache when there is...
2021-02-03 Victor PerevertkinRevert "[CMD_WINETEST] Disable the test until fastfat_n...
2021-02-02 Jérôme Gardou[KMTESTS:NTOS_CC] Fix a test format
2021-02-02 Jérôme Gardou[KMTEST:NTOS_CC] Fix buffer size calculation
2021-02-01 Serge Gautherie[GREEN][INF] Fix format of 3 DriverVer date values
2021-01-18 Victor Perevertkin[XDK] Remove UNREFERENCE_LOCAL_VARIABLE macro
2021-01-08 Stanislav Motylkov[PARTINFO] Fix GCC build on GitHub Actions
2021-01-08 Hermès Bélusca-Maïto[PARTINFO] Further improvements to the Partition Inform...
2021-01-05 Jérôme Gardou[CMAKE] Fix GCC -fstack-protector usage
2021-01-05 winesync[WINESYNC] wininet: Strip filename if no path is set...
2021-01-05 winesync[WINESYNC] wininet/tests: Check cookie behaviour when...
2021-01-05 winesync[WINESYNC] wininet/tests: Test auth credential reusage...
2021-01-05 winesync[WINESYNC] wininet/tests: Add more tests for cookies.
2021-01-05 winesync[WINESYNC] wininet: Correctly return error status from...
2021-01-05 winesync[WINESYNC] wininet: Implement INTERNET_OPTION_SECURITY_...
2021-01-05 winesync[WINESYNC] winapi_test: Restore horizontal alignment...
2021-01-05 winesync[WINESYNC] winapi_test: Horizontally align TEST_TYPE_SI...
2021-01-05 winesync[WINESYNC] wininet: Handle empty expires for cookie...
2021-01-05 winesync[WINESYNC] wininet/tests: Update for new WineHQ certifi...
2021-01-05 winesync[WINESYNC] wininet/tests: Fix test failures on Windows XP.
2021-01-05 winesync[WINESYNC] wininet/tests: Make a check for available...
2021-01-05 winesync[WINESYNC] wininet/tests: Fix some test failures with...
2021-01-05 winesync[WINESYNC] wininet/tests: Simplify test_InternetErrorDlg().
2021-01-05 winesync[WINESYNC] wininet/tests: Don't test that the URL cache...
2021-01-05 winesync[WINESYNC] wininet: Don't set default gopher protocol...
2021-01-05 winesync[WINESYNC] wininet: Add missing schemes to url_schemes.
2021-01-05 winesync[WINESYNC] wininet/tests: Skip some FTP tests when...
2021-01-05 winesync[WINESYNC] wininet/tests: Fix some test failures on...
2021-01-05 Jérôme Gardou[WINESYNC]: revert wine-staging patchset for wininet
next