gecko-dev/gfx/gl
Randall Barker b2e368e0ca Bug 1413362 - part 2: Gecko gfx/vr GVR WebVR implementation r=kip,daoshengmu
MozReview-Commit-ID: HWaXhQo0VML
2017-11-07 10:50:14 -08:00
..
AndroidNativeWindow.h Bug 1322650 - Adjust Android Flash support to API changes r=jchen 2017-05-15 09:37:52 -05:00
AndroidSurfaceTexture.cpp merge mozilla-inbound to mozilla-central. r=merge a=merge 2017-10-30 23:52:23 +01:00
AndroidSurfaceTexture.h Bug 1395497 - Add AndroidSurfaceTexture support to GLBlitHelper. - r=snorp 2017-10-30 10:58:56 -05:00
DecomposeIntoNoRepeatTriangles.cpp Bug 1387514: Upgrade BaseRect (derived classes) width and height direct member variable use to instead use Width()/SetWidth() and Height()/SetHeight() in .cpp files in gfx/*. r=milan 2017-08-14 08:29:28 -04:00
DecomposeIntoNoRepeatTriangles.h
EGLUtils.cpp
EGLUtils.h
ForceDiscreteGPUHelperCGL.h
GLBlitHelper.cpp Bug 1395497 - Add AndroidSurfaceTexture support to GLBlitHelper. - r=snorp 2017-10-30 10:58:56 -05:00
GLBlitHelper.h Bug 1413362 - part 2: Gecko gfx/vr GVR WebVR implementation r=kip,daoshengmu 2017-11-07 10:50:14 -08:00
GLBlitHelperD3D.cpp Bug 1404536 - Use mat3s to transform tex coords in GLBlitHelper. - r=daoshengmu 2017-10-26 18:43:24 -07:00
GLConsts.h Bug 1372489 - Update GLConsts.h and GLDefs.h. r=jgilbert. 2017-06-15 14:43:53 +08:00
GLContext.cpp Bug 1411626 - Make GLContextSymbols a pure aggregate POD. - r=andi 2017-10-30 14:51:51 -07:00
GLContext.h Bug 1403798 - Fix EXT_sRGB activation, particularly on Windows+ANGLE+ES2. - r=daoshengmu 2017-09-28 10:29:01 -07:00
GLContextCGL.h Bug 1347679 - Determine ContextProfile from driver and simplify version parsing. - r=daoshengmu 2017-03-17 17:02:01 -07:00
GLContextEAGL.h Bug 1339256 - Detect robust_buffer_access_behavior. - r=daoshengmu 2017-03-09 18:57:41 -08:00
GLContextEGL.h Bug 1322746 - Support PLANAR_YCBCR, GPU_VIDEO, and D3D11_YCBCR_IMAGE in GLBlitHelper. - r=jerry 2017-09-02 21:52:16 -07:00
GLContextFeatures.cpp Bug 1403798 - Fix EXT_sRGB activation, particularly on Windows+ANGLE+ES2. - r=daoshengmu 2017-09-28 10:29:01 -07:00
GLContextGLX.h Bug 1347679 - Determine ContextProfile from driver and simplify version parsing. - r=daoshengmu 2017-03-17 17:02:01 -07:00
GLContextProvider.h
GLContextProviderCGL.mm Bug 1375392 - Tweak the PROFILER_LABEL* macros. r=mstange. 2017-06-22 17:08:53 +10:00
GLContextProviderEAGL.mm Bug 1375392 - Tweak the PROFILER_LABEL* macros. r=mstange. 2017-06-22 17:08:53 +10:00
GLContextProviderEGL.cpp Bug 1407748 - Force enable alpha channel to make sure ANGLE use correct framebuffer formart r=jgilbert 2017-10-14 07:33:58 +09:00
GLContextProviderGLX.cpp Bug 1371434. Use LOCAL_GLX_CONTEXT_PROFILE_MASK_ARB instead of LOCAL_GLX_CONTEXT_FLAGS_ARB. r=kvark 2017-06-12 16:15:08 -04:00
GLContextProviderImpl.h Bug 1370544 - Ensure EGLSurface is created with the same EGLConfig as the context r=jgilbert 2017-08-02 17:09:37 -07:00
GLContextProviderNull.cpp Bug 1326421 - Update GL context creation code to use compositor-specific WebRender flag instead of a global pref. r=dvander 2017-01-13 15:16:52 -05:00
GLContextProviderWGL.cpp Bug 1347679 - Determine ContextProfile from driver and simplify version parsing. - r=daoshengmu 2017-03-17 17:02:01 -07:00
GLContextSymbols.h Bug 1411626 - Make GLContextSymbols a pure aggregate POD. - r=andi 2017-10-30 14:51:51 -07:00
GLContextTypes.cpp
GLContextTypes.h Bug 1339256 - Only request robustness if requested on EGL - r=daoshengmu 2017-03-09 18:57:47 -08:00
GLContextWGL.h Bug 1339256 - Detect robust_buffer_access_behavior. - r=daoshengmu 2017-03-09 18:57:41 -08:00
GLDebugUtils.cpp
GLDebugUtils.h
GLDefs.h Bug 1372489 - Update GLConsts.h and GLDefs.h. r=jgilbert. 2017-06-15 14:43:53 +08:00
GLLibraryEGL.cpp Bug 1322746 - Support PLANAR_YCBCR, GPU_VIDEO, and D3D11_YCBCR_IMAGE in GLBlitHelper. - r=jerry 2017-09-02 21:52:16 -07:00
GLLibraryEGL.h Bug 1322746 - Support PLANAR_YCBCR, GPU_VIDEO, and D3D11_YCBCR_IMAGE in GLBlitHelper. - r=jerry 2017-09-02 21:52:16 -07:00
GLLibraryLoader.cpp Bug 1344433 - Reformat. - r=daoshengmu 2017-03-06 15:39:36 -08:00
GLLibraryLoader.h Bug 1344433 - Reformat. - r=daoshengmu 2017-03-06 15:39:36 -08:00
GLParseRegistryXML.py
GLReadTexImageHelper.cpp Bug 1304291 - Move driver workaround code into fReadPixels and remove alpha check. r=jgilbert 2016-10-27 23:23:00 -04:00
GLReadTexImageHelper.h
GLScreenBuffer.cpp Bug 1411001 - Remove the +x permissions on cpp & h files r=froydnj 2017-10-23 20:59:55 +02:00
GLScreenBuffer.h Bug 1402767 - Enable accleleration of GLScreenBuffer when WebRender is enabled r=jgilbert 2017-09-26 13:15:36 +09:00
GLTextureImage.cpp Bug 1387514: Upgrade BaseRect (derived classes) width and height direct member variable use to instead use Width()/SetWidth() and Height()/SetHeight() in .cpp files in gfx/*. r=milan 2017-08-14 08:29:28 -04:00
GLTextureImage.h Bug 1311642 - Remove BeginUpdate and EndUpdate from GLTextureImage. r=nical 2016-10-20 17:11:00 +01:00
GLTypes.h Bug 1366512 - Export some EGL functions for D3D NV12 texture format. v2. r=jgilbert 2017-05-28 21:15:07 -07:00
GLUploadHelpers.cpp Bug 1215089 - P9: Add support for 10/12 bits YUV surface with OpenGL compositor. r=mattwoodrow 2017-09-29 21:51:29 +02:00
GLUploadHelpers.h Bug 1311642 - Give GLUploadHelpers some love. r=nical 2016-10-21 13:27:41 +01:00
GLXLibrary.h Bug 1344433 - Use WRAP() macros. - r=daoshengmu 2017-03-06 15:39:36 -08:00
GfxTexturesReporter.cpp
GfxTexturesReporter.h
HeapCopyOfStackArray.h Bug 1322746 - Support PLANAR_YCBCR, GPU_VIDEO, and D3D11_YCBCR_IMAGE in GLBlitHelper. - r=jerry 2017-09-02 21:52:16 -07:00
ScopedGLHelpers.cpp Bug 1322746 - Support PLANAR_YCBCR, GPU_VIDEO, and D3D11_YCBCR_IMAGE in GLBlitHelper. - r=jerry 2017-09-02 21:52:16 -07:00
ScopedGLHelpers.h Bug 1322746 - Support blit from IOSurfaces. - r=mattwoodrow 2017-09-02 21:52:19 -07:00
SharedSurface.cpp Bug 1405950 - Corrected bug in SurfaceFactory::NewTextClient preventing matching textures from being located in mRecycleFreePool r=jgilbert on a CLOSED TREE 2017-10-06 17:38:40 +02:00
SharedSurface.h Bug 1405950 - Corrected bug in SurfaceFactory::NewTextClient preventing matching textures from being located in mRecycleFreePool r=jgilbert on a CLOSED TREE 2017-10-06 17:38:40 +02:00
SharedSurfaceANGLE.cpp
SharedSurfaceANGLE.h
SharedSurfaceD3D11Interop.cpp Bug 1322746 - Support PLANAR_YCBCR, GPU_VIDEO, and D3D11_YCBCR_IMAGE in GLBlitHelper. - r=jerry 2017-09-02 21:52:16 -07:00
SharedSurfaceD3D11Interop.h Bug 1325835 - Support dx_interop on Intel. - r=jrmuizel 2017-01-31 16:22:11 -08:00
SharedSurfaceEGL.cpp Bug 1092294 - Use SurfaceTextures for painted content on android (preffed off). r=nical,snorp 2017-10-28 11:59:58 +01:00
SharedSurfaceEGL.h Bug 1322650 - Use SurfaceTexture for WebGL on Android in E10S r=jgilbert 2017-05-15 09:37:44 -05:00
SharedSurfaceGL.cpp Bug 925645 - Turn SharedSurface::mGL into a WeakPtr<> - r=jgilbert 2016-10-24 16:35:31 +01:00
SharedSurfaceGL.h
SharedSurfaceGLX.cpp
SharedSurfaceGLX.h
SharedSurfaceIO.cpp Bug 1362049 - Update the texture target and texture format in MacIOSurface. v5. r=mattwoodrow 2017-05-18 22:59:07 +08:00
SharedSurfaceIO.h
SkiaGLGlue.cpp Bug 1411001 - Remove the +x permissions on cpp & h files r=froydnj 2017-10-23 20:59:55 +02:00
SkiaGLGlue.h Bug 1411001 - Remove the +x permissions on cpp & h files r=froydnj 2017-10-23 20:59:55 +02:00
SurfaceTypes.cpp Bug 1305655 - Decouple Gonk TextureForwarder and CompositableForwarder (followup bug 1281456) r=nical 2016-09-28 07:04:13 +02:00
SurfaceTypes.h Bug 1322650 - Use SurfaceTexture for WebGL on Android in E10S r=jgilbert 2017-05-15 09:37:44 -05:00
TextureImageEGL.cpp Bug 1311642 - Give GLUploadHelpers some love. r=nical 2016-10-21 13:27:41 +01:00
TextureImageEGL.h Bug 1311642 - Remove BeginUpdate and EndUpdate from GLTextureImage. r=nical 2016-10-20 17:11:00 +01:00
WGLLibrary.h Bug 1344433 - Reformat. - r=daoshengmu 2017-03-06 15:39:36 -08:00
moz.build Bug 1322746 - Support PLANAR_YCBCR, GPU_VIDEO, and D3D11_YCBCR_IMAGE in GLBlitHelper. - r=jerry 2017-09-02 21:52:16 -07:00