.. |
AndroidNativeWindow.cpp
|
|
|
AndroidNativeWindow.h
|
Bug 1111290 - Part 3: Remove TypedEnum.h and fold TypedEnumInternal.h into TypedEnumBits.h. r=waldo
|
2015-01-26 07:22:11 +09:00 |
AndroidSurfaceTexture.cpp
|
Bug 1116473 - [2.1] Const-correctness fixes. r=snorp
|
2016-02-23 21:04:24 +01:00 |
AndroidSurfaceTexture.h
|
Bug 1116473 - [2.1] Const-correctness fixes. r=snorp
|
2016-02-23 21:04:24 +01: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
|
Bug 1191042 - Use CreateOffscreen for WebGL instead of CreateHeadless. - r=jrmuizel
|
2015-09-24 12:21:05 -07:00 |
EGLUtils.h
|
|
|
ForceDiscreteGPUHelperCGL.h
|
|
|
GfxTexturesReporter.cpp
|
Backed out changeset 0ee7b97a8a84 (bug 1247405) for bustage. r=bustage on a CLOSED TREE
|
2016-02-25 19:12:27 +01:00 |
GfxTexturesReporter.h
|
Backed out changeset 0ee7b97a8a84 (bug 1247405) for bustage. r=bustage on a CLOSED TREE
|
2016-02-25 19:12:27 +01:00 |
GLBlitHelper.cpp
|
Bug 1235299 - Fix WebGL assertions for copyTexImage2D. r=jgilbert
|
2016-01-07 18:50:00 +01:00 |
GLBlitHelper.h
|
Bug 1221822 - Finish the WebGL texture refactor. r=kamidphish,mattwoodrow,bz
|
2015-11-24 20:15:29 -08:00 |
GLConsts.h
|
Bug 618898 - Add D3D11SharedSurfaceInterop. r=jgilbert
|
2015-11-06 10:19:24 +10:00 |
GLContext.cpp
|
Bug 1247706 - "Please don't disable WebGL if crashed on WebGL context". r=dvander
|
2016-02-15 12:53:00 +01:00 |
GLContext.h
|
Bug 1240708 - Various trivial coverity warning fixes (part 2). r=kats
|
2016-01-19 20:14:27 +01:00 |
GLContextCGL.h
|
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
|
2015-07-13 08:25:42 -07:00 |
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 1221822 - Finish the WebGL texture refactor. r=kamidphish,mattwoodrow,bz
|
2015-11-24 20:15:29 -08:00 |
GLContextGLX.h
|
Back out changeset 5b1a9f0706de (bug 1213431) on suspicion of causing Mulet bustage in webgl-capturestream-test.html?preserve
|
2015-10-31 13:33:41 -07:00 |
GLContextProvider.h
|
Bug 1174703 - Add GLContextEAGL and GLContextProviderEAGL as an OpenGL provider for iOS. r=jgilbert
|
2015-10-28 14:10:25 -05:00 |
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
|
Bug 1245550 - add gfx.use-glx-texture-from-pixmap pref to control whether texture_from_pixmap is used. r=nical
|
2016-02-03 13:05:24 -05: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
|
Bug 1187322 - Don't require accelerated OpenGL contexts for BasicCompositor on OS X. r=jrmuizel
|
2015-12-23 16:22:55 +01:00 |
GLContextSymbols.h
|
Bug 1207672 - Add support for APPLE_framebuffer_multisample r=snorp
|
2015-10-28 14:10:26 -05:00 |
GLContextTypes.cpp
|
Bug 1124394 - Support Core profiles for GLContext. - r=kamidphish
|
2015-02-12 19:00:41 -08:00 |
GLContextTypes.h
|
Bug 1219890. Use ES3 when appropriate. r=jgilbert
|
2015-12-02 10:21:08 -05:00 |
GLContextWGL.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
GLDebugUtils.cpp
|
|
|
GLDebugUtils.h
|
|
|
GLDefs.h
|
Bug 618898 - Part 1: Add WGL_NV_DX_interop. r=jgilbert
|
2015-10-08 16:36:58 -04:00 |
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
|
Bug 1215438 - Part 1: Add utility functions to support transferring ImageBitmap. r=roc
|
2015-12-18 14:52:16 +08:00 |
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 1094458 - Implement RenderbufferStorageMultisample. - r=jrmuizel
|
2016-02-12 19:31:58 -08: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
|
Bug 1245550 - add gfx.use-glx-texture-from-pixmap pref to control whether texture_from_pixmap is used. r=nical
|
2016-02-03 13:05:24 -05:00 |
HeapCopyOfStackArray.h
|
Bug 1188206 - Fix more constructors in gfx; r=jrmuizel
|
2015-07-28 08:53:26 -04:00 |
moz.build
|
Bug 1236323 - Part 2: Suppress -Wimplicit-fallthrough warnings in gfx/ from Skia header files. r=nical
|
2016-01-08 00:43:58 -08:00 |
ScopedGLHelpers.cpp
|
Bug 1221822 - Finish the WebGL texture refactor. r=kamidphish,mattwoodrow,bz
|
2015-11-24 20:15:29 -08:00 |
ScopedGLHelpers.h
|
Bug 1221822 - Finish the WebGL texture refactor. r=kamidphish,mattwoodrow,bz
|
2015-11-24 20:15:29 -08:00 |
SharedSurface.cpp
|
Bug 1236762 - Simplify locking APIs for SharedSurface. - r=jrmuizel
|
2016-01-05 15:57:44 -08:00 |
SharedSurface.h
|
Bug 1236762 - Simplify locking APIs for SharedSurface. - r=jrmuizel
|
2016-01-05 15:57:44 -08:00 |
SharedSurfaceANGLE.cpp
|
Bug 1236762 - Simplify locking APIs for SharedSurface. - r=jrmuizel
|
2016-01-05 15:57:44 -08:00 |
SharedSurfaceANGLE.h
|
Bug 1236762 - Simplify locking APIs for SharedSurface. - r=jrmuizel
|
2016-01-05 15:57:44 -08:00 |
SharedSurfaceD3D11Interop.cpp
|
Bug 1236762 - Simplify locking APIs for SharedSurface. - r=jrmuizel
|
2016-01-05 15:57:44 -08:00 |
SharedSurfaceD3D11Interop.h
|
Bug 1236762 - Simplify locking APIs for SharedSurface. - r=jrmuizel
|
2016-01-05 15:57:44 -08:00 |
SharedSurfaceEGL.cpp
|
Bug 1238541 - Don't die in SharedSurface_EGLImage::ProducerReadReleaseImpl() if there is an existing fence r=jgilbert
|
2016-02-01 10:53:25 -06:00 |
SharedSurfaceEGL.h
|
Bug 1238541 - Don't die in SharedSurface_EGLImage::ProducerReadReleaseImpl() if there is an existing fence r=jgilbert
|
2016-02-01 10:53:25 -06:00 |
SharedSurfaceGL.cpp
|
Bug 1208513 - Add support for GL_APPLE_sync r=jgilbert
|
2015-10-28 14:10:26 -05:00 |
SharedSurfaceGL.h
|
Bug 1236762 - Simplify locking APIs for SharedSurface. - r=jrmuizel
|
2016-01-05 15:57:44 -08:00 |
SharedSurfaceGLX.cpp
|
Bug 1209812 (part 6) - Convert all gfxImageFormat values to SurfaceFormat equivalents. r=jrmuizel.
|
2016-01-07 20:57:38 -08:00 |
SharedSurfaceGLX.h
|
Bug 1236762 - Simplify locking APIs for SharedSurface. - r=jrmuizel
|
2016-01-05 15:57:44 -08:00 |
SharedSurfaceGralloc.cpp
|
Bug 1236762 - Simplify locking APIs for SharedSurface. - r=jrmuizel
|
2016-01-05 15:57:44 -08:00 |
SharedSurfaceGralloc.h
|
Bug 1236762 - Simplify locking APIs for SharedSurface. - r=jrmuizel
|
2016-01-05 15:57:44 -08:00 |
SharedSurfaceIO.cpp
|
Bug 1236762 - Simplify locking APIs for SharedSurface. - r=jrmuizel
|
2016-01-05 15:57:44 -08:00 |
SharedSurfaceIO.h
|
Bug 1236762 - Simplify locking APIs for SharedSurface. - r=jrmuizel
|
2016-01-05 15:57:44 -08:00 |
SkiaGLGlue.cpp
|
Bug 757969 - use __thread in ThreadLocal; r=froydnj
|
2016-01-22 10:33:44 -07:00 |
SkiaGLGlue.h
|
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
SurfaceTypes.cpp
|
Bug 1219890. Make assignment operator and copy constructor default. r=jgilbert
|
2015-12-02 10:21:03 -05:00 |
SurfaceTypes.h
|
Bug 1208513 - Resurrect SharedSurface_GLTexture for use on iOS r=jgilbert
|
2015-10-28 14:10:25 -05:00 |
TextureGarbageBin.cpp
|
|
|
TextureGarbageBin.h
|
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
|
2015-07-13 08:25:42 -07:00 |
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
|
Bug 618898 - Add D3D11SharedSurfaceInterop. r=jgilbert
|
2015-11-06 10:19:24 +10:00 |