.. |
AndroidNativeWindow.cpp
|
|
|
AndroidNativeWindow.h
|
|
|
AndroidSurfaceTexture.cpp
|
Bug 1195401 - Use gfxPrefs (threadsafe) rather than crashing on debug builds for off-main-thread pref access. r=snorp
|
2015-08-21 13:21:58 -04:00 |
AndroidSurfaceTexture.h
|
Backed out changeset 6ee70eb03b02 (bug 1183788) for Android crashes.
|
2015-08-05 10:24:55 -04:00 |
DecomposeIntoNoRepeatTriangles.cpp
|
|
|
DecomposeIntoNoRepeatTriangles.h
|
|
|
EGLUtils.cpp
|
|
|
EGLUtils.h
|
|
|
ForceDiscreteGPUHelperCGL.h
|
|
|
GfxTexturesReporter.cpp
|
|
|
GfxTexturesReporter.h
|
|
|
GLBlitHelper.cpp
|
Bug 1191534 - Implement BlitImageToFramebuffer for IOSurface. r=jgilbert
|
2015-08-14 11:50:48 -04:00 |
GLBlitHelper.h
|
Bug 1191534 - Implement BlitImageToFramebuffer for IOSurface. r=jgilbert
|
2015-08-14 11:50:48 -04:00 |
GLConsts.h
|
|
|
GLContext.cpp
|
Add driver crash guards to WebGL (bug 1190281 part 9, r=jgilbert,mattwoodrow)
|
2015-08-14 22:14:00 -07:00 |
GLContext.h
|
Bug 1204400 - Fix -Wshadow warnings in gfx/thebes and suppress those from Skia headers. r=BenWa
|
2015-09-11 20:30:14 -07:00 |
GLContextCGL.h
|
|
|
GLContextEGL.h
|
Revert "Bug 1191042 - Establish correct EGLConfig at GLContext creation. r=jrmuizel" CLOSED TREE
|
2015-08-27 17:12:06 -04:00 |
GLContextFeatures.cpp
|
Bug 1170842 - Part 2: Wrangle glGetInternalformativ symbols. r=jgilbert
|
2015-08-12 11:39:39 +10:00 |
GLContextGLX.h
|
Bug 1187440 - Implement GLX shared surfaces on the OpenGL compositor. r=jgilbert,nical
|
2015-07-30 12:40:56 -04:00 |
GLContextProvider.h
|
Revert "Bug 1191042 - Establish correct EGLConfig at GLContext creation. r=jrmuizel" CLOSED TREE
|
2015-08-27 17:12:06 -04:00 |
GLContextProviderCGL.mm
|
Bug 1150944 - Don't force the discrete GPU for skia gl. r=jrmuizel
|
2015-07-29 16:35:55 -04:00 |
GLContextProviderEGL.cpp
|
Revert "Bug 1191042 - Establish correct EGLConfig at GLContext creation. r=jrmuizel" CLOSED TREE
|
2015-08-27 17:12:06 -04:00 |
GLContextProviderGLX.cpp
|
Bug 1197387 - Use glXGetProcAddress to link against GLX_ARB_create_context_robustness. r=jgilbert
|
2015-08-26 21:30:15 -04:00 |
GLContextProviderImpl.h
|
Bug 1150944 - Add a flags parameter to GLContextProvider functions instead of a bool. r=jgilbert
|
2015-07-29 16:35:55 -04:00 |
GLContextProviderNull.cpp
|
Bug 1150944 - Add a flags parameter to GLContextProvider functions instead of a bool. r=jgilbert
|
2015-07-29 16:35:55 -04:00 |
GLContextProviderWGL.cpp
|
Bug 1150944 - Add a flags parameter to GLContextProvider functions instead of a bool. r=jgilbert
|
2015-07-29 16:35:55 -04:00 |
GLContextSymbols.h
|
Bug 1170842 - Part 2: Wrangle glGetInternalformativ symbols. r=jgilbert
|
2015-08-12 11:39:39 +10:00 |
GLContextTypes.cpp
|
|
|
GLContextTypes.h
|
Revert "Bug 1191042 - Establish correct EGLConfig at GLContext creation. r=jrmuizel" CLOSED TREE
|
2015-08-27 17:12:06 -04:00 |
GLContextWGL.h
|
|
|
GLDebugUtils.cpp
|
|
|
GLDebugUtils.h
|
|
|
GLDefs.h
|
|
|
GLLibraryEGL.cpp
|
|
|
GLLibraryEGL.h
|
|
|
GLLibraryLoader.cpp
|
|
|
GLLibraryLoader.h
|
|
|
GLParseRegistryXML.py
|
|
|
GLReadTexImageHelper.cpp
|
|
|
GLReadTexImageHelper.h
|
|
|
GLScreenBuffer.cpp
|
Bug 1136428 - Change implementation of WebGLContext::DrawBuffers such that it goes through GLScreenBuffer to change the draw buffer. Added a variable to GLScreenBuffer to cache the draw buffer mode. r=jgilbert
|
2015-07-31 15:56:32 -04:00 |
GLScreenBuffer.h
|
Bug 1136428 - Change implementation of WebGLContext::DrawBuffers such that it goes through GLScreenBuffer to change the draw buffer. Added a variable to GLScreenBuffer to cache the draw buffer mode. r=jgilbert
|
2015-07-31 15:56:32 -04:00 |
GLTextureImage.cpp
|
|
|
GLTextureImage.h
|
|
|
GLTypes.h
|
|
|
GLUploadHelpers.cpp
|
|
|
GLUploadHelpers.h
|
|
|
GLXLibrary.h
|
|
|
HeapCopyOfStackArray.h
|
|
|
moz.build
|
Bug 1198334 (part 1) - Replace the opt-in FAIL_ON_WARNINGS with the opt-out ALLOW_COMPILER_WARNINGS. r=glandium.
|
2015-08-27 20:44:53 -07:00 |
ScopedGLHelpers.cpp
|
|
|
ScopedGLHelpers.h
|
|
|
SharedSurface.cpp
|
|
|
SharedSurface.h
|
|
|
SharedSurfaceANGLE.cpp
|
Revert "Bug 1191042 - Establish correct EGLConfig at GLContext creation. r=jrmuizel" CLOSED TREE
|
2015-08-27 17:12:06 -04:00 |
SharedSurfaceANGLE.h
|
|
|
SharedSurfaceEGL.cpp
|
|
|
SharedSurfaceEGL.h
|
|
|
SharedSurfaceGL.cpp
|
|
|
SharedSurfaceGL.h
|
|
|
SharedSurfaceGLX.cpp
|
Bug 1187440 - Implement GLX shared surfaces on the OpenGL compositor. r=jgilbert,nical
|
2015-07-30 12:40:56 -04:00 |
SharedSurfaceGLX.h
|
Bug 1187440 - Implement GLX shared surfaces on the OpenGL compositor. r=jgilbert,nical
|
2015-07-30 12:40:56 -04:00 |
SharedSurfaceGralloc.cpp
|
|
|
SharedSurfaceGralloc.h
|
|
|
SharedSurfaceIO.cpp
|
|
|
SharedSurfaceIO.h
|
|
|
SkiaGLGlue.cpp
|
Bug 1192466 - Prune header includes for SkiaGLGlue.h - r=bgirard
|
2015-08-07 19:27:14 -07:00 |
SkiaGLGlue.h
|
Bug 1192466 - Prune header includes for SkiaGLGlue.h - r=bgirard
|
2015-08-07 19:27:14 -07:00 |
SurfaceTypes.cpp
|
|
|
SurfaceTypes.h
|
Bug 1187440 - Implement GLX shared surfaces on the OpenGL compositor. r=jgilbert,nical
|
2015-07-30 12:40:56 -04:00 |
TextureGarbageBin.cpp
|
|
|
TextureGarbageBin.h
|
|
|
TextureImageCGL.h
|
|
|
TextureImageCGL.mm
|
|
|
TextureImageEGL.cpp
|
|
|
TextureImageEGL.h
|
|
|
WGLLibrary.h
|
|
|