[VIDEOPRT] Allow later nvidia cards to load (#8646) Clear out the miniport owned extension and assign the slot iD properly [DH] win32ss/drivers/videoprt/resource.c [DH] win32ss/drivers/videoprt/videoprt.c
[USER32] Fix GSView 5.0 "Espanol" background color (Retry of PR #4015) (#8588) CORE-13935 Improve "is_dib_monochrome" function in win32ss/user/user32/windows/cursoricon.c so that it returns TRUE on a monochrome color table with WHITE first and BLACK second. [DH] win32ss/user/user32/windows/cursoricon.c
[USER32_APITEST] New LoadImage 1bpp test for PR #4015 retry (#8522) CORE-13935 * Make LoadImage1bpp.c a sub-test of LoadImage.c for apitest. * Add broken() for Vista x64 Testbot regression test fix based on reviewer comments. [DH] modules/rostests/apitests/user32/CMakeLists.txt [DH] modules/rostests/apitests/user32/LoadImage.c [DH] modules/rostests/apitests/user32/bpp1a.bmp [DH] modules/rostests/apitests/user32/bpp1b.bmp [DH] modules/rostests/apitests/user32/resource_1bpp.h [DH] modules/rostests/apitests/user32/user32_apitest_1bpp.rc
[WIN32SS:NTGDI] Handle AMD GPUs being dumb when they do a double restore (#8644) According to the kerestorefloatingpointstate msdn article shouldn't be on the kernel's responsibility to handle. for the life of me i couldn't figure out why this specific driver does this until finally I tried this on Windows and low and behold on checked […]