gecko-dev/gfx/gl
James Willcox 1ee305812e Bug 1370308 - Don't crash when using SkiaGL with SurfaceTexture on Android r=jgilbert
MozReview-Commit-ID: EKxBaU6SfdB
2017-06-15 10:59:01 -05:00
..
AndroidNativeWindow.h Bug 1322650 - Adjust Android Flash support to API changes r=jchen 2017-05-15 09:37:52 -05:00
AndroidSurfaceTexture.cpp Bug 1322650 - Add GeckoSurfaceTexture, GeckoSurface and associated Android Service r=jchen 2017-05-15 09:37:43 -05:00
AndroidSurfaceTexture.h Bug 1322650 - Add GeckoSurfaceTexture, GeckoSurface and associated Android Service r=jchen 2017-05-15 09:37:43 -05:00
DecomposeIntoNoRepeatTriangles.cpp
DecomposeIntoNoRepeatTriangles.h
EGLUtils.cpp
EGLUtils.h
ForceDiscreteGPUHelperCGL.h
GLBlitHelper.cpp Bug 1362049 - Update the texture target and texture format in MacIOSurface. v5. r=mattwoodrow 2017-05-18 22:59:07 +08:00
GLBlitHelper.h
GLConsts.h Bug 1372489 - Update GLConsts.h and GLDefs.h. r=jgilbert. 2017-06-15 14:43:53 +08:00
GLContext.cpp Bug 1367570 - Explicitly set vertex attribs [1,3] to opaque black - r=jgilbert 2017-05-26 19:48:50 -07:00
GLContext.h Bug 1340627 - part 5 - fix SkiaGL glue for Skia m59. r=mchang 2017-05-09 22:31:07 -04:00
GLContextCGL.h Bug 1347679 - Determine ContextProfile from driver and simplify version parsing. - r=daoshengmu 2017-03-17 17:02:01 -07:00
GLContextEAGL.h Bug 1339256 - Detect robust_buffer_access_behavior. - r=daoshengmu 2017-03-09 18:57:41 -08:00
GLContextEGL.h Bug 1322650 - Use SurfaceTexture for WebGL on Android in E10S r=jgilbert 2017-05-15 09:37:44 -05:00
GLContextFeatures.cpp Bug 1347679 - Determine ContextProfile from driver and simplify version parsing. - r=daoshengmu 2017-03-17 17:02:01 -07:00
GLContextGLX.h Bug 1347679 - Determine ContextProfile from driver and simplify version parsing. - r=daoshengmu 2017-03-17 17:02:01 -07:00
GLContextProvider.h
GLContextProviderCGL.mm Bug 1347679 - Determine ContextProfile from driver and simplify version parsing. - r=daoshengmu 2017-03-17 17:02:01 -07:00
GLContextProviderEAGL.mm Bug 1347679 - Determine ContextProfile from driver and simplify version parsing. - r=daoshengmu 2017-03-17 17:02:01 -07:00
GLContextProviderEGL.cpp Bug 1371557 - Enable depth buffer on GLContextProviderEGL for webrender r=nical 2017-06-14 19:32:04 +09:00
GLContextProviderGLX.cpp Bug 1371434. Use LOCAL_GLX_CONTEXT_PROFILE_MASK_ARB instead of LOCAL_GLX_CONTEXT_FLAGS_ARB. r=kvark 2017-06-12 16:15:08 -04:00
GLContextProviderImpl.h Bug 1326421 - Update GL context creation code to use compositor-specific WebRender flag instead of a global pref. r=dvander 2017-01-13 15:16:52 -05:00
GLContextProviderNull.cpp Bug 1326421 - Update GL context creation code to use compositor-specific WebRender flag instead of a global pref. r=dvander 2017-01-13 15:16:52 -05:00
GLContextProviderWGL.cpp Bug 1347679 - Determine ContextProfile from driver and simplify version parsing. - r=daoshengmu 2017-03-17 17:02:01 -07:00
GLContextSymbols.h Bug 1363473 - Remove typedefs from GLContextSymbols.h - r=jgilbert 2017-05-11 14:47:19 -07:00
GLContextTypes.cpp
GLContextTypes.h Bug 1339256 - Only request robustness if requested on EGL - r=daoshengmu 2017-03-09 18:57:47 -08:00
GLContextWGL.h Bug 1339256 - Detect robust_buffer_access_behavior. - r=daoshengmu 2017-03-09 18:57:41 -08:00
GLDebugUtils.cpp
GLDebugUtils.h
GLDefs.h Bug 1372489 - Update GLConsts.h and GLDefs.h. r=jgilbert. 2017-06-15 14:43:53 +08:00
GLLibraryEGL.cpp Bug 1366512 - Export some EGL functions for D3D NV12 texture format. v2. r=jgilbert 2017-05-28 21:15:07 -07:00
GLLibraryEGL.h Bug 1366512 - Export some EGL functions for D3D NV12 texture format. v2. r=jgilbert 2017-05-28 21:15:07 -07:00
GLLibraryLoader.cpp Bug 1344433 - Reformat. - r=daoshengmu 2017-03-06 15:39:36 -08:00
GLLibraryLoader.h Bug 1344433 - Reformat. - r=daoshengmu 2017-03-06 15:39:36 -08:00
GLParseRegistryXML.py
GLReadTexImageHelper.cpp
GLReadTexImageHelper.h
GLScreenBuffer.cpp Bug 1322650 - Use SurfaceTexture for WebGL on Android in E10S r=jgilbert 2017-05-15 09:37:44 -05:00
GLScreenBuffer.h Bug 1325483 - Query DRAW_BUFFER0 from GLScreenBuffer. - r=daoshengmu 2016-12-25 13:44:42 -08:00
GLTextureImage.cpp
GLTextureImage.h
GLTypes.h Bug 1366512 - Export some EGL functions for D3D NV12 texture format. v2. r=jgilbert 2017-05-28 21:15:07 -07:00
GLUploadHelpers.cpp Bug 1324312 - Handle alloc failure when uploading texture. r=sotaro 2017-01-23 20:00:05 +00:00
GLUploadHelpers.h
GLXLibrary.h Bug 1344433 - Use WRAP() macros. - r=daoshengmu 2017-03-06 15:39:36 -08:00
GfxTexturesReporter.cpp
GfxTexturesReporter.h
HeapCopyOfStackArray.h
ScopedGLHelpers.cpp Bug 1355763 - Handle UNPACK_ state for ConvertPlanarYCbCr, and reject blits with _SKIP_* for now. - r=daoshengmu 2017-04-13 09:14:38 -07:00
ScopedGLHelpers.h Bug 1355763 - Handle UNPACK_ state for ConvertPlanarYCbCr, and reject blits with _SKIP_* for now. - r=daoshengmu 2017-04-13 09:14:38 -07:00
SharedSurface.cpp Bug 1370308 - Don't crash when using SkiaGL with SurfaceTexture on Android r=jgilbert 2017-06-15 10:59:01 -05:00
SharedSurface.h Bug 1365099 - Convert NS_GetCurrentThread uses in gfx (r=dvander) 2017-06-12 20:20:08 -07:00
SharedSurfaceANGLE.cpp
SharedSurfaceANGLE.h
SharedSurfaceD3D11Interop.cpp Bug 1345648 - Use ID3DDeviceContextState to support NV_dx_interop2 on D3D11 on AMD - r=kvark 2017-03-09 12:54:58 -08:00
SharedSurfaceD3D11Interop.h Bug 1325835 - Support dx_interop on Intel. - r=jrmuizel 2017-01-31 16:22:11 -08:00
SharedSurfaceEGL.cpp Bug 1322650 - Support a 'continuous' mode for SurfaceTexture r=jgilbert 2017-05-15 09:37:50 -05:00
SharedSurfaceEGL.h Bug 1322650 - Use SurfaceTexture for WebGL on Android in E10S r=jgilbert 2017-05-15 09:37:44 -05:00
SharedSurfaceGL.cpp
SharedSurfaceGL.h
SharedSurfaceGLX.cpp
SharedSurfaceGLX.h
SharedSurfaceIO.cpp Bug 1362049 - Update the texture target and texture format in MacIOSurface. v5. r=mattwoodrow 2017-05-18 22:59:07 +08:00
SharedSurfaceIO.h
SkiaGLGlue.cpp Bug 1340627 - part 5 - fix SkiaGL glue for Skia m59. r=mchang 2017-05-09 22:31:07 -04:00
SkiaGLGlue.h
SurfaceTypes.cpp
SurfaceTypes.h Bug 1322650 - Use SurfaceTexture for WebGL on Android in E10S r=jgilbert 2017-05-15 09:37:44 -05:00
TextureImageEGL.cpp
TextureImageEGL.h
WGLLibrary.h Bug 1344433 - Reformat. - r=daoshengmu 2017-03-06 15:39:36 -08:00
moz.build Bug 1322650 - Use SurfaceTexture for WebGL on Android in E10S r=jgilbert 2017-05-15 09:37:44 -05:00