gecko-dev/gfx/2d
Sebastian Hengst 9a0edde0b2 merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: IRW0W7LuIM7
2017-10-03 11:43:52 +02: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 1404656: Protect access to mDrawTarget and mImage after a SourceSurfaceSkia has been initialized. r=dvander 2017-10-02 20:23:09 -07:00
AutoHelpersWin.h Bug 1156742 Part 19: Implement GetFontFileData for ScaledFontWin. r=bas 2016-01-05 10:08:58 +00:00
BaseCoord.h Bug 1277775 - Replace MOZ_CONSTEXPR{_VAR,_TMPL} with constexpr. r=froydnj 2016-07-08 14:39:53 -07:00
BaseMargin.h Bug 1277814 - Add printing support to BaseMargin. r=kats 2016-06-03 17:23:40 -04:00
BasePoint.h Bug 1305201 - Have BasePoint::Length return a Coord instead of a raw type. r=botond 2016-09-26 15:34:36 -04:00
BasePoint3D.h Bug 1400378 - Add layers logging support for Point3D. r=mattwoodrow 2017-09-15 16:08:12 -04:00
BasePoint4D.h Bug 1276066 - Add Union with "components" member to math classes to enable array access to members. r=bas 2016-04-18 12:12:36 -07:00
BaseRect.h Bug 1388892: TableArea doesn't really need to own the rectangle, except for the union call. Especially since we're exposing the addresses of the members. r=xidorn 2017-08-31 16:00:44 -04:00
BaseSize.h Bug 1321412 - Add an operator<< to BaseSize. r=kats 2016-11-25 20:46:58 -05:00
BezierUtils.cpp Bug 1320014 Part 3 - Move Corner from namespace mozilla::css into mozilla. r=mats 2017-01-04 17:18:49 +08:00
BezierUtils.h Bug 1320014 Part 3 - Move Corner from namespace mozilla::css into mozilla. r=mats 2017-01-04 17:18:49 +08:00
BigEndianInts.h Bug 1275016 - Rename Endian.h to EndianUtils.h to avoid #include confusion with Android's endian.h stdlib header. r=froydnj 2016-05-22 13:31:11 -07:00
Blur.cpp Bug 1387514: Upgrade BaseRect (derived classes) width and height direct member variable use to instead use Width()/SetWidth() and Height()/SetHeight() in .cpp files in gfx/*. r=milan 2017-08-14 08:29:28 -04:00
Blur.h Bug 1250037 - part 2 - use DrawTarget::DrawSurfaceWithShadow to render box shadows on platforms that accelerate it. r=mchang 2016-11-21 13:17:09 -05:00
BlurLS3.cpp Bug 1157065- GFX: 2D: Implement AlphaBoxBlur in LS3 MMI. r=jrmuizel 2015-04-21 19:08:00 -04:00
BlurNEON.cpp Bug 753010 - Part 2 - Refactor some neon intrinsic functions for blur. r=mstange 2015-01-22 18:57:00 +01:00
BlurSSE2.cpp Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
BorrowedContext.h Bug 1319374. Fix --disable-skia builds. r=lsalzman 2016-11-30 10:13:54 -08:00
CGTextDrawing.h Bug 1320743 - Delete PathCG. r=lsalzman 2016-11-30 11:12:51 -08:00
ConvolutionFilter.cpp Bug 1371689 - reuse Skia's SkConvolutionFilter1D instead of forked code from Chromium. r=jrmuizel 2017-06-22 13:57:17 -04:00
ConvolutionFilter.h Bug 1375842 - increase SIMD padding for convolution filter to 31 bytes. r=jrmuizel 2017-07-07 13:32:05 -04:00
Coord.h Bug 1277775 - Replace MOZ_CONSTEXPR{_VAR,_TMPL} with constexpr. r=froydnj 2016-07-08 14:39:53 -07:00
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 Backed out changeset 53fee347291b (bug 1331938) r=backout 2017-01-27 09:15:52 -05: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 1359155, part 1 - Implement a StrideForFormatAndWidth Moz2D helper. r=mstange 2017-03-30 13:50:23 +01:00
DataSurfaceHelpers.h Bug 1359155, part 1 - Implement a StrideForFormatAndWidth Moz2D helper. r=mstange 2017-03-30 13:50:23 +01:00
DrawCommand.h Bug 1399178: Record SetPermitSubpixelAA. r=dvander 2017-09-13 19:15:16 +00:00
DrawEventRecorder.cpp Bug 1374900. Replace CopyRecording with direct use of the memory buffer. r=lsalzman 2017-06-22 23:55:47 -04:00
DrawEventRecorder.h Bug 1378953 - Always use unordered_set in DrawEventRecorder. r=lsalzman 2017-07-06 16:57:04 -04:00
DrawTarget.cpp Bug 1384929 Check for null surfaces in DrawTarget::IntoLumaSource. r=lsalzman 2017-07-28 13:49:06 -07:00
DrawTargetCairo.cpp Bug 1380431 - fix DrawTargetCairo::Snapshot error note to check for surface before accessing status. r=mchang 2017-07-12 23:38:36 -04:00
DrawTargetCairo.h Bug 1297178 - disable explicit subpixel AA when not permitted in DrawTargetCairo::FillGlyphs. r=jrmuizel 2016-08-26 15:28:28 -04:00
DrawTargetCapture.cpp Bug 1401638 - Set and reset mPermitSubpixelAA in push and pop layer for DrawTargetCapture. r=bas 2017-09-20 12:23:01 -05:00
DrawTargetCapture.h Bug 1401638 - Fixup implicit constructor bustage. r=me on a CLOSED TREE 2017-09-22 11:25:17 -04:00
DrawTargetD2D1.cpp Bug 1392453: Allow a small amount of list-in-list drawing commands. r=mchang 2017-09-22 19:37:02 +02:00
DrawTargetD2D1.h Bug 1392453: Allow a small amount of list-in-list drawing commands. r=mchang 2017-09-22 19:37:02 +02:00
DrawTargetDual.cpp Bug 1375179. Don't create a DrawTrargetDual from DrawTargetDual::CreateSimilarSurface() r=mstange 2017-06-22 16:50:05 -04:00
DrawTargetDual.h Bug 1167235 - Part 2 - Detach DrawTarget snapshots before unlocking TextureClient. r=Bas 2016-07-01 10:58:13 +02:00
DrawTargetRecording.cpp Bug 1381253 - Remove redundant control flow declarations rs=ehsan 2017-07-15 19:03:04 +02:00
DrawTargetRecording.h Bug 1362245. Stop running commands during recording for BlobImage. r=lsalzman 2017-06-12 17:53:21 -04:00
DrawTargetSkia.cpp Bug 1387594 - Respect the font smoothing background color in pushed layers again. This backs out bug 1386643. r=jrmuizel 2017-09-14 23:09:48 +02:00
DrawTargetSkia.h Bug 1340627. Properly push/pop skia saved layers during borrow/return cg context. r=lsalzman 2017-05-10 16:21:13 -04:00
DrawTargetTiled.cpp Bug 1371979 - Reduce memory allocation / deallocation in DrawTargetTiled::PushClip(Rect) / PopClip. r=bas 2017-06-11 01:05:16 -04:00
DrawTargetTiled.h Bug 1371979 - Reduce memory allocation / deallocation in DrawTargetTiled::PushClip(Rect) / PopClip. r=bas 2017-06-11 01:05:16 -04:00
DrawTargetWrapAndRecord.cpp Bug 1381253 - Remove redundant control flow declarations rs=ehsan 2017-07-15 19:03:04 +02:00
DrawTargetWrapAndRecord.h Bug 1369552. Split out DrawTargetWrapAndRecord and DrawTargetRecording. r=Bas 2017-06-12 16:52:29 -04:00
DrawingJob.cpp Backed out changeset 009af86a3026 (bug 1239292) for build bustage at StyleSheetInlines.h(77). r=backout on a CLOSED TREE 2017-08-03 11:29:24 +02:00
DrawingJob.h Backed out changeset 009af86a3026 (bug 1239292) for build bustage at StyleSheetInlines.h(77). r=backout on a CLOSED TREE 2017-08-03 11:29:24 +02:00
ExtendInputEffectD2D1.cpp Bug 1222569 - remove unused const variables from ExtendInputEffectD2D1.cpp; r=Bas 2015-11-06 15:08:29 -05:00
ExtendInputEffectD2D1.h Bug 1148527 - Indentation fix after bug 1145631, r=ehsan 2015-03-27 18:52:19 +00:00
Factory.cpp Bug 1400382 - Replace explicit TextDrawTarget passing with cast-based system. r=mstange 2017-09-21 15:15:58 -04:00
FilterNodeD2D1.cpp Bug 1387514: Upgrade BaseRect (derived classes) width and height direct member variable use to instead use Width()/SetWidth() and Height()/SetHeight() in .cpp files in gfx/*. r=milan 2017-08-14 08:29:28 -04:00
FilterNodeD2D1.h Bug 1394005 Fix overloaded-virtual warnings in FilterNodeD2D1 r=froydnj 2017-09-29 11:12:38 -05:00
FilterNodeSoftware.cpp Bug 1387514: Upgrade BaseRect (derived classes) width and height direct member variable use to instead use Width()/SetWidth() and Height()/SetHeight() in .cpp files in gfx/*. r=milan 2017-08-14 08:29:28 -04:00
FilterNodeSoftware.h Bug 1277862, part 1 - Rename Moz2D's Filter to SamplingFilter in gfx/2d/. r=Bas 2016-05-25 17:01:18 +01: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
FilterProcessingSIMD-inl.h Bug 1272767: More graphics MOZ_CRASH-es getting GFX prefix. Also, follow up on bug 1270180 comments. r=mchang 2016-05-13 16:34:41 -04:00
FilterProcessingSSE2.cpp Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
FilterProcessingScalar.cpp Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
Filters.h Bug 1272767: More graphics MOZ_CRASH-es getting GFX prefix. Also, follow up on bug 1270180 comments. r=mchang 2016-05-13 16:34:41 -04:00
FontVariation.h Bug 1355931 - move ScaledFont::VariationSetting into separate header for sharing with thebes. r=jrmuizel 2017-04-14 14:11:02 -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
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 1316750, part 2 - Add CairoContentToCairoFormat helper to HelpersCairo.h. r=edwin 2016-11-15 23:09:49 +00:00
HelpersD2D.h Bug 1387514: Upgrade BaseRect (derived classes) width and height direct member variable use to instead use Width()/SetWidth() and Height()/SetHeight() in .h files in gfx/*. r=botond 2017-08-14 08:28:11 -04:00
HelpersSkia.h Bug 1387514: Upgrade BaseRect (derived classes) width and height direct member variable use to instead use Width()/SetWidth() and Height()/SetHeight() in .h files in gfx/*. r=botond 2017-08-14 08:28:11 -04:00
HelpersWinFonts.h Bug 1339609: Add #include for gfxPrefs.h to all source code that calls gfxPrefs APIs. r=jgilbert 2017-02-14 14:01:59 -08:00
ImageScaling.cpp Bug 1299164: Part 2. Use BufferSizeFromDimensions method, as well as some of the others that check for valid size. r=bas 2016-09-15 10:36:21 -04:00
ImageScaling.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
ImageScalingSSE2.cpp Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
InlineTranslator.cpp Bug 1383055. RecordedEvent: Add DoWithEvent. r=lsalzman 2017-08-18 13:03:09 -04:00
InlineTranslator.h Bug 1376026 - fix plumbing of DWrite parameters for Skia fonts to not depend on gfxPlatform. r=jrmuizel 2017-06-30 14:09:05 -04:00
IterableArena.h Bug 1272767: More graphics MOZ_CRASH-es getting GFX prefix. Also, follow up on bug 1270180 comments. r=mchang 2016-05-13 16:34:41 -04:00
JobScheduler.cpp Backed out changeset 009af86a3026 (bug 1239292) for build bustage at StyleSheetInlines.h(77). r=backout on a CLOSED TREE 2017-08-03 11:29:24 +02:00
JobScheduler.h Backed out changeset 009af86a3026 (bug 1239292) for build bustage at StyleSheetInlines.h(77). r=backout on a CLOSED TREE 2017-08-03 11:29:24 +02:00
JobScheduler_posix.cpp Backed out changeset 009af86a3026 (bug 1239292) for build bustage at StyleSheetInlines.h(77). r=backout on a CLOSED TREE 2017-08-03 11:29:24 +02:00
JobScheduler_posix.h Backed out changeset 009af86a3026 (bug 1239292) for build bustage at StyleSheetInlines.h(77). r=backout on a CLOSED TREE 2017-08-03 11:29:24 +02:00
JobScheduler_win32.cpp Backed out changeset 009af86a3026 (bug 1239292) for build bustage at StyleSheetInlines.h(77). r=backout on a CLOSED TREE 2017-08-03 11:29:24 +02:00
JobScheduler_win32.h Backed out changeset 009af86a3026 (bug 1239292) for build bustage at StyleSheetInlines.h(77). r=backout on a CLOSED TREE 2017-08-03 11:29:24 +02:00
Logging.h Add diagnostics for the crash in bug 1387467. r=milan 2017-08-05 01:32:25 -07:00
LoggingConstants.h Remove PreferenceAccess. (bug 1280822 part 3, r=milan) 2016-06-26 23:33:18 -07:00
LuminanceNEON.cpp Bug 1359527. Fixup DrawTarget::IntoLuminance mismerge. r=mchang 2017-06-09 10:57:44 -04:00
LuminanceNEON.h Bug 1359527. Fixup DrawTarget::IntoLuminance mismerge. r=mchang 2017-06-09 10:57:44 -04:00
MMIHelpers.h Bug 1157065 - GFX: 2D: Add Loongson3 MMI helpers. r=jrmuizel 2015-04-21 18:36:00 -04:00
MacIOSurface.cpp Bug 1322746 - Support blit from IOSurfaces. - r=mattwoodrow 2017-09-02 21:52:19 -07:00
MacIOSurface.h Bug 1322746 - Support blit from IOSurfaces. - r=mattwoodrow 2017-09-02 21:52:19 -07:00
Matrix.cpp Bug 1377090 - Further generify the Matrix class and define MatrixDouble. r=bas 2017-07-05 11:18:49 -04:00
Matrix.h Bug 1377169 - Copy some useful functions from gfxRect into other places. r=jrmuizel 2017-07-05 11:21:58 -04:00
MatrixFwd.h Bug 1377090 - Further generify the Matrix class and define MatrixDouble. r=bas 2017-07-05 11:18:49 -04:00
NativeFontResourceDWrite.cpp Bug 1393956 - ensure NativeFontResourceDWrite is thread-safe. r=bas 2017-09-05 15:30:13 -04:00
NativeFontResourceDWrite.h Bug 1355931 - move font serialization from ScaledFont to UnscaledFont. r=jrmuizel 2017-04-14 14:11:00 -04:00
NativeFontResourceFontconfig.cpp Bug 1364628 - give each webrender blob image renderer thread its own thread-local FT_Library to work around unsafe FT_Face rasterization/metrics calls. r=jrmuizel 2017-05-17 21:56:58 -04:00
NativeFontResourceFontconfig.h Bug 1364628 - give each webrender blob image renderer thread its own thread-local FT_Library to work around unsafe FT_Face rasterization/metrics calls. r=jrmuizel 2017-05-17 21:56:58 -04:00
NativeFontResourceGDI.cpp Bug 1355931 - move font serialization from ScaledFont to UnscaledFont. r=jrmuizel 2017-04-14 14:11:00 -04:00
NativeFontResourceGDI.h Bug 1355931 - move font serialization from ScaledFont to UnscaledFont. r=jrmuizel 2017-04-14 14:11:00 -04:00
NativeFontResourceMac.cpp Bug 1355931 - move font serialization from ScaledFont to UnscaledFont. r=jrmuizel 2017-04-14 14:11:00 -04:00
NativeFontResourceMac.h Bug 1355931 - move font serialization from ScaledFont to UnscaledFont. r=jrmuizel 2017-04-14 14:11:00 -04:00
NumericTools.h Bug 1155621 - Remove no-op gfx2DGlue conversion helpers. r=Bas 2015-04-21 17:22:30 +02:00
Path.cpp Bug 1322537 - Increase tolerance when splitting Bezier curves to prevent hang. r=bas 2017-07-28 23:57:04 -07:00
PathAnalysis.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
PathCairo.cpp Bug 1387002 - Replace .size() by .empty() when applicable in gfx/ r=nical 2017-08-03 12:02:35 +02: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
PathD2D.cpp Bug 1322465 part 5 - Use explicit/MOZ_IMPLICIT for the unary constructors in gfx/. r=Ehsan 2016-12-16 15:54:32 +08:00
PathD2D.h Bug 1266209 - check if a figure is active in PathBuilderD2D before copying glyphs to it. r=bas 2016-05-17 12:47:22 -04:00
PathHelpers.cpp Bug 1342571 - fix MaxStrokeExtents to account for partial pixel coverage properly. r=mstange 2017-02-28 15:48:04 -05:00
PathHelpers.h Bug 1342302 - Part 1. Implement RectCornerRadii::IsEmpty. r=mstange 2017-02-24 14:30:19 +08:00
PathRecording.cpp Bug 1374900. Make our low level serialization functions generic over the type of stream. r=lsalzman 2017-06-22 23:55:47 -04:00
PathRecording.h Bug 1369552. Split out DrawTargetWrapAndRecord and DrawTargetRecording. r=Bas 2017-06-12 16:52:29 -04:00
PathSkia.cpp Bug 1369904 - Bounding box should not include control points. r=lsalzman 2017-06-14 06:34:01 +01: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 Bug 1277862, part 1 - Rename Moz2D's Filter to SamplingFilter in gfx/2d/. r=Bas 2016-05-25 17:01:18 +01:00
Point.h Bug 1376782 - Replace gfxPoint with a typedef to PointDouble. r=jrmuizel 2017-06-28 11:42:23 -04:00
Polygon.h Bug 1351426 - Part 4: Refactor gfx::Polygon to avoid unnecessary work and memory allocations r=kip 2017-04-04 04:51:29 +02: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 1295083 - Replace PR_snprintf and s[n]printf calls with SprintfLiteral in gfx/. r=Bas 2016-08-16 15:41:12 -07:00
Quaternion.cpp Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
Quaternion.h Bug 1069417 - Generalize Matrix4x4 into Matrix4x4Typed<SourceUnits, TargetUnits>. r=Bas 2015-12-02 18:52:00 -05:00
RadialGradientEffectD2D1.cpp Bug 1256552 - fix int-to-float conversions in RadialGradientEffectD2D1. r=jrmuizel 2016-03-21 16:17:16 -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 1377362. Make LoadEventFromStream generic. r=lsalzman 2017-07-06 07:15:43 -04:00
RecordedEvent.h Bug 1383055. RecordedEvent: Add DoWithEvent. r=lsalzman 2017-08-18 13:03:09 -04:00
RecordedEventImpl.h Bug 1397458 - part 1 - expose font variations directly in ScaledFont/DrawTargetRecording r=kats 2017-09-17 21:21:15 -04:00
RecordingTypes.h Bug 1374900. Make our low level serialization functions generic over the type of stream. r=lsalzman 2017-06-22 23:55:47 -04:00
Rect.h Bug 1387514: Upgrade BaseRect (derived classes) width and height direct member variable use to instead use Width()/SetWidth() and Height()/SetHeight() in .h files in gfx/*. r=botond 2017-08-14 08:28:11 -04:00
SFNTData.cpp Bug 1321031 pt 6 - Include variation settings in moz2d recording stream when using the native Mac font backend. r=bas,jrmuizel 2017-01-06 16:35:12 +00:00
SFNTData.h Bug 1321031 pt 6 - Include variation settings in moz2d recording stream when using the native Mac font backend. r=bas,jrmuizel 2017-01-06 16:35:12 +00:00
SFNTNameTable.cpp Bug 1228022 - part 2 - Add support for reading Mac OS Roman encoded names from SFNTNameTables; r=jfkthame 2016-09-09 13:55:21 -07:00
SFNTNameTable.h Bug 1320752 - remove mozilla/Function.h; r=gerald 2016-11-28 11:03:53 -05:00
SIMD.h
SSEHelpers.h
SVGTurbulenceRenderer-inl.h Bug 1393019 - remove mozilla::gfx::Swap; r=jrmuizel 2017-08-23 10:40:05 -04:00
Scale.cpp Bug 1371689 - reuse Skia's SkConvolutionFilter1D instead of forked code from Chromium. r=jrmuizel 2017-06-22 13:57:17 -04:00
Scale.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
ScaleFactor.h Bug 1277775 - Replace MOZ_CONSTEXPR{_VAR,_TMPL} with constexpr. r=froydnj 2016-07-08 14:39:53 -07:00
ScaleFactors2D.h Bug 1277775 - Replace MOZ_CONSTEXPR{_VAR,_TMPL} with constexpr. r=froydnj 2016-07-08 14:39:53 -07:00
ScaledFontBase.cpp Bug 1393055 - map ScaledFonts to WebRender FontInstanceKeys. r=jrmuizel 2017-08-30 13:45:11 -04:00
ScaledFontBase.h Bug 1385029 - make ScaledFont::SetCairoScaledFont virtual so it can be accessed from outside Moz2D. r=jrmuizel 2017-08-07 16:20:32 -04:00
ScaledFontCairo.cpp Bug 1348980 - implement UnscaledFont API for Moz2D and thebes. r=jfkthame 2017-04-06 17:41:02 -04:00
ScaledFontCairo.h Bug 1348980 - implement UnscaledFont API for Moz2D and thebes. r=jfkthame 2017-04-06 17:41:02 -04:00
ScaledFontDWrite.cpp Bug 1397458 - part 1 - expose font variations directly in ScaledFont/DrawTargetRecording r=kats 2017-09-17 21:21:15 -04:00
ScaledFontDWrite.h Bug 1376026 - follow-up - fix ScaledFontDWrite construct parameter order. r=me 2017-07-23 21:07:50 -04:00
ScaledFontFontconfig.cpp Bug 1397458 - part 1 - expose font variations directly in ScaledFont/DrawTargetRecording r=kats 2017-09-17 21:21:15 -04:00
ScaledFontFontconfig.h Bug 1362117 - keep NativeFontResourceFontconfig alive while its associated cairo_font_face_t is alive. r=jrmuizel 2017-05-04 14:05:01 -04:00
ScaledFontMac.cpp Bug 1402304 - Fix bindings to go with WR cset 4dbc5d8e. r=kats 2017-09-22 10:00:44 -04:00
ScaledFontMac.h Bug 1402304 - Fix bindings to go with WR cset 4dbc5d8e. r=kats 2017-09-22 10:00:44 -04:00
ScaledFontWin.cpp Bug 1397458 - part 1 - expose font variations directly in ScaledFont/DrawTargetRecording r=kats 2017-09-17 21:21:15 -04:00
ScaledFontWin.h Bug 1355931 - move font serialization from ScaledFont to UnscaledFont. r=jrmuizel 2017-04-14 14:11:00 -04:00
ShadersD2D.fx
ShadersD2D.h Bug 1343975: Get rid of all dos/windows linebreaks in Mozilla C++ code. r=ehsan 2017-03-02 13:08:29 -08:00
ShadersD2D1.h Bug 1343975: Get rid of all dos/windows linebreaks in Mozilla C++ code. r=ehsan 2017-03-02 13:08:29 -08:00
ShadersD2D1.hlsl
SourceSurfaceCairo.cpp Bug 1260885 - Make SurfaceFormat::R5G6B5_UINT16 properly round-trip through SourceSurfaceCairo. r=lsalzman 2016-04-07 16:40:15 -04:00
SourceSurfaceCairo.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
SourceSurfaceD2D1.cpp Store and return D2D singletons in RefPtrs. (bug 1380922 part 1, r=mchang) 2017-07-18 12:15:39 -07: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 1351733. Reuse D2D Source Surfaces with Draw Target Dual. r=bas 2017-04-17 08:41:42 -07:00
SourceSurfaceRawData.cpp Bug 1296731: Add parameter to GetAlignedStride and check for overflow. r=bas 2016-08-25 13:57:39 -04:00
SourceSurfaceRawData.h Bug 1299164: Part 2. Use BufferSizeFromDimensions method, as well as some of the others that check for valid size. r=bas 2016-09-15 10:36:21 -04:00
SourceSurfaceSkia.cpp Bug 1404656: Protect access to mDrawTarget and mImage after a SourceSurfaceSkia has been initialized. r=dvander 2017-10-02 20:23:09 -07:00
SourceSurfaceSkia.h Bug 1404656: Protect access to mDrawTarget and mImage after a SourceSurfaceSkia has been initialized. r=dvander 2017-10-02 20:23:09 -07:00
StackArray.h Bug 1322465 part 5 - Use explicit/MOZ_IMPLICIT for the unary constructors in gfx/. r=Ehsan 2016-12-16 15:54:32 +08:00
Swizzle.cpp Bug 1335139 - followup - fix GC hazard in Canvas2D. r=me 2017-02-12 12:47:46 -05:00
Swizzle.h Bug 738343 - part 1 - Add Moz2d API for optimized swizzle/premultiply/unpremultiply. r=jrmuizel 2017-02-12 09:26:34 -05:00
SwizzleNEON.cpp Bug 738343 - part 3 - Optimize Moz2d swizzles for ARM NEON. r=jrmuizel 2017-02-12 09:27:25 -05:00
SwizzleSSE2.cpp Bug 738343 - part 2 - Optimize Moz2d swizzles for SSE2. r=jrmuizel 2017-02-12 09:27:04 -05:00
Tools.h Bug 1377090 - Move NudgeToInteger(double) into Tools.h for reuse. r=bas 2017-07-05 11:18:48 -04:00
Triangle.h Bug 1345849 - Part 2: Remove unused Triangle::width and height r=jrmuizel 2017-03-27 16:22:35 -04:00
Types.h Bug 1400382 - Replace explicit TextDrawTarget passing with cast-based system. r=mstange 2017-09-21 15:15:58 -04:00
UnscaledFontDWrite.h Bug 1397458 - part 1 - expose font variations directly in ScaledFont/DrawTargetRecording r=kats 2017-09-17 21:21:15 -04:00
UnscaledFontFreeType.cpp Bug 1357952 - fix UnscaledFontFreeType::GetFontFileData to read file contents when filename is used instead of an FT_Face. r=jrmuizel 2017-04-21 11:51:27 -04:00
UnscaledFontFreeType.h Bug 1397458 - part 1 - expose font variations directly in ScaledFont/DrawTargetRecording r=kats 2017-09-17 21:21:15 -04:00
UnscaledFontGDI.h Bug 1397458 - part 1 - expose font variations directly in ScaledFont/DrawTargetRecording r=kats 2017-09-17 21:21:15 -04:00
UnscaledFontMac.h Bug 1397458 - part 1 - expose font variations directly in ScaledFont/DrawTargetRecording r=kats 2017-09-17 21:21:15 -04:00
UserData.h Bug 1367538. Clear user data after we're done with the recorder. r=lsalzman 2017-06-09 14:31:35 -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
moz.build Backed out changeset 009af86a3026 (bug 1239292) for build bustage at StyleSheetInlines.h(77). r=backout on a CLOSED TREE 2017-08-03 11:29:24 +02:00
ssse3-scaler.c Bug 1282397 - prevent explicit null pointer dereference. r=jrmuizel 2016-06-27 17:23:10 +03:00
ssse3-scaler.h Bug 1266491 - Use an ssse3 scaler for video. r=mstange 2016-05-28 10:12:12 -04: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