gecko-dev/gfx/gl
Martin Stransky e9d24f7df3 Bug 1460255 - Use GLContextProviderWayland GL provider on Wayland enabled builds, r=lsalzman
MozReview-Commit-ID: HJsmw4DUH5e

--HG--
extra : rebase_source : 8c813d7da679eae89a58d3ec74a6099ab907e4e4
2018-05-15 16:16:19 +02:00
..
AndroidNativeWindow.h Bug 1448019 - make various graphics constructors explicit; r=snorp 2018-03-27 10:51:32 -04:00
AndroidSurfaceTexture.cpp merge mozilla-inbound to mozilla-central. r=merge a=merge 2017-10-30 23:52:23 +01:00
AndroidSurfaceTexture.h Bug 1395497 - Add AndroidSurfaceTexture support to GLBlitHelper. - r=snorp 2017-10-30 10:58:56 -05:00
DecomposeIntoNoRepeatTriangles.cpp Bug 1423570: Use BaseRect access methods instead of member variables in gfx/ r=bas.schouten 2017-12-19 15:48:39 -05:00
DecomposeIntoNoRepeatTriangles.h
EGLUtils.cpp
EGLUtils.h
ForceDiscreteGPUHelperCGL.h Backed out 4 changesets (bug 525063) on request from Andi. a=backout 2018-04-13 16:01:28 +03:00
GLBlitHelper.cpp Bug 1444432 - Create Compositor::BlitRenderTarget and implement it for CompositorOGL. r=jrmuizel 2018-04-12 15:28:26 -04:00
GLBlitHelper.h Bug 1444432 - Create Compositor::BlitRenderTarget and implement it for CompositorOGL. r=jrmuizel 2018-04-12 15:28:26 -04:00
GLBlitHelperD3D.cpp Bug 1440849 - Gecko changes due to Angle update. - r=jrmuizel 2018-03-02 13:42:20 -08:00
GLConsts.h Bug 1372489 - Update GLConsts.h and GLDefs.h. r=jgilbert. 2017-06-15 14:43:53 +08:00
GLContext.cpp Bug 1444506 - part 4 - GL fixes for Skia m66 update. r=jrmuizel 2018-03-12 16:37:10 -04:00
GLContext.h Bug 1444086 - TlsScope should use WeakPtr. r=jrmuizel 2018-03-27 12:29:19 -04:00
GLContextCGL.h Bug 1390386 - Remove duplicate IsCurrent checks in MakeCurrentImpls. - r=jrmuizel 2017-11-28 17:13:17 -08:00
GLContextEAGL.h Bug 1390386 - Remove duplicate IsCurrent checks in MakeCurrentImpls. - r=jrmuizel 2017-11-28 17:13:17 -08:00
GLContextEGL.h Bug 1462642 - [Wayland/EGL] Use dummy wl_egl_window instead of PBuffer, r=lsalzman 2018-05-22 10:34:32 +02:00
GLContextFeatures.cpp Bug 1403798 - Fix EXT_sRGB activation, particularly on Windows+ANGLE+ES2. - r=daoshengmu 2017-09-28 10:29:01 -07:00
GLContextGLX.h Bug 1401455 - Use correct GLX visual when rendering with WebRender r=karlt 2018-03-16 17:19:23 -05:00
GLContextProvider.h Bug 1460255 - Use GLContextProviderWayland GL provider on Wayland enabled builds, r=lsalzman 2018-05-15 16:16:19 +02:00
GLContextProviderCGL.mm Bug 1449271 - Add a pref called gfx.compositor.glcontext.opaque that defaults to false and can be set to true in order to force the use of an opaque OpenGL context for the window on Mac. r=jrmuizel 2018-03-27 14:43:38 -04:00
GLContextProviderEAGL.mm Bug 1390386 - Remove duplicate IsCurrent checks in MakeCurrentImpls. - r=jrmuizel 2017-11-28 17:13:17 -08:00
GLContextProviderEGL.cpp Bug 1462642 - [Wayland/EGL] Use dummy wl_egl_window instead of PBuffer, r=lsalzman 2018-05-22 10:34:32 +02:00
GLContextProviderGLX.cpp Bug 1401455 - Add GLContextGLX::FindVisual() r=lsalzman 2018-03-16 17:19:21 -05:00
GLContextProviderImpl.h Bug 1370544 - Ensure EGLSurface is created with the same EGLConfig as the context r=jgilbert 2017-08-02 17:09:37 -07:00
GLContextProviderNull.cpp
GLContextProviderWGL.cpp Bug 1442275 - Stop using PR_LoadLibrary in gfx/. r=jgilbert 2018-02-25 01:33:57 +09:00
GLContextProviderWayland.cpp Bug 1460255 - Implement GLContextProviderWayland, r=lsalzman 2018-05-15 16:15:35 +02:00
GLContextSymbols.h Bug 1444506 - part 4 - GL fixes for Skia m66 update. r=jrmuizel 2018-03-12 16:37:10 -04:00
GLContextTypes.cpp
GLContextTypes.h
GLContextWGL.h Bug 1347731 - Simplify WGL initialization code. - r=daoshengmu 2018-01-04 15:07:02 -08:00
GLDebugUtils.cpp
GLDebugUtils.h
GLDefs.h Bug 1440849 - Gecko changes due to Angle update. - r=jrmuizel 2018-03-02 13:42:20 -08:00
GLLibraryEGL.cpp Bug 1453501 - Allow GLContextEGL to be used without a surface r=jgilbert 2018-05-14 11:12:39 -05:00
GLLibraryEGL.h Bug 1453501 - Allow GLContextEGL to be used without a surface r=jgilbert 2018-05-14 11:12:39 -05:00
GLLibraryLoader.cpp
GLLibraryLoader.h Bug 1442275 - Stop using PR_LoadLibrary in gfx/. r=jgilbert 2018-02-25 01:33:57 +09:00
GLParseRegistryXML.py
GLReadTexImageHelper.cpp Bug 1443080 - Use the static call for static methods (not instance) r=Ehsan 2018-03-16 14:29:15 +01:00
GLReadTexImageHelper.h Remove trivial calls to DataSourceSurface::Stride. (bug 1405390 part 3, r=bas) 2017-11-09 00:43:30 -08:00
GLScreenBuffer.cpp Bug 1464037 - Replace GL_PROVIDER_GLX by MOZ_X11 to build X11 dependent code, r=lsalzman 2018-05-24 14:06:31 +02:00
GLScreenBuffer.h Bug 1402767 - Enable accleleration of GLScreenBuffer when WebRender is enabled r=jgilbert 2017-09-26 13:15:36 +09:00
GLTextureImage.cpp Backed out 4 changesets (bug 525063) on request from Andi. a=backout 2018-04-13 16:01:28 +03:00
GLTextureImage.h Bug 1428535 - Add missing override specifiers to overridden virtual functions. r=froydnj 2017-11-05 19:37:28 -08:00
GLTypes.h Bug 1444506 - part 4 - GL fixes for Skia m66 update. r=jrmuizel 2018-03-12 16:37:10 -04:00
GLUploadHelpers.cpp Bug 1388020. r=nical 2018-04-06 09:01:17 -04:00
GLUploadHelpers.h Bug 1388020. r=nical 2018-04-06 09:01:17 -04:00
GLXLibrary.h Bug 1444432 - Add an #include "X11UndefineNone.h" to GLXLibrary.h after the X11 header include, so that TiledContentClient.h doesn't suffer from a redefined None. r=jrmuizel 2018-04-12 23:37:29 -04:00
GfxTexturesReporter.cpp Bug 1402519 - Remove MOZ_CRASHREPORTER directives from gfx; r=jrmuizel 2017-10-10 15:11:07 +02:00
GfxTexturesReporter.h
HeapCopyOfStackArray.h Bug 1322746 - Support PLANAR_YCBCR, GPU_VIDEO, and D3D11_YCBCR_IMAGE in GLBlitHelper. - r=jerry 2017-09-02 21:52:16 -07:00
MozFramebuffer.cpp Bug 1427668 - Fixes and spew. - r=daoshengmu 2018-01-05 15:27:56 -08:00
MozFramebuffer.h Bug 1427668 - Add MozFramebuffer. - r=daoshengmu 2018-01-05 15:27:28 -08:00
ScopedGLHelpers.cpp Backed out 4 changesets (bug 525063) on request from Andi. a=backout 2018-04-13 16:01:28 +03:00
ScopedGLHelpers.h Bug 1322746 - Support blit from IOSurfaces. - r=mattwoodrow 2017-09-02 21:52:19 -07:00
SharedSurface.cpp Bug 1426329 - Reduce includes of GLContext.h in headers. - r=lenzak 2017-12-20 11:45:32 -08:00
SharedSurface.h Bug 1426329 - Reduce includes of GLContext.h in headers. - r=lenzak 2017-12-20 11:45:32 -08:00
SharedSurfaceANGLE.cpp Bug 1463340 - Add error log to CreatePBufferSurface() r=jrmuizel 2018-05-23 10:27:43 +09:00
SharedSurfaceANGLE.h
SharedSurfaceD3D11Interop.cpp Bug 1322746 - Support PLANAR_YCBCR, GPU_VIDEO, and D3D11_YCBCR_IMAGE in GLBlitHelper. - r=jerry 2017-09-02 21:52:16 -07:00
SharedSurfaceD3D11Interop.h
SharedSurfaceEGL.cpp Bug 1092294 - Use SurfaceTextures for painted content on android (preffed off). r=nical,snorp 2017-10-28 11:59:58 +01: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 1444506 - part 4 - GL fixes for Skia m66 update. r=jrmuizel 2018-03-12 16:37:10 -04:00
SkiaGLGlue.h Bug 1428535 - Add missing override specifiers to overridden virtual functions. r=froydnj 2017-11-05 19:37:28 -08:00
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 Bug 1388020. r=nical 2018-04-06 09:01:17 -04:00
TextureImageEGL.h Bug 1428535 - Add missing override specifiers to overridden virtual functions. r=froydnj 2017-11-05 19:37:28 -08:00
WGLLibrary.h Bug 1347731 - Simplify WGL initialization code. - r=daoshengmu 2018-01-04 15:07:02 -08:00
moz.build Bug 1460255 - Implement GLContextProviderWayland, r=lsalzman 2018-05-15 16:15:35 +02:00