Update to chromium 151.0.7872.0
features:
- (#1) Restored DXVAVideoDecodeAccelerator.
- (Experimental) WebGL D3D9 hardware acceleration 123 and DirectWrite on Windows XP/Vista, as well as color emojis on Windows XP through Windows 8.1. See webgl_hw_and_dwrite.zip created by @mjd7989. (many thanks to @mjd7989)
- (#61) Added
d3d11-video-decoderto thechrome://flagspage. - Added
disable-direct-writeto thechrome://flagspage. This allows you to enable GDI font rendering. - The
--disable-dwm-compositioncommand line option. This allows you to disable use of DWM composition for top level windows. - (#79) MV2 has been supported. (thanks to @bershanskiy)
Footnotes
-
Whether hardware acceleration can be enabled also depends on your hardware. Hardware acceleration is only available on certain hardware. ↩
-
Using
--use-angle=d3d9will prevent WebGL 2 from being enabled. This means you need to make a trade off based on your needs. If you care about WebGL 2 and do not mind losing hardware acceleration, do not add--use-angle=d3d9. Otherwise, add--use-angle=d3d9. ↩ -
(https://github.com/e3kskoy7wqk/Chromium-for-windows-7-REWORK/issues/13) swiftshader is always available, which means even in the worst case, WebGL can still be used via software acceleration and will not be completely disabled. ↩