Commit 5daa4e23 authored by Oleg Romashin's avatar Oleg Romashin
Browse files

Bug 738137 - Try to create PBuffer offscreen context on NON-X11 builds always. r=jgilbert

parent 1567781c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1910,7 +1910,7 @@ GLContextProviderEGL::CreateOffscreen(const gfxIntSize& aSize,
        return nsnull;
    }

#if defined(ANDROID) || defined(XP_WIN)
#if !defined(MOZ_X11)
    bool usePBuffers = false; // Generally, prefer FBOs to PBuffers

    if (sEGLLibrary.IsANGLE())