.. |
AndroidNativeWindow.cpp
|
…
|
|
AndroidNativeWindow.h
|
…
|
|
AndroidSurfaceTexture.cpp
|
Bug 1232334 - [1.2] Only set context on successful attach. r=snorp
|
2016-03-03 18:32:37 +01:00 |
AndroidSurfaceTexture.h
|
Bug 1232334 - [1.2] Only set context on successful attach. r=snorp
|
2016-03-03 18:32:37 +01:00 |
DecomposeIntoNoRepeatTriangles.cpp
|
…
|
|
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 1249189 - Use GL_RED to replace GL_ALPHA in YCbCr convert. r=jgilbert
|
2016-02-23 01:51:00 +01:00 |
GLBlitHelper.h
|
…
|
|
GLConsts.h
|
…
|
|
GLContext.cpp
|
Bug 1229946 - report GL_ARB_texture_rg extension to SkiaGL to avoid using GL_ALPHA render targets. r=jgilbert
|
2016-03-29 22:54:09 -04:00 |
GLContext.h
|
Bug 1229946 - report GL_ARB_texture_rg extension to SkiaGL to avoid using GL_ALPHA render targets. r=jgilbert
|
2016-03-29 22:54:09 -04:00 |
GLContextCGL.h
|
…
|
|
GLContextEAGL.h
|
Bug 1232456 - Renew EGL surface using existing compositor widget; r=snorp
|
2015-12-23 22:03:35 -05:00 |
GLContextEGL.h
|
Bug 1240806 - Remove some dead code in GLContextProviderEGL. r=jgilbert
|
2016-01-20 14:46:16 +01:00 |
GLContextFeatures.cpp
|
Bug 1229946 - report GL_ARB_texture_rg extension to SkiaGL to avoid using GL_ALPHA render targets. r=jgilbert
|
2016-03-29 22:54:09 -04:00 |
GLContextGLX.h
|
Bug 1197954 - Extract GLXFBConfig selection code for X11 windows. r=lsalzman
|
2016-03-03 20:37:26 -08:00 |
GLContextProvider.h
|
…
|
|
GLContextProviderCGL.mm
|
Bug 1187322 - Don't require accelerated OpenGL contexts for BasicCompositor on OS X. r=jrmuizel
|
2015-12-23 16:22:55 +01:00 |
GLContextProviderEAGL.mm
|
Bug 1187322 - Don't require accelerated OpenGL contexts for BasicCompositor on OS X. r=jrmuizel
|
2015-12-23 16:22:55 +01:00 |
GLContextProviderEGL.cpp
|
Bug 1240806 - Remove some dead code in GLContextProviderEGL. r=jgilbert
|
2016-01-20 14:46:16 +01:00 |
GLContextProviderGLX.cpp
|
Revert "Bug 1197954 - Add support for GLX_SGI_video_sync to GLContextProviderGLX. r=jgilbert"
|
2016-03-03 21:39:19 -08:00 |
GLContextProviderImpl.h
|
Bug 1187322 - Don't require accelerated OpenGL contexts for BasicCompositor on OS X. r=jrmuizel
|
2015-12-23 16:22:55 +01:00 |
GLContextProviderNull.cpp
|
Bug 1187322 - Don't require accelerated OpenGL contexts for BasicCompositor on OS X. r=jrmuizel
|
2015-12-23 16:22:55 +01:00 |
GLContextProviderWGL.cpp
|
Backed out changeset b90dc48988d4 (bug 1254829 ) because it got a retroactive r-.
|
2016-04-01 13:21:25 -04:00 |
GLContextSymbols.h
|
…
|
|
GLContextTypes.cpp
|
…
|
|
GLContextTypes.h
|
…
|
|
GLContextWGL.h
|
…
|
|
GLDebugUtils.cpp
|
…
|
|
GLDebugUtils.h
|
…
|
|
GLDefs.h
|
…
|
|
GLLibraryEGL.cpp
|
Bug 757969 - use __thread in ThreadLocal; r=froydnj
|
2016-01-22 10:33:44 -07:00 |
GLLibraryEGL.h
|
Bug 757969 - use __thread in ThreadLocal; r=froydnj
|
2016-01-22 10:33:44 -07:00 |
GLLibraryLoader.cpp
|
Bug 1240708 - Various trivial coverity warning fixes (part 2). r=kats
|
2016-01-19 20:14:27 +01:00 |
GLLibraryLoader.h
|
…
|
|
GLParseRegistryXML.py
|
…
|
|
GLReadTexImageHelper.cpp
|
…
|
|
GLReadTexImageHelper.h
|
Bug 1209812 (part 6) - Convert all gfxImageFormat values to SurfaceFormat equivalents. r=jrmuizel.
|
2016-01-07 20:57:38 -08:00 |
GLScreenBuffer.cpp
|
Bug 1094458 - Implement RenderbufferStorageMultisample. - r=jrmuizel
|
2016-02-12 19:31:58 -08:00 |
GLScreenBuffer.h
|
Bug 1259696 - Check read buffer mode when doing CopyTexImage. r=jgilbert
|
2016-03-31 23:06:33 -07:00 |
GLTextureImage.cpp
|
Bug 1243418 - Fix up incorrect 'aOverwrite' usage and impl in GLUploadHelpers r=jgilbert
|
2016-02-08 09:18:52 -06:00 |
GLTextureImage.h
|
Bug 1243072 - Make GfxTexturesReporter work again r=nical,jgilbert
|
2016-02-08 09:18:52 -06:00 |
GLTypes.h
|
…
|
|
GLUploadHelpers.cpp
|
Bug 1243418 - Fix up incorrect 'aOverwrite' usage and impl in GLUploadHelpers r=jgilbert
|
2016-02-08 09:18:52 -06:00 |
GLUploadHelpers.h
|
Bug 1243418 - Fix up incorrect 'aOverwrite' usage and impl in GLUploadHelpers r=jgilbert
|
2016-02-08 09:18:52 -06:00 |
GLXLibrary.h
|
Revert "Bug 1197954 - Add support for GLX_SGI_video_sync to GLContextProviderGLX. r=jgilbert"
|
2016-03-03 21:39:19 -08:00 |
GfxTexturesReporter.cpp
|
Bug 1251065 - Add prefs for logging the current and peak texture usage r=nical
|
2016-02-26 11:01:28 -06:00 |
GfxTexturesReporter.h
|
Bug 1247405 - Track peak texture memory usage r=nical
|
2016-02-26 11:00:06 -06:00 |
HeapCopyOfStackArray.h
|
Bug 1252153 - use UniquePtr instead of ScopedDeletePtr in HeapCopyOfStackArray; r=jrmuizel
|
2016-02-29 11:54:36 -05:00 |
ScopedGLHelpers.cpp
|
…
|
|
ScopedGLHelpers.h
|
…
|
|
SharedSurface.cpp
|
Bug 1256693 - Refer to ClientIPCAllocator instead of ISurfaceAllocator where it makes sense. r=sotaro
|
2016-03-21 15:18:20 +01:00 |
SharedSurface.h
|
Bug 1256693 - Refer to ClientIPCAllocator instead of ISurfaceAllocator where it makes sense. r=sotaro
|
2016-03-21 15:18:20 +01:00 |
SharedSurfaceANGLE.cpp
|
Bug 1256693 - Refer to ClientIPCAllocator instead of ISurfaceAllocator where it makes sense. r=sotaro
|
2016-03-21 15:18:20 +01:00 |
SharedSurfaceANGLE.h
|
Bug 1256693 - Refer to ClientIPCAllocator instead of ISurfaceAllocator where it makes sense. r=sotaro
|
2016-03-21 15:18:20 +01:00 |
SharedSurfaceD3D11Interop.cpp
|
Bug 1256693 - Refer to ClientIPCAllocator instead of ISurfaceAllocator where it makes sense. r=sotaro
|
2016-03-21 15:18:20 +01:00 |
SharedSurfaceD3D11Interop.h
|
Bug 1256693 - Refer to ClientIPCAllocator instead of ISurfaceAllocator where it makes sense. r=sotaro
|
2016-03-21 15:18:20 +01:00 |
SharedSurfaceEGL.cpp
|
Bug 1256492 - Cast to proper width to avoid C4312 on VS2015; r=jrmuizel
|
2016-03-21 10:49:23 -07:00 |
SharedSurfaceEGL.h
|
Bug 1256693 - Refer to ClientIPCAllocator instead of ISurfaceAllocator where it makes sense. r=sotaro
|
2016-03-21 15:18:20 +01:00 |
SharedSurfaceGL.cpp
|
…
|
|
SharedSurfaceGL.h
|
Bug 1256693 - Refer to ClientIPCAllocator instead of ISurfaceAllocator where it makes sense. r=sotaro
|
2016-03-21 15:18:20 +01:00 |
SharedSurfaceGLX.cpp
|
Bug 1256693 - Refer to ClientIPCAllocator instead of ISurfaceAllocator where it makes sense. r=sotaro
|
2016-03-21 15:18:20 +01:00 |
SharedSurfaceGLX.h
|
Bug 1256693 - Refer to ClientIPCAllocator instead of ISurfaceAllocator where it makes sense. r=sotaro
|
2016-03-21 15:18:20 +01:00 |
SharedSurfaceGralloc.cpp
|
Bug 1256693 - Refer to ClientIPCAllocator instead of ISurfaceAllocator where it makes sense. r=sotaro
|
2016-03-21 15:18:20 +01:00 |
SharedSurfaceGralloc.h
|
Bug 1256693 - Refer to ClientIPCAllocator instead of ISurfaceAllocator where it makes sense. r=sotaro
|
2016-03-21 15:18:20 +01:00 |
SharedSurfaceIO.cpp
|
Bug 1256693 - Refer to ClientIPCAllocator instead of ISurfaceAllocator where it makes sense. r=sotaro
|
2016-03-21 15:18:20 +01:00 |
SharedSurfaceIO.h
|
Bug 1256693 - Refer to ClientIPCAllocator instead of ISurfaceAllocator where it makes sense. r=sotaro
|
2016-03-21 15:18:20 +01:00 |
SkiaGLGlue.cpp
|
Bug 1229946 - report GL_ARB_texture_rg extension to SkiaGL to avoid using GL_ALPHA render targets. r=jgilbert
|
2016-03-29 22:54:09 -04:00 |
SkiaGLGlue.h
|
…
|
|
SurfaceTypes.cpp
|
…
|
|
SurfaceTypes.h
|
…
|
|
TextureGarbageBin.cpp
|
…
|
|
TextureGarbageBin.h
|
…
|
|
TextureImageCGL.h
|
Bug 1239225 - Remove unused args from TextureImage's constructor and related functions. r=mattwoodrow.
|
2016-01-12 23:10:56 -08:00 |
TextureImageCGL.mm
|
Bug 1239225 - Remove unused args from TextureImage's constructor and related functions. r=mattwoodrow.
|
2016-01-12 23:10:56 -08:00 |
TextureImageEGL.cpp
|
Bug 1243418 - Fix up incorrect 'aOverwrite' usage and impl in GLUploadHelpers r=jgilbert
|
2016-02-08 09:18:52 -06:00 |
TextureImageEGL.h
|
Bug 1209812 (part 6) - Convert all gfxImageFormat values to SurfaceFormat equivalents. r=jrmuizel.
|
2016-01-07 20:57:38 -08:00 |
WGLLibrary.h
|
…
|
|
moz.build
|
Bug 1256988 - Replace tests on MOZ_WIDGET_GTK with tests on MOZ_WIDGET_TOOLKIT containing gtk. r=chmanchester
|
2016-03-17 06:49:44 +09:00 |