gecko-dev/gfx/layers
Lee Salzman 8c18901f07 Bug 1340627 - part 8 - reftest fuzzing for update to Skia m59. r=mchang
MozReview-Commit-ID: LN29P1I4EsW
2017-05-09 22:31:07 -04:00
..
apz Bug 1340627 - part 8 - reftest fuzzing for update to Skia m59. r=mchang 2017-05-09 22:31:07 -04:00
basic Backed out 2 changesets (bug 1359155) for failures in test_getUserMedia_basicTabshare.html a=backout 2017-04-24 15:24:11 -07:00
client Backed out changeset 9badb2705567 (bug 1322650) 2017-05-05 18:54:09 +02:00
composite Bug 1340627 - part 6 - fix layers for Skia m59. r=mchang 2017-05-09 22:31:07 -04:00
d3d11 Bug 1348320: Use UpdateSubResource on crashy intel device/OS version combinations. r=jrmuizel 2017-05-01 01:11:24 +00:00
ipc Bug 1361881 - Remove unused function AdjustScrollForSurfaceShift from APZCTreeManager IPC stack r=kats 2017-05-08 17:02:07 -07:00
layerviewer Bug 1317656 - Cleanup more gonk/b2g dependent code r=nical 2016-11-15 22:01:30 -08:00
opengl Backed out changeset 9badb2705567 (bug 1322650) 2017-05-05 18:54:09 +02:00
protobuf Bug 1337130 - Create a DisplayItemLayer type. r=mattwoodrow 2017-02-14 13:49:27 -08:00
wr Bug 1362324 - Use BlobImage for path type of bullet item. r=jrmuizel 2017-05-08 14:14:41 +08:00
AnimationHelper.cpp Merge m-c to graphics 2017-05-03 08:52:43 -04:00
AnimationHelper.h Bug 1358437 - pass layer's transform/opacity to compositor, r?kats 2017-05-02 10:38:22 +08:00
AsyncCanvasRenderer.cpp Replace async image container IDs with a typed struct. (bug 1323957 part 1, r=mattwoodrow) 2017-01-17 18:47:05 -08:00
AsyncCanvasRenderer.h Replace async image container IDs with a typed struct. (bug 1323957 part 1, r=mattwoodrow) 2017-01-17 18:47:05 -08:00
AtomicRefCountedWithFinalize.h
AxisPhysicsMSDModel.cpp
AxisPhysicsMSDModel.h
AxisPhysicsModel.cpp
AxisPhysicsModel.h
BSPTree.cpp Backed out changeset 2c56897d9ed1 (bug 1351426) 2017-04-11 20:02:40 +02:00
BSPTree.h Backed out changeset 2c56897d9ed1 (bug 1351426) 2017-04-11 20:02:40 +02:00
BufferTexture.cpp Bug 1321075: Check if the backend is friendly to data draw target creation before attempting to make it. r=bas 2016-11-29 15:46:49 -05:00
BufferTexture.h Bug 1313281 - Part 4: Remove Fence parameter from TextureData::Lock. r=sotaro 2016-10-27 21:02:09 +13:00
BufferUnrotate.cpp
BufferUnrotate.h
Compositor.cpp Improve pixel fill statistics in the D3D11 compositor overlay. (bug 1352151 part 6, r=bas) 2017-04-10 19:44:46 -07:00
Compositor.h merge mozilla-inbound to mozilla-central. r=merge a=merge 2017-04-15 19:59:24 +02:00
CompositorTypes.h Bug 1343764 - Add ExternalBuffer handling r=nical 2017-03-07 19:37:28 +09:00
CopyableCanvasLayer.cpp
CopyableCanvasLayer.h
D3D9SurfaceImage.cpp Remove references to the Direct3D9 compositor. (bug 1318558 part 1, r=mattwoodrow) 2017-03-08 00:17:36 -08:00
D3D9SurfaceImage.h Remove references to the Direct3D9 compositor. (bug 1318558 part 1, r=mattwoodrow) 2017-03-08 00:17:36 -08:00
D3D11ShareHandleImage.cpp Bug 1345814: Don't use mutices when the decoding device is the compositor device anyway. r=mattwoodrow 2017-03-13 12:29:22 +00:00
D3D11ShareHandleImage.h Bug 1281456 - Decouple TextureForwarder and CompositableForwarder. r=gw280 2016-09-27 16:22:20 +13:00
DirectedGraph.h
Effects.cpp
Effects.h Remove Composer2D remnants. (bug 1339353, r=kats) 2017-02-14 12:29:39 -08:00
FrameMetrics.cpp
FrameMetrics.h
GLImages.cpp Backed out changeset 9badb2705567 (bug 1322650) 2017-05-05 18:54:09 +02:00
GLImages.h Backed out changeset 9badb2705567 (bug 1322650) 2017-05-05 18:54:09 +02:00
GPUVideoImage.h Bug 1300676 - Part 3 - Implement readback for GPU videos. r=dvander,nical 2016-11-04 13:28:28 +13:00
IMFYCbCrImage.cpp Remove references to the Direct3D9 compositor. (bug 1318558 part 1, r=mattwoodrow) 2017-03-08 00:17:36 -08:00
IMFYCbCrImage.h Remove references to the Direct3D9 compositor. (bug 1318558 part 1, r=mattwoodrow) 2017-03-08 00:17:36 -08:00
IPDLActor.h Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm 2016-11-15 04:26:00 +01:00
ImageContainer.cpp Bug 1348894 - Use CheckedInt more. r=jgilbert 2017-03-29 22:52:12 -04:00
ImageContainer.h Bug 1355763 - Add gfxAlphaType for specifying opaque/premult/non-premult. - r=daoshengmu 2017-04-13 09:14:34 -07:00
ImageDataSerializer.cpp Bug 1306521 - Handle VP9 colorspace BT.709 on BasicCompositor r=nical,jwwang,jya,jrmuizel 2016-10-11 19:46:28 -07:00
ImageDataSerializer.h Bug 1306521 - Handle VP9 colorspace BT.709 on BasicCompositor r=nical,jwwang,jya,jrmuizel 2016-10-11 19:46:28 -07:00
ImageLayers.cpp Bug 1303897 - Part 1: Use TextureForwarder for Image::GetTextureClient. r=nical 2016-09-23 09:43:11 +12:00
ImageLayers.h Remove PLayer. (bug 1323539 part 2, r=mattwoodrow) 2016-12-21 10:43:47 -05:00
ImageTypes.h Bug 1317656 - Cleanup more gonk/b2g dependent code r=nical 2016-11-15 22:01:30 -08:00
LayerAttributes.h Backed out changeset 435e638babd1 (bug 1349418) for failing checkerboard-{1,2,3}.html on Android 4.3. r=backout a=backout 2017-04-21 18:01:24 +02:00
LayerMetricsWrapper.h Merge m-c to graphics 2017-04-25 08:32:48 -04:00
LayerScope.cpp Attach Compositables to TextureSourceProviders instead of Compositors. (bug 1343814 part 5, r=mattwoodrow) 2017-03-21 20:32:56 -07:00
LayerScope.h
LayerSorter.cpp
LayerSorter.h
LayerTreeInvalidation.cpp Merge m-c to graphics 2017-02-17 23:33:24 -05:00
LayerTreeInvalidation.h
LayerUserData.h
Layers.cpp Bug 1334583 - Pass a separate timeOrigin and startTime for compositor animations; r=hiro 2017-05-02 16:49:51 +09:00
Layers.h Merge m-c to graphics 2017-05-02 09:45:11 -04:00
LayersLogging.cpp Backed out changeset 53fee347291b (bug 1331938) r=backout 2017-01-27 09:15:52 -05:00
LayersLogging.h Bug 1339264 - Include WebRenderLayersLogging.h in LayersLogging.h to prevent unified build issues due to include order. r=rhunt 2017-02-13 15:27:35 -08:00
LayersTypes.h Bug 1357754 - Add ScrollDirection IPC serialization code. r=botond 2017-04-20 10:38:05 -04:00
MacIOSurfaceHelpers.cpp Bug 1313518 - Revert Bug 1273823 if width is not aligned to 32 r=nical 2016-11-03 18:41:16 -07:00
MacIOSurfaceHelpers.h
MacIOSurfaceImage.cpp Bug 1281456 - Decouple TextureForwarder and CompositableForwarder. r=gw280 2016-09-27 16:22:20 +13:00
MacIOSurfaceImage.h Bug 1281456 - Decouple TextureForwarder and CompositableForwarder. r=gw280 2016-09-27 16:22:20 +13:00
PersistentBufferProvider.cpp Bug 1317637 - Converts for(...; ...; ...) loops to use the new range-based loops in C++11 in gfx/. r=jrmuizel 2016-11-15 10:55:49 +02:00
PersistentBufferProvider.h Bug 1317430 - Avoid a unnecessary copy by passing a const & in gfx/ r=nical 2016-11-14 23:16:18 +01:00
ReadbackLayer.h
ReadbackProcessor.cpp
ReadbackProcessor.h
RenderTrace.cpp
RenderTrace.h
RotatedBuffer.cpp Bug 1325227 - Part 7: Allow locking TextureClients in RotatedBuffer to be fallible. r=nical 2017-02-04 18:53:30 +13:00
RotatedBuffer.h Bug 1325227 - Part 7: Allow locking TextureClients in RotatedBuffer to be fallible. r=nical 2017-02-04 18:53:30 +13:00
ShareableCanvasLayer.cpp Bug 1322500 - Introducing ShareableCanvasLayer. r=sotaro 2016-12-28 10:16:43 +08:00
ShareableCanvasLayer.h Bug 1322500 - Introducing ShareableCanvasLayer. r=sotaro 2016-12-28 10:16:43 +08:00
SourceSurfaceSharedData.cpp Backed out changeset 53fee347291b (bug 1331938) r=backout 2017-01-27 09:15:52 -05:00
SourceSurfaceSharedData.h Bug 1341624 - Include shared handle totals in memory reports for images. r=tnikkel 2017-02-22 09:30:22 -05:00
SourceSurfaceVolatileData.cpp Backed out changeset 752fede74c5f (bug 1331938) r=backout 2017-01-27 09:16:06 -05:00
SourceSurfaceVolatileData.h Backed out changeset 752fede74c5f (bug 1331938) r=backout 2017-01-27 09:16:06 -05:00
TextureDIB.cpp Material changes for TextureHost TextureSourceProvider support. (bug 1343814 part 3.2, r=mattwoodrow) 2017-03-21 20:32:54 -07:00
TextureDIB.h Material changes for TextureHost TextureSourceProvider support. (bug 1343814 part 3.2, r=mattwoodrow) 2017-03-21 20:32:54 -07:00
TextureSourceProvider.cpp Factor texture methods out of Compositor into a TextureSourceProvider class. (bug 1343814 part 1, r=mattwoodrow) 2017-03-21 20:32:53 -07:00
TextureSourceProvider.h Attach Compositables to TextureSourceProviders instead of Compositors. (bug 1343814 part 5, r=mattwoodrow) 2017-03-21 20:32:56 -07:00
TextureWrapperImage.cpp Bug 1281456 - Decouple TextureForwarder and CompositableForwarder. r=gw280 2016-09-27 16:22:20 +13:00
TextureWrapperImage.h Bug 1281456 - Decouple TextureForwarder and CompositableForwarder. r=gw280 2016-09-27 16:22:20 +13:00
TiledLayerBuffer.h Bug 1308363 - Remove GONK specific code from gfx/. r=jrmuizel,sotaro 2016-10-27 13:17:10 +13:00
TransactionIdAllocator.h Bug 1283947 - Clear pending transactions when ClientLayerManager is assigning to a different refresh driver. r=mattwoodrow 2017-03-09 18:35:50 +08:00
TreeTraversal.h Bug 1227233: Increase scope of TreeTraversal.h to by-value traversal r=botond 2016-09-22 12:31:26 -04:00
UpdateImageHelper.h Bug 1360613 - Don't call BorrowDrawTarget on a null texture. r=ethlin 2017-05-02 22:22:47 -04:00
moz.build Merge m-c to graphics 2017-05-02 09:45:11 -04:00