gecko/gfx/gl
jdashg a8a4d97f00 Bug 1066280 - Add TexClient for ShSurf. - r=kamidphish,mattwoodrow
From a7c09c0f17e19fd2254cb1d7a8ddd07b327151ad Mon Sep 17 00:00:00 2001
---
 gfx/2d/HelpersCairo.h                   |   2 +
 gfx/gl/GLContext.cpp                    |   3 +-
 gfx/gl/GLContext.h                      |   2 -
 gfx/gl/GLReadTexImageHelper.cpp         |  21 +--
 gfx/gl/GLReadTexImageHelper.h           |   6 +
 gfx/gl/GLScreenBuffer.h                 |   6 +-
 gfx/gl/ScopedGLHelpers.cpp              |  40 +++++
 gfx/gl/ScopedGLHelpers.h                |  26 ++-
 gfx/gl/SharedSurface.cpp                |  94 +++++++++++
 gfx/gl/SharedSurface.h                  |  19 +++
 gfx/gl/SharedSurfaceIO.h                |   4 +
 gfx/layers/CopyableCanvasLayer.cpp      |   3 +-
 gfx/layers/client/CanvasClient.cpp      | 276 +++++++++++++++++++++++++++++---
 gfx/layers/client/CanvasClient.h        |  34 ++++
 gfx/layers/client/ClientCanvasLayer.cpp |  21 ++-
 gfx/layers/client/ClientCanvasLayer.h   |   9 +-
 gfx/layers/client/TextureClient.cpp     |  35 ++++
 gfx/layers/client/TextureClient.h       |  85 +++++++++-
 gfx/layers/composite/TextureHost.cpp    | 131 ++++++++++++++-
 gfx/layers/composite/TextureHost.h      |  64 ++++++++
 gfx/layers/d3d10/CanvasLayerD3D10.cpp   |   5 +-
 gfx/layers/ipc/LayersSurfaces.ipdlh     |   5 +
 22 files changed, 828 insertions(+), 63 deletions(-)
2014-10-07 21:01:51 -07:00
..
DecomposeIntoNoRepeatTriangles.cpp Bug 1012407 - Part 5: Allow passing a texture rectangle to BindAndDrawQuad (r=Bas) 2014-05-22 12:29:54 +02:00
DecomposeIntoNoRepeatTriangles.h Bug 952977: More gfx::Matrix cleanups r=nical 2014-08-01 08:31:49 -04:00
EGLUtils.cpp Bug 1037147 - Remove SharedTextureHandle and friends r=mattwoodrow,snorp 2014-09-17 08:13:29 -05:00
EGLUtils.h Bug 1037147 - Remove SharedTextureHandle and friends r=mattwoodrow,snorp 2014-09-17 08:13:29 -05:00
ForceDiscreteGPUHelperCGL.h
GfxTexturesReporter.cpp Bug 1036654 - Report the tile fragmentation overhead. r=njn,kats,cwiiis 2014-07-24 13:34:43 -04:00
GfxTexturesReporter.h Bug 1036654 - Report the tile fragmentation overhead. r=njn,kats,cwiiis 2014-07-24 13:34:43 -04:00
GLBlitHelper.cpp Bug 1060121 - Make WebGLContext::TexImage2D avoid readback for video elements on Windows. r=jgilbert 2014-08-31 21:00:00 +02:00
GLBlitHelper.h Bug 1050610 - Fix more bad implicit constructors in gfx; r=roc 2014-08-07 21:17:30 -04:00
GLBlitTextureImageHelper.cpp Bug 1033098: Wallpaper over the intermittent crash. r=nsilva 2014-09-03 15:11:55 -04:00
GLBlitTextureImageHelper.h Bug 1050610 - Fix more bad implicit constructors in gfx; r=roc 2014-08-07 21:17:30 -04:00
GLConsts.h Bug 912196. Add support for ANGLE D3D11 path. r=jgilbert 2014-04-03 13:29:22 +08:00
GLContext.cpp Bug 1066280 - Add TexClient for ShSurf. - r=kamidphish,mattwoodrow 2014-10-07 21:01:51 -07:00
GLContext.h Bug 1066280 - Add TexClient for ShSurf. - r=kamidphish,mattwoodrow 2014-10-07 21:01:51 -07:00
GLContextCGL.h Bug 994856 - Add support for Gecko rendering via GLScreenBuffer into external GL Context. r=bjacob,jgilbert 2014-04-15 07:57:26 -07:00
GLContextEGL.h Bug 994856 - Add support for Gecko rendering via GLScreenBuffer into external GL Context. r=bjacob,jgilbert 2014-04-15 07:57:26 -07:00
GLContextFeatures.cpp Bug 1048741 - WebGL2 - GL symbols for texture storage.; r=jgilbert 2014-09-23 15:49:19 +10:00
GLContextGLX.h Bug 994856 - Add support for Gecko rendering via GLScreenBuffer into external GL Context. r=bjacob,jgilbert 2014-04-15 07:57:26 -07:00
GLContextProvider.h Bug 996901 - Remove lots of gfxASurface.h and gfxImageSurface.h includes and forward declarations that are no longer needed. r=mattwoodrow 2014-04-16 01:41:40 +01:00
GLContextProviderCGL.mm Bug 996266 - Fall back from failed WebGL context creation attribs. - r=kamidphish,bjacob 2014-08-27 16:16:22 -07:00
GLContextProviderEGL.cpp Bug 996266 - Fall back from failed WebGL context creation attribs. - r=kamidphish,bjacob 2014-08-27 16:16:22 -07:00
GLContextProviderGLX.cpp Bug 965022 - Use MOZ_FORMAT_PRINTF for [f]printf_stderr, and fix incorrect usages. r=jrmuizel 2014-08-26 17:14:51 -04:00
GLContextProviderImpl.h Bug 996266 - Fall back from failed WebGL context creation attribs. - r=kamidphish,bjacob 2014-08-27 16:16:22 -07:00
GLContextProviderNull.cpp Bug 996266 - Fall back from failed WebGL context creation attribs. - r=kamidphish,bjacob 2014-08-27 16:16:22 -07:00
GLContextProviderWGL.cpp Bug 1060918 - Do not rely on two implicit conversions in GLContextProviderWGL.cpp for clang-cl compatibility; r=jrmuizel 2014-09-02 12:20:50 -04:00
GLContextSymbols.h Bug 1048741 - WebGL2 - GL symbols for texture storage.; r=jgilbert 2014-09-23 15:49:19 +10:00
GLContextTypes.cpp
GLContextTypes.h Bug 1037147 - Remove SharedTextureHandle and friends r=mattwoodrow,snorp 2014-09-17 08:13:29 -05:00
GLContextWGL.h Bug 994856 - Add support for Gecko rendering via GLScreenBuffer into external GL Context. r=bjacob,jgilbert 2014-04-15 07:57:26 -07:00
GLDebugUtils.cpp
GLDebugUtils.h
GLDefs.h
GLLibraryEGL.cpp Bug 912196. Add support for ANGLE D3D11 path. r=jgilbert 2014-04-03 13:29:22 +08:00
GLLibraryEGL.h Bug 1001417 - Forward fence objects in SharedSurfaceGralloc to Compositor r=jgilbert,nical 2014-06-08 06:18:53 -07:00
GLLibraryLoader.cpp
GLLibraryLoader.h
GLParseRegistryXML.py
GLReadTexImageHelper.cpp Bug 1066280 - Add TexClient for ShSurf. - r=kamidphish,mattwoodrow 2014-10-07 21:01:51 -07:00
GLReadTexImageHelper.h Bug 1066280 - Add TexClient for ShSurf. - r=kamidphish,mattwoodrow 2014-10-07 21:01:51 -07:00
GLScreenBuffer.cpp Bug 1066280 - Implement GLScreenBuffer simplification. - r=kamidphish 2014-10-07 21:01:07 -07:00
GLScreenBuffer.h Bug 1066280 - Add TexClient for ShSurf. - r=kamidphish,mattwoodrow 2014-10-07 21:01:51 -07:00
GLTextureImage.cpp Bug 1078109 - Make sure we initialize tiled textures to the format we're going to upload with. r=jgilbert 2014-10-08 13:10:59 +13:00
GLTextureImage.h bug 1047696 - mark a number of classes MOZ_FINAL to get compilers to devirtualize more r=froydnj 2014-08-05 13:33:55 -04:00
GLTypes.h
GLUploadHelpers.cpp
GLUploadHelpers.h
GLXLibrary.h
HeapCopyOfStackArray.h Bug 1005658 - Don't pass stack pointers to the GL for buffers, and have GLContext try to guard against it - r=jgilbert 2014-05-08 21:03:37 -04:00
Makefile.in Bug 1042878 - part 2 - move MOZ_CAIRO_CFLAGS et al additions to C*FLAGS into moz.build; r=glandium 2014-07-24 11:55:33 -04:00
moz.build Bug 1037147 - Remove SharedTextureHandle and friends r=mattwoodrow,snorp 2014-09-17 08:13:29 -05:00
ScopedGLHelpers.cpp Bug 1066280 - Add TexClient for ShSurf. - r=kamidphish,mattwoodrow 2014-10-07 21:01:51 -07:00
ScopedGLHelpers.h Bug 1066280 - Add TexClient for ShSurf. - r=kamidphish,mattwoodrow 2014-10-07 21:01:51 -07:00
SharedSurface.cpp Bug 1066280 - Add TexClient for ShSurf. - r=kamidphish,mattwoodrow 2014-10-07 21:01:51 -07:00
SharedSurface.h Bug 1066280 - Add TexClient for ShSurf. - r=kamidphish,mattwoodrow 2014-10-07 21:01:51 -07:00
SharedSurfaceANGLE.cpp Bug 1048108 - Don't require alpha on ANGLE. - r=kamidphish 2014-10-01 17:05:34 -07:00
SharedSurfaceANGLE.h Bug 1048108 - Exclude RGBA configs when alpha:false. - r=kamidphish 2014-09-24 16:42:27 -07:00
SharedSurfaceEGL.cpp Bug 1053635 - Expose SharedSurfaceEGL::mImage. r=romaxa 2014-08-14 15:07:00 -04:00
SharedSurfaceEGL.h Bug 1053635 - Expose SharedSurfaceEGL::mImage. r=romaxa 2014-08-14 15:07:00 -04:00
SharedSurfaceGL.cpp Bug 933530 - Remove mDataIsCurrent from SharedSurfaceGL. r=jgilbert 2014-09-12 11:37:58 -07:00
SharedSurfaceGL.h Bug 933530 - Remove mDataIsCurrent from SharedSurfaceGL. r=jgilbert 2014-09-12 11:37:58 -07:00
SharedSurfaceGralloc.cpp Bug 1049957 - Fix compilation errors. - r=kamidphish 2014-08-15 17:38:08 -07:00
SharedSurfaceGralloc.h Bug 1049957 - Fix compilation errors. - r=kamidphish 2014-08-15 17:38:08 -07:00
SharedSurfaceIO.cpp Bug 1049957 - Fix compilation errors. - r=kamidphish 2014-08-15 17:38:08 -07:00
SharedSurfaceIO.h Bug 1066280 - Add TexClient for ShSurf. - r=kamidphish,mattwoodrow 2014-10-07 21:01:51 -07:00
SkiaGLGlue.cpp [PATCH 15/15] Bug 1017113 - Use RefPtrSkia instead of SkRefPtr as it no longer exists. r=mattwoodrow 2014-08-06 12:01:44 -04:00
SkiaGLGlue.h Bug 1060802 - Fix some more bad implicit constructors in gfx; r=roc 2014-08-31 23:31:20 -04:00
SurfaceStream.cpp Bug 1049957 - Fixes from reviews. - r=kamidphish 2014-08-15 17:38:09 -07:00
SurfaceStream.h Bug 1049957 - Use custom std::queue wrapper instead of std::queue<UniquePtr<T>>. - r=kamidphish 2014-08-15 17:38:08 -07:00
SurfaceTypes.cpp Bug 996266 - Fall back from failed WebGL context creation attribs. - r=kamidphish,bjacob 2014-08-27 16:16:22 -07:00
SurfaceTypes.h Bug 1037151 - Merge SharedSurface_GL into SharedSurface. - r=mattwoodrow 2014-07-11 15:10:49 -07:00
TextureGarbageBin.cpp
TextureGarbageBin.h Bug 1050610 - Fix more bad implicit constructors in gfx; r=roc 2014-08-07 21:17:30 -04:00
TextureImageCGL.h Bug 1019727 - Remove TextureImageCGL::GetSurfaceForUpdate(). r=bjacob 2014-06-04 08:08:39 +01:00
TextureImageCGL.mm Bug 1019727 - Remove TextureImageCGL::GetSurfaceForUpdate(). r=bjacob 2014-06-04 08:08:39 +01:00
TextureImageEGL.cpp Bug 1037147 - Remove SharedTextureHandle and friends r=mattwoodrow,snorp 2014-09-17 08:13:29 -05:00
TextureImageEGL.h bug 1047696 - mark a number of classes MOZ_FINAL to get compilers to devirtualize more r=froydnj 2014-08-05 13:33:55 -04:00
WGLLibrary.h