gecko-dev/gfx/layers
Milan Sreckovic 5459132cb1 Bug 1296731: Add parameter to GetAlignedStride and check for overflow. r=bas
MozReview-Commit-ID: 5Ptm0bxwKdG

--HG--
extra : rebase_source : 535f2fa2447a1401b76acc0b82ce210b3c4d6dfc
2016-08-25 13:57:39 -04:00
..
apz Bug 1298401 - Ensure that eNone scroll update types from the APZC don't prevent eUserAction scroll updates from getting sent. r=tnikkel 2016-08-26 10:55:22 -04:00
basic Bug 1295927 - Disable libyuv SIMD scaling on 64bit win r=jrmuizel 2016-08-19 06:18:08 -07:00
client Merge inbound to m-c. a=merge 2016-08-26 09:37:03 -04:00
composite Merge m-c to autoland. a=merge 2016-08-25 08:14:36 -04:00
d3d9 Move the DeviceManagerD3D9 singleton out of gfxPlatform. (bug 1297182 part 1, r=mattwoodrow) 2016-08-22 17:23:38 -07:00
d3d11 Bug 1296381 - Remove FEATURE_FAILURE_D3D11_VR_BUFFER which was not removed. r=me 2016-08-18 14:36:56 -04:00
ipc Merge inbound to central, a=merge 2016-08-25 16:59:00 -07:00
layerviewer
opengl Bug 1297820 - Check if we have a nsIWidget before using NS_NATIVE_OPENGL_CONTEXT. r=jgilbert 2016-08-25 15:36:00 -04:00
protobuf
AsyncCanvasRenderer.cpp Bug 1296731: Add parameter to GetAlignedStride and check for overflow. r=bas 2016-08-25 13:57:39 -04:00
AsyncCanvasRenderer.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
AtomicRefCountedWithFinalize.h merge mozilla-inbound to mozilla-central a=merge 2016-07-20 11:20:15 +02:00
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
AxisPhysicsModel.cpp
AxisPhysicsModel.h
BSPTree.cpp Bug 1292390 - Add BSP tree implementation. r=jrmuizel, r=kip 2016-08-10 14:30:29 -07:00
BSPTree.h Bug 1292390 followup: add newline character at the end of Polygon/BSPTree files added in this bug, per coding style guide. (whitespace-only, no review) 2016-08-16 11:01:06 -07:00
BufferTexture.cpp Backed out changeset 9b4c4fd433a9 (bug 1293908) for blowing up Linux64 tests. 2016-08-21 21:30:11 -04:00
BufferTexture.h Backed out changeset 9b4c4fd433a9 (bug 1293908) for blowing up Linux64 tests. 2016-08-21 21:30:11 -04:00
BufferUnrotate.cpp
BufferUnrotate.h
Compositor.cpp Bug 1294857 - Compositor uses page's background color to clear in Fennec r=kats 2016-08-18 14:03:26 -07:00
Compositor.h Bug 1294857 - Compositor uses page's background color to clear in Fennec r=kats 2016-08-18 14:03:26 -07:00
CompositorTypes.h Bug 1252835 - Make TextureHost recycling implicit r=nical 2016-06-15 04:28:10 -07:00
CopyableCanvasLayer.cpp Bug 1296731: Add parameter to GetAlignedStride and check for overflow. r=bas 2016-08-25 13:57:39 -04:00
CopyableCanvasLayer.h Bug 1289816 - Simplify CopyableCanvasLayer::UpdateTarget and remove unnecessary copies. r=jnicol 2016-07-29 20:19:28 +02:00
D3D9SurfaceImage.cpp Bug 1279063. Part 2: Use RGBA instead of RGBX surface format for DXVA video. r=bas 2016-07-25 16:36:36 -07:00
D3D9SurfaceImage.h Bug 1281780 - Forward ShadowLayerForwarder texture-related methods to CompositorBridgeChild. r=gw280 2016-06-29 11:18:30 +02:00
D3D11ShareHandleImage.cpp Bug 1279063. Part 2: Use RGBA instead of RGBX surface format for DXVA video. r=bas 2016-07-25 16:36:36 -07:00
D3D11ShareHandleImage.h Bug 1281780 - Forward ShadowLayerForwarder texture-related methods to CompositorBridgeChild. r=gw280 2016-06-29 11:18:30 +02:00
DirectedGraph.h
Effects.cpp Bug 1277862, part 2 - Rename Moz2D's Filter to SamplingFilter in the rest of gfx/. r=Bas 2016-05-25 17:01:18 +01:00
Effects.h Bug 1277862, part 2 - Rename Moz2D's Filter to SamplingFilter in the rest of gfx/. r=Bas 2016-05-25 17:01:18 +01:00
FrameMetrics.cpp Bug 1267470 - Move more fields from FrameMetrics to ScrollMetadata. r=kats 2016-04-27 16:06:34 -04:00
FrameMetrics.h Bug 1286179 - For APZ repaint requests that are triggered by main-thread updates, don't attempt to re-scroll the main thread. r=tnikkel 2016-08-18 17:00:42 -04:00
GLImages.cpp Bug 1279657 - failureId outvar should be a pointer. - r=benwa 2016-06-21 14:04:00 -07: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 1262278 - Rename PlanarYCbCrImage::SetData and PlanarYCbCrImage::SetDataNoCopy r=nical 2016-04-18 20:12:41 -07:00
GrallocImages.h Bug 1262278 - Rename PlanarYCbCrImage::SetData and PlanarYCbCrImage::SetDataNoCopy r=nical 2016-04-18 20:12:41 -07:00
IMFYCbCrImage.cpp Move the DeviceManagerD3D9 singleton out of gfxPlatform. (bug 1297182 part 1, r=mattwoodrow) 2016-08-22 17:23:38 -07:00
IMFYCbCrImage.h
IPDLActor.h Bug 1297276 - Rename mfbt/unused.h to mfbt/Unused.h for consistency. r=froydnj 2016-08-24 14:47:04 +08:00
ImageContainer.cpp Bug 1289640 - Part 4: Make SourceSurfaceImage::GetTextureClient use the threadsafe upload with D3D11 so that we no longer rely on having a separate device. r=nical 2016-08-02 17:57:41 +12:00
ImageContainer.h Bug 1293603 (part 2) - Make Run() declarations consistent. r=erahm. 2016-08-08 12:18:10 +10:00
ImageDataSerializer.cpp Bug 1296731: Add parameter to GetAlignedStride and check for overflow. r=bas 2016-08-25 13:57:39 -04:00
ImageDataSerializer.h Bug 1254010 - Scaling during RGB -> YUV conversion with BasicCompositor if possible. basic_compositor_video improved on windows. r=jrmuizel 2016-08-15 18:54:17 -07:00
ImageLayers.cpp Bug 1277862, part 2 - Rename Moz2D's Filter to SamplingFilter in the rest of gfx/. r=Bas 2016-05-25 17:01:18 +01:00
ImageLayers.h Bug 1277862, part 2 - Rename Moz2D's Filter to SamplingFilter in the rest of gfx/. r=Bas 2016-05-25 17:01:18 +01:00
ImageTypes.h Bug 1141979 - part4 - Add NVImage; r=jrmuizel 2016-03-10 10:35:27 +08:00
LayerMetricsWrapper.h Bug 1267438 - Use the layer's scrolled clip during compositor hit testing. r=mstange 2016-05-04 17:30:26 -04:00
LayerScope.cpp Bug 1293117 (part 4) - Change many NS_IMETHODIMP occurrences to NS_IMETHOD. r=froydnj. 2016-08-08 10:54:47 +10:00
LayerScope.h Bug 1255907 - Fix unification build issues in APZ & Layers. r=kats 2016-03-14 11:39:12 -04:00
LayerSorter.cpp Bug 1295083 - Replace PR_snprintf and s[n]printf calls with SprintfLiteral in gfx/. r=Bas 2016-08-16 15:41:12 -07:00
LayerSorter.h
LayerTreeInvalidation.cpp Bug 1251615 - Add more safety checks for ComputeChange crash. r=mstange 2016-08-03 17:08:40 -04:00
LayerTreeInvalidation.h
LayerUserData.h
Layers.cpp Bug 1294857 - Compositor uses page's background color to clear in Fennec r=kats 2016-08-18 14:03:26 -07:00
Layers.h Bug 1294857 - Compositor uses page's background color to clear in Fennec r=kats 2016-08-18 14:03:26 -07:00
LayersLogging.cpp Bug 1277862, part 2 - Rename Moz2D's Filter to SamplingFilter in the rest of gfx/. r=Bas 2016-05-25 17:01:18 +01:00
LayersLogging.h Bug 1262807 - Add logging support for TiledRegion classes. r=mstange 2016-06-20 14:50:04 -04:00
LayersTypes.cpp
LayersTypes.h Bug 1101628 - Add additional HitResult types to reflect the different event regions. r=botond 2016-06-01 15:48:05 -04:00
MacIOSurfaceHelpers.cpp Bug 1284837 - Disallow implicit conversions from float to integer when creating IntPoint and IntSize objects. r=botond 2016-07-26 16:48:30 +02:00
MacIOSurfaceHelpers.h
MacIOSurfaceImage.cpp Bug 1261166 - Add the ability to use IOSurface instead of texture upload on OS X. r=nical,mattwoodrow 2016-06-27 11:25:13 -04:00
MacIOSurfaceImage.h Bug 1284837 - Disallow implicit conversions from float to integer when creating IntPoint and IntSize objects. r=botond 2016-07-26 16:48:30 +02:00
PersistentBufferProvider.cpp Bug 1291163 - Make sure TextureHosts are read-unlock'ed if Compositor::EndFrame is not called. r=sotaro 2016-08-09 18:19:01 +02:00
PersistentBufferProvider.h Bug 1294351 - Avoid removing and re-applying the drawing states with PersistentBufferProviderBasic. r=Bas 2016-08-19 12:00:26 +02:00
ReadbackLayer.h
ReadbackProcessor.cpp Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
ReadbackProcessor.h
RenderTrace.cpp Bug 1227231: Use generic tree traversal algorithms for loops over Layer trees. r=botond 2016-03-10 01:20:40 -08:00
RenderTrace.h
RotatedBuffer.cpp Bug 1277862, part 2 - Rename Moz2D's Filter to SamplingFilter in the rest of gfx/. r=Bas 2016-05-25 17:01:18 +01:00
RotatedBuffer.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
TextureDIB.cpp Bug 1281775 - Make dib textures not rely on accessing a ShadowLayerForwarder. r=gw280 2016-06-29 11:18:35 +02:00
TextureDIB.h Bug 1272600 - Part 3 - Move the ReadUnlock logic from compositable to texture. r=sotaro 2016-06-02 11:00:21 +02:00
TextureWrapperImage.cpp
TextureWrapperImage.h
TiledLayerBuffer.h Bug 1295274 - Fix gfxVars namespace r=nical 2016-08-16 13:07:24 +02:00
TransactionIdAllocator.h Bug 1264409 - Make last transaction ID available via nsIDOMWindowUtils, and pass transaction ID through MozAfterPaint. r=mattwoodrow,mrbkap 2016-04-13 16:59:15 -04:00
TreeTraversal.h Bug 1227231: Use generic tree traversal algorithms for loops over Layer trees. r=botond 2016-03-10 01:20:40 -08:00
moz.build Backed out changeset 21cd933e4c32 (bug 1289650) for crashing in e10s browser-chrome tests. r=backout on a CLOSED TREE 2016-08-24 23:17:37 +02:00