gecko-dev/gfx/2d
Butkovits Atila dff61f12f4 Backed out changeset 4c5ad6cc4df3 (bug 1755718) for causing reftest failures. CLOSED TREE 2022-02-16 20:06:14 +02:00
..
unittest Bug 1618345 - Enforce proper color management by splitting gfx::Color into sRGBColor and DeviceColor types. r=jrmuizel 2020-03-09 14:16:17 +00:00
2D.h Bug 1587094 - Create a pref to control whether we use DirectWrite's bold simulation or multi-strike synthetic bold; default to multi-strike for webfonts. r=lsalzman 2022-02-09 12:07:05 +00:00
AutoHelpersWin.h
BaseCoord.h Bug 1675852 Part 1 - Mark more methods 'constexpr' in BaseCoord and nsSize. r=emilio 2020-11-06 22:22:02 +00:00
BaseMargin.h Bug 1667863 - Replace AppendToString for MarginTyped with ostream. r=mattwoodrow 2020-09-29 02:57:17 +00:00
BasePoint.h Bug 1625138 - Part 41: Remove no longer needed includes for mozilla/TypeTraits. r=froydnj 2020-03-28 16:00:09 +00:00
BasePoint3D.h
BasePoint4D.h
BaseRect.h Bug 1753507 - Simplify the implementation of BaseRect::Scale(). r=gfx-reviewers,bradwerth 2022-02-03 20:34:41 +00:00
BaseSize.h Bug 1667656 - Replace AppendToString of nsSize with ostream usage. r=mattwoodrow 2020-09-28 01:13:52 +00:00
BezierUtils.cpp
BezierUtils.h Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
BigEndianInts.h
Blur.cpp Bug 1622113 - Ensure the skip rect end is aligned to a 4-byte boundary. r=mstange 2020-03-21 00:19:23 +00:00
Blur.h Bug 1622113 - Ensure the skip rect end is aligned to a 4-byte boundary. r=mstange 2020-03-21 00:19:23 +00:00
BlurLS3.cpp Bug 1519636 - Reformat with clang-format-11 to the Google coding style r=andi,sg,geckoview-reviewers,snorp 2020-11-18 09:05:59 +00:00
BlurNEON.cpp
BlurSSE2.cpp Bug 1605934 - Use nested namespaces r=sg 2020-01-18 13:48:34 +00:00
BorrowedContext.h Bug 1732443 - Remove remaining XRender leftovers,r=emilio,stransky 2021-09-30 14:14:13 +00:00
BufferEdgePad.cpp
BufferEdgePad.h
BufferUnrotate.cpp
BufferUnrotate.h
ConicGradientEffectD2D1.cpp Bug 1617396 - Implement conic-gradient for Direct2D graphics backend. r=gfx-reviewers,nical 2020-10-08 19:58:15 +00:00
ConicGradientEffectD2D1.h Bug 1617396 - Implement conic-gradient for Direct2D graphics backend. r=gfx-reviewers,nical 2020-10-08 19:58:15 +00:00
ConvolutionFilter.cpp Bug 1648821. Limit the values we pass to SkConvolutionFilter1D::reserveAdditional so that SkTDArray::resizeStorageToAtLeast works correctly. r=lsalzman 2020-06-30 02:24:20 +00:00
ConvolutionFilter.h
Coord.h Bug 1726620 Part 1 - Generalize IntCoordTyped template to take a parameter as the underlying type. r=botond 2021-08-24 17:19:21 +00:00
CriticalSection.h
DWriteSettings.cpp Bug 1698946 p2: Add DWriteSettings to be used to retrieve font settings. r=jfkthame 2021-08-05 09:13:10 +00:00
DWriteSettings.h Bug 1698946 p2: Add DWriteSettings to be used to retrieve font settings. r=jfkthame 2021-08-05 09:13:10 +00:00
DataSourceSurface.cpp
DataSourceSurfaceWrapper.h
DataSurfaceHelpers.cpp
DataSurfaceHelpers.h
DrawEventRecorder.cpp Bug 1728240 - Remove DrawTargetWrapAndRecord and gfx.2d.recording pref. r=jrmuizel 2021-08-31 02:03:58 +00:00
DrawEventRecorder.h Bug 1728240 - Remove DrawTargetWrapAndRecord and gfx.2d.recording pref. r=jrmuizel 2021-08-31 02:03:58 +00:00
DrawTarget.cpp Bug 1728113 - Remove DrawTargetCapture and related code. r=jrmuizel 2021-08-30 16:35:50 +00:00
DrawTargetCairo.cpp Bug 1719215 - Constrain clipping in CreateSubImageForData(). r=lsalzman 2022-02-03 18:54:01 +00:00
DrawTargetCairo.h Bug 1728112 - Remove BorrowedCairoContext. r=jrmuizel 2021-08-30 16:35:49 +00:00
DrawTargetD2D1.cpp Bug 1336591 - Push clips when applying D2D gradients. r=gfx-reviewers,aosmond 2021-12-04 19:32:44 +00:00
DrawTargetD2D1.h Bug 1581475 - Don't attempt to draw if PreapreForDrawing fails. r=jrmuizel 2020-04-02 18:27:35 +00:00
DrawTargetOffset.cpp Bug 1662484 - Do not allow wrapping SourceSurfaceOffset around null surfaces r=mstange 2020-09-01 19:13:58 +00:00
DrawTargetOffset.h Bug 1728113 - Remove DrawTargetCapture and related code. r=jrmuizel 2021-08-30 16:35:50 +00:00
DrawTargetRecording.cpp Bug 1720152 - Recurse into replay for dependencies, rather than using a temp surface. r=jrmuizel,bobowen,emilio 2021-08-09 22:07:36 +00:00
DrawTargetRecording.h Bug 1720152 - Recurse into replay for dependencies, rather than using a temp surface. r=jrmuizel,bobowen,emilio 2021-08-09 22:07:36 +00:00
DrawTargetSkia.cpp Bug 1745556 - Support layering of Skia and WebGL contexts in accelerated canvas. r=gfx-reviewers,aosmond 2022-01-14 17:30:21 +00:00
DrawTargetSkia.h Bug 1745556 - Support layering of Skia and WebGL contexts in accelerated canvas. r=gfx-reviewers,aosmond 2022-01-14 17:30:21 +00:00
ExtendInputEffectD2D1.cpp Bug 1577236 - clang-10: Fix a -Wimplicit-int-float-conversion warning in ExtendInputEffectD2D1 r=jrmuizel 2020-02-07 18:06:11 +00:00
ExtendInputEffectD2D1.h
Factory.cpp Bug 1587094 - Create a pref to control whether we use DirectWrite's bold simulation or multi-strike synthetic bold; default to multi-strike for webfonts. r=lsalzman 2022-02-09 12:07:05 +00:00
FilterNodeD2D1.cpp Bug 1728205 - Remove DrawTargetDual. r=jrmuizel 2021-08-30 22:55:32 +00:00
FilterNodeD2D1.h Bug 1679522 - Fix include directives and forward declarations. r=andi,necko-reviewers,jgilbert 2021-03-25 10:19:44 +00:00
FilterNodeSoftware.cpp Bug 1746540 - Move --enable-logrefcnt to python configure. r=nika,firefox-build-system-reviewers,mhentges 2021-12-18 00:32:35 +00:00
FilterNodeSoftware.h Bug 1746540 - Move --enable-logrefcnt to python configure. r=nika,firefox-build-system-reviewers,mhentges 2021-12-18 00:32:35 +00:00
FilterProcessing.cpp
FilterProcessing.h
FilterProcessingSIMD-inl.h Bug 1518099 - Add support for lighter operator in feComposite r=jrmuizel,emilio 2021-01-05 20:49:00 +00:00
FilterProcessingSSE2.cpp Bug 1605934 - Use nested namespaces r=sg 2020-01-18 13:48:34 +00:00
FilterProcessingScalar.cpp
Filters.h Bug 1518099 - Add support for lighter operator in feComposite r=jrmuizel,emilio 2021-01-05 20:49:00 +00:00
FontVariation.h Bug 1701942 - Use bitwise equality for font variation value comparisons. r=jfkthame 2021-04-02 12:37:23 +00:00
GenericRefCounted.h Bug 1687391 - Avoid using a spinlock in ThreadSafeWeakReference, r=glandium,mccr8,Gankra,sg 2021-02-03 17:00:04 +00:00
GradientStopsD2D.h
Helpers.h
HelpersCairo.h
HelpersD2D.h Bug 1617396 - Implement conic-gradient for Direct2D graphics backend. r=gfx-reviewers,nical 2020-10-08 19:58:15 +00:00
HelpersSkia.h Backed out changeset 4c5ad6cc4df3 (bug 1755718) for causing reftest failures. CLOSED TREE 2022-02-16 20:06:14 +02:00
HelpersWinFonts.h Bug 1547063 - add SharedFTFace abstraction of FT_Face. r=jfkthame 2019-09-16 17:03:04 +00:00
ImageScaling.cpp Bug 1577910 - Remove using namespace std from gfx/2d r=nical 2019-09-01 18:32:06 +00:00
ImageScaling.h
ImageScalingSSE2.cpp Bug 1605934 - Use nested namespaces r=sg 2020-01-18 13:48:34 +00:00
InlineTranslator.cpp Bug 1720152 - Recurse into replay for dependencies, rather than using a temp surface. r=jrmuizel,bobowen,emilio 2021-08-09 22:07:36 +00:00
InlineTranslator.h Bug 1720152 - Recurse into replay for dependencies, rather than using a temp surface. r=jrmuizel,bobowen,emilio 2021-08-09 22:07:36 +00:00
IterableArena.h Bug 1609996 - Reorder some includes affected by the previous patches. r=froydnj 2020-01-20 16:19:48 +00:00
Logging.h Bug 1754130 - Implement SourceSurfaceWebgl for faster snapshots of DrawTargetWebgl. r=aosmond 2022-02-11 19:49:55 +00:00
LoggingConstants.h
LuminanceNEON.cpp
LuminanceNEON.h
MMIHelpers.h
MacIOSurface.cpp Bug 1736626 - Properly align more IOSurface properties. r=jrmuizel 2021-10-19 19:18:56 +00:00
MacIOSurface.h Bug 1459526 - Handle full-range video in Webrender. r=gw,lsalzman 2021-06-25 19:16:22 +00:00
Matrix.cpp Bug 1642603 - Make TransformAndClipBounds stop discarding the corner positions of empty rectangles. r=kip 2020-06-17 18:54:46 +00:00
Matrix.h Bug 1745556 - Add support for stroked paths to path cache. r=gfx-reviewers,aosmond 2022-01-14 17:30:22 +00:00
MatrixFwd.h
NativeFontResource.cpp Bug 1639385 - add memory reporter for NativeFontResource data. r=jrmuizel 2020-05-21 20:32:10 +00:00
NativeFontResourceDWrite.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=andi 2020-05-25 07:42:38 +00:00
NativeFontResourceDWrite.h Bug 1639385 - add memory reporter for NativeFontResource data. r=jrmuizel 2020-05-21 20:32:10 +00:00
NativeFontResourceFreeType.cpp Bug 1639385 - add memory reporter for NativeFontResource data. r=jrmuizel 2020-05-21 20:32:10 +00:00
NativeFontResourceFreeType.h Bug 1547063 - add SharedFTFace abstraction of FT_Face. r=jfkthame 2019-09-16 17:03:04 +00:00
NativeFontResourceGDI.cpp Bug 1639385 - add memory reporter for NativeFontResource data. r=jrmuizel 2020-05-21 20:32:10 +00:00
NativeFontResourceGDI.h Bug 1639385 - add memory reporter for NativeFontResource data. r=jrmuizel 2020-05-21 20:32:10 +00:00
NativeFontResourceMac.cpp Bug 1694161 - some fixes for the MacOS non unified environment. r=sg 2021-02-27 08:05:46 +00:00
NativeFontResourceMac.h Bug 1674175 - Add a memory reporter for memory allocated in NativeFontResourceMac::Create. r=mstange 2020-10-30 00:29:55 +00:00
NumericTools.h
Path.cpp Bug 1713520 - Remove "else" after "return" in FindInflectionPoints r=nical 2021-06-17 12:39:16 +00:00
PathAnalysis.h
PathCairo.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-07-06 08:18:28 +00:00
PathCairo.h
PathD2D.cpp Bug 1663703 - only allow PathD2D::ContainsPoint to proceed if transform is invertible. r=bobowen 2020-12-09 12:03:11 +00:00
PathD2D.h
PathHelpers.cpp
PathHelpers.h Bug 1613985 - Fix bustage on PathHelpers.h. r=fix CLOSED TREE 2020-03-04 18:36:20 +02:00
PathRecording.cpp Bug 1627480 - Fix non-unified build errors in gfx/2d. r=tnikkel 2020-04-04 23:48:48 +00:00
PathRecording.h Bug 1627480 - Fix non-unified build errors in gfx/2d. r=tnikkel 2020-04-04 23:48:48 +00:00
PathSkia.cpp Bug 1745556 - Add support for stroked paths to path cache. r=gfx-reviewers,aosmond 2022-01-14 17:30:22 +00:00
PathSkia.h Bug 1745556 - Add support for stroked paths to path cache. r=gfx-reviewers,aosmond 2022-01-14 17:30:22 +00:00
PatternHelpers.h Bug 1697344 p3: Don't hold the GradientStops object on CanvasGradient. r=jrmuizel 2021-03-29 12:12:21 +00:00
Point.h Bug 1519636 - Reformat recent changes to the Google coding style. r=emilio 2021-05-24 15:08:47 +00:00
Polygon.h Bug 1626570 - Improve handling of copying arrays in gfx/. r=jrmuizel 2020-05-05 12:55:27 +00:00
QuartzSupport.h
QuartzSupport.mm Bug 1685183 Part 1: Make MacIOSurface always use 1.0 scale, and update callsites. r=jgilbert 2021-04-08 16:42:06 +00:00
Quaternion.cpp Bug 1577910 - Remove using namespace std from gfx/2d r=nical 2019-09-01 18:32:06 +00:00
Quaternion.h Bug 1650714 - Part 2: Correct XRRigidTransform inverse math r=daoshengmu,kip,lsalzman 2020-07-10 22:01:11 +00:00
RadialGradientEffectD2D1.cpp Bug 1618345 - Enforce proper color management by splitting gfx::Color into sRGBColor and DeviceColor types. r=jrmuizel 2020-03-09 14:16:17 +00:00
RadialGradientEffectD2D1.h
RecordedEvent.cpp Bug 1720152 - Recurse into replay for dependencies, rather than using a temp surface. r=jrmuizel,bobowen,emilio 2021-08-09 22:07:36 +00:00
RecordedEvent.h Bug 1393362 - Make more RecordedEvent implementations fallible. r=bobowen 2021-11-01 19:33:28 +00:00
RecordedEventImpl.h Bug 1519636 - First reformat with clang-format 13.0.0. r=firefox-build-system-reviewers,sylvestre,mhentges 2021-11-16 08:07:30 +00:00
RecordingTypes.h Bug 1641256: Don't deactivate remote canvas due to read error when the writer has already failed. r=jrmuizel 2020-07-07 19:30:14 +00:00
Rect.h Bug 1679208 - Improve non-native theme with fractional scaling. r=heycam 2020-11-30 04:48:07 +00:00
RectAbsolute.h Bug 1742006 - Fix documents of rect types' Union and SaturatingUnion, and add a test. r=gfx-reviewers,mstange 2021-11-22 03:26:19 +00:00
SFNTData.cpp Bug 1653335 - Remove uses of MakeSpan in return statements. r=froydnj 2020-08-07 07:42:50 +00:00
SFNTData.h Bug 1650741 - Remove unused gfx/2d/u16string.h. r=bas 2020-08-17 16:05:44 +00:00
SIMD.h
SSEHelpers.h
SVGTurbulenceRenderer-inl.h Bug 1609996 - Remove mozilla::Swap in favor of std::swap. r=froydnj 2020-01-20 16:17:06 +00:00
Scale.cpp Bug 1722454 - Remove USE_SKIA. r=gfx-reviewers,jrmuizel 2021-07-29 23:29:44 +00:00
Scale.h
ScaleFactor.h Bug 1603409 - add missing operator= definitions for gfx/2d classes; r=botond 2019-12-13 17:58:55 +00:00
ScaleFactors2D.h Bug 1732423. Backout https://hg.mozilla.org/mozilla-central/rev/743007ddfecc from bug 1731929 because we don't need it anymore. r=botond 2021-09-30 05:55:36 +00:00
ScaledFontBase.cpp Bug 1722454 - Remove USE_SKIA. r=gfx-reviewers,jrmuizel 2021-07-29 23:29:44 +00:00
ScaledFontBase.h Bug 1722454 - Remove USE_SKIA. r=gfx-reviewers,jrmuizel 2021-07-29 23:29:44 +00:00
ScaledFontDWrite.cpp Bug 1587094 - Create a pref to control whether we use DirectWrite's bold simulation or multi-strike synthetic bold; default to multi-strike for webfonts. r=lsalzman 2022-02-09 12:07:05 +00:00
ScaledFontDWrite.h Bug 1587094 - Create a pref to control whether we use DirectWrite's bold simulation or multi-strike synthetic bold; default to multi-strike for webfonts. r=lsalzman 2022-02-09 12:07:05 +00:00
ScaledFontFontconfig.cpp Bug 1454152 - Allow bitmaps from emoji fonts that have no outlines with Fontconfig. r=jfkthame 2021-12-09 22:12:18 +00:00
ScaledFontFontconfig.h Bug 1722454 - Remove USE_SKIA. r=gfx-reviewers,jrmuizel 2021-07-29 23:29:44 +00:00
ScaledFontFreeType.cpp Bug 1722454 - Remove USE_SKIA. r=gfx-reviewers,jrmuizel 2021-07-29 23:29:44 +00:00
ScaledFontFreeType.h Bug 1722454 - Remove USE_SKIA. r=gfx-reviewers,jrmuizel 2021-07-29 23:29:44 +00:00
ScaledFontMac.cpp Backed out changeset 12f866a5b267 (bug 1587094) for wrench bustages on synthetic-bold.yaml . CLOSED TREE 2022-02-03 22:23:07 +02:00
ScaledFontMac.h Bug 1738589 - Let Gecko decide if WR Mac font has color glyphs. r=jfkthame 2021-11-10 22:16:13 +00:00
ScaledFontWin.cpp Bug 1722454 - Remove USE_SKIA. r=gfx-reviewers,jrmuizel 2021-07-29 23:29:44 +00:00
ScaledFontWin.h Bug 1722454 - Remove USE_SKIA. r=gfx-reviewers,jrmuizel 2021-07-29 23:29:44 +00:00
ShadersD2D.fx Bug 1617396 - Implement conic-gradient for Direct2D graphics backend. r=gfx-reviewers,nical 2020-10-08 19:58:15 +00:00
ShadersD2D.h Bug 1617396 - Fix more linting opt failures. CLOSED TREE DONTBUILD 2020-10-09 04:44:56 +03:00
ShadersD2D1.h Bug 1617396 - Fix more linting opt failures. CLOSED TREE DONTBUILD 2020-10-09 04:44:56 +03:00
ShadersD2D1.hlsl Bug 1617396 - Implement conic-gradient for Direct2D graphics backend. r=gfx-reviewers,nical 2020-10-08 19:58:15 +00:00
SourceSurfaceCairo.cpp
SourceSurfaceCairo.h
SourceSurfaceD2D1.cpp Bug 1732208 - Silence the unused-but-set-variable warning in gfx. r=gfx-reviewers,nical 2021-09-28 00:02:45 +00:00
SourceSurfaceD2D1.h Bug 1699352 - Fix DrawTargetD2D1::mVRAMUsageSS handling r=jrmuizel 2021-03-23 01:17:19 +00:00
SourceSurfaceRawData.cpp Bug 1728113 - Remove DrawTargetCapture and related code. r=jrmuizel 2021-08-30 16:35:50 +00:00
SourceSurfaceRawData.h Bug 1728113 - Remove DrawTargetCapture and related code. r=jrmuizel 2021-08-30 16:35:50 +00:00
SourceSurfaceSkia.cpp Bug 1739448 - Reduce Skia header pollution in Moz2D from sk_sp. r=gfx-reviewers,jgilbert 2021-11-11 07:16:57 +00:00
SourceSurfaceSkia.h Bug 1739448 - Reduce Skia header pollution in Moz2D from sk_sp. r=gfx-reviewers,jgilbert 2021-11-11 07:16:57 +00:00
StackArray.h
Swizzle.cpp Bug 1751205 - Part 1. Add Swizzle/PremultiplyYFlipData helper methods. r=gfx-reviewers,lsalzman,jgilbert 2022-02-01 13:20:49 +00:00
Swizzle.h Bug 1751205 - Part 1. Add Swizzle/PremultiplyYFlipData helper methods. r=gfx-reviewers,lsalzman,jgilbert 2022-02-01 13:20:49 +00:00
SwizzleAVX2.cpp Bug 1605934 - Use nested namespaces r=sg 2020-01-18 13:48:34 +00:00
SwizzleNEON.cpp Bug 1622220 - Add UnpremultiplyRow and extend SwizzleRow. r=lsalzman 2020-04-08 12:50:40 +00:00
SwizzleSSE2.cpp Bug 1622220 - Add UnpremultiplyRow and extend SwizzleRow. r=lsalzman 2020-04-08 12:50:40 +00:00
SwizzleSSSE3.cpp Bug 1605934 - Use nested namespaces r=sg 2020-01-18 13:48:34 +00:00
Tools.h Bug 1609996 - Reorder some includes affected by the previous patches. r=froydnj 2020-01-20 16:19:48 +00:00
Triangle.h Bug 1609996 - Reorder some includes affected by the previous patches. r=froydnj 2020-01-20 16:19:48 +00:00
Types.cpp Bug 1749390 - Add debug support for mozilla::Side. r=gfx-reviewers,lsalzman 2022-01-11 08:47:23 +00:00
Types.h Bug 1754130 - Implement SourceSurfaceWebgl for faster snapshots of DrawTargetWebgl. r=aosmond 2022-02-11 19:49:55 +00:00
UnscaledFontDWrite.h Bug 1611467 - unify UnscaledFont::GetFontDescriptor and GetWRFontDescriptor implementations. r=jrmuizel 2020-03-26 16:11:00 +00:00
UnscaledFontFreeType.cpp Bug 1611467 - unify UnscaledFont::GetFontDescriptor and GetWRFontDescriptor implementations. r=jrmuizel 2020-03-26 16:11:00 +00:00
UnscaledFontFreeType.h Bug 1454152 - Allow bitmaps from emoji fonts that have no outlines with Fontconfig. r=jfkthame 2021-12-09 22:12:18 +00:00
UnscaledFontGDI.h
UnscaledFontMac.h Bug 1732629 - [gfx/2d] Get non-localized variation axis names from CoreGraphics in ScaledFontMac, so that we set up the CGFont correctly with variation values. r=jrmuizel 2021-10-27 14:15:12 +00:00
UserData.h
dw-extra.h Bug 1519636 - First reformat with clang-format 13.0.0. r=firefox-build-system-reviewers,sylvestre,mhentges 2021-11-16 08:07:30 +00:00
genshaders.sh Bug 1617396 - Implement conic-gradient for Direct2D graphics backend. r=gfx-reviewers,nical 2020-10-08 19:58:15 +00:00
gfx2d.sln
gfx2d.vcxproj
moz.build Bug 1738401 - Remove -Wno-shadow warning suppressions. r=firefox-build-system-reviewers,glandium 2021-12-01 06:40:04 +00:00
ssse3-scaler.c
ssse3-scaler.h Bug 1679522 - Fix include directives and forward declarations. r=andi,necko-reviewers,jgilbert 2021-03-25 10:19:44 +00:00