gecko-dev/gfx/layers
2016-04-13 10:21:14 -04:00
..
apz Bug 1257641 - Add a test for APZ paint-skipping and event transformations after a skipped paint. r=botond 2016-04-13 10:21:14 -04:00
basic Bug 1259513: Make gfxContext constructor private, use a utility function that can return nullptr. r=bas,lsalzman 2016-04-12 15:18:11 -04:00
client Bug 1261347 - Make some noise when things are deallocated late during shutdown. r=edwin 2016-04-13 15:50:08 +02:00
composite Bug 1264142 - Add ImageLayerComposite::GetFullyRenderedRegion() r=mattwoodrow 2016-04-12 23:49:40 -07:00
d3d9 Bug 1262361 - Use gfxCriticalError to collect useful info when device reset. r=milan 2016-04-07 09:37:21 +08:00
d3d11 Bug 1259541 - Reduce clearing backbuffer in nsBaseWidget::CreateBackBufferDrawTarget() r=mattwoodrow 2016-04-04 18:25:04 -07:00
ipc Bug 1257641 - Remove now-unused code for the lightweight scroll offset update message. r=botond 2016-04-13 10:21:13 -04:00
layerviewer
opengl Bug 1262601 - Handle video content as opaque in PostProcessLayers() r=mattwoodrow 2016-04-10 19:51:21 -07:00
protobuf
AsyncCanvasRenderer.cpp Back out 9 changesets (bug 801176) for frequent crashes in test_offscreencanvas_dynamic_fallback.html 2016-03-05 07:20:47 -08:00
AsyncCanvasRenderer.h Back out 9 changesets (bug 801176) for frequent crashes in test_offscreencanvas_dynamic_fallback.html 2016-03-05 07:20:47 -08:00
AtomicRefCountedWithFinalize.h Bug 1248784 - Extract the AddRef/Release calls into a non-inner helper trait. r=froydnj 2016-02-17 10:15:19 -08:00
AxisPhysicsModel.cpp
AxisPhysicsModel.h
AxisPhysicsMSDModel.cpp Bug 1249040 - Allow wheel scrolls to accumulate in the presence of scroll snapping. r=kats 2016-04-07 17:41:55 -04:00
AxisPhysicsMSDModel.h Bug 1249040 - Allow wheel scrolls to accumulate in the presence of scroll snapping. r=kats 2016-04-07 17:41:55 -04:00
BufferTexture.cpp Bug 1255961 - Avoid zeroing out shmems (r=dvander) 2016-04-01 09:56:39 -07:00
BufferTexture.h Bug 1256693 - Refer to ClientIPCAllocator instead of ISurfaceAllocator where it makes sense. r=sotaro 2016-03-21 15:18:20 +01:00
BufferUnrotate.cpp
BufferUnrotate.h
Compositor.cpp Block compositable updates from stale layers. (bug 1256517 part 4, r=mattwoodrow,nical) 2016-03-25 01:38:55 -07:00
Compositor.h Bug 1259541 - Reduce clearing backbuffer in nsBaseWidget::CreateBackBufferDrawTarget() r=mattwoodrow 2016-04-04 18:25:04 -07:00
CompositorTypes.h Disable device access on textures created against stale layers. (bug 1256517 part 3, r=nical) 2016-03-25 01:36:17 -07:00
CopyableCanvasLayer.cpp Bug 1255907 - Fix unification build issues in APZ & Layers. r=kats 2016-03-14 11:39:12 -04:00
CopyableCanvasLayer.h
D3D9SurfaceImage.cpp Bug 1257013 - Part 1: Use readback to synchronize d3d9 video. r=cpearce,Bas 2016-03-21 18:49:43 +13:00
D3D9SurfaceImage.h Bug 1257013 - Part 1: Use readback to synchronize d3d9 video. r=cpearce,Bas 2016-03-21 18:49:43 +13:00
D3D11ShareHandleImage.cpp Bug 1257013 - Part 2: Use readback to synchronize d3d11 video. r=cpearce,Bas 2016-03-21 18:49:59 +13:00
D3D11ShareHandleImage.h Bug 1200595 - D3D11 TextureData implementation. r=Bas 2015-10-15 17:53:37 +02:00
DirectedGraph.h
Effects.cpp Bug 1223736 - Part 3: Remove the distinction between 2d and 3d masks since it only adds complexity. r=Bas 2016-03-22 09:10:37 +13:00
Effects.h Bug 1223736 - Part 3: Remove the distinction between 2d and 3d masks since it only adds complexity. r=Bas 2016-03-22 09:10:37 +13:00
FrameMetrics.cpp Bug 1219296 - Make ScrollMetadata::sNullMetadata a StaticAutoPtr so that ScrollMetadata can admit nsTArray members. r=kats 2016-03-30 17:04:10 -04:00
FrameMetrics.h Bug 1257641 - Remove now-unused code for the lightweight scroll offset update message. r=botond 2016-04-13 10:21:13 -04:00
GLImages.cpp Back out 9 changesets (bug 801176) for frequent crashes in test_offscreencanvas_dynamic_fallback.html 2016-03-05 07:20:47 -08:00
GLImages.h Bug 1116473 - [3.2] Use RefPtr for AndroidSurfaceTexture references. r=snorp 2016-02-23 21:04:25 +01:00
GrallocImages.cpp Bug 1256693 - Refer to ClientIPCAllocator instead of ISurfaceAllocator where it makes sense. r=sotaro 2016-03-21 15:18:20 +01:00
GrallocImages.h Bug 1200595 - Gralloc TextureData implementation. r=sotaro 2015-10-15 17:53:37 +02:00
ImageContainer.cpp Bug 1261347 - Make some noise when things are deallocated late during shutdown. r=edwin 2016-04-13 15:50:08 +02:00
ImageContainer.h Bug 1259590 - Remove B2G ACL code. r=khuey 2016-04-07 09:50:01 -07:00
ImageDataSerializer.cpp Bug 1209812 (part 6) - Convert all gfxImageFormat values to SurfaceFormat equivalents. r=jrmuizel. 2016-01-07 20:57:38 -08:00
ImageDataSerializer.h Bug 1255907 - Fix unification build issues in APZ & Layers. r=kats 2016-03-14 11:39:12 -04:00
ImageLayers.cpp
ImageLayers.h
ImageTypes.h Bug 1215438 - Part 4: Rename CairoImage to SourceSurfaceImage. r=roc 2015-12-18 14:52:16 +08:00
IMFYCbCrImage.cpp Make access to gfxWindowsPlatform D3D11 devices thread-safe. (bug 1258174, r=bas) 2016-03-21 00:14:05 -07:00
IMFYCbCrImage.h
IPDLActor.h Bug 1261347 - Consolidate the destruction of CompositableClient/TextureClient objects. r=edwin 2016-04-13 15:50:04 +02:00
LayerMetricsWrapper.h Bug 1219296 - Make ScrollMetadata::sNullMetadata a StaticAutoPtr so that ScrollMetadata can admit nsTArray members. r=kats 2016-03-30 17:04:10 -04:00
Layers.cpp Bug 1257641 - Use empty transactions to carry scroll offset updates to APZ that don't require a repaint. r=mattwoodrow,mstange,botond 2016-04-13 10:21:13 -04:00
Layers.h Bug 1257641 - Use empty transactions to carry scroll offset updates to APZ that don't require a repaint. r=mattwoodrow,mstange,botond 2016-04-13 10:21:13 -04:00
LayerScope.cpp Rename PCompositor to PCompositorBridge. (bug 1258479 part 2, r=mattwoodrow) 2016-03-22 14:08:38 -04:00
LayerScope.h Bug 1255907 - Fix unification build issues in APZ & Layers. r=kats 2016-03-14 11:39:12 -04:00
LayersLogging.cpp Bug 1257641 - Use empty transactions to carry scroll offset updates to APZ that don't require a repaint. r=mattwoodrow,mstange,botond 2016-04-13 10:21:13 -04:00
LayersLogging.h Bug 1219296 - Split fields not needed for repaints out from FrameMetrics. r=kats 2016-03-28 19:14:52 -04:00
LayerSorter.cpp Bug 1247445 - Rename Layer::GetEffectiveVisibleRegion GetLocalVisibleRegion. r=botond 2016-02-13 16:50:51 -08:00
LayerSorter.h
LayersTypes.cpp
LayersTypes.h Bug 1236750 - Add some specialized typedefs of Matrix4x4 to represent layer transform matrices. r=kats 2016-01-06 18:56:25 -05:00
LayerTreeInvalidation.cpp Backed out 4 changesets (bug 1254134) for causing bug 1259645. 2016-03-24 23:49:00 -04:00
LayerTreeInvalidation.h
LayerUserData.h
MacIOSurfaceHelpers.cpp Bug 1248323: P2. Add readback code for converting YUV422 MacIOSurfaces into RGB. r=nical 2016-02-23 23:47:29 +11:00
MacIOSurfaceHelpers.h Bug 1241665 - Move IOSurface YCbCr conversion code to a new file MacIOSurfaceHelpers.cpp. r=mattwoodrow 2016-01-21 23:38:53 +01:00
MacIOSurfaceImage.cpp Bug 1241665 - Move IOSurface YCbCr conversion code to a new file MacIOSurfaceHelpers.cpp. r=mattwoodrow 2016-01-21 23:38:53 +01:00
MacIOSurfaceImage.h
moz.build Rename PCompositor to PCompositorBridge. (bug 1258479 part 2, r=mattwoodrow) 2016-03-22 14:08:38 -04:00
PersistentBufferProvider.cpp
PersistentBufferProvider.h Bug 1246775 - use already_AddRefed in PersistentBufferProvider interface. r=bas 2016-02-10 13:16:13 -05:00
ReadbackLayer.h Bug 1233619 (part 2) - Moz2Dify BeginUpdate() and BeginUpdateBackground() functions. r=roc. 2015-12-17 19:39:10 -08:00
ReadbackProcessor.cpp Bug 1247445 - Rename Layer::GetEffectiveVisibleRegion GetLocalVisibleRegion. r=botond 2016-02-13 16:50:51 -08:00
ReadbackProcessor.h
RenderTrace.cpp Bug 1247445 - Rename Layer::GetEffectiveVisibleRegion GetLocalVisibleRegion. r=botond 2016-02-13 16:50:51 -08:00
RenderTrace.h
RotatedBuffer.cpp Bug 1247445 - Rename Layer::GetEffectiveVisibleRegion GetLocalVisibleRegion. r=botond 2016-02-13 16:50:51 -08:00
RotatedBuffer.h
TextureDIB.cpp Bug 1256693 - Refer to ClientIPCAllocator instead of ISurfaceAllocator where it makes sense. r=sotaro 2016-03-21 15:18:20 +01:00
TextureDIB.h Bug 1256693 - Refer to ClientIPCAllocator instead of ISurfaceAllocator where it makes sense. r=sotaro 2016-03-21 15:18:20 +01:00
TextureWrapperImage.cpp Bug 1232231 - BorrowDrawTarget can return nullptr - be ready for it. r=nical 2016-01-04 09:50:00 -05:00
TextureWrapperImage.h Add a new Image class that wraps drawable TextureClients. (bug 1217665 part 4, r=nical) 2015-12-02 11:31:17 -08:00
TiledLayerBuffer.h
TransactionIdAllocator.h
TreeTraversal.h Bug 1227224 - Further improvements to generic tree traversal algorithms. r=botond 2016-01-25 04:04:13 -08:00