gecko-dev/gfx/gl
stransky 3468f83483 Bug 1650583 [Linux/EGL] Implement GLContextEGL::FindVisual(), r=jgilbert
Implement GLContextEGL::FindVisual() as a EGL counterpart of GLContextGLX::FindVisual() used
by GLX.

We need to make sure that GdkWindow uses the same visual as GL framebuffer we use for it.
That was already implemented for GLX backend (Bug 1478454).

The visual match is implemented by visual parameter at CreateConfig()/CreateConfigScreen() routines and when it's non-zero,
try to find exact match based on visual ID.

Differential Revision: https://phabricator.services.mozilla.com/D87636
2020-09-03 09:02:44 +00:00
..
AndroidNativeWindow.h Bug 1648076 - Use AndroidSurfaceTexture related files only on Android r=jgilbert 2020-06-24 18:59:14 +00:00
AndroidSurfaceTexture.cpp Bug 1656034 - Support multiple EglDisplays per GLLibraryEGL. r=lsalzman,sotaro,stransky 2020-08-07 07:14:46 +00:00
AndroidSurfaceTexture.h Bug 1656034 - Support multiple EglDisplays per GLLibraryEGL. r=lsalzman,sotaro,stransky 2020-08-07 07:14:46 +00:00
DecomposeIntoNoRepeatTriangles.cpp
DecomposeIntoNoRepeatTriangles.h
ForceDiscreteGPUHelperCGL.h
GfxTexturesReporter.cpp Bug 1656034 - Support multiple EglDisplays per GLLibraryEGL. r=lsalzman,sotaro,stransky 2020-08-07 07:14:46 +00:00
GfxTexturesReporter.h
GLBlitHelper.cpp Bug 1645704 [Wayland] Rename WaylandDMABufSurface to DMABufSurface at gxf, r=sotaro 2020-06-21 13:59:17 +00:00
GLBlitHelper.h
GLBlitHelperD3D.cpp Bug 1656034 - Support multiple EglDisplays per GLLibraryEGL. r=lsalzman,sotaro,stransky 2020-08-07 07:14:46 +00:00
GLConsts.h
GLConsts.py
GLContext.cpp Bug 1660187 - Don't assert if the GL version string is empty. r=jgilbert 2020-08-25 07:41:12 +00:00
GLContext.h Bug 1661328 - Enable Mac webgl-ipc tests on Central. r=jmaher,lsalzman 2020-09-01 23:29:01 +00:00
GLContextCGL.h Bug 1656034 - Support multiple EglDisplays per GLLibraryEGL. r=lsalzman,sotaro,stransky 2020-08-07 07:14:46 +00:00
GLContextEAGL.h Bug 1656034 - Support multiple EglDisplays per GLLibraryEGL. r=lsalzman,sotaro,stransky 2020-08-07 07:14:46 +00:00
GLContextEGL.h Bug 1650583 [Linux/EGL] Implement GLContextEGL::FindVisual(), r=jgilbert 2020-09-03 09:02:44 +00:00
GLContextFeatures.cpp Bug 1658433 - Implement WebGL draft extension EXT_texture_norm16. r=lsalzman,webidl,smaug 2020-08-12 15:19:17 +00:00
GLContextGLX.h Bug 1656034 - Support multiple EglDisplays per GLLibraryEGL. r=lsalzman,sotaro,stransky 2020-08-07 07:14:46 +00:00
GLContextProvider.h Bug 1640048 - [X11] Initial EGL runtime support, r=jgilbert,rmader 2020-07-02 13:50:41 +00:00
GLContextProviderCGL.mm Bug 1656034 - Support multiple EglDisplays per GLLibraryEGL. r=lsalzman,sotaro,stransky 2020-08-07 07:14:46 +00:00
GLContextProviderEAGL.mm Bug 1656034 - Support multiple EglDisplays per GLLibraryEGL. r=lsalzman,sotaro,stransky 2020-08-07 07:14:46 +00:00
GLContextProviderEGL.cpp Bug 1650583 [Linux/EGL] Implement GLContextEGL::FindVisual(), r=jgilbert 2020-09-03 09:02:44 +00:00
GLContextProviderGLX.cpp Bug 1656034 - Support multiple EglDisplays per GLLibraryEGL. r=lsalzman,sotaro,stransky 2020-08-07 07:14:46 +00:00
GLContextProviderImpl.h Bug 1656034 - Support multiple EglDisplays per GLLibraryEGL. r=lsalzman,sotaro,stransky 2020-08-07 07:14:46 +00:00
GLContextProviderNull.cpp Bug 1656034 - Support multiple EglDisplays per GLLibraryEGL. r=lsalzman,sotaro,stransky 2020-08-07 07:14:46 +00:00
GLContextProviderWayland.cpp Bug 1656034 - Support multiple EglDisplays per GLLibraryEGL. r=lsalzman,sotaro,stransky 2020-08-07 07:14:46 +00:00
GLContextProviderWGL.cpp Bug 1656034 - Support multiple EglDisplays per GLLibraryEGL. r=lsalzman,sotaro,stransky 2020-08-07 07:14:46 +00:00
GLContextProviderX11.cpp Bug 1656034 - Support multiple EglDisplays per GLLibraryEGL. r=lsalzman,sotaro,stransky 2020-08-07 07:14:46 +00:00
GLContextSymbols.h
GLContextTypes.h Bug 1632249 - Support compositing out-of-process WebGL. r=handyman,lsalzman,nical,geckoview-reviewers,agi,imanol 2020-06-15 18:25:55 +00:00
GLContextWGL.h Bug 1656034 - Support multiple EglDisplays per GLLibraryEGL. r=lsalzman,sotaro,stransky 2020-08-07 07:14:46 +00:00
GLDebugUtils.cpp
GLDebugUtils.h
GLDefs.h
GLLibraryEGL.cpp Bug 1658126 - Fix EGL_ANDROID_native_fence_sync check for android r=jgilbert 2020-08-25 14:37:23 +00:00
GLLibraryEGL.h Backed out 4 changesets (bug 1650583) for causing build bustages in rules.mk CLOSED TREE 2020-09-03 02:33:34 +03:00
GLLibraryLoader.cpp
GLLibraryLoader.h
GLReadTexImageHelper.cpp Bug 1632249 - Support compositing out-of-process WebGL. r=handyman,lsalzman,nical,geckoview-reviewers,agi,imanol 2020-06-15 18:25:55 +00:00
GLReadTexImageHelper.h
GLScreenBuffer.cpp Bug 1647491 - Hold ref to previous webgl frontbuffer while in-flight. r=lsalzman 2020-07-02 01:45:36 +00:00
GLScreenBuffer.h Bug 1519636 - Reformat recent changes to the Google coding style r=andi 2020-07-04 09:38:43 +00:00
GLTextureImage.cpp Bug 1642989 - Use RemoveLastElements instead of RemoveElementsAt where possible. r=froydnj 2020-06-08 08:50:15 +00:00
GLTextureImage.h
GLTypes.h
GLUploadHelpers.cpp Bug 1536515 - Part 1: Use the correct OpenGL formats for SurfaceFormat::A8 and SurfaceFormat::A16 r=jgilbert 2020-07-07 17:56:46 +00:00
GLUploadHelpers.h
GLXLibrary.h Bug 1656472 - [X11] Drop CopySubBufferMESA and add SwapBuffersWithDamage support, r=nical 2020-07-31 16:13:54 +00:00
HeapCopyOfStackArray.h
moz.build Bug 1656034 - Support multiple EglDisplays per GLLibraryEGL. r=lsalzman,sotaro,stransky 2020-08-07 07:14:46 +00:00
MozFramebuffer.cpp
MozFramebuffer.h Bug 1653011 - Simplify and make WeakPtr<Derived> usable and compact. r=froydnj,sg,geckoview-reviewers,jgilbert,kvark,snorp 2020-07-23 14:51:46 +00:00
ScopedGLHelpers.cpp
ScopedGLHelpers.h
SharedSurface.cpp Bug 1648411 - Add AHardwareBuffer layer buffer support on android r=jnicol 2020-07-02 13:43:19 +00:00
SharedSurface.h Bug 1656034 - Support multiple EglDisplays per GLLibraryEGL. r=lsalzman,sotaro,stransky 2020-08-07 07:14:46 +00:00
SharedSurfaceANGLE.cpp Bug 1656034 - Support multiple EglDisplays per GLLibraryEGL. r=lsalzman,sotaro,stransky 2020-08-07 07:14:46 +00:00
SharedSurfaceANGLE.h Bug 1656034 - Support multiple EglDisplays per GLLibraryEGL. r=lsalzman,sotaro,stransky 2020-08-07 07:14:46 +00:00
SharedSurfaceD3D11Interop.cpp Bug 1632249 - Support compositing out-of-process WebGL. r=handyman,lsalzman,nical,geckoview-reviewers,agi,imanol 2020-06-15 18:25:55 +00:00
SharedSurfaceD3D11Interop.h Bug 1632249 - Support compositing out-of-process WebGL. r=handyman,lsalzman,nical,geckoview-reviewers,agi,imanol 2020-06-15 18:25:55 +00:00
SharedSurfaceDMABUF.cpp Bug 1656505 [Linux] Restore active texture when dmabuf texture is created and provide logging to dmabuf surfaces, r=jgilbert 2020-09-01 07:24:46 +00:00
SharedSurfaceDMABUF.h Bug 1646007 [Wayland] Check Wayland dmabuf backend and fallback to a default one, r=jgilbert 2020-06-25 05:57:40 +00:00
SharedSurfaceEGL.cpp Bug 1654459 - Don't use single-buffer SurfaceTexture on emulator r=sotaro 2020-09-02 00:13:15 +00:00
SharedSurfaceEGL.h Bug 1659681 - Avoid crash in ~SharedSurace_SurfaceTexture() when GLContext is lost r=sotaro,jgilbert 2020-09-01 13:00:39 +00:00
SharedSurfaceGL.cpp Bug 1632249 - Support compositing out-of-process WebGL. r=handyman,lsalzman,nical,geckoview-reviewers,agi,imanol 2020-06-15 18:25:55 +00:00
SharedSurfaceGL.h Bug 1632249 - Support compositing out-of-process WebGL. r=handyman,lsalzman,nical,geckoview-reviewers,agi,imanol 2020-06-15 18:25:55 +00:00
SharedSurfaceGLX.cpp Bug 1656034 - Support multiple EglDisplays per GLLibraryEGL. r=lsalzman,sotaro,stransky 2020-08-07 07:14:46 +00:00
SharedSurfaceGLX.h Bug 1656034 - Support multiple EglDisplays per GLLibraryEGL. r=lsalzman,sotaro,stransky 2020-08-07 07:14:46 +00:00
SharedSurfaceIO.cpp Bug 1656034 - Support multiple EglDisplays per GLLibraryEGL. r=lsalzman,sotaro,stransky 2020-08-07 07:14:46 +00:00
SharedSurfaceIO.h Bug 1656034 - Support multiple EglDisplays per GLLibraryEGL. r=lsalzman,sotaro,stransky 2020-08-07 07:14:46 +00:00
SurfaceTypes.h Bug 1632249 - Support compositing out-of-process WebGL. r=handyman,lsalzman,nical,geckoview-reviewers,agi,imanol 2020-06-15 18:25:55 +00:00
TextureImageEGL.cpp Bug 1656034 - Support multiple EglDisplays per GLLibraryEGL. r=lsalzman,sotaro,stransky 2020-08-07 07:14:46 +00:00
TextureImageEGL.h
WGLLibrary.h