gecko-dev/gfx/layers/client
David Anderson 2b8bc13b5c Remove the ability for LayerManagers to disable complex component alpha cases. (bug 1402737 part 1, r=mattwoodrow)
--HG--
extra : rebase_source : be0a1fb30936acb12d74953b4e599b107b0a0db2
2017-10-10 17:39:41 -07:00
..
CanvasClient.cpp Bug 1400407 - Part 3: Remove IsMirror concept, as it is no longer used by WebVR,r=jgilbert 2017-08-28 14:50:14 -07:00
CanvasClient.h Bug 1379920 - Introduce CanvasRenderer and its derived classes. r=nical,jrmuizel 2017-08-03 13:55:14 +08:00
ClientBorderLayer.cpp Remove PLayer. (bug 1323539 part 2, r=mattwoodrow) 2016-12-21 10:43:47 -05:00
ClientCanvasLayer.cpp Bug 1379920 - Introduce CanvasRenderer and its derived classes. r=nical,jrmuizel 2017-08-03 13:55:14 +08:00
ClientCanvasLayer.h Bug 1379920 - Introduce CanvasRenderer and its derived classes. r=nical,jrmuizel 2017-08-03 13:55:14 +08:00
ClientCanvasRenderer.cpp Bug 1379920 - Introduce CanvasRenderer and its derived classes. r=nical,jrmuizel 2017-08-03 13:55:14 +08:00
ClientCanvasRenderer.h Bug 1379920 - Introduce CanvasRenderer and its derived classes. r=nical,jrmuizel 2017-08-03 13:55:14 +08:00
ClientColorLayer.cpp Remove PLayer. (bug 1323539 part 2, r=mattwoodrow) 2016-12-21 10:43:47 -05:00
ClientContainerLayer.cpp
ClientContainerLayer.h Bug 1328702: ContainerLayer::RemoveAllChildren implementation. r=kats,mattwoodrow 2017-01-05 13:41:10 -05:00
ClientImageLayer.cpp Bug 1359993 - Reduce invalidation of video r=nical 2017-06-05 20:55:14 +09:00
ClientLayerManager.cpp Remove the ability for LayerManagers to disable complex component alpha cases. (bug 1402737 part 1, r=mattwoodrow) 2017-10-10 17:39:41 -07:00
ClientLayerManager.h Remove the ability for LayerManagers to disable complex component alpha cases. (bug 1402737 part 1, r=mattwoodrow) 2017-10-10 17:39:41 -07:00
ClientPaintedLayer.cpp Bug 1399692 - Backed out changeset 46f0b004bdd2 for not cleaning up content client on the right thread. r=bas 2017-09-20 08:38:30 -07:00
ClientPaintedLayer.h Backed out changeset e4dc716c401c (bug 1377595) on suspicion of causing reftest failures on Android "(waiting for MozAfterPaint)". r=backout 2017-07-17 17:48:13 +02:00
ClientReadbackLayer.h
ClientTextLayer.cpp Remove PLayer. (bug 1323539 part 2, r=mattwoodrow) 2016-12-21 10:43:47 -05:00
ClientTiledPaintedLayer.cpp Backed out changeset e4dc716c401c (bug 1377595) on suspicion of causing reftest failures on Android "(waiting for MozAfterPaint)". r=backout 2017-07-17 17:48:13 +02:00
ClientTiledPaintedLayer.h Backed out changeset e4dc716c401c (bug 1377595) on suspicion of causing reftest failures on Android "(waiting for MozAfterPaint)". r=backout 2017-07-17 17:48:13 +02:00
CompositableClient.cpp Bug 1372405 - Provide names for all runnables in the tree (r=froydnj) 2017-06-26 14:19:58 -07:00
CompositableClient.h Bug 1336362 - Remove PCompositable, PLayer and PImageContainer related def. r=dvander 2017-02-03 01:06:00 -05:00
ContentClient.cpp Bug 1403868 (part 4) - Reduce tools/profiler/public/*.h to almost nothing in non-MOZ_GECKO_PROFILER builds. r=mstange. 2017-10-04 09:11:18 +11:00
ContentClient.h Bug 1399692 - Backed out changeset 46f0b004bdd2 for not cleaning up content client on the right thread. r=bas 2017-09-20 08:38:30 -07:00
GPUVideoTextureClient.cpp Bug 1300676 - Part 3 - Implement readback for GPU videos. r=dvander,nical 2016-11-04 13:28:28 +13:00
GPUVideoTextureClient.h Bug 1322746 - Support PLANAR_YCBCR, GPU_VIDEO, and D3D11_YCBCR_IMAGE in GLBlitHelper. - r=jerry 2017-09-02 21:52:16 -07:00
ImageClient.cpp Bug 1215089 - P7: Add support for 10/12 bits YUV surface with basic compositor. r=mattwoodrow 2017-09-29 16:37:56 +02:00
ImageClient.h Bug 1355702 - Reduce WrImageKey allocation for ExternalImages on sync ImageContainer 2017-04-19 11:08:35 +09:00
SingleTiledContentClient.cpp Bug 1377090 - Turn gfxMatrix into a typedef for MatrixDouble. r=jrmuizel 2017-07-05 11:18:49 -04:00
SingleTiledContentClient.h Bug 1368386 - Make ProgressiveUpdate's aValidRegion parameter const to make it a bit easier to reason about. r=mattwoodrow 2017-06-15 17:30:01 -04:00
TextureClient.cpp Bug 1403868 (part 4) - Reduce tools/profiler/public/*.h to almost nothing in non-MOZ_GECKO_PROFILER builds. r=mstange. 2017-10-04 09:11:18 +11:00
TextureClient.h Bug 1215089 - P7: Add support for 10/12 bits YUV surface with basic compositor. r=mattwoodrow 2017-09-29 16:37:56 +02:00
TextureClientPool.cpp Bug 1387002 - Replace .size() by .empty() when applicable in gfx/ r=nical 2017-08-03 12:02:35 +02:00
TextureClientPool.h Bug 1317656 - Cleanup more gonk/b2g dependent code r=nical 2016-11-15 22:01:30 -08:00
TextureClientRecycleAllocator.cpp Bug 1215089 - P7: Add support for 10/12 bits YUV surface with basic compositor. r=mattwoodrow 2017-09-29 16:37:56 +02:00
TextureClientRecycleAllocator.h Bug 1317656 - Cleanup more gonk/b2g dependent code r=nical 2016-11-15 22:01:30 -08:00
TextureClientSharedSurface.cpp Bug 1308363 - Remove GONK specific code from gfx/. r=jrmuizel,sotaro 2016-10-27 13:17:10 +13:00
TextureClientSharedSurface.h Bug 1313281 - Part 4: Remove Fence parameter from TextureData::Lock. r=sotaro 2016-10-27 21:02:09 +13:00
TiledContentClient.cpp Bug 1403868 (part 4) - Reduce tools/profiler/public/*.h to almost nothing in non-MOZ_GECKO_PROFILER builds. r=mstange. 2017-10-04 09:11:18 +11:00
TiledContentClient.h Bug 1368386 - Make ProgressiveUpdate's aValidRegion parameter const to make it a bit easier to reason about. r=mattwoodrow 2017-06-15 17:30:01 -04:00