gecko-dev/gfx/gl
Lee Salzman db313c8c40 Bug 1340627 - part 5 - fix SkiaGL glue for Skia m59. r=mchang
MozReview-Commit-ID: LelzAgAdWb7
2017-05-09 22:31:07 -04:00
..
AndroidSurfaceTexture.cpp Backed out changeset b50714bd8d10 (bug 1322650) for failing chrome's test_video_discovery.html and mda's test_Eviction_mp4.html, both on Android. r=backout 2017-05-05 18:55:11 +02:00
AndroidSurfaceTexture.h Backed out changeset b50714bd8d10 (bug 1322650) for failing chrome's test_video_discovery.html and mda's test_Eviction_mp4.html, both on Android. r=backout 2017-05-05 18:55:11 +02:00
DecomposeIntoNoRepeatTriangles.cpp
DecomposeIntoNoRepeatTriangles.h
EGLUtils.cpp
EGLUtils.h
ForceDiscreteGPUHelperCGL.h
GLBlitHelper.cpp Backed out changeset 3644926d994a (bug 1322650) 2017-05-05 18:54:04 +02:00
GLBlitHelper.h Bug 1317656 - Cleanup more gonk/b2g dependent code r=nical 2016-11-15 22:01:30 -08:00
GLConsts.h
GLContext.cpp Bug 1340627 - part 5 - fix SkiaGL glue for Skia m59. r=mchang 2017-05-09 22:31:07 -04: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 Backed out changeset 9badb2705567 (bug 1322650) 2017-05-05 18:54:09 +02: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 Bug 1288860 - Change GLContextProvider to use CompositorWidget. r=jrmuizel 2016-07-25 14:41:00 -04:00
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 1323316 - Use ANGLE for WebRender on Windows. r=jrmuizel,kats 2017-03-29 10:14:19 -04:00
GLContextProviderGLX.cpp Bug 1347679 - Determine ContextProfile from driver and simplify version parsing. - r=daoshengmu 2017-03-17 17:02:01 -07: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 1340627 - part 5 - fix SkiaGL glue for Skia m59. r=mchang 2017-05-09 22:31:07 -04: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 1339256 - Double-check robustness. - r=daoshengmu 2017-03-09 18:57:45 -08:00
GLLibraryEGL.cpp Bug 1323316 - Use ANGLE for WebRender on Windows. r=jrmuizel,kats 2017-03-29 10:14:19 -04:00
GLLibraryEGL.h Bug 1339256 - Detect robust_buffer_access_behavior. - r=daoshengmu 2017-03-09 18:57:41 -08: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 Bug 1304291 - Move driver workaround code into fReadPixels and remove alpha check. r=jgilbert 2016-10-27 23:23:00 -04:00
GLReadTexImageHelper.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
GLScreenBuffer.cpp Backed out changeset 9badb2705567 (bug 1322650) 2017-05-05 18:54:09 +02:00
GLScreenBuffer.h Bug 1325483 - Query DRAW_BUFFER0 from GLScreenBuffer. - r=daoshengmu 2016-12-25 13:44:42 -08:00
GLTextureImage.cpp Bug 1311642 - Give GLUploadHelpers some love. r=nical 2016-10-21 13:27:41 +01:00
GLTextureImage.h Bug 1311642 - Remove BeginUpdate and EndUpdate from GLTextureImage. r=nical 2016-10-20 17:11:00 +01:00
GLTypes.h Bug 1279657 - Star to left against type. - r=jrmuizel 2016-06-21 14:04:00 -07:00
GLUploadHelpers.cpp Bug 1324312 - Handle alloc failure when uploading texture. r=sotaro 2017-01-23 20:00:05 +00:00
GLUploadHelpers.h Bug 1311642 - Give GLUploadHelpers some love. r=nical 2016-10-21 13:27:41 +01:00
GLXLibrary.h Bug 1344433 - Use WRAP() macros. - r=daoshengmu 2017-03-06 15:39:36 -08:00
GfxTexturesReporter.cpp Bug 1297315 - Fix Wmaybe-uninitialized warning and get rid of goto statement in GLContextProviderGLX.cpp and GfxTexturesReporter.cpp. r=jgilbert 2016-08-23 14:30:37 +08:00
GfxTexturesReporter.h Bug 1297658 - Avoid unnecessary checking in memory reporters. r=erahm. 2016-08-24 15:23:45 +10:00
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 1281456 - Decouple TextureForwarder and CompositableForwarder. r=gw280 2016-09-27 16:22:20 +13:00
SharedSurface.h Backed out changeset 9badb2705567 (bug 1322650) 2017-05-05 18:54:09 +02:00
SharedSurfaceANGLE.cpp Bug 1281456 - Decouple TextureForwarder and CompositableForwarder. r=gw280 2016-09-27 16:22:20 +13:00
SharedSurfaceANGLE.h Bug 1281456 - Decouple TextureForwarder and CompositableForwarder. r=gw280 2016-09-27 16:22:20 +13:00
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 Backed out changeset 9badb2705567 (bug 1322650) 2017-05-05 18:54:09 +02:00
SharedSurfaceEGL.h Backed out changeset 9badb2705567 (bug 1322650) 2017-05-05 18:54:09 +02:00
SharedSurfaceGL.cpp Bug 925645 - Turn SharedSurface::mGL into a WeakPtr<> - r=jgilbert 2016-10-24 16:35:31 +01:00
SharedSurfaceGL.h Bug 1281456 - Decouple TextureForwarder and CompositableForwarder. r=gw280 2016-09-27 16:22:20 +13:00
SharedSurfaceGLX.cpp Bug 1281456 - Decouple TextureForwarder and CompositableForwarder. r=gw280 2016-09-27 16:22:20 +13:00
SharedSurfaceGLX.h Bug 1281456 - Decouple TextureForwarder and CompositableForwarder. r=gw280 2016-09-27 16:22:20 +13:00
SharedSurfaceIO.cpp Bug 925645 - Turn SharedSurface::mGL into a WeakPtr<> - r=jgilbert 2016-10-24 16:35:31 +01:00
SharedSurfaceIO.h Bug 1281456 - Decouple TextureForwarder and CompositableForwarder. r=gw280 2016-09-27 16:22:20 +13:00
SkiaGLGlue.cpp Bug 1340627 - part 5 - fix SkiaGL glue for Skia m59. r=mchang 2017-05-09 22:31:07 -04:00
SkiaGLGlue.h Bug 1299435 - part 2 - fix Moz2d for Skia m55 update. r=mchang 2016-10-24 22:40:59 -04:00
SurfaceTypes.cpp Bug 1305655 - Decouple Gonk TextureForwarder and CompositableForwarder (followup bug 1281456) r=nical 2016-09-28 07:04:13 +02:00
SurfaceTypes.h Backed out changeset 9badb2705567 (bug 1322650) 2017-05-05 18:54:09 +02:00
TextureImageEGL.cpp Bug 1311642 - Give GLUploadHelpers some love. r=nical 2016-10-21 13:27:41 +01:00
TextureImageEGL.h Bug 1311642 - Remove BeginUpdate and EndUpdate from GLTextureImage. r=nical 2016-10-20 17:11:00 +01:00
WGLLibrary.h Bug 1344433 - Reformat. - r=daoshengmu 2017-03-06 15:39:36 -08:00
moz.build Backed out changeset 9badb2705567 (bug 1322650) 2017-05-05 18:54:09 +02:00