.. |
CanvasClient.cpp
|
Bug 1379920 - Introduce CanvasRenderer and its derived classes. r=nical,jrmuizel
|
2017-08-03 13:55:14 +08: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
|
Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky
|
2016-06-07 21:10:18 +01:00 |
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
|
Bug 1390755 - Rename PaintThread and CompositorBridgeChild methods to be more unified. r=mchang
|
2017-08-16 16:02:13 -05:00 |
ClientLayerManager.h
|
Bug 1387639 Sync Textures once all async OMTP paints are done. r=mattwoodrow
|
2017-08-10 21:41:31 -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 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 |
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 1378697 - Release resources in WebRenderXXXLayer::ClearCachedResources() r=nical
|
2017-07-18 22:37:36 +09: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 1322746 - Expose DXGI HANDLEs for GPU_VIDEO. - r=mattwoodrow
|
2017-09-02 21:52:10 -07:00 |
TextureClient.h
|
Bug 1322746 - Expose DXGI HANDLEs for GPU_VIDEO. - r=mattwoodrow
|
2017-09-02 21:52:10 -07: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 1354031 - Add IPC open check to TextureClientRecycleAllocator::CreateOrRecycle() r=mattwoodrow
|
2017-04-07 09:23:40 +09: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 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 |
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 |