gecko-dev/gfx/gl
Martin Stransky 8b68257be5 Bug 1478454 - [Linux/WebRender] Create glxContext with GLX visual chosen at nsWindow::Create(), r=jgilbert
We need to use the same visual for X drawable and glxContext,
otherwise we get BadMatch when we try to make the glxContext current.

The correct glx visual is already configured at nsWindow::Create()
so just use it if it also matches the frame buffer config.

MozReview-Commit-ID: 78IIfiwOnsf

--HG--
extra : rebase_source : 5ddfc0f94abafc7a1441eea095e546568bc31596
2018-08-03 16:20:09 +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 Bug 1451183 - Make EGLLibrary destroyable r=jgilbert 2018-06-04 11:09:29 +09:00
EGLUtils.h Bug 1451183 - Make EGLLibrary destroyable r=jgilbert 2018-06-04 11:09:29 +09:00
ForceDiscreteGPUHelperCGL.h Bug 1453795 - GFX - Initialize member fields in classes/ structures. r=jgilbert 2018-07-06 10:56:24 +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 1470977 - Fix GLBlitHelperD3D.cpp mingw clang compilation r=lsalzman 2018-06-25 21:01:41 +02:00
GLConsts.h
GLContext.cpp Bug 1265824 - Add a new texture source type "DirectMapTextureSource" r=mattwoodrow 2018-05-02 18:20:10 -07:00
GLContext.h Bug 1265824 - Add a new texture source type "DirectMapTextureSource" r=mattwoodrow 2018-05-02 18:20:10 -07: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 1451183 - Add GLLibraryEGL::Shutdown() r=jgilbert 2018-06-04 11:09:52 +09:00
GLContextFeatures.cpp Backed out changeset 781e6389661e (bug 1399501) for assertion failures on gfx/gl/GLContext. CLOSED TREE 2018-07-06 01:49:06 +03: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 1349799 - Implement WebGLPowerPreference and gl::CreateContextFlags::HIGH_POWER. - r=kvark 2018-06-26 15:22:26 -07:00
GLContextProviderEAGL.mm Bug 1390386 - Remove duplicate IsCurrent checks in MakeCurrentImpls. - r=jrmuizel 2017-11-28 17:13:17 -08:00
GLContextProviderEGL.cpp Bug 1477817 - Try to get RBAB even with EXT_create_context_robustness. - r=kvark 2018-08-07 12:24:53 -07:00
GLContextProviderGLX.cpp Bug 1478454 - [Linux/WebRender] Create glxContext with GLX visual chosen at nsWindow::Create(), r=jgilbert 2018-08-03 16:20:09 +02:00
GLContextProviderImpl.h
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 1265824 - Add a new texture source type "DirectMapTextureSource" r=mattwoodrow 2018-05-02 18:20:10 -07:00
GLContextTypes.cpp
GLContextTypes.h Bug 1349799 - Implement WebGLPowerPreference and gl::CreateContextFlags::HIGH_POWER. - r=kvark 2018-06-26 15:22:26 -07:00
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 1453795 - GFX - Initialize member fields in classes/ structures. r=jgilbert 2018-07-06 10:56:24 +03:00
GLLibraryEGL.h Bug 1473169 - Support KHR_create_context_no_error in EGL. - r=kvark 2018-07-03 15:40:58 -07: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 Bug 1468273 - Fix flake8/pep8 issues by hand in gfx/ r=ted 2018-06-10 14:15:18 +02:00
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 1465060 - Part 1: Fix warnings for std::move() use r=froydnj 2018-06-01 17:59:07 +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 Bug 1453795 - GFX - Initialize member fields in classes/ structures. r=jgilbert 2018-07-06 10:56:24 +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 1479181 part 1 - Expose glxGetConfig() in GLXLibrary r=jgilbert 2018-08-07 14:13:17 +09: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 1465060 - Part 1: Fix warnings for std::move() use r=froydnj 2018-06-01 17:59:07 +02:00
MozFramebuffer.h Bug 1427668 - Add MozFramebuffer. - r=daoshengmu 2018-01-05 15:27:28 -08:00
ScopedGLHelpers.cpp Bug 1453795 - GFX - Initialize member fields in classes/ structures. r=jgilbert 2018-07-06 10:56:24 +03:00
ScopedGLHelpers.h Bug 1322746 - Support blit from IOSurfaces. - r=mattwoodrow 2017-09-02 21:52:19 -07:00
SharedSurface.cpp Bug 1465060 - Part 1: Fix warnings for std::move() use r=froydnj 2018-06-01 17:59:07 +02:00
SharedSurface.h Bug 1478754 - WebGL crash when webgl.enable-surface-texture is enabled on Android; r=jgilbert,rbarker 2018-07-28 12:33:55 +02:00
SharedSurfaceANGLE.cpp Bug 1475010 - Also, assert in DEBUG if we don't get a KeyedMutex. - r=kvark 2018-07-23 20:48:51 +00:00
SharedSurfaceANGLE.h
SharedSurfaceD3D11Interop.cpp Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00
SharedSurfaceD3D11Interop.h
SharedSurfaceEGL.cpp Bug 1478754 - WebGL crash when webgl.enable-surface-texture is enabled on Android; r=jgilbert,rbarker 2018-07-28 12:33:55 +02:00
SharedSurfaceEGL.h Bug 1478754 - WebGL crash when webgl.enable-surface-texture is enabled on Android; r=jgilbert,rbarker 2018-07-28 12:33:55 +02:00
SharedSurfaceGL.cpp Bug 1465060 - Part 1: Fix warnings for std::move() use r=froydnj 2018-06-01 17:59:07 +02:00
SharedSurfaceGL.h
SharedSurfaceGLX.cpp Bug 1465060 - Part 1: Fix warnings for std::move() use r=froydnj 2018-06-01 17:59:07 +02:00
SharedSurfaceGLX.h
SharedSurfaceIO.cpp Bug 1465060 - Part 1: Fix warnings for std::move() use r=froydnj 2018-06-01 17:59:07 +02: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
TextureImageEGL.cpp Bug 1451183 - Make EGLLibrary destroyable r=jgilbert 2018-06-04 11:09:29 +09: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 1090497 - Re-enable warnings as errors on clang-cl. r=froydnj 2018-07-31 22:10:07 +09:00