gecko-dev/gfx/gl
Kelsey Gilbert 5362a1dd62 Bug 1449575 - Don't attempt ColorMask elision in WebGL. r=gfx-reviewers,aosmond
* Always use DoColorMask(u32?, u8) in webgl code.
* Handle OES_draw_buffers_indexed ColorMaski in GLBlitHelper.

Differential Revision: https://phabricator.services.mozilla.com/D141543
2022-03-24 19:39:06 +00:00
..
AndroidNativeWindow.h
AndroidSurfaceTexture.cpp Bug 1207753 - Add MOZ_UNANNOTATED to all Mutexes/Monitors r=nika,kershaw 2022-03-16 18:47:08 +00:00
AndroidSurfaceTexture.h
DecomposeIntoNoRepeatTriangles.cpp
DecomposeIntoNoRepeatTriangles.h
ForceDiscreteGPUHelperCGL.h
GLBlitHelper.cpp Bug 1449575 - Don't attempt ColorMask elision in WebGL. r=gfx-reviewers,aosmond 2022-03-24 19:39:06 +00:00
GLBlitHelper.h Bug 1757698 - Add D3D11TextureIMFSampleImage and array index handling to D3D11TextureData r=jgilbert,gfx-reviewers,jrmuizel 2022-03-03 02:30:28 +00:00
GLBlitHelperD3D.cpp Bug 1757067 - Explicitly specify chroma subsampling scheme for YCbCr data. r=jgilbert,jrmuizel 2022-03-10 09:24:15 +00:00
GLConsts.h Bug 1702546 - Update GLConsts.h, r=jgilbert 2021-08-04 17:46:57 +00:00
GLConsts.py Bug 1702546 - Update GLConsts.h, r=jgilbert 2021-08-04 17:46:57 +00:00
GLContext.cpp Bug 1751008 - Ensure we mark GLFeature::transform_feedback2 as unsupported if symbol load fails. r=jgilbert 2022-01-27 12:48:13 +00:00
GLContext.h Bug 1741175 - Remove unused GLBlitTextureImageHelper. r=gfx-reviewers,jgilbert,bradwerth 2021-11-16 00:53:16 +00:00
GLContextCGL.h
GLContextEAGL.h
GLContextEGL.h Bug 1702546 - Make sure to request EGL configs with matching alpha visual, r=stransky 2021-10-16 07:34:41 +00:00
GLContextFeatures.cpp Bug 1726265 - Prototype webgl draft ext OES_draw_buffers_indexed. r=lsalzman,emilio,webidl 2021-08-27 01:47:14 +00:00
GLContextGLX.h Bug 1733094 - Assume UseWebRender for FindVisual, r=stransky,emilio 2021-10-06 11:30:37 +00:00
GLContextProvider.h
GLContextProviderCGL.mm Bug 1700524 - Rename aWebRender of CreateForCompositorWidget() to aHardwareWebRender r=jgilbert 2021-04-07 07:04:43 +00:00
GLContextProviderEAGL.mm Bug 1700524 - Rename aWebRender of CreateForCompositorWidget() to aHardwareWebRender r=jgilbert 2021-04-07 07:04:43 +00:00
GLContextProviderEGL.cpp Bug 1207753 - Add MOZ_UNANNOTATED to all Mutexes/Monitors r=nika,kershaw 2022-03-16 18:47:08 +00:00
GLContextProviderGLX.cpp Bug 1723134 - Make SwapInterval configurable via prefs for EGL and GLX. r=gfx-reviewers,jgilbert 2021-10-19 15:04:08 +00:00
GLContextProviderImpl.h Bug 1700524 - Rename aWebRender of CreateForCompositorWidget() to aHardwareWebRender r=jgilbert 2021-04-07 07:04:43 +00:00
GLContextProviderNull.cpp Bug 1700524 - Rename aWebRender of CreateForCompositorWidget() to aHardwareWebRender r=jgilbert 2021-04-07 07:04:43 +00:00
GLContextProviderWGL.cpp Bug 1734649 - Part 1. Remove checks for WebRender based on RenderThread. r=jgilbert 2021-11-04 16:29:44 +00:00
GLContextProviderWayland.cpp Bug 1635451 - Minimize content processes' connections to the X server. r=jgilbert,stransky,nika 2021-07-06 07:42:42 +00:00
GLContextProviderX11.cpp Bug 1700524 - Rename aWebRender of CreateForCompositorWidget() to aHardwareWebRender r=jgilbert 2021-04-07 07:04:43 +00:00
GLContextSymbols.h Bug 1726265 - Prototype webgl draft ext OES_draw_buffers_indexed. r=lsalzman,emilio,webidl 2021-08-27 01:47:14 +00:00
GLContextTypes.h
GLContextWGL.h
GLDebugUtils.cpp
GLDebugUtils.h
GLDefs.h
GLLibraryEGL.cpp Bug 1743403 - Avoid crash on error in eglQueryString(), r=gfx-reviewers,jgilbert 2021-11-30 00:06:46 +00:00
GLLibraryEGL.h Bug 1717151 - Move EGL_EXT_device_query from device exts to client exts. r=gfx-reviewers,lsalzman 2021-09-16 18:24:32 +00:00
GLLibraryLoader.cpp
GLLibraryLoader.h
GLReadTexImageHelper.cpp Bug 1712588 Remove unnecessary asserts for gfx::Factory::CopyDataSourceSurface(), r=jgilbert 2021-07-15 16:00:45 +00:00
GLReadTexImageHelper.h
GLScreenBuffer.cpp Bug 1750234 - Handle GPU process crash when rendering video and webgl on Android. r=jgilbert,jolin 2022-02-02 17:01:02 +00:00
GLScreenBuffer.h
GLTextureImage.cpp Bug 1519636 - Reformat recent changes to the Google coding style. r=emilio 2021-08-23 09:30:23 +00:00
GLTextureImage.h Bug 1519636 - Reformat recent changes to the Google coding style. r=emilio 2021-08-23 09:30:23 +00:00
GLTypes.h
GLUploadHelpers.cpp Bug 1519636 - Reformat recent changes to the Google coding style. r=emilio 2021-08-23 09:30:23 +00:00
GLUploadHelpers.h Bug 1519636 - Reformat recent changes to the Google coding style. r=emilio 2021-08-23 09:30:23 +00:00
GLXLibrary.h Bug 1728350 - Remove remaining texture-from-pixmap usage. r=gfx-reviewers,jgilbert 2021-09-01 17:07:46 +00:00
GfxTexturesReporter.cpp
GfxTexturesReporter.h
HeapCopyOfStackArray.h
MozFramebuffer.cpp Bug 1756174 - gfxCriticalNote with details, instead of hard assert. r=gfx-reviewers,aosmond 2022-03-14 18:12:22 +00:00
MozFramebuffer.h
ScopedGLHelpers.cpp
ScopedGLHelpers.h
SharedSurface.cpp Bug 1729656 [Wayland] Don't use gfxPlatform to configure DMABuf, r=rmader 2021-09-28 20:16:17 +00:00
SharedSurface.h Bug 1207753 - Add MOZ_UNANNOTATED to all Mutexes/Monitors r=nika,kershaw 2022-03-16 18:47:08 +00:00
SharedSurfaceANGLE.cpp Bug 1757698 - Add D3D11TextureIMFSampleImage and array index handling to D3D11TextureData r=jgilbert,gfx-reviewers,jrmuizel 2022-03-03 02:30:28 +00:00
SharedSurfaceANGLE.h
SharedSurfaceAndroidHardwareBuffer.cpp
SharedSurfaceAndroidHardwareBuffer.h
SharedSurfaceD3D11Interop.cpp Bug 1757698 - Add D3D11TextureIMFSampleImage and array index handling to D3D11TextureData r=jgilbert,gfx-reviewers,jrmuizel 2022-03-03 02:30:28 +00:00
SharedSurfaceD3D11Interop.h
SharedSurfaceDMABUF.cpp Bug 1743632 [Linux] Use GL Fence in SharedSurfaceDMABUF 2021-12-22 08:37:32 +00:00
SharedSurfaceDMABUF.h Bug 1743632 [Linux] Use GL Fence in SharedSurfaceDMABUF 2021-12-22 08:37:32 +00:00
SharedSurfaceEGL.cpp Bug 1750234 - Handle GPU process crash when rendering video and webgl on Android. r=jgilbert,jolin 2022-02-02 17:01:02 +00:00
SharedSurfaceEGL.h Bug 1207753 - Add MOZ_UNANNOTATED to all Mutexes/Monitors r=nika,kershaw 2022-03-16 18:47:08 +00:00
SharedSurfaceGL.cpp
SharedSurfaceGL.h
SharedSurfaceIO.cpp Bug 1685183 Part 2: Remove scale factor from SurfaceDescriptorMacIOSurface. r=jgilbert 2021-04-08 16:42:06 +00:00
SharedSurfaceIO.h
SurfaceTypes.h
WGLLibrary.h
moz.build Bug 1747165 - Replace TK_FLAGS/TK_LIBS with MOZ_GTK3_FLAGS/MOZ_GTK3_LIBS. r=firefox-build-system-reviewers,andi 2021-12-23 20:29:07 +00:00