gecko-dev/gfx/2d
Jeff Gilbert afdbf9538b Bug 1459526 - Handle full-range video in Webrender. r=gw,lsalzman
+ Begin to add video tests to ensure we ratchet towards correctness.
+ Test rec709 x (yuv420p, yuv420p10, gbrp) x (tv, pc) x codecs.
+ Just mark fuzziness for now. Better would be e.g. 16_127_233 'bad
  references'.

Differential Revision: https://phabricator.services.mozilla.com/D115298
2021-06-25 19:16:22 +00: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 1711948 - Add surfaces from image containers to the memory report. r=tnikkel 2021-05-20 12:31:27 +00:00
AutoHelpersWin.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
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 Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
BasePoint4D.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
BaseRect.h Bug 1714081 - Add SafeIntersect. r=nical 2021-06-02 16:02:53 +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 Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
BezierUtils.h Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
BigEndianInts.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
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 Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
BlurSSE2.cpp Bug 1605934 - Use nested namespaces r=sg 2020-01-18 13:48:34 +00:00
BorrowedContext.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
BufferEdgePad.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
BufferEdgePad.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
BufferUnrotate.cpp Bug 1528881 - Part 4: gfx/2d: Make some global functions static. r=lsalzman 2019-02-16 18:08:30 -08:00
BufferUnrotate.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
CGTextDrawing.h Bug 1677854 - Bail out early in EnsureValidPremultipliedData if the text is offscreen. r=lsalzman 2020-11-30 23:15:15 +00:00
CaptureCommandList.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
CaptureCommandList.h Bug 1609996 - Reorder some includes affected by the previous patches. r=froydnj 2020-01-20 16:19:48 +00:00
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 Bug 1540581 - P6. Tidy some C++ declarations in gfx/. r=gerald,jrmuizel 2019-04-11 12:36:51 +00:00
Coord.h Bug 1696584 - Change 'typedef' to 'using' in Coord.h. r=emilio 2021-03-07 23:07:07 +00:00
CriticalSection.h Bug 1540581 - P6. Tidy some C++ declarations in gfx/. r=gerald,jrmuizel 2019-04-11 12:36:51 +00:00
DataSourceSurface.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
DataSourceSurfaceWrapper.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
DataSurfaceHelpers.cpp Bug 1522310. Use GetRect() instead of IntRect(IntPoint(), GetSize()) in Filters code. r=mstange 2019-01-25 23:03:16 +00:00
DataSurfaceHelpers.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
DrawCommand.h Bug 1540581 - P6. Tidy some C++ declarations in gfx/. r=gerald,jrmuizel 2019-04-11 12:36:51 +00:00
DrawCommands.h Bug 1627480 - Fix non-unified build errors in gfx/2d. r=tnikkel 2020-04-04 23:48:48 +00:00
DrawEventRecorder.cpp Bug 1705173 - Fix memory leaks with gfx::MemStream. r=lsalzman 2021-04-14 19:30:53 +00:00
DrawEventRecorder.h Bug 708901 - Migrate to nsTHashSet in gfx/ipc. r=jrmuizel 2021-03-23 10:36:37 +00:00
DrawTarget.cpp Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
DrawTargetCairo.cpp Bug 1540737 - Implement PushLayerWithBlend for DrawTargetCairo. r=jrmuizel 2021-05-19 01:11:30 +00:00
DrawTargetCairo.h Bug 1540737 - Implement PushLayerWithBlend for DrawTargetCairo. r=jrmuizel 2021-05-19 01:11:30 +00:00
DrawTargetCapture.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
DrawTargetCapture.h 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
DrawTargetD2D1.cpp Bug 1617520 - Check for failure when creating default dwrite rendering params. r=lsalzman 2020-11-13 20:04:52 +00:00
DrawTargetD2D1.h Bug 1581475 - Don't attempt to draw if PreapreForDrawing fails. r=jrmuizel 2020-04-02 18:27:35 +00:00
DrawTargetDual.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
DrawTargetDual.h 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
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 1662484 - Do not allow wrapping SourceSurfaceOffset around null surfaces r=mstange 2020-09-01 19:13:58 +00:00
DrawTargetRecording.cpp Bug 454059 - Support Link in DrawTargetRecording and playback. r=jrmuizel 2021-05-11 17:00:29 +00:00
DrawTargetRecording.h Bug 454059 - Support Link in DrawTargetRecording and playback. r=jrmuizel 2021-05-11 17:00:29 +00:00
DrawTargetSkia.cpp Bug 1714596 - Don't try to create a temporary DrawTarget for zero-sized blend modes. r=jrmuizel 2021-06-14 23:46:59 +00:00
DrawTargetSkia.h 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
DrawTargetTiled.cpp Bug 1627480 - Fix non-unified build errors in gfx/2d. r=tnikkel 2020-04-04 23:48:48 +00:00
DrawTargetTiled.h 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
DrawTargetWrapAndRecord.cpp Bug 1697344 p3: Don't hold the GradientStops object on CanvasGradient. r=jrmuizel 2021-03-29 12:12:21 +00:00
DrawTargetWrapAndRecord.h Bug 1662336 - Implement dependent surface support in the print recording code. r=bobowen 2020-10-08 19:19:39 +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 Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
Factory.cpp Bug 1702133: Add null checks to AutoSerializeWithMoz2D. r=jnicol 2021-03-31 08:14:31 +00:00
FilterNodeCapture.cpp Bug 1429613 - Variant matcher callbacks renamed from `match` to `operator()` - r=froydnj 2019-04-02 11:53:47 +00:00
FilterNodeCapture.h 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
FilterNodeD2D1.cpp Bug 1518099 - Add support for lighter operator in feComposite r=jrmuizel,emilio 2021-01-05 20:49:00 +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 1715524 - Make FilterNodeComponentTransferSoftware::GenerateLookupTable identify table dynamic. r=jrmuizel 2021-06-15 14:59:56 +00:00
FilterNodeSoftware.h 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
FilterProcessing.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
FilterProcessing.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
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 Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
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 Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
Helpers.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
HelpersCairo.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
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 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
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 Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
ImageScalingSSE2.cpp Bug 1605934 - Use nested namespaces r=sg 2020-01-18 13:48:34 +00:00
InlineTranslator.cpp Bug 1662336 - Add API to InlineTranslator to allow allocation of backing buffers for dependent surfaces during playback. r=lsalzman,jrmuizel 2020-10-07 20:29:48 +00:00
InlineTranslator.h Bug 1697344 p3: Don't hold the GradientStops object on CanvasGradient. r=jrmuizel 2021-03-29 12:12:21 +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 1711948 - Add surfaces from image containers to the memory report. r=tnikkel 2021-05-20 12:31:27 +00:00
LoggingConstants.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
LuminanceNEON.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
LuminanceNEON.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
MMIHelpers.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
MacIOSurface.cpp Bug 1685183 Part 1: Make MacIOSurface always use 1.0 scale, and update callsites. r=jgilbert 2021-04-08 16:42:06 +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 1711834 - Let the compiler generate the Matrix4x4Typed copy assignment operator. r=mattwoodrow 2021-05-24 20:58:11 +00:00
MatrixFwd.h Bug 1532375 - Implement Matrix4x4Double and QuaternionDouble r=lsalzman 2019-03-19 17:19:47 +00:00
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 Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
Path.cpp Bug 1713520 - Remove "else" after "return" in FindInflectionPoints r=nical 2021-06-17 12:39:16 +00:00
PathAnalysis.h Bug 1546894 - Keep track of current and begin points in path objects in case we'll create a builder from them. r=lsalzman 2019-06-05 09:55:46 +02:00
PathCairo.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-07-06 08:18:28 +00:00
PathCairo.h Bug 1546894 - Keep track of current and begin points in path objects in case we'll create a builder from them. r=lsalzman 2019-06-05 09:55:46 +02:00
PathCapture.cpp Bug 1577910 - Remove using namespace std from gfx/2d r=nical 2019-09-01 18:32:06 +00:00
PathCapture.h Bug 1546894 - Keep track of current and begin points in path objects in case we'll create a builder from them. r=lsalzman 2019-06-05 09:55:46 +02:00
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 Bug 1546894 - Keep track of current and begin points in path objects in case we'll create a builder from them. r=lsalzman 2019-06-05 09:55:46 +02:00
PathHelpers.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
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 1684050 - choose appropriate stroke res scale for PathSkia::StrokeContainsPoint. r=bobowen 2021-01-14 09:01:54 +00:00
PathSkia.h Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-07-06 08:18:28 +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 Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
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 Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
RecordedEvent.cpp Bug 454059 - Support Link in DrawTargetRecording and playback. r=jrmuizel 2021-05-11 17:00:29 +00:00
RecordedEvent.h Bug 454059 - Support Link in DrawTargetRecording and playback. r=jrmuizel 2021-05-11 17:00:29 +00:00
RecordedEventImpl.h Bug 454059 - Support Link in DrawTargetRecording and playback. r=jrmuizel 2021-05-11 17:00:29 +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 1667176 - Use ostream operator instead of AppendToString for nsRectAbsolute. r=mattwoodrow 2020-09-25 08:57:25 +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 Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
SSEHelpers.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
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 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
Scale.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
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 1648955 - Stop process changing loads in inactive subframes, r=mattwoodrow,annyG 2020-07-24 22:19:38 +00:00
ScaledFontBase.cpp Bug 1584268 - only instantiate Cairo fonts when drawing to Cairo target. r=jfkthame 2019-10-01 21:56:30 +00:00
ScaledFontBase.h Bug 1584268 - only instantiate Cairo fonts when drawing to Cairo target. r=jfkthame 2019-10-01 21:56:30 +00:00
ScaledFontDWrite.cpp Bug 1677301 - try to catch exceptions while reading font file data in ScaledFontDWrite. r=jfkthame 2020-12-09 10:41:34 +00:00
ScaledFontDWrite.h Bug 1593970 - scale subpixel contribution based on ClearType level setting. r=jfkthame 2019-11-09 13:03:47 +00:00
ScaledFontFontconfig.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
ScaledFontFontconfig.h Bug 1583707 - enable text subpixel positioning on Android and Linux. r=jfkthame 2019-10-02 14:04:45 +00:00
ScaledFontFreeType.cpp Bug 1611467 - unify UnscaledFont::GetFontDescriptor and GetWRFontDescriptor implementations. r=jrmuizel 2020-03-26 16:11:00 +00:00
ScaledFontFreeType.h Bug 1583707 - enable text subpixel positioning on Android and Linux. r=jfkthame 2019-10-02 14:04:45 +00:00
ScaledFontMac.cpp Bug 1690235. Fix creating variation CTFonts. r=lsalzman 2021-02-09 22:27:33 +00:00
ScaledFontMac.h Bug 1519636 - Reformat recent changes to the Google coding style r=andi 2020-11-04 18:46:00 +00:00
ScaledFontWin.cpp Bug 1625590 Part 3: Make UnscaledFontGDI::GetFontDescriptor unilaterally return false. r=jrmuizel 2020-11-19 17:01:54 +00:00
ScaledFontWin.h Bug 1584268 - only instantiate Cairo fonts when drawing to Cairo target. r=jfkthame 2019-10-01 21:56:30 +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 Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
SourceSurfaceCairo.h Bug 1540581 - P6. Tidy some C++ declarations in gfx/. r=gerald,jrmuizel 2019-04-11 12:36:51 +00:00
SourceSurfaceCapture.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in gfx. r=jrmuizel 2020-03-04 15:39:20 +00:00
SourceSurfaceCapture.h Bug 1612589 - Improve image memory reporting even further. r=tnikkel 2020-02-05 22:22:13 +00:00
SourceSurfaceD2D1.cpp Bug 1699352 - Fix DrawTargetD2D1::mVRAMUsageSS handling r=jrmuizel 2021-03-23 01:17:19 +00:00
SourceSurfaceD2D1.h Bug 1699352 - Fix DrawTargetD2D1::mVRAMUsageSS handling r=jrmuizel 2021-03-23 01:17:19 +00:00
SourceSurfaceDual.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
SourceSurfaceRawData.cpp Bug 1612589 - Improve image memory reporting even further. r=tnikkel 2020-02-05 22:22:13 +00:00
SourceSurfaceRawData.h Bug 1711948 - Add surfaces from image containers to the memory report. r=tnikkel 2021-05-20 12:31:27 +00:00
SourceSurfaceSkia.cpp Bug 1676257 - make SourceSurfaceSkia's draw target pointer atomic. r=mattwoodrow 2020-11-12 02:30:53 +00:00
SourceSurfaceSkia.h Bug 1676257 - make SourceSurfaceSkia's draw target pointer atomic. r=mattwoodrow 2020-11-12 02:30:53 +00:00
StackArray.h Bug 1540581 - P6. Tidy some C++ declarations in gfx/. r=gerald,jrmuizel 2019-04-11 12:36:51 +00:00
Swizzle.cpp Bug 1622220 - Add UnpremultiplyRow and extend SwizzleRow. r=lsalzman 2020-04-08 12:50:40 +00:00
Swizzle.h Bug 1622220 - Add UnpremultiplyRow and extend SwizzleRow. r=lsalzman 2020-04-08 12:50:40 +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 1666802 - Move the SurfaceFormat serializer into an ostream operator. r=mattwoodrow 2020-10-11 23:22:28 +00:00
Types.h Bug 1459526 - Handle full-range video in Webrender. r=gw,lsalzman 2021-06-25 19:16:22 +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 1611467 - unify UnscaledFont::GetFontDescriptor and GetWRFontDescriptor implementations. r=jrmuizel 2020-03-26 16:11:00 +00:00
UnscaledFontGDI.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
UnscaledFontMac.h Bug 1672088. Avoid creating CTFonts from CGFonts when using NativeFontResourceMac. r=lsalzman 2020-10-20 15:48:26 +00:00
UserData.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
dw-extra.h Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09: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 1697670 - Remove gfx::YUVColorSpace::UNKNOWN. r=mstange 2021-03-19 00:58:23 +00:00
ssse3-scaler.c Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
ssse3-scaler.h Bug 1679522 - Fix include directives and forward declarations. r=andi,necko-reviewers,jgilbert 2021-03-25 10:19:44 +00:00