diff options
author | Martin Stransky <stransky@redhat.com> | 2018-08-28 12:40:57 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2018-08-28 12:40:57 +0200 |
commit | bd7726282836dc39fe7829db7363032ec272ed26 (patch) | |
tree | e3b34257b58c850f543711e5462518df3c031193 /mozilla-1464823.patch | |
parent | Added patches for mozbz#1427700 and mozbz#1463809 (diff) | |
download | librewolf-fedora-ff-bd7726282836dc39fe7829db7363032ec272ed26.tar.gz librewolf-fedora-ff-bd7726282836dc39fe7829db7363032ec272ed26.tar.bz2 librewolf-fedora-ff-bd7726282836dc39fe7829db7363032ec272ed26.zip |
Update to 62.0
Diffstat (limited to 'mozilla-1464823.patch')
-rw-r--r-- | mozilla-1464823.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/mozilla-1464823.patch b/mozilla-1464823.patch deleted file mode 100644 index 9870d98..0000000 --- a/mozilla-1464823.patch +++ /dev/null @@ -1,27 +0,0 @@ -Bug 1464823 - Don't sync rendering on Mesa as the Mesa Wayland implementation is buggy. - -diff --git a/gfx/gl/GLContextProviderEGL.cpp b/gfx/gl/GLContextProviderEGL.cpp ---- a/gfx/gl/GLContextProviderEGL.cpp -+++ b/gfx/gl/GLContextProviderEGL.cpp -@@ -273,20 +273,17 @@ GLContextEGLFactory::Create(EGLNativeWin - if (!gl) { - gfxCriticalNote << "Failed to create EGLContext!"; - mozilla::gl::DestroySurface(surface); - return nullptr; - } - - gl->MakeCurrent(); - gl->SetIsDoubleBuffered(doubleBuffered); -- if (aWebRender && sEGLLibrary.IsANGLE()) { -- MOZ_ASSERT(doubleBuffered); -- sEGLLibrary.fSwapInterval(EGL_DISPLAY(), 0); -- } -+ sEGLLibrary.fSwapInterval(EGL_DISPLAY(), 0); - return gl.forget(); - } - - GLContextEGL::GLContextEGL(CreateContextFlags flags, const SurfaceCaps& caps, - bool isOffscreen, EGLConfig config, EGLSurface surface, - EGLContext context) - : GLContext(flags, caps, nullptr, isOffscreen, false) - , mConfig(config) |