From 85be2584348ee3a6384d22c9e14f2d2b6e51df20 Mon Sep 17 00:00:00 2001 From: Alexander David Frick Date: Mon, 22 Nov 2021 05:05:40 -0600 Subject: [PATCH] Update PATCHES.md --- PATCHES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PATCHES.md b/PATCHES.md index 74c6441b..68d02656 100644 --- a/PATCHES.md +++ b/PATCHES.md @@ -1,6 +1,6 @@ ## List of patches included in Thorium -Compiler modifications include AVX, cflags, lto flags, and import_instr_limit flags set to mavx, 3, and /02, respectively. +Compiler modifications include AVX, FMA, and cflags, lto flags, and import_instr_limit flags set to /03, 3, and 30, respectively. .desktop files are created for Thorium itself and content-shell (named thorium-shell), with theses cmdline flags being appended to both > '--enable-experimental-web-platform-features --new-canvas-2d-api --show-component-extension-options --autoplay-policy=user-gesture-required --enable-features=VaapiVideoDecoder,PageInfoAboutThisSite,ParallelDownloading' and with '--enable-clear-hevc-for-testing' also being appended to the thorium-shell.desktop file. @@ -37,7 +37,7 @@ Search Engines Patch > https://github.com/saiarcot895/chromium-ubuntu-build/blob - Modified by me. Installer patches to include unstripped and RPATH binaries, with chrome_sandbox (needed for older distros), chromedriver and content-shell being added along with an icon and .desktop file for content-shell. -The Thorium .desktop file and content-shell .desktop file have flags added for experimental and useful features, namely: Experimental web platform features, Experimental Canvas2D, showing component extensions on chrome://extensions, requiring user gesture to initiate playback of media, VAAPI Video decoder, Page Info v2, and Parallel Downloading. +The Thorium .desktop file and content-shell .desktop file have flags added for experimental and useful features, namely: Experimental web platform features, Experimental Canvas2D, showing component extensions on chrome://extensions, requiring user gesture to initiate playback of media, VAAPI Video decoder, Page Info v2, and Parallel Downloading. The --enable-clear-hevc-for-testing in thorium-shell enables testing H.265 (but still won't demux it). - Modified by me. - Any other code/patches was written from scratch by me.