gecko-dev/gfx/gl
Sylvestre Ledru 4591d82b23 Bug 1394734 - Replace CONFIG['CLANG*'] by CONFIG['CC_TYPE'] r=glandium
MozReview-Commit-ID: HbF5oT5HW6f

--HG--
extra : rebase_source : eca479b6ae4bff7f600d1cdb39e11ac2057e4e79
2017-12-07 22:09:38 +01:00
..
AndroidNativeWindow.h
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 1387514: Upgrade BaseRect (derived classes) width and height direct member variable use to instead use Width()/SetWidth() and Height()/SetHeight() in .cpp files in gfx/*. r=milan 2017-08-14 08:29:28 -04:00
DecomposeIntoNoRepeatTriangles.h
EGLUtils.cpp
EGLUtils.h
ForceDiscreteGPUHelperCGL.h
GfxTexturesReporter.cpp Bug 1402519 - Remove MOZ_CRASHREPORTER directives from gfx; r=jrmuizel 2017-10-10 15:11:07 +02:00
GfxTexturesReporter.h
GLBlitHelper.cpp Bug 1413500 - Use GLSL 100 for blitting on ES r=jgilbert 2017-11-17 15:11:27 -06:00
GLBlitHelper.h Bug 1413362 - part 2: Gecko gfx/vr GVR WebVR implementation r=kip,daoshengmu 2017-11-07 10:50:14 -08:00
GLBlitHelperD3D.cpp Bug 1423524 - Fix YUVColorSpace of TSurfaceDescriptorDXGIYCbCr at GLBlitHelper::BlitImage() r=jgilbert 2017-12-08 11:50:42 +09:00
GLConsts.h
GLContext.cpp Bug 1390386 - Use uintptr for the thread-local. - r=daoshengmu 2017-11-28 17:13:45 -08:00
GLContext.h Bug 1390386 - Use uintptr for the thread-local. - r=daoshengmu 2017-11-28 17:13:45 -08: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 1390386 - Remove duplicate IsCurrent checks in MakeCurrentImpls. - r=jrmuizel 2017-11-28 17:13:17 -08: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 1390386 - Remove duplicate IsCurrent checks in MakeCurrentImpls. - r=jrmuizel 2017-11-28 17:13:17 -08:00
GLContextProvider.h
GLContextProviderCGL.mm Bug 1390386 - Remove duplicate IsCurrent checks in MakeCurrentImpls. - r=jrmuizel 2017-11-28 17:13:17 -08:00
GLContextProviderEAGL.mm Bug 1390386 - Remove duplicate IsCurrent checks in MakeCurrentImpls. - r=jrmuizel 2017-11-28 17:13:17 -08:00
GLContextProviderEGL.cpp Bug 1390386 - Allow null EGLSurfaces. - r=daoshengmu 2017-11-28 17:13:35 -08:00
GLContextProviderGLX.cpp Bug 1390386 - Remove duplicate IsCurrent checks in MakeCurrentImpls. - r=jrmuizel 2017-11-28 17:13:17 -08:00
GLContextProviderImpl.h
GLContextProviderNull.cpp
GLContextProviderWGL.cpp Bug 1390386 - Remove duplicate IsCurrent checks in MakeCurrentImpls. - r=jrmuizel 2017-11-28 17:13:17 -08:00
GLContextSymbols.h Bug 1411626 - Make GLContextSymbols a pure aggregate POD. - r=andi 2017-10-30 14:51:51 -07:00
GLContextTypes.cpp
GLContextTypes.h
GLContextWGL.h Bug 1390386 - Remove duplicate IsCurrent checks in MakeCurrentImpls. - r=jrmuizel 2017-11-28 17:13:17 -08:00
GLDebugUtils.cpp
GLDebugUtils.h
GLDefs.h Bug 1421199 - Use EGL_EXPERIMENTAL_PRESENT_PATH_FAST_ANGLE for WebRender r=jgilbert 2017-11-29 13:13:40 +09:00
GLLibraryEGL.cpp Bug 1421199 - Use EGL_EXPERIMENTAL_PRESENT_PATH_FAST_ANGLE for WebRender r=jgilbert 2017-11-29 13:13:40 +09:00
GLLibraryEGL.h Bug 1418571 - Set SwapInterval to 0 with ANGLE r=jgilbert 2017-11-24 09:09:29 +09:00
GLLibraryLoader.cpp
GLLibraryLoader.h
GLParseRegistryXML.py
GLReadTexImageHelper.cpp Fix DataSourceSurface mapping in GLReadTexImageHelper.cpp. (bug 1405390 part 6, r=jgilbert) 2017-11-09 00:43:31 -08: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 1411001 - Remove the +x permissions on cpp & h files r=froydnj 2017-10-23 20:59:55 +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 1387514: Upgrade BaseRect (derived classes) width and height direct member variable use to instead use Width()/SetWidth() and Height()/SetHeight() in .cpp files in gfx/*. r=milan 2017-08-14 08:29:28 -04:00
GLTextureImage.h
GLTypes.h
GLUploadHelpers.cpp Fix canvas and GL uses of DataSourceSurface::GetData. (bug 1405390 part 2, r=jgilbert) 2017-11-09 00:43:30 -08:00
GLUploadHelpers.h
GLXLibrary.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
moz.build Bug 1394734 - Replace CONFIG['CLANG*'] by CONFIG['CC_TYPE'] r=glandium 2017-12-07 22:09:38 +01:00
ScopedGLHelpers.cpp Bug 1322746 - Support PLANAR_YCBCR, GPU_VIDEO, and D3D11_YCBCR_IMAGE in GLBlitHelper. - r=jerry 2017-09-02 21:52:16 -07:00
ScopedGLHelpers.h Bug 1322746 - Support blit from IOSurfaces. - r=mattwoodrow 2017-09-02 21:52:19 -07:00
SharedSurface.cpp Bug 1405950 - Corrected bug in SurfaceFactory::NewTextClient preventing matching textures from being located in mRecycleFreePool r=jgilbert on a CLOSED TREE 2017-10-06 17:38:40 +02:00
SharedSurface.h Bug 1405950 - Corrected bug in SurfaceFactory::NewTextClient preventing matching textures from being located in mRecycleFreePool r=jgilbert on a CLOSED TREE 2017-10-06 17:38:40 +02:00
SharedSurfaceANGLE.cpp
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
SharedSurfaceGL.cpp
SharedSurfaceGL.h
SharedSurfaceGLX.cpp
SharedSurfaceGLX.h
SharedSurfaceIO.cpp
SharedSurfaceIO.h
SkiaGLGlue.cpp Bug 1411001 - Remove the +x permissions on cpp & h files r=froydnj 2017-10-23 20:59:55 +02:00
SkiaGLGlue.h Bug 1411001 - Remove the +x permissions on cpp & h files r=froydnj 2017-10-23 20:59:55 +02:00
SurfaceTypes.cpp
SurfaceTypes.h
TextureImageEGL.cpp
TextureImageEGL.h
WGLLibrary.h