gecko/gfx/2d
Jeff Muizelaar 6fc104ba83 Bug 880836. Add MaskSurface() to Azure. r=bas
This gives a substantial performance improvement over the more general Mask():

Test (MaskSurface10x10):  1.93042ms +/- 0.305028
Test (MaskSurface100x100):  2.33435ms +/- 1.00807
Test (MaskSurface500x500):  28.0472ms +/- 0.820744
Test (MaskSurface1000x1000):  107.656ms +/- 6.44615
Test (Mask10x10):  13.5237ms +/- 0.0932034
Test (Mask100x100):  14.0742ms +/- 1.21005
Test (Mask500x500):  96.5596ms +/- 1.81415
Test (Mask1000x1000):  356.891ms +/- 9.30592

--HG--
extra : rebase_source : a3031305302fb4abe93aa480df35ed0936d68cd8
2013-06-12 23:57:51 -04:00
..
unittest Bug 844288 - Dual link libxul.so and libxul-unit.so and replace enable-gtest by enable-test r=ted,glandium 2013-03-11 14:47:40 -04:00
2D.h Bug 880836. Add MaskSurface() to Azure. r=bas 2013-06-12 23:57:51 -04:00
BaseMargin.h
BasePoint3D.h
BasePoint4D.h
BasePoint.h
BaseRect.h Bug 879004 - Convert mDisplayport and mCriticalDisplayport in FrameMetrics to CSSRects. r=BenWa 2013-06-10 09:05:42 -04:00
BaseSize.h
Blur.cpp Bug 829954 - Part 2: Check for allocation success inside AlphaBoxBlur::Blur. r=jrmuizel 2013-06-04 03:13:53 +02:00
Blur.h Bug 845125 - Add gfxImageSurface constructor that allocates more space than needed, change AlphaBoxBlur to not hold on to the data and let the callers manage it. r=jmuizelaar 2013-04-19 12:13:18 +02:00
BlurSSE2.cpp Bug 845125 - Add gfxImageSurface constructor that allocates more space than needed, change AlphaBoxBlur to not hold on to the data and let the callers manage it. r=jmuizelaar 2013-04-19 12:13:18 +02:00
convolver.cpp
convolver.h Bug 857740: Use MOZ_STATIC_ASSERT instead of COMPILE_ASSERT in convolver.h. r=jrmuizel 2013-04-04 14:42:07 -07:00
DrawEventRecorder.cpp
DrawEventRecorder.h
DrawTargetCairo.cpp Bug 880836. Add MaskSurface() to Azure. r=bas 2013-06-12 23:57:51 -04:00
DrawTargetCairo.h
DrawTargetCG.cpp Bug 880836. Add MaskSurface() to Azure. r=bas 2013-06-12 23:57:51 -04:00
DrawTargetCG.h Bug 880836. Add MaskSurface() to Azure. r=bas 2013-06-12 23:57:51 -04:00
DrawTargetD2D.cpp Bug 880836. Add MaskSurface() to Azure. r=bas 2013-06-12 23:57:51 -04:00
DrawTargetD2D.h Bug 880836. Add MaskSurface() to Azure. r=bas 2013-06-12 23:57:51 -04:00
DrawTargetDual.cpp Bug 880836. Add MaskSurface() to Azure. r=bas 2013-06-12 23:57:51 -04:00
DrawTargetDual.h Bug 880836. Add MaskSurface() to Azure. r=bas 2013-06-12 23:57:51 -04:00
DrawTargetRecording.cpp
DrawTargetRecording.h
DrawTargetSkia.cpp Bug 854556 - Only hold SkCanvas in DrawTargetSkia r=mattwoodword 2013-05-29 12:49:40 -04:00
DrawTargetSkia.h Bug 854556 - Only hold SkCanvas in DrawTargetSkia r=mattwoodword 2013-05-29 12:49:40 -04:00
Factory.cpp Backed out 2 changesets (bug 736276) for reftest crashes on a CLOSED TREE. 2013-05-15 16:14:56 -04:00
genshaders.sh
gfx2d.sln
gfx2d.vcxproj
GradientStopsD2D.h
Helpers.h
HelpersCairo.h
HelpersD2D.h
HelpersSkia.h Bug 849253 - Followup to really unbreak BE archs: use USE_SKIA_GPU in HelpersSkia.h too r=gwright 2013-03-26 22:13:12 +01:00
image_operations.cpp
image_operations.h
ImageScaling.cpp
ImageScaling.h
ImageScalingSSE2.cpp
Logging.h
MacIOSurface.h Bug 863922 - Use the device pixel size of plugin IOSurfaces since layers handles resolution scaling already. r=BenWa 2013-04-25 10:31:12 +12:00
Makefile.in Bug 844288 - Dual link libxul.so and libxul-unit.so and replace enable-gtest by enable-test r=ted,glandium 2013-03-11 14:47:40 -04:00
Matrix.cpp
Matrix.h Bug 825928: Land layers refactoring. r=jrmuizel,bas,nical,mattwoodrow,roc,nrc,benwa,bjacob,jgilbert,kchen CLOSED TREE 2013-04-10 09:20:52 +00:00
moz-d2d1-1.h
moz.build Bug 880676 - Introduce a ScaleFactor struct and use it to type conversions between units. r=BenWa,kentuckyfriedtakahe 2013-06-14 16:11:31 -04:00
PathCairo.cpp
PathCairo.h
PathCG.cpp
PathCG.h
PathD2D.cpp
PathD2D.h
PathHelpers.h
PathRecording.cpp
PathRecording.h
PathSkia.cpp
PathSkia.h
Point.h Bug 880676 - Move the RoundToInt functions to be standalone in the gfx headers. r=BenWa 2013-06-14 16:11:31 -04:00
QuartzSupport.h Bug 877382 - Remove THEBES_API decorator. - r=BenWa 2013-05-29 14:59:24 -07:00
QuartzSupport.mm Bug 863922 - Use the device pixel size of plugin IOSurfaces since layers handles resolution scaling already. r=BenWa 2013-04-25 10:31:12 +12:00
RecordedEvent.cpp
RecordedEvent.h
RecordingTypes.h
Rect.h Bug 880676 - Remove ToCSSIntRectRoundIn and convert APZC::CalculateResolution to return a ScaleFactor. r=kentuckyfriedtakahe 2013-06-14 16:11:44 -04:00
Scale.cpp
Scale.h
ScaledFontBase.cpp Backed out 2 changesets (bug 736276) for reftest crashes on a CLOSED TREE. 2013-05-15 16:14:56 -04:00
ScaledFontBase.h Backed out 2 changesets (bug 736276) for reftest crashes on a CLOSED TREE. 2013-05-15 16:14:56 -04:00
ScaledFontDWrite.cpp
ScaledFontDWrite.h
ScaledFontFreetype.cpp Backed out 2 changesets (bug 736276) for reftest crashes on a CLOSED TREE. 2013-05-15 16:14:56 -04:00
ScaledFontFreetype.h Backed out 2 changesets (bug 736276) for reftest crashes on a CLOSED TREE. 2013-05-15 16:14:56 -04:00
ScaledFontMac.cpp
ScaledFontMac.h
ScaledFontWin.cpp
ScaledFontWin.h
ScaleFactor.h Bug 880676 - Introduce a ScaleFactor struct and use it to type conversions between units. r=BenWa,kentuckyfriedtakahe 2013-06-14 16:11:31 -04:00
ShadersD2D.fx
ShadersD2D.h
SourceSurfaceCairo.cpp
SourceSurfaceCairo.h
SourceSurfaceCG.cpp Bug 839383 - part 3 - inline AssignSurfaceParametersFromFormat into its only caller; r=jrmuizel 2013-03-12 17:02:19 -04:00
SourceSurfaceCG.h
SourceSurfaceD2D.cpp
SourceSurfaceD2D.h
SourceSurfaceD2DTarget.cpp
SourceSurfaceD2DTarget.h
SourceSurfaceDual.h
SourceSurfaceRawData.cpp
SourceSurfaceRawData.h
SourceSurfaceSkia.cpp Bug 883201 - Make SourceSurfaceSkia::GetData keep pixels alive as necessary r=gal 2013-06-18 12:49:05 -04:00
SourceSurfaceSkia.h Bug 883201 - Make SourceSurfaceSkia::GetData keep pixels alive as necessary r=gal 2013-06-18 12:49:05 -04:00
SSEHelpers.h
Tools.h Bug 829954 - Part 1: Make AlignedArray fallible. r=jrmuizel 2013-06-04 03:13:53 +02:00
Types.h Backed out 2 changesets (bug 736276) for reftest crashes on a CLOSED TREE. 2013-05-15 16:14:56 -04:00
UserData.h