gecko-dev/gfx/2d
Lee Salzman 3b3fcb68c1 Bug 1408481 - send gfxMacFont font smoothing setting to WebRender. r=mstange
MozReview-Commit-ID: 9BwLVrfjnsP
2017-10-29 20:21:10 -04:00
..
unittest
2D.h Bug 1408481 - send gfxMacFont font smoothing setting to WebRender. r=mstange 2017-10-29 20:21:10 -04:00
AutoHelpersWin.h
BaseCoord.h
BaseMargin.h
BasePoint.h
BasePoint3D.h Bug 1400378 - Add layers logging support for Point3D. r=mattwoodrow 2017-09-15 16:08:12 -04:00
BasePoint4D.h
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
BezierUtils.cpp Bug 1394405 - Relax the assertion in CalculateDistanceToEllipticArc to deal with the floating point precision problem; r=nical 2017-10-11 11:10:41 +08:00
BezierUtils.h
BigEndianInts.h
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
BlurLS3.cpp
BlurNEON.cpp
BlurSSE2.cpp
BorrowedContext.h
CGTextDrawing.h
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
CriticalSection.h
DataSourceSurface.cpp
DataSourceSurfaceWrapper.h
DataSurfaceHelpers.cpp
DataSurfaceHelpers.h
DrawCommand.h Bug 1399178: Record SetPermitSubpixelAA. r=dvander 2017-09-13 19:15:16 +00:00
DrawEventRecorder.cpp Bug 1380014. Share fonts with WebRender. r=lsalzman 2017-10-27 18:21:27 -04:00
DrawEventRecorder.h Bug 1380014. Share fonts with WebRender. r=lsalzman 2017-10-27 18:21:27 -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
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 1405589: Have DrawTargetCapture properly forward SupportsRegionClipping. r=dvander 2017-10-06 16:27:41 +00: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
DrawTargetRecording.cpp Bug 1380014. Add the ability to record UnscaledFonts by index. r=lsalzman 2017-10-27 18:21:26 -04: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
ExtendInputEffectD2D1.h
Factory.cpp Bug 1408481 - send gfxMacFont font smoothing setting to WebRender. r=mstange 2017-10-29 20:21:10 -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 1411001 - Remove the +x permissions on cpp & h files r=froydnj 2017-10-23 20:59:55 +02: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
FilterProcessing.cpp
FilterProcessing.h
FilterProcessingSIMD-inl.h
FilterProcessingSSE2.cpp
FilterProcessingScalar.cpp
Filters.h
FontVariation.h
GenericRefCounted.h
GradientStopsD2D.h
Helpers.h
HelpersCairo.h
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
ImageScaling.cpp
ImageScaling.h
ImageScalingSSE2.cpp
InlineTranslator.cpp Bug 1380014. Share fonts with WebRender. r=lsalzman 2017-10-27 18:21:27 -04:00
InlineTranslator.h Bug 1380014. Share fonts with WebRender. r=lsalzman 2017-10-27 18:21:27 -04:00
IterableArena.h
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
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
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 1411001 - Remove the +x permissions on cpp & h files r=froydnj 2017-10-23 20:59:55 +02:00
NativeFontResourceDWrite.h
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
NativeFontResourceGDI.h
NativeFontResourceMac.cpp
NativeFontResourceMac.h
NumericTools.h
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
PathCairo.cpp Bug 1387002 - Replace .size() by .empty() when applicable in gfx/ r=nical 2017-08-03 12:02:35 +02:00
PathCairo.h
PathD2D.cpp
PathD2D.h
PathHelpers.cpp
PathHelpers.h
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
PatternHelpers.h
Point.h Bug 1376782 - Replace gfxPoint with a typedef to PointDouble. r=jrmuizel 2017-06-28 11:42:23 -04:00
Polygon.h
QuartzSupport.h
QuartzSupport.mm
Quaternion.cpp
Quaternion.h
RadialGradientEffectD2D1.cpp
RadialGradientEffectD2D1.h
RecordedEvent.cpp Bug 1380014. Share fonts with WebRender. r=lsalzman 2017-10-27 18:21:27 -04:00
RecordedEvent.h Bug 1380014. Share fonts with WebRender. r=lsalzman 2017-10-27 18:21:27 -04:00
RecordedEventImpl.h Bug 1380014. Share fonts with WebRender. r=lsalzman 2017-10-27 18:21:27 -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
SFNTData.h
SFNTNameTable.cpp
SFNTNameTable.h
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
ScaleFactor.h
ScaleFactors2D.h
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
ScaledFontCairo.h
ScaledFontDWrite.cpp Bug 1405790 - supply FontInstancePlatformOptions to WebRender. r=jrmuizel 2017-10-05 15:26:01 -04:00
ScaledFontDWrite.h Bug 1405790 - supply FontInstancePlatformOptions to WebRender. r=jrmuizel 2017-10-05 15:26:01 -04:00
ScaledFontFontconfig.cpp Bug 1405790 - supply FontInstancePlatformOptions to WebRender. r=jrmuizel 2017-10-05 15:26:01 -04:00
ScaledFontFontconfig.h Bug 1405790 - supply FontInstancePlatformOptions to WebRender. r=jrmuizel 2017-10-05 15:26:01 -04:00
ScaledFontMac.cpp Bug 1408481 - send gfxMacFont font smoothing setting to WebRender. r=mstange 2017-10-29 20:21:10 -04:00
ScaledFontMac.h Bug 1408481 - send gfxMacFont font smoothing setting to WebRender. r=mstange 2017-10-29 20:21:10 -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
ShadersD2D.fx
ShadersD2D.h
ShadersD2D1.h
ShadersD2D1.hlsl
SourceSurfaceCairo.cpp
SourceSurfaceCairo.h
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
SourceSurfaceDual.h
SourceSurfaceRawData.cpp
SourceSurfaceRawData.h
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
Swizzle.cpp
Swizzle.h
SwizzleNEON.cpp
SwizzleSSE2.cpp
Tools.h Bug 1215089 - P7: Add support for 10/12 bits YUV surface with basic compositor. r=mattwoodrow 2017-09-29 16:37:56 +02:00
Triangle.h
Types.h Bug 1215089 - P7: Add support for 10/12 bits YUV surface with basic compositor. r=mattwoodrow 2017-09-29 16:37:56 +02: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
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
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
ssse3-scaler.h
u16string.h