.. |
CanvasClient.cpp
|
Replace async image container IDs with a typed struct. (bug 1323957 part 1, r=mattwoodrow)
|
2017-01-17 18:47:05 -08:00 |
CanvasClient.h
|
Replace async image container IDs with a typed struct. (bug 1323957 part 1, r=mattwoodrow)
|
2017-01-17 18:47:05 -08:00 |
ClientBorderLayer.cpp
|
Remove PLayer. (bug 1323539 part 2, r=mattwoodrow)
|
2016-12-21 10:43:47 -05:00 |
ClientCanvasLayer.cpp
|
Bug 1322500 - Introducing ShareableCanvasLayer. r=sotaro
|
2016-12-28 10:16:43 +08:00 |
ClientCanvasLayer.h
|
Bug 1322500 - Introducing ShareableCanvasLayer. r=sotaro
|
2016-12-28 10:16:43 +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
|
Remove PLayer. (bug 1323539 part 2, r=mattwoodrow)
|
2016-12-21 10:43:47 -05:00 |
ClientLayerManager.cpp
|
Move EditReply handling from ClientLayerManager to ShadowLayerForwarder. (bug 1323957 part 2, r=mattwoodrow)
|
2017-01-17 18:47:05 -08:00 |
ClientLayerManager.h
|
Backed out changeset ef2dd5f6e702 (bug 1322741) for mass failing reftests on Windows 8 x64. r=backout
|
2016-12-28 15:28:54 +01:00 |
ClientPaintedLayer.cpp
|
Link Compositables via IDs instead of actors. (bug 1323957 part 4, r=mattwoodrow)
|
2017-01-17 18:47:06 -08:00 |
ClientPaintedLayer.h
|
Remove PLayer. (bug 1323539 part 2, r=mattwoodrow)
|
2016-12-21 10:43:47 -05:00 |
ClientReadbackLayer.h
|
…
|
|
ClientTextLayer.cpp
|
Remove PLayer. (bug 1323539 part 2, r=mattwoodrow)
|
2016-12-21 10:43:47 -05:00 |
ClientTiledPaintedLayer.cpp
|
Bug 1317656 - Cleanup more gonk/b2g dependent code r=nical
|
2016-11-15 22:01:30 -08:00 |
ClientTiledPaintedLayer.h
|
Remove PLayer. (bug 1323539 part 2, r=mattwoodrow)
|
2016-12-21 10:43:47 -05:00 |
CompositableClient.cpp
|
Remove PCompositable. (bug 1323957 part 5, r=mattwoodrow)
|
2017-01-17 18:47:07 -08:00 |
CompositableClient.h
|
Remove PCompositable. (bug 1323957 part 5, r=mattwoodrow)
|
2017-01-17 18:47:07 -08:00 |
ContentClient.cpp
|
Bug 1303570 - Part 2: When using Cairo use gfxWindowsSurfaces when creating surfaces in ContentClientBasic. r=jrmuizel
|
2016-09-27 11:29:10 +02:00 |
ContentClient.h
|
Move EditReply handling from ClientLayerManager to ShadowLayerForwarder. (bug 1323957 part 2, r=mattwoodrow)
|
2017-01-17 18:47:05 -08: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 1300676 - Part 3 - Implement readback for GPU videos. r=dvander,nical
|
2016-11-04 13:28:28 +13:00 |
ImageClient.cpp
|
Replace async image container IDs with a typed struct. (bug 1323957 part 1, r=mattwoodrow)
|
2017-01-17 18:47:05 -08:00 |
ImageClient.h
|
Replace async image container IDs with a typed struct. (bug 1323957 part 1, r=mattwoodrow)
|
2017-01-17 18:47:05 -08:00 |
SingleTiledContentClient.cpp
|
Bug 1290149 - Copy intersecting region from old frontbuffer to new backbuffer when single tile layer visible region changes; r=mstange
|
2016-08-18 22:50:48 +01:00 |
SingleTiledContentClient.h
|
Bug 1088300 - Remove mCompositableClient from TileClient, pass the compositable and layer by reference to remove the possibility of unexpectedly storing null pointers. r=milan
|
2016-08-30 13:48:20 +02:00 |
TextureClient.cpp
|
Merge mozilla-central to inbound
|
2016-11-16 14:53:15 +01:00 |
TextureClient.h
|
Bug 1322741 - Make sure ID3D11Device is up-to-date in SyncObjectD3D11. r=dvander
|
2017-01-18 10:12:42 +08:00 |
TextureClientPool.cpp
|
Bug 1281456 - Decouple TextureForwarder and CompositableForwarder. r=gw280
|
2016-09-27 16:22:20 +13:00 |
TextureClientPool.h
|
Bug 1317656 - Cleanup more gonk/b2g dependent code r=nical
|
2016-11-15 22:01:30 -08:00 |
TextureClientRecycleAllocator.cpp
|
Bug 1306521 - Handle VP9 colorspace BT.709 on BasicCompositor r=nical,jwwang,jya,jrmuizel
|
2016-10-11 19:46:28 -07: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 1317656 - Cleanup more gonk/b2g dependent code r=nical
|
2016-11-15 22:01:30 -08:00 |
TiledContentClient.h
|
Bug 1088300 - Remove mCompositableClient from TileClient, pass the compositable and layer by reference to remove the possibility of unexpectedly storing null pointers. r=milan
|
2016-08-30 13:48:20 +02:00 |