gecko-dev/gfx/gl
Jim Chen abb40676c0 Bug 1294481 - Rip out old Java code for AndroidSurfaceTexture; r=snorp
Rip out the old GeckoAppShell methods that implemented a
OnFrameAvailableListener callback system for AndroidSurfaceTexture.
2016-08-23 18:52:30 -04:00
..
AndroidSurfaceTexture.cpp Bug 1294481 - Rip out old Java code for AndroidSurfaceTexture; r=snorp 2016-08-23 18:52:30 -04:00
AndroidSurfaceTexture.h Bug 1294481 - Rip out old Java code for AndroidSurfaceTexture; r=snorp 2016-08-23 18:52:30 -04:00
DecomposeIntoNoRepeatTriangles.cpp
DecomposeIntoNoRepeatTriangles.h
EGLUtils.cpp
EGLUtils.h
ForceDiscreteGPUHelperCGL.h
GLBlitHelper.cpp Bug 1250710 - Save and restore state, since this is used by WebGL. - r=ethlin 2016-07-17 21:44:59 -07:00
GLBlitHelper.h
GLConsts.h
GLContext.cpp Bug 1287653 - Spew VENDOR/RENDERER. - r=mtseng 2016-08-18 14:07:03 -07:00
GLContext.h Bug 1289655 - Add prim_restart and prim_restart_fixed GLFeatures. - r=mtseng 2016-08-01 01:20:12 -07:00
GLContextCGL.h
GLContextEAGL.h
GLContextEGL.h
GLContextFeatures.cpp Bug 1289655 - Add prim_restart and prim_restart_fixed GLFeatures. - r=mtseng 2016-08-01 01:20:12 -07:00
GLContextGLX.h Bug 1286847 - Remove calls to XGetGeometry from the compositor thread. r=jgilbert,jrmuizel 2016-07-12 15:01:21 -04:00
GLContextProvider.h Bug 1288860 - Change GLContextProvider to use CompositorWidget. r=jrmuizel 2016-07-25 14:41:00 -04:00
GLContextProviderCGL.mm Bug 1288860 - Change GLContextProvider to use CompositorWidget. r=jrmuizel 2016-07-25 14:41:00 -04:00
GLContextProviderEAGL.mm Bug 1288860 - Change GLContextProvider to use CompositorWidget. r=jrmuizel 2016-07-25 14:41:00 -04:00
GLContextProviderEGL.cpp Bug 1294479 - Remove ANativeWindow methods from AndroidBridge; r=snorp 2016-08-19 17:17:24 -04:00
GLContextProviderGLX.cpp Bug 1288860 - Change GLContextProvider to use CompositorWidget. r=jrmuizel 2016-07-25 14:41:00 -04:00
GLContextProviderImpl.h Bug 1288860 - Change GLContextProvider to use CompositorWidget. r=jrmuizel 2016-07-25 14:41:00 -04:00
GLContextProviderNull.cpp Bug 1288860 - Change GLContextProvider to use CompositorWidget. r=jrmuizel 2016-07-25 14:41:00 -04:00
GLContextProviderWGL.cpp Bug 1287653 - Blacklist dx_interop2. - r=milan 2016-08-18 14:06:57 -07:00
GLContextSymbols.h Bug 1289655 - Add prim_restart and prim_restart_fixed GLFeatures. - r=mtseng 2016-08-01 01:20:12 -07:00
GLContextTypes.cpp
GLContextTypes.h
GLContextWGL.h Bug 1287653 - Remove context sharing from WGL. - r=mtseng 2016-08-18 14:06:44 -07:00
GLDebugUtils.cpp
GLDebugUtils.h
GLDefs.h
GLLibraryEGL.cpp Bug 1287182 - Don't clobber the angle platform failureId. r=jrmuizel 2016-08-03 17:28:26 -04:00
GLLibraryEGL.h Backed out changeset c5b0b62fc39e (bug 1245747) for bustage 2016-07-26 14:36:56 +02:00
GLLibraryLoader.cpp Bug 1136494 - Try to pull <windows.h> include out of GLContext.h. - r=mtseng 2016-07-18 00:19:19 -07:00
GLLibraryLoader.h Bug 1136494 - Try to pull <windows.h> include out of GLContext.h. - r=mtseng 2016-07-18 00:19:19 -07:00
GLParseRegistryXML.py
GLReadTexImageHelper.cpp Bug 1250710 - User of ReadPixel should clear PBO to 0. - r=ethlin 2016-07-17 21:44:49 -07:00
GLReadTexImageHelper.h
GLScreenBuffer.cpp Bug 1259571 - Reduce tearing with basic layers on Windows r=dvander 2016-08-23 15:18:55 -07:00
GLScreenBuffer.h Bug 1284292 - Allow GLScreenBuffer::CreateFactory to work without a CompositableForwarder r=gw280 2016-07-04 11:13:15 -07:00
GLTextureImage.cpp
GLTextureImage.h
GLTypes.h
GLUploadHelpers.cpp Bug 1288649 - Remove NextPowerOfTwo. - r=jrmuizel 2016-07-25 14:46:28 -07:00
GLUploadHelpers.h
GLXLibrary.h Bug 1277775 - Replace MOZ_CONSTEXPR{_VAR,_TMPL} with constexpr. r=froydnj 2016-07-08 14:39:53 -07:00
GfxTexturesReporter.cpp
GfxTexturesReporter.h
HeapCopyOfStackArray.h
ScopedGLHelpers.cpp Bug 1250710 - Remove ScopedUnpackState due to unused. - r=ethlin 2016-07-17 21:44:37 -07:00
ScopedGLHelpers.h Bug 1250710 - Remove ScopedUnpackState due to unused. - r=ethlin 2016-07-17 21:44:37 -07:00
SharedSurface.cpp Bug 1285692 - Add IsProducerAcquired(). - r=mtseng 2016-08-18 14:06:23 -07:00
SharedSurface.h Bug 1285692 - Add IsProducerAcquired(). - r=mtseng 2016-08-18 14:06:23 -07:00
SharedSurfaceANGLE.cpp Bug 1259571 - Reduce tearing with basic layers on Windows r=dvander 2016-08-23 15:18:55 -07:00
SharedSurfaceANGLE.h Bug 1285044 - Remove unused NV_fence from ShSurfANGLE. - r=mtseng 2016-07-07 09:16:28 -07:00
SharedSurfaceD3D11Interop.cpp Bug 1259571 - Reduce tearing with basic layers on Windows r=dvander 2016-08-23 15:18:55 -07:00
SharedSurfaceD3D11Interop.h Bug 1287653 - AMD associates DXOpenDevice with the current GL context. - r=mtseng 2016-08-18 14:06:38 -07:00
SharedSurfaceEGL.cpp Bug 1264505 - Target EGLImage to GL_TEXTURE_2D if OES_EGL_image_external extension is not available - r=jgilbert 2016-07-13 11:16:54 +01:00
SharedSurfaceEGL.h Bug 1264505 - Remove unused method SharedSurface_EGLImage::AcquireConsumerTexture - r=jgilbert 2016-07-13 11:16:54 +01:00
SharedSurfaceGL.cpp
SharedSurfaceGL.h
SharedSurfaceGLX.cpp
SharedSurfaceGLX.h
SharedSurfaceGralloc.cpp
SharedSurfaceGralloc.h
SharedSurfaceIO.cpp Bug 1284837 - Disallow implicit conversions from float to integer when creating IntPoint and IntSize objects. r=botond 2016-07-26 16:48:30 +02:00
SharedSurfaceIO.h
SkiaGLGlue.cpp
SkiaGLGlue.h
SurfaceTypes.cpp
SurfaceTypes.h
TextureGarbageBin.cpp
TextureGarbageBin.h
TextureImageCGL.h
TextureImageCGL.mm
TextureImageEGL.cpp
TextureImageEGL.h
WGLLibrary.h
moz.build Bug 1255628 - Remove AndroidNativeWindow, as we can use the NDK functions directly now r=rbarker 2016-08-04 09:23:34 -05:00