gecko-dev/gfx/gl
stransky f84a5585aa Bug 1856560 Implement GLContextEGL::DestroySurface() and use to release EGL surfaces r=lsalzman
Use sigle point of release for EGL surfaces (GLContextEGL::DestroySurface()) and also release Wayland related structures here.

Differential Revision: https://phabricator.services.mozilla.com/D190152
2023-11-15 08:54:58 +00:00
..
gtest Bug 1799258 - No-op equal tfs rather than inverting. r=bradwerth 2023-03-13 21:04:10 +00:00
AndroidNativeWindow.h Bug 1706656 - Avoid creating SurfaceTextures in isolated content processes on old android versions. r=geckoview-reviewers,ohall 2023-01-17 18:54:25 +00:00
AndroidSurfaceTexture.cpp Bug 1753349 (3/9): feat(gfx): use EGL_KHR_no_config_context in CreateEGLPBufferOffscreenContext r=jgilbert 2023-01-19 04:47:52 +00:00
AndroidSurfaceTexture.h
AutoMappable.h
Colorspaces.cpp Bug 1799258 - Fix constexpr issue on base toolchain builds. r=gfx-reviewers,lsalzman 2023-03-13 21:04:13 +00:00
Colorspaces.h Bug 1799258 - Support outByIn.size()<2 in SampleOutByIn. r=bradwerth 2023-03-13 21:04:11 +00:00
ForceDiscreteGPUHelperCGL.h
GfxTexturesReporter.cpp
GfxTexturesReporter.h
GLBlitHelper.cpp Bug 1833855 [Linux] Build dmabuf support on Linux/Gtk and don't request Wayland for it r=lsalzman 2023-06-22 13:42:38 +00:00
GLBlitHelper.h Bug 1833855 [Linux] Build dmabuf support on Linux/Gtk and don't request Wayland for it r=lsalzman 2023-06-22 13:42:38 +00:00
GLBlitHelperD3D.cpp Bug 1855598 - Split GpuProcessD3D11TextureMap class to its own file r=gfx-reviewers,lsalzman 2023-09-28 05:07:06 +00:00
GLConsts.h
GLConsts.py Bug 1790816 - Reformat gfx/gl/GLConsts.py with isort. r=linter-reviewers,ahal DONTBUILD 2022-12-21 16:25:54 +00:00
GLContext.cpp Bug 1858843 - Remove pre-Lollipop code from C/C++. r=geckoview-reviewers,media-playback-reviewers,padenot,owlish,jnicol 2023-11-09 17:39:59 +00:00
GLContext.h Bug 1858843 - Remove pre-Lollipop code from C/C++. r=geckoview-reviewers,media-playback-reviewers,padenot,owlish,jnicol 2023-11-09 17:39:59 +00:00
GLContextCGL.h
GLContextEAGL.h Bug 1834922: Update GLContextEAGL method signature to match superclass definition. r=jgilbert 2023-06-16 22:21:24 +00:00
GLContextEGL.h Bug 1856560 Implement GLContextEGL::DestroySurface() and use to release EGL surfaces r=lsalzman 2023-11-15 08:54:58 +00:00
GLContextFeatures.cpp Bug 1825673 - Implement WEBGL_provoking_vertex. r=gfx-reviewers,webidl,lsalzman,saschanaz 2023-04-01 00:33:25 +00:00
GLContextGLX.h
GLContextProvider.h
GLContextProviderCGL.mm Bug 1851529 - Set clang-format ColumnLimit consistently. r=sylvestre,necko-reviewers,kershaw 2023-09-05 11:23:01 +00:00
GLContextProviderEAGL.mm Bug 1851529 - Set clang-format ColumnLimit consistently. r=sylvestre,necko-reviewers,kershaw 2023-09-05 11:23:01 +00:00
GLContextProviderEGL.cpp Bug 1856560 Implement GLContextEGL::DestroySurface() and use to release EGL surfaces r=lsalzman 2023-11-15 08:54:58 +00:00
GLContextProviderGLX.cpp
GLContextProviderImpl.h
GLContextProviderLinux.cpp
GLContextProviderNull.cpp
GLContextProviderWGL.cpp Bug 1824068 - Make gfx/gl buildable outside of a unified build environment r=andi 2023-03-24 07:01:07 +00:00
GLContextSymbols.h Bug 1825673 - Implement WEBGL_provoking_vertex. r=gfx-reviewers,webidl,lsalzman,saschanaz 2023-04-01 00:33:25 +00:00
GLContextTypes.h Bug 1804368 - Add webgl.forbid-software/forbid-hardware on Mac. r=gfx-reviewers,lsalzman 2023-04-03 21:25:41 +00:00
GLContextWGL.h
GLDebugUtils.cpp
GLDebugUtils.h
GLDefs.h
GLLibraryEGL.cpp Bug 1859591 - Add gfxCriticalNote when failing to load EGL/GLES DLLs on Windows. r=gfx-reviewers,jrmuizel 2023-10-17 19:37:23 +00:00
GLLibraryEGL.h Bug 1753349 (3/9): feat(gfx): use EGL_KHR_no_config_context in CreateEGLPBufferOffscreenContext r=jgilbert 2023-01-19 04:47:52 +00:00
GLLibraryLoader.cpp
GLLibraryLoader.h
GLReadTexImageHelper.cpp Bug 1863367 - Part 2. Refactor ReadPixelsIntoDataSurface to allow reading into buffers. r=gfx-reviewers,lsalzman 2023-11-14 02:04:04 +00:00
GLReadTexImageHelper.h Bug 1863367 - Part 2. Refactor ReadPixelsIntoDataSurface to allow reading into buffers. r=gfx-reviewers,lsalzman 2023-11-14 02:04:04 +00:00
GLScreenBuffer.cpp
GLScreenBuffer.h
GLTextureImage.cpp
GLTextureImage.h
GLTypes.h
GLUploadHelpers.cpp
GLUploadHelpers.h
GLVendor.h Bug 1803375. Use different coordinates when running on AMD. r=lsalzman,jgilbert 2023-01-27 01:45:17 +00:00
GLXLibrary.h
HeapCopyOfStackArray.h
moz.build Bug 1842497 - Unship d3dcompiler_47.dll. r=firefox-build-system-reviewers,glandium 2023-07-15 12:29:51 +00:00
MozFramebuffer.cpp
MozFramebuffer.h
ScopedGLHelpers.cpp
ScopedGLHelpers.h
SharedSurface.cpp Bug 1833855 [Linux] Build dmabuf support on Linux/Gtk and don't request Wayland for it r=lsalzman 2023-06-22 13:42:38 +00:00
SharedSurface.h
SharedSurfaceAndroidHardwareBuffer.cpp Bug 1810097 - Support AHardwareBuffer of out-of-process WebGL on Android r=lsalzman,gfx-reviewers 2023-01-27 21:35:26 +00:00
SharedSurfaceAndroidHardwareBuffer.h
SharedSurfaceANGLE.cpp Bug 1847665 - Reduce SyncObjectD3D11Host::Synchronize() call in RenderCompositorANGLE::BeginFrame() r=gfx-reviewers,lsalzman 2023-08-08 04:50:54 +00:00
SharedSurfaceANGLE.h
SharedSurfaceD3D11Interop.cpp Bug 1847665 - Reduce SyncObjectD3D11Host::Synchronize() call in RenderCompositorANGLE::BeginFrame() r=gfx-reviewers,lsalzman 2023-08-08 04:50:54 +00:00
SharedSurfaceD3D11Interop.h Bug 1824068 - Make gfx/gl buildable outside of a unified build environment r=andi 2023-03-24 07:01:07 +00:00
SharedSurfaceDMABUF.cpp Bug 1833855 [Linux] Build dmabuf support on Linux/Gtk and don't request Wayland for it r=lsalzman 2023-06-22 13:42:38 +00:00
SharedSurfaceDMABUF.h
SharedSurfaceEGL.cpp
SharedSurfaceEGL.h
SharedSurfaceGL.cpp
SharedSurfaceGL.h
SharedSurfaceIO.cpp
SharedSurfaceIO.h
SurfaceTypes.h
WGLLibrary.h