gecko-dev/gfx/gl
Jeff Gilbert 41c6dce417 Bug 1279657 - Fix missed callsites. - r=jrmuizel
MozReview-Commit-ID: 8RY2D5OTnZ5
2016-06-21 14:04:00 -07:00
..
AndroidNativeWindow.cpp Bug 1279657 - Star to left against type. - r=jrmuizel 2016-06-21 14:04:00 -07:00
AndroidNativeWindow.h
AndroidSurfaceTexture.cpp Bug 1268313: Part 7 - Move NS_NewRunnableMethod and friends to mozilla::NewRunnableMethod. r=froydnj 2016-05-05 01:45:00 -07:00
AndroidSurfaceTexture.h
DecomposeIntoNoRepeatTriangles.cpp
DecomposeIntoNoRepeatTriangles.h
EGLUtils.cpp
EGLUtils.h
ForceDiscreteGPUHelperCGL.h
GfxTexturesReporter.cpp Bug 1277027 - fix MOZ_CRASH to have GFX prefix in webGL code r=BenWa,milan 2016-06-06 11:17:23 -04:00
GfxTexturesReporter.h
GLBlitHelper.cpp Bug 1279657 - Star to left against type. - r=jrmuizel 2016-06-21 14:04:00 -07:00
GLBlitHelper.h
GLConsts.h
GLContext.cpp Bug 1279657 - Star to left against type. - r=jrmuizel 2016-06-21 14:04:00 -07:00
GLContext.h Bug 1279657 - Star to left against type. - r=jrmuizel 2016-06-21 14:04:00 -07: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 1111689 - Part 1: Let EXT_shader_texture_lod play when ARB_shader_texture_lod can play. r=jgilbert 2016-06-08 17:28:49 -07:00
GLContextGLX.h Bug 1279657 - Star to left against type. - r=jrmuizel 2016-06-21 14:04:00 -07:00
GLContextProvider.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
GLContextProviderCGL.mm Bug 1279657 - Fix missed callsites. - r=jrmuizel 2016-06-21 14:04:00 -07:00
GLContextProviderEAGL.mm Bug 1279657 - Fix missed callsites. - r=jrmuizel 2016-06-21 14:04:00 -07:00
GLContextProviderEGL.cpp Bug 1279657 - Fix missed callsites. - r=jrmuizel 2016-06-21 14:04:00 -07:00
GLContextProviderGLX.cpp Bug 1279657 - Fix missed callsites. - r=jrmuizel 2016-06-21 14:04:00 -07:00
GLContextProviderImpl.h Bug 1279657 - failureId outvar should be a pointer. - r=benwa 2016-06-21 14:04:00 -07:00
GLContextProviderNull.cpp Bug 1279657 - Fix missed callsites. - r=jrmuizel 2016-06-21 14:04:00 -07:00
GLContextProviderWGL.cpp Bug 1279657 - failureId outvar should be a pointer. - r=benwa 2016-06-21 14:04:00 -07:00
GLContextSymbols.h Bug 1279657 - Star to left against type. - r=jrmuizel 2016-06-21 14:04:00 -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 1278403 - Spread CreateContextFlags to GLContext::ctor. - r=jrmuizel 2016-06-21 13:47:30 -07:00
GLDebugUtils.cpp
GLDebugUtils.h
GLDefs.h
GLLibraryEGL.cpp Bug 1279657 - failureId outvar should be a pointer. - r=benwa 2016-06-21 14:04:00 -07:00
GLLibraryEGL.h Bug 1279657 - failureId outvar should be a pointer. - r=benwa 2016-06-21 14:04:00 -07:00
GLLibraryLoader.cpp Bug 1279657 - Star to left against type. - r=jrmuizel 2016-06-21 14:04:00 -07:00
GLLibraryLoader.h Bug 1279657 - Star to left against type. - r=jrmuizel 2016-06-21 14:04:00 -07:00
GLParseRegistryXML.py
GLReadTexImageHelper.cpp Bug 1278403 - Choose GLContext::DebugFlags based on ContextCreateFlags. - r=jrmuizel 2016-06-21 13:47:30 -07: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 1266262 - Remove nearly-unused GLContext::mGLFormats. - r=jrmuizel 2016-04-25 13:17:25 -07:00
GLScreenBuffer.h Bug 1279657 - Star to left against type. - r=jrmuizel 2016-06-21 14:04:00 -07:00
GLTextureImage.cpp Bug 1279657 - Star to left against type. - r=jrmuizel 2016-06-21 14:04:00 -07:00
GLTextureImage.h Bug 1279657 - Star to left against type. - r=jrmuizel 2016-06-21 14:04:00 -07:00
GLTypes.h Bug 1279657 - Star to left against type. - r=jrmuizel 2016-06-21 14:04:00 -07:00
GLUploadHelpers.cpp Bug 1279657 - Star to left against type. - r=jrmuizel 2016-06-21 14:04:00 -07:00
GLUploadHelpers.h Bug 1279657 - Star to left against type. - r=jrmuizel 2016-06-21 14:04:00 -07:00
GLXLibrary.h Bug 1279657 - Star to left against type. - r=jrmuizel 2016-06-21 14:04:00 -07:00
HeapCopyOfStackArray.h
moz.build Bug 1272513 - Part 1: Suppress -Wshadow warnings-as-errors in some directories. r=glandium 2016-05-11 00:00:01 -07:00
ScopedGLHelpers.cpp
ScopedGLHelpers.h
SharedSurface.cpp Bug 1252835 - Make TextureHost recycling implicit r=nical 2016-06-15 04:28:10 -07:00
SharedSurface.h Bug 1272767: More graphics MOZ_CRASH-es getting GFX prefix. Also, follow up on bug 1270180 comments. r=mchang 2016-05-13 16:34:41 -04:00
SharedSurfaceANGLE.cpp Bug 1265638 - Reset some properties when the backend of SharedSurface is switching from Basic to layer-accelerated backend. r=jgilbert 2016-04-26 11:08:56 +08:00
SharedSurfaceANGLE.h Bug 1281015 - Remove unused mConsumerKeyedMutex. r=kamidphish 2016-06-20 11:09:00 -04:00
SharedSurfaceD3D11Interop.cpp Bug 1270180: More instances of MOZ_CRASH converted to gfxDevCrash and getting GFX prefix. r=jgilbert 2016-05-06 10:19:31 -04:00
SharedSurfaceD3D11Interop.h Bug 1281015 - Remove unused mConsumerKeyedMutex. r=kamidphish 2016-06-20 11:09:00 -04:00
SharedSurfaceEGL.cpp Bug 1277027 - fix MOZ_CRASH to have GFX prefix in webGL code r=BenWa,milan 2016-06-06 11:17:23 -04:00
SharedSurfaceEGL.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
SharedSurfaceGL.cpp
SharedSurfaceGL.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
SharedSurfaceGLX.cpp
SharedSurfaceGLX.h
SharedSurfaceGralloc.cpp
SharedSurfaceGralloc.h
SharedSurfaceIO.cpp
SharedSurfaceIO.h Bug 1279657 - Star to left against type. - r=jrmuizel 2016-06-21 14:04:00 -07:00
SkiaGLGlue.cpp Bug 1265131, part 2 - update SkiaGLGlue for Skia m51. r=jrmuizel 2016-04-28 22:55:27 -04:00
SkiaGLGlue.h
SurfaceTypes.cpp
SurfaceTypes.h
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
TextureImageCGL.h Bug 1279657 - Star to left against type. - r=jrmuizel 2016-06-21 14:04:00 -07:00
TextureImageCGL.mm Bug 1279657 - Star to left against type. - r=jrmuizel 2016-06-21 14:04:00 -07:00
TextureImageEGL.cpp Bug 1279657 - Star to left against type. - r=jrmuizel 2016-06-21 14:04:00 -07:00
TextureImageEGL.h Bug 1279657 - Star to left against type. - r=jrmuizel 2016-06-21 14:04:00 -07:00
WGLLibrary.h Bug 1279657 - Star to left against type. - r=jrmuizel 2016-06-21 14:04:00 -07:00