diff options
author | Martin Stransky <stransky@redhat.com> | 2022-06-09 11:14:27 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2022-06-09 11:14:27 +0200 |
commit | fc1bf47cd86638b08e03b90b60b0bc80dd1d6c28 (patch) | |
tree | a546c6ae63cb2698f65388be7b3e60b6e913533c /mozilla-1773336.patch | |
parent | Enabled VA-API by default (+ added VA-API fixes from upstream), Fixed WebGL p... (diff) | |
download | librewolf-fedora-ff-fc1bf47cd86638b08e03b90b60b0bc80dd1d6c28.tar.gz librewolf-fedora-ff-fc1bf47cd86638b08e03b90b60b0bc80dd1d6c28.tar.bz2 librewolf-fedora-ff-fc1bf47cd86638b08e03b90b60b0bc80dd1d6c28.zip |
Updated to 101.0.1, More VA-API sandbox fixes (mzbz#1769182)
Diffstat (limited to 'mozilla-1773336.patch')
-rw-r--r-- | mozilla-1773336.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mozilla-1773336.patch b/mozilla-1773336.patch new file mode 100644 index 0000000..b65ff89 --- /dev/null +++ b/mozilla-1773336.patch @@ -0,0 +1,12 @@ +diff -up firefox-101.0.1/gfx/webrender_bindings/webrender_ffi.h.old firefox-101.0.1/gfx/webrender_bindings/webrender_ffi.h +--- firefox-101.0.1/gfx/webrender_bindings/webrender_ffi.h.old 2022-06-09 10:31:16.122495733 +0200 ++++ firefox-101.0.1/gfx/webrender_bindings/webrender_ffi.h 2022-06-09 10:31:22.880724352 +0200 +@@ -72,8 +72,6 @@ struct WrPipelineInfo; + struct WrPipelineIdAndEpoch; + using WrPipelineIdEpochs = nsTArray<WrPipelineIdAndEpoch>; + +-const uint64_t ROOT_CLIP_CHAIN = ~0; +- + } // namespace wr + } // namespace mozilla + |