gecko-dev/gfx/gl
kvark a496f20f3f Bug 1237748 - Avoid deleting the stencil RB if it's the same as the depth RB. r=jgilbert
--HG--
extra : rebase_source : d0f4b46dd9c9bfbb49020c44959bb8d36912bb6c
2017-01-09 10:25:00 -05:00
..
AndroidSurfaceTexture.cpp Bug 1299054 - Remove old Android support (API level < 15) from Gecko. r=snorp 2016-08-30 14:11:55 +09:00
AndroidSurfaceTexture.h Bug 1294481 - Implement new frame available callbacks; r=snorp 2016-08-23 18:52:30 -04:00
DecomposeIntoNoRepeatTriangles.cpp Bug 1223486 - Ensure WrapTexCoord returns 0.0 instead of 1.0 when given a negative whole number. r=Bas 2015-11-19 10:49:31 -05:00
DecomposeIntoNoRepeatTriangles.h Bug 1235261 - Part 1: Rename nsAutoTArray to AutoTArray. r=froydnj 2016-02-02 17:36:30 +02:00
EGLUtils.cpp
EGLUtils.h
ForceDiscreteGPUHelperCGL.h
GLBlitHelper.cpp Bug 1317656 - Cleanup more gonk/b2g dependent code r=nical 2016-11-15 22:01:30 -08:00
GLBlitHelper.h Bug 1317656 - Cleanup more gonk/b2g dependent code r=nical 2016-11-15 22:01:30 -08:00
GLConsts.h Bug 618898 - Add D3D11SharedSurfaceInterop. r=jgilbert 2015-11-06 10:19:24 +10:00
GLContext.cpp Bug 1296189 - Replace NS_RUNTIMEABORT("some string literal message") with MOZ_CRASH(). r=froydnj 2016-12-02 13:46:53 -08:00
GLContext.h Bug 1325733 (flattened) - Mark read/draw calls better. - r=daoshengmu 2016-12-29 02:45:13 -08:00
GLContextCGL.h Bug 1279657 - Star to left against type. - r=jrmuizel 2016-06-21 14:04:00 -07:00
GLContextEAGL.h Bug 1278403 - Spread CreateContextFlags to GLContext::ctor. - r=jrmuizel 2016-06-21 13:47:30 -07:00
GLContextEGL.h Bug 1279657 - failureId outvar should be a pointer. - r=benwa 2016-06-21 14:04:00 -07:00
GLContextFeatures.cpp Bug 1309643 - Only enable primitive restart index on OSX for DrawElements. - r=ethlin 2016-12-19 15:24:30 -08:00
GLContextGLX.h Bug 1286847 - Remove calls to XGetGeometry from the compositor thread. r=jgilbert,jrmuizel 2016-07-12 15:01:21 -04:00
GLContextProvider.h Bug 1288860 - Change GLContextProvider to use CompositorWidget. r=jrmuizel 2016-07-25 14:41:00 -04:00
GLContextProviderCGL.mm Bug 1311642 - Remove BeginUpdate and EndUpdate from GLTextureImage. r=nical 2016-10-20 17:11:00 +01:00
GLContextProviderEAGL.mm Bug 1288860 - Change GLContextProvider to use CompositorWidget. r=jrmuizel 2016-07-25 14:41:00 -04:00
GLContextProviderEGL.cpp Bug 1322465 part 5 - Use explicit/MOZ_IMPLICIT for the unary constructors in gfx/. r=Ehsan 2016-12-16 15:54:32 +08:00
GLContextProviderGLX.cpp Bug 1304195 - silence warnings from ScopedXErrorHandler when used off main thread if acknowledged. r=nical 2016-09-27 12:28:57 -04:00
GLContextProviderImpl.h Bug 1288860 - Change GLContextProvider to use CompositorWidget. r=jrmuizel 2016-07-25 14:41:00 -04:00
GLContextProviderNull.cpp Bug 1288860 - Change GLContextProvider to use CompositorWidget. r=jrmuizel 2016-07-25 14:41:00 -04:00
GLContextProviderWGL.cpp Bug 1316931 - Put DX interop2 status into gfxVars. r=dvander,jgilbert 2016-11-14 17:13:40 -05:00
GLContextSymbols.h Bug 1289655 - Add prim_restart and prim_restart_fixed GLFeatures. - r=mtseng 2016-08-01 01:20:12 -07:00
GLContextTypes.cpp
GLContextTypes.h Bug 1278403 - Spread CreateContextFlags to GLContext::ctor. - r=jrmuizel 2016-06-21 13:47:30 -07:00
GLContextWGL.h Bug 1287653 - Remove context sharing from WGL. - r=mtseng 2016-08-18 14:06:44 -07:00
GLDebugUtils.cpp
GLDebugUtils.h
GLDefs.h Bug 1260944 - Fix ANGLE D3D WARP for WebGL. - r=jrmuizel 2016-04-06 13:47:25 -07:00
GLLibraryEGL.cpp Bug 1317569 - Stop testing d3dcompiler_43.dll during EGL initialization. r=jrmuizel 2016-11-15 07:02:49 +09:00
GLLibraryEGL.h Backed out changeset c5b0b62fc39e (bug 1245747) for bustage 2016-07-26 14:36:56 +02:00
GLLibraryLoader.cpp Bug 1136494 - Try to pull <windows.h> include out of GLContext.h. - r=mtseng 2016-07-18 00:19:19 -07:00
GLLibraryLoader.h Bug 1136494 - Try to pull <windows.h> include out of GLContext.h. - r=mtseng 2016-07-18 00:19:19 -07: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 Bug 1237748 - Avoid deleting the stencil RB if it's the same as the depth RB. r=jgilbert 2017-01-09 10:25:00 -05: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 1311642 - Give GLUploadHelpers some love. r=nical 2016-10-21 13:27:41 +01:00
GLUploadHelpers.h Bug 1311642 - Give GLUploadHelpers some love. r=nical 2016-10-21 13:27:41 +01:00
GLXLibrary.h Bug 1280653 - Read into the X11 event queue in GLContextGLX::MakeCurrent to queue DRI invalidation events. r=lsalzman 2016-08-24 20:23:39 -04: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 Bug 1252153 - use UniquePtr instead of ScopedDeletePtr in HeapCopyOfStackArray; r=jrmuizel 2016-02-29 11:54:36 -05:00
ScopedGLHelpers.cpp Bug 1250710 - Remove ScopedUnpackState due to unused. - r=ethlin 2016-07-17 21:44:37 -07:00
ScopedGLHelpers.h Bug 1250710 - Remove ScopedUnpackState due to unused. - r=ethlin 2016-07-17 21:44:37 -07:00
SharedSurface.cpp Bug 1281456 - Decouple TextureForwarder and CompositableForwarder. r=gw280 2016-09-27 16:22:20 +13:00
SharedSurface.h Bug 925645 - Turn SharedSurface::mGL into a WeakPtr<> - r=jgilbert 2016-10-24 16:35:31 +01: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 925645 - Turn SharedSurface::mGL into a WeakPtr<> - r=jgilbert 2016-10-24 16:35:31 +01:00
SharedSurfaceD3D11Interop.h Bug 1281456 - Decouple TextureForwarder and CompositableForwarder. r=gw280 2016-09-27 16:22:20 +13:00
SharedSurfaceEGL.cpp Bug 925645 - Turn SharedSurface::mGL into a WeakPtr<> - r=jgilbert 2016-10-24 16:35:31 +01:00
SharedSurfaceEGL.h Bug 1281456 - Decouple TextureForwarder and CompositableForwarder. r=gw280 2016-09-27 16:22:20 +13: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 1317637 - Use auto type specifier where aplicable for variable declarations to improve code readability and maintainability in gfx/. r=jrmuizel 2016-11-15 11:00:08 +02: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 Bug 1317656 - Cleanup more gonk/b2g dependent code r=nical 2016-11-15 22:01:30 -08:00
TextureGarbageBin.cpp Bug 1277027 - fix MOZ_CRASH to have GFX prefix in webGL code r=BenWa,milan 2016-06-06 11:17:23 -04:00
TextureGarbageBin.h
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 1279657 - Star to left against type. - r=jrmuizel 2016-06-21 14:04:00 -07:00
moz.build Bug 1317569 - Unship d3dcompiler_43.dll. r=glandium 2016-11-15 06:56:01 +09:00