gecko/gfx/2d
Timothy Nikkel 390adb0262 Bug 1251150. Back out crash annotations used to try to diagnose crash. a=ritu
They didn't find any problems.

MozReview-Commit-ID: 1Oj3EoXGDlz
2016-04-20 17:13:13 -05:00
..
unittest Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
2D.h Bug 1259810 - check that D2D1 device creation succeeds and otherwise fall to software backend. r=bas.schouten a=ritu 2016-03-28 12:53:42 -04:00
AutoHelpersWin.h Bug 1156742 Part 19: Implement GetFontFileData for ScaledFontWin. r=bas 2016-01-05 10:08:58 +00:00
BaseCoord.h
BaseMargin.h Bug 1245525: Fix some compiler errors in Moz2D type classes. r=jrmuizel 2016-02-03 19:44:41 +01:00
BasePoint3D.h
BasePoint4D.h
BasePoint.h Bug 1225486 - don't include mozilla/ToString.h in {BasePoint,nsRegion}.h; r=jrmuizel 2015-10-26 11:04:14 -04:00
BaseRect.h Bug 1224433 - Part 2: Clamp the invalidation rect to values that fit within nscoord. r=roc 2016-02-12 11:35:17 +13:00
BaseSize.h Bug 1212954 - Make BaseSize::IsEmpty return true for negative sizes to avoid NS_ERROR in VectorImage::GetFrameAtSize when root svg doesn't have intrinsic width or height. r=roc 2015-10-11 18:13:10 +02:00
BigEndianInts.h Bug 1156742 Part 3: Add support for FontType::CAIRO to CreateScaledFontForTrueTypeData on Windows. r=bas 2016-01-05 10:08:56 +00:00
Blur.cpp Bug 1228947 - Replace mfbt/Constants.h with math.h. r=roc 2015-11-27 20:49:55 -08:00
Blur.h
BlurLS3.cpp
BlurNEON.cpp
BlurSSE2.cpp
BorrowedContext.h Bug 1239040 - Fix DrawTargetCairo/DrawTargetSkia LockBits and BorrowedXlibDrawable to work inside PushLayer. r=jrmuizel 2016-01-13 13:11:07 -05:00
convolver.cpp Bug 1180225. Make convolver more like upstream. r=seth 2015-08-27 16:06:37 -04:00
convolver.h
convolverLS3.cpp Bug 1222298 - GFX: 2D: Make convolverLS3 more like upstream. r=seth 2015-11-12 19:43:17 +08:00
convolverLS3.h Bug 1222298 - GFX: 2D: Make convolverLS3 more like upstream. r=seth 2015-11-12 19:43:17 +08:00
convolverSSE2.cpp Bug 1180225. Make convolver more like upstream. r=seth 2015-08-27 16:06:37 -04:00
convolverSSE2.h Bug 1180225. Make convolver more like upstream. r=seth 2015-08-27 16:06:37 -04:00
Coord.h
CriticalSection.h Bug 1083101 - rename gfx::Mutex into gfx::CriticalSection and move it to its own file. r=jrmuizel 2015-09-28 13:49:54 +02:00
DataSourceSurface.cpp Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
DataSourceSurfaceWrapper.h Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
DataSurfaceHelpers.cpp Bug 1219494 - Part 2. gfx/2d and gfxCrash. r=milan 2015-11-26 08:38:00 +01:00
DataSurfaceHelpers.h Bug 1218488 - clarify buffer ownership for nsICanvasRenderingContextInternal::GetBuffer; r=Bas,baku 2015-10-26 14:31:12 -04:00
DrawCommand.h Bug 1228947 - Replace mfbt/Constants.h with math.h. r=roc 2015-11-27 20:49:55 -08:00
DrawEventRecorder.cpp Bug 1156742 Part 13: Create a Moz2D PrintTranslator. r=bas 2016-01-05 10:08:57 +00:00
DrawEventRecorder.h Bug 1156742 Part 24: Add new Recorded event to record font data. r=bas 2016-01-05 10:08:58 +00:00
DrawingJob.cpp Bug 1083101 - Make gfx::DrawingCommand methods const. r=jrmuizel 2015-09-28 13:49:50 +02:00
DrawingJob.h Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
DrawTarget.cpp Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
DrawTargetCairo.cpp Bug 1251716 - use UniquePtr instead of ScopedDeletePtr in DrawTargetCairo; r=jrmuizel 2016-02-26 13:34:11 -05:00
DrawTargetCairo.h Bug 1239040 - Fix DrawTargetCairo/DrawTargetSkia LockBits and BorrowedXlibDrawable to work inside PushLayer. r=jrmuizel 2016-01-13 13:11:07 -05:00
DrawTargetCapture.cpp Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
DrawTargetCapture.h Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
DrawTargetCG.cpp Bug 1236323 - Part 1: Annotate intentional switch fallthroughs to suppress -Wimplicit-fallthrough warnings in gfx/. r=nical 2015-11-24 09:39:04 -08:00
DrawTargetCG.h bug 1170987 - Fix gfx/2d to build on iOS. r=jrmuizel 2015-10-28 14:10:24 -05:00
DrawTargetD2D1.cpp Bug 1258168: Push ClearType compatible clipping layers when the last pushed layer was marked as opaque. r=jrmuizel, a=lizzard 2016-03-20 19:51:46 +01:00
DrawTargetD2D1.h Bug 1258168: Push ClearType compatible clipping layers when the last pushed layer was marked as opaque. r=jrmuizel, a=lizzard 2016-03-20 19:51:46 +01:00
DrawTargetDual.cpp Bug 1220629 - Part 6: Implement PushLayer/PopLayer API in several wrapper DT types. r=jrmuizel 2016-01-06 00:23:33 +01:00
DrawTargetDual.h Bug 1220629 - Part 6: Implement PushLayer/PopLayer API in several wrapper DT types. r=jrmuizel 2016-01-06 00:23:33 +01:00
DrawTargetRecording.cpp Bug 1240437: Implement PushLayer and PopLayer for DrawTargetRecording. r=bas 2016-01-26 10:03:07 +00:00
DrawTargetRecording.h Bug 1240437: Implement PushLayer and PopLayer for DrawTargetRecording. r=bas 2016-01-26 10:03:07 +00:00
DrawTargetSkia.cpp Bug 1263685 - Check if paint has a shader before modifying local matrix in DrawTargetSkia::MaskSurface. r=mchang, a=ritu 2016-04-11 22:16:57 -04:00
DrawTargetSkia.h Bug 1244228 - fix DrawTargetSkia::OptimizeSourceSurface to still create Skia surfaces for GPU canvases even if creating a GPU surface failed. r=jmuizelaar 2016-02-03 13:49:36 -05:00
DrawTargetTiled.cpp Bug 1220629 - Part 6: Implement PushLayer/PopLayer API in several wrapper DT types. r=jrmuizel 2016-01-06 00:23:33 +01:00
DrawTargetTiled.h Bug 1220629 - Part 6: Implement PushLayer/PopLayer API in several wrapper DT types. r=jrmuizel 2016-01-06 00:23:33 +01:00
ExtendInputEffectD2D1.cpp Bug 1222569 - remove unused const variables from ExtendInputEffectD2D1.cpp; r=Bas 2015-11-06 15:08:29 -05:00
ExtendInputEffectD2D1.h
Factory.cpp Bug 1259810 - check that D2D1 device creation succeeds and otherwise fall to software backend. r=bas.schouten a=ritu 2016-03-28 12:53:42 -04:00
FilterNodeD2D1.cpp Bug 1247775 - Part 3: Remove Moz2D code to support Direct2D 1.0. r=dvander 2016-02-13 14:33:28 +01:00
FilterNodeD2D1.h Bug 1233069 - add override declarations to Windows graphics headers; r=Bas 2015-12-16 10:41:21 -05:00
FilterNodeSoftware.cpp Bug 1219494 - Part 2. gfx/2d and gfxCrash. r=milan 2015-11-26 08:38:00 +01:00
FilterNodeSoftware.h Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
FilterProcessing.cpp Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
FilterProcessing.h Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
FilterProcessingScalar.cpp
FilterProcessingSIMD-inl.h Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
FilterProcessingSSE2.cpp
Filters.h Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
GenericRefCounted.h Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
genshaders.sh
gfx2d.sln
gfx2d.vcxproj Bug 1217550 - In debug build, drop a note if we use SkiaGL canvas. Simplify logging defines and flags for non-critical errors. r=benwa 2015-10-23 14:08:00 +02:00
GradientStopsD2D.h Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
Helpers.h Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
HelpersCairo.h Bug 1221840. Support repeating images in 1 axis. r=seth 2015-11-23 08:17:35 -08:00
HelpersD2D.h Bug 1247775 - Part 3: Remove Moz2D code to support Direct2D 1.0. r=dvander 2016-02-13 14:33:28 +01:00
HelpersSkia.h Bug 1248223 - verify that stroke widths are finite for Skia. r=jmuizelaar 2016-02-23 18:09:03 -05:00
image_operations.cpp Bug 1228947 - Replace mfbt/Constants.h with math.h. r=roc 2015-11-27 20:49:55 -08:00
image_operations.h Bug 1209206 (part 3) - Use sinf() and cosf() instead of sin() and cos() in a couple of places. r=Bas. 2015-09-28 17:12:07 -07:00
ImageScaling.cpp
ImageScaling.h
ImageScalingSSE2.cpp
IterableArena.h Bug 1083101 - Add a memory arena to Moz2D. r=jrmuizel 2015-09-28 13:49:33 +02:00
JobScheduler_posix.cpp Bug 1209039 - Temporarily disable thread names in Moz2D to work around a static check failure CLOSED TREE. r=me 2015-09-28 15:27:16 +02:00
JobScheduler_posix.h Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
JobScheduler_win32.cpp Bug 1239288 - Fix a race in the win32 job scheduler's shutdown. r=jrmuizel 2016-01-19 09:48:51 +01:00
JobScheduler_win32.h Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
JobScheduler.cpp Bug 1244234 - Simplify joining jobs with the gfx job scheduler. r=jrmuizel 2016-02-23 19:15:30 +01:00
JobScheduler.h Bug 1244234 - Simplify joining jobs with the gfx job scheduler. r=jrmuizel 2016-02-23 19:15:30 +01:00
Logging.h Bug 1251150. Back out crash annotations used to try to diagnose crash. a=ritu 2016-04-20 17:13:13 -05:00
MacIOSurface.cpp Bug 1248323: P1. Add support for YUV422 IOSurface. r=nical 2016-02-23 13:26:27 +11:00
MacIOSurface.h Bug 1248323: P1. Add support for YUV422 IOSurface. r=nical 2016-02-23 13:26:27 +11:00
Matrix.cpp Bug 1069417 - Generalize Matrix4x4 into Matrix4x4Typed<SourceUnits, TargetUnits>. r=Bas 2015-12-02 18:52:00 -05:00
Matrix.h Bug 1209100 - Back out bug 1165185. a=lizzard 2016-03-21 16:45:32 -04:00
MatrixFwd.h Bug 1069417 - Generalize Matrix4x4 into Matrix4x4Typed<SourceUnits, TargetUnits>. r=Bas 2015-12-02 18:52:00 -05:00
MMIHelpers.h
moz.build Bug 1247775 - Part 3: Remove Moz2D code to support Direct2D 1.0. r=dvander 2016-02-13 14:33:28 +01:00
NativeFontResourceDWrite.cpp Bug 1247775 - Part 3: Remove Moz2D code to support Direct2D 1.0. r=dvander 2016-02-13 14:33:28 +01:00
NativeFontResourceDWrite.h Bug 1156742 Part 24: Add new Recorded event to record font data. r=bas 2016-01-05 10:08:58 +00:00
NativeFontResourceGDI.cpp Bug 1156742 Part 24: Add new Recorded event to record font data. r=bas 2016-01-05 10:08:58 +00:00
NativeFontResourceGDI.h Bug 1156742 Part 24: Add new Recorded event to record font data. r=bas 2016-01-05 10:08:58 +00:00
NumericTools.h
Path.cpp
PathAnalysis.h
PathCairo.cpp Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
PathCairo.h Bug 1245845, part 1 - Stop Moz2D Path::CopyToBuilder/TransformedCopyToBuilder implicitly converting the Path's FillRule. r=Bas 2016-02-08 02:15:54 +00:00
PathCG.cpp
PathCG.h Bug 1245845, part 1 - Stop Moz2D Path::CopyToBuilder/TransformedCopyToBuilder implicitly converting the Path's FillRule. r=Bas 2016-02-08 02:15:54 +00:00
PathD2D.cpp Bug 1247775 - Part 3: Remove Moz2D code to support Direct2D 1.0. r=dvander 2016-02-13 14:33:28 +01:00
PathD2D.h Bug 1245845, part 1 - Stop Moz2D Path::CopyToBuilder/TransformedCopyToBuilder implicitly converting the Path's FillRule. r=Bas 2016-02-08 02:15:54 +00:00
PathHelpers.cpp Bug 1228947 - Replace mfbt/Constants.h with math.h. r=roc 2015-11-27 20:49:55 -08:00
PathHelpers.h Bug 1228947 - Replace mfbt/Constants.h with math.h. r=roc 2015-11-27 20:49:55 -08:00
PathRecording.cpp Bug 1156742 Part 1: Change Moz2D recording, so that it can be used in isolation. r=bas 2016-01-05 10:08:56 +00:00
PathRecording.h Bug 1245845, part 1 - Stop Moz2D Path::CopyToBuilder/TransformedCopyToBuilder implicitly converting the Path's FillRule. r=Bas 2016-02-08 02:15:54 +00:00
PathSkia.cpp Bug 1248223 - verify that stroke widths are finite for Skia. r=jmuizelaar 2016-02-23 18:09:03 -05:00
PathSkia.h Bug 1245845, part 1 - Stop Moz2D Path::CopyToBuilder/TransformedCopyToBuilder implicitly converting the Path's FillRule. r=Bas 2016-02-08 02:15:54 +00:00
PatternHelpers.h
Point.h
Preferences.cpp Bug 1237201 part 2 - Handle Vector OOM in gfx/. r=jrmuizel,kats 2016-01-14 15:19:16 +01:00
Preferences.h Bug 1156742 Part 20: Move Moz2D PreferenceAccess into its own header. r=bas 2016-01-05 10:08:58 +00:00
QuartzSupport.h Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
QuartzSupport.mm Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
Quaternion.cpp
Quaternion.h Bug 1069417 - Generalize Matrix4x4 into Matrix4x4Typed<SourceUnits, TargetUnits>. r=Bas 2015-12-02 18:52:00 -05:00
RadialGradientEffectD2D1.cpp Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
RadialGradientEffectD2D1.h Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
RecordedEvent.cpp Bug 1240437: Implement PushLayer and PopLayer for DrawTargetRecording. r=bas 2016-01-26 10:03:07 +00:00
RecordedEvent.h Bug 1240437 part 2: Follow-up to fix implicit constrcutor static analysis failure. r=me 2016-01-26 10:31:31 +00:00
RecordingTypes.h
Rect.h Bug 1224433 - Part 2: Clamp the invalidation rect to values that fit within nscoord. r=roc 2016-02-12 11:35:17 +13:00
RefPtrSkia.h
Scale.cpp Bug 1240177 - part 1 - add helper function to make Skia image info, r=jrmuizel 2016-01-21 09:50:43 -05:00
Scale.h
ScaledFontBase.cpp Bug 1156742 Part 3: Add support for FontType::CAIRO to CreateScaledFontForTrueTypeData on Windows. r=bas 2016-01-05 10:08:56 +00:00
ScaledFontBase.h Bug 1156742 Part 3: Add support for FontType::CAIRO to CreateScaledFontForTrueTypeData on Windows. r=bas 2016-01-05 10:08:56 +00:00
ScaledFontCairo.cpp Bug 1082598 - Part 2: Fix Moz2D Skia usage for Skia update. r=jrmuizel 2015-12-18 13:53:25 -05:00
ScaledFontCairo.h Bug 1004489 - propagate Cairo font AA settings to Skia font. r=gw280 2015-09-02 14:12:32 -04:00
ScaledFontDWrite.cpp Bug 1249600 - Lookup font and font family from font face when requesting SkTypeface. r=bas r=ritu 2016-03-08 07:37:16 -08:00
ScaledFontDWrite.h Bug 1249600 - Lookup font and font family from font face when requesting SkTypeface. r=bas r=ritu 2016-03-08 07:37:16 -08:00
ScaledFontMac.cpp Bug 1219494 - Part 2. gfx/2d and gfxCrash. r=milan 2015-11-26 08:38:00 +01:00
ScaledFontMac.h bug 1170987 - Fix gfx/2d to build on iOS. r=jrmuizel 2015-10-28 14:10:24 -05:00
ScaledFontWin.cpp Bug 1156742 Part 24: Add new Recorded event to record font data. r=bas 2016-01-05 10:08:58 +00:00
ScaledFontWin.h Bug 1156742 Part 24: Add new Recorded event to record font data. r=bas 2016-01-05 10:08:58 +00:00
ScaleFactor.h
ScaleFactors2D.h Bug 1217941 - remove <iomanip> from ScaleFactors2D.h; r=jrmuizel 2015-10-23 14:07:36 -04:00
SFNTData.cpp Bug 1237201 part 2 - Handle Vector OOM in gfx/. r=jrmuizel,kats 2016-01-14 15:19:16 +01:00
SFNTData.h Bug 1156742 Part 24: Add new Recorded event to record font data. r=bas 2016-01-05 10:08:58 +00:00
SFNTNameTable.cpp Bug 1237201 part 2 - Handle Vector OOM in gfx/. r=jrmuizel,kats 2016-01-14 15:19:16 +01:00
SFNTNameTable.h Bug 1156742 Part 3: Add support for FontType::CAIRO to CreateScaledFontForTrueTypeData on Windows. r=bas 2016-01-05 10:08:56 +00:00
ShadersD2D1.h
ShadersD2D1.hlsl
ShadersD2D.fx
ShadersD2D.h
SIMD.h
SourceSurfaceCairo.cpp Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
SourceSurfaceCairo.h
SourceSurfaceCG.cpp Bug 1219494 - Part 2. gfx/2d and gfxCrash. r=milan 2015-11-26 08:38:00 +01:00
SourceSurfaceCG.h bug 1170987 - Fix gfx/2d to build on iOS. r=jrmuizel 2015-10-28 14:10:24 -05:00
SourceSurfaceD2D1.cpp Bug 1235613 - Make gfxCriticalError/Note strings in gfx/ unique. r=jrmuizel 2015-12-29 14:03:58 -05:00
SourceSurfaceD2D1.h Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
SourceSurfaceDual.h Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
SourceSurfaceRawData.cpp Bug 1221822 - Finish the WebGL texture refactor. r=kamidphish,mattwoodrow,bz 2015-11-24 20:15:29 -08:00
SourceSurfaceRawData.h Bug 1221822 - Finish the WebGL texture refactor. r=kamidphish,mattwoodrow,bz 2015-11-24 20:15:29 -08:00
SourceSurfaceSkia.cpp Bug 1240177 - fix SourceSurfaceSkia::DrawTargetWillChange deepCopyTo usage. r=mattwoodrow, a=ritu 2016-04-12 01:28:31 -04:00
SourceSurfaceSkia.h Bug 1244228 - fix DrawTargetSkia::OptimizeSourceSurface to still create Skia surfaces for GPU canvases even if creating a GPU surface failed. r=jmuizelaar 2016-02-03 13:49:36 -05:00
SSEHelpers.h
StackArray.h Bug 1235261 - Part 1: Rename nsAutoTArray to AutoTArray. r=froydnj 2016-02-02 17:36:30 +02:00
SVGTurbulenceRenderer-inl.h Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
Tools.h Bug 1209812 (part 3) - Rename SurfaceFormat::R5G6B5 as R5G6B5_UINT16. r=Bas. 2015-10-22 23:01:31 -07:00
Types.h Bug 1248323: P1. Add support for YUV422 IOSurface. r=nical 2016-02-23 13:26:27 +11:00
u16string.h Bug 1156742 Part 3: Add support for FontType::CAIRO to CreateScaledFontForTrueTypeData on Windows. r=bas 2016-01-05 10:08:56 +00:00
UserData.h