..
unittest
Bug 923512 - Introduce strongly-typed coordinate classes. r=kats,Bas
2014-08-19 13:08:16 -04:00
2D.h
Bug 1099335: Base decision to use a complex clip on whether a DT supports regoin clipping. r=jrmuizel
2014-11-16 19:17:40 +00:00
BaseCoord.h
Bug 923512 - Introduce strongly-typed coordinate classes. r=kats,Bas
2014-08-19 13:08:16 -04:00
BaseMargin.h
Back out 5 changesets (bug 1028460, bug 1031444) for somehow breaking asmjscache/test/test_cachingBasic.html on Android 2.2
2014-06-28 22:01:28 -07:00
BasePoint.h
Bug 1057642 - Revert [Int]::PointTyped::[x|y] to be of primitive type. r=kats
2014-08-28 12:45:48 -04:00
BasePoint3D.h
Bug 936458 - Use MOZ_ASSERT instead of NS_ABORT_IF_FALSE in BasePoint3D.h and BasePoint4D.h because NS_ABORT_IF_FALSE is not in mfbt and can't be used in standalone moz2d. r=Bas
2013-11-20 17:20:50 +01:00
BasePoint4D.h
Bug 952977: Switch some uses of gfx3DMatrix in nsLayoutUtils to Matrix4x4 r=nical
2014-08-22 09:40:02 -04:00
BaseRect.h
Bug 1092222, part 2 - Add CCWCorner, CCWCorner and CWCorner methods to BaseRect. r=roc
2014-11-03 10:01:58 +00:00
BaseSize.h
Bug 940845 - Part 4: Add BlurRectangle to gfxAlphaBoxBlur and use it. r=roc
2013-11-26 12:08:29 +13:00
Blur.cpp
Bug 1067998 - Fix OOM crash in gfxAlphaBoxBlur::Init on large blur surface. r=Bas
2014-09-17 08:46:42 +01:00
Blur.h
Bug 1067998 - Fix OOM crash in gfxAlphaBoxBlur::Init on large blur surface. r=Bas
2014-09-17 08:46:42 +01:00
BlurSSE2.cpp
Bug 921495 - Speed up blurring by processing and packing 16 pixels at a time. r=Bas
2013-11-21 17:44:52 +01:00
BorrowedContext.h
Bug 1050610 - Fix more bad implicit constructors in gfx; r=roc
2014-08-07 21:17:30 -04:00
Coord.h
Bug 1060802 - Fix some more bad implicit constructors in gfx; r=roc
2014-08-31 23:31:20 -04:00
DataSourceSurface.cpp
Bug 1024983 - Stop addrefing and releasing excessively in the Moz2D code in functions that return a TemporaryRef. r=mstange
2014-06-13 17:09:23 +01:00
DataSourceSurfaceWrapper.h
Bug 1050610 - Fix more bad implicit constructors in gfx; r=roc
2014-08-07 21:17:30 -04:00
DataSurfaceHelpers.cpp
Bug 1023336, part 2 - Use the new BufferSizeFromStrideAndHeight helper where appropriate in Moz2D code. r=Bas
2014-06-13 22:03:52 +01:00
DataSurfaceHelpers.h
Bug 1063733 - Optimize DataSourceSurface allocation, r=bas,seth
2014-09-10 17:54:16 -04:00
DrawCommand.h
Bug 1060802 - Fix some more bad implicit constructors in gfx; r=roc
2014-08-31 23:31:20 -04:00
DrawEventRecorder.cpp
…
DrawEventRecorder.h
Bug 1050610 - Fix more bad implicit constructors in gfx; r=roc
2014-08-07 21:17:30 -04:00
DrawTarget.cpp
Bug 1039568: Add a capture DrawTarget to Moz2D. r=jrmuizel
2014-08-01 18:01:47 +02:00
DrawTargetCG.cpp
Bug 1097437. Work around Quartz bug where corners of stroked rects don't get a solid color when they should. r=jrmuizel
2014-11-12 20:52:57 +13:00
DrawTargetCG.h
Bug 1055622 - Add support for specifying the font smoothing background color to Moz2D. r=Bas, r=jrmuizel
2014-10-24 18:32:23 +02:00
DrawTargetCairo.cpp
Bug 1083755 - Port the CAIRO_COORD_MAX code in nsRenderingContext::FillRect to DrawTargetCairo::FillRect. r=Bas, a=kwierso
2014-11-06 22:07:36 +00:00
DrawTargetCairo.h
Backed out changeset c9c8c4ae8e0f (bug 997304) for bustage on a CLOSED TREE
2014-07-01 08:12:19 +02:00
DrawTargetCapture.cpp
Bug 1039568: Add a capture DrawTarget to Moz2D. r=jrmuizel
2014-08-01 18:01:47 +02:00
DrawTargetCapture.h
Bug 1039568: Add a capture DrawTarget to Moz2D. r=jrmuizel
2014-08-01 18:01:47 +02:00
DrawTargetD2D.cpp
Bug 1075616 - Do partial uploads of non-D2D SourceSurfaces when we have a sampling rect. r=Bas
2014-09-24 13:23:15 -04:00
DrawTargetD2D.h
Bug 1099335: Base decision to use a complex clip on whether a DT supports regoin clipping. r=jrmuizel
2014-11-16 19:17:40 +00:00
DrawTargetD2D1.cpp
Bug 1097293: Do not draw radial gradients when centers and radii are identical. r=jrmuizel
2014-11-12 15:05:13 +00:00
DrawTargetD2D1.h
Bug 1099335: Base decision to use a complex clip on whether a DT supports regoin clipping. r=jrmuizel
2014-11-16 19:17:40 +00:00
DrawTargetDual.cpp
Bug 1061712 - Fix missing include. r=me
2014-09-16 14:55:03 +02:00
DrawTargetDual.h
Bug 1025138 - Integrate DrawTargetTiled preffed off. r=mattwoodrow
2014-08-06 14:40:03 +02:00
DrawTargetRecording.cpp
Bug 1060802 - Fix some more bad implicit constructors in gfx; r=roc
2014-08-31 23:31:20 -04:00
DrawTargetRecording.h
Bug 1027763, part 4 - Add a new DrawTarget::GetType() method and three generic type enum values for it to return. r=Bas, r=jrmuizel
2014-06-27 10:17:49 +01:00
DrawTargetSkia.cpp
Bug 880114 - Enhance render video-to-SkiaGL performance by GPU-based color space conversioni, r=gw280
2014-11-11 21:14:00 +01:00
DrawTargetSkia.h
[PATCH 15/15] Bug 1017113 - Use RefPtrSkia instead of SkRefPtr as it no longer exists. r=mattwoodrow
2014-08-06 12:01:44 -04:00
DrawTargetTiled.cpp
Bug 1062071 - Mark TileInternal's constructor as explicit; r=mattwoodrow
2014-09-03 08:11:28 -04:00
DrawTargetTiled.h
Bug 1062071 - Mark TileInternal's constructor as explicit; r=mattwoodrow
2014-09-03 08:11:28 -04:00
Factory.cpp
Bug 1055622 - Add support for specifying the font smoothing background color to Moz2D. r=Bas, r=jrmuizel
2014-10-24 18:32:23 +02:00
FilterNodeD2D1.cpp
Bug 983574 - When setting a SourceSurface input on a FilterNodeD2D1, delay the conversion to ID2D1Image until the actual DrawFilter call. r=Bas
2014-09-25 15:18:29 -04:00
FilterNodeD2D1.h
Bug 983574 - When setting a SourceSurface input on a FilterNodeD2D1, delay the conversion to ID2D1Image until the actual DrawFilter call. r=Bas
2014-09-25 15:18:29 -04:00
FilterNodeSoftware.cpp
Bug 1076695 - Don't convert alpha surfaces into RGBA surfaces for FilterNodeTransformSoftware. r=Bas
2014-10-16 12:35:58 +02:00
FilterNodeSoftware.h
Bug 935778 - Part 0.7: Emit the correct type name from FilterNodeLightingSoftware; r=jrmuizel, parts r=dbaron
2014-02-26 10:13:48 -05:00
FilterProcessing.cpp
Bug 1047477 - "Add support for all blend mode to feBlend". r=longsonr r=bz
2014-09-12 16:32:00 +02:00
FilterProcessing.h
Bug 1047477 - "Add support for all blend mode to feBlend". r=longsonr r=bz
2014-09-12 16:32:00 +02:00
FilterProcessingSIMD-inl.h
Bug 958977. r=Bas
2014-02-07 13:24:54 +01:00
FilterProcessingSSE2.cpp
Bug 924102 - Add filter processing code for many SVG filters. r=Bas
2013-11-27 12:22:27 +01:00
FilterProcessingScalar.cpp
Bug 1047477 - "Add support for all blend mode to feBlend". r=longsonr r=bz
2014-09-12 16:32:00 +02:00
Filters.h
Bug 1047477 - "Add support for all blend mode to feBlend". r=longsonr r=bz
2014-09-12 16:32:00 +02:00
GenericRefCounted.h
Bug 987667 - Make GenericAtomicRefCounted thread-safe; r=bjacob
2014-03-25 13:58:48 -04:00
GradientStopsD2D.h
Bug 935778 - Part 0.6: Add support for MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME and use it in moz2d
2014-02-24 08:23:37 -05:00
Helpers.h
Back out 2 changesets (bug 1085529) for win8 chrome reftest failures
2014-10-25 22:02:57 -07:00
HelpersCairo.h
Bug 1066280 - Add TexClient for ShSurf. - r=kamidphish,mattwoodrow
2014-10-07 21:01:51 -07:00
HelpersD2D.h
Bug 1075616 - Do partial uploads of non-D2D SourceSurfaces when we have a sampling rect. r=Bas
2014-09-24 13:23:15 -04:00
HelpersSkia.h
Bug 1060802 - Fix some more bad implicit constructors in gfx; r=roc
2014-08-31 23:31:20 -04:00
ImageScaling.cpp
Bug 1023336, part 2 - Use the new BufferSizeFromStrideAndHeight helper where appropriate in Moz2D code. r=Bas
2014-06-13 22:03:52 +01:00
ImageScaling.h
…
ImageScalingSSE2.cpp
Bug 966362 - Fix copy/paste error to fix typo in gfx2d. r=Bas
2014-08-07 17:45:08 -07:00
Logging.h
Bug 1072605 - Just use PR_LOGGING to determine if logging is enabled. r=Bas
2014-10-06 09:33:06 -07:00
MacIOSurface.cpp
Bug 1059066 - Add various IOSurface related methods to MacIOSurface wrapper. r=mattwoodrow
2014-09-03 17:09:24 +10:00
MacIOSurface.h
Bug 1059066 - Add various IOSurface related methods to MacIOSurface wrapper. r=mattwoodrow
2014-09-03 17:09:24 +10:00
Makefile.in
Bug 1042878 - part 2 - move MOZ_CAIRO_CFLAGS et al additions to C*FLAGS into moz.build; r=glandium
2014-07-24 11:55:33 -04:00
Matrix.cpp
Bug 1081185. Traverse rect edges when searching for w=0 crossings instead of taking diagonals. r=mattwoodrow
2014-10-22 11:01:00 +13:00
Matrix.h
Bug 1097437. Work around Quartz bug where corners of stroked rects don't get a solid color when they should. r=jrmuizel
2014-11-12 20:52:57 +13:00
Path.cpp
Bug 1073716: Use C++ std::abs() instead of C abs(), for non-'int'-typed values, to address clang warning. r=ehsan
2014-09-28 09:59:46 -07:00
PathAnalysis.h
Bug 935778 - Part 0.6: Add support for MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME and use it in moz2d
2014-02-24 08:23:37 -05:00
PathCG.cpp
Bug 949661 - Make PathBuilderCG::Arc use ArcToBezier instead of CGPathAddArc to work around a CG stroke dashing bug. r=jrmuizel
2014-10-29 01:59:36 +00:00
PathCG.h
Bug 1077544 - Add a GetBackendType() method to PathBuilder. r=Bas
2014-10-04 12:13:29 +01:00
PathCairo.cpp
Bug 1024983 - Stop addrefing and releasing excessively in the Moz2D code in functions that return a TemporaryRef. r=mstange
2014-06-13 17:09:23 +01:00
PathCairo.h
Bug 1077544 - Add a GetBackendType() method to PathBuilder. r=Bas
2014-10-04 12:13:29 +01:00
PathD2D.cpp
Bug 1070018 - Log HRESULT error codes as hexadecimal values rather than signed integers. r=Bas
2014-09-23 11:35:39 -04:00
PathD2D.h
Bug 1077544 - Add a GetBackendType() method to PathBuilder. r=Bas
2014-10-04 12:13:29 +01:00
PathHelpers.cpp
Bug 1090494, part 4 - Add AppendRectToPath() and MakePathForRect() helpers to Moz2D's PathHelpers.h. r=mattwoodrow
2014-10-30 09:34:10 +00:00
PathHelpers.h
Bug 1092222, part 2 - Add CCWCorner, CCWCorner and CWCorner methods to BaseRect. r=roc
2014-11-03 10:01:58 +00:00
PathRecording.cpp
Bug 1024983 - Stop addrefing and releasing excessively in the Moz2D code in functions that return a TemporaryRef. r=mstange
2014-06-13 17:09:23 +01:00
PathRecording.h
Bug 1077544 - Add a GetBackendType() method to PathBuilder. r=Bas
2014-10-04 12:13:29 +01:00
PathSkia.cpp
Bug 923512 - Introduce strongly-typed coordinate classes. r=kats,Bas
2014-08-19 13:08:16 -04:00
PathSkia.h
Bug 1077544 - Add a GetBackendType() method to PathBuilder. r=Bas
2014-10-04 12:13:29 +01:00
PatternHelpers.h
Bug 1073363, part 2 - Add a GeneralPattern class to Moz2D to solve the problem of writing general pattern creating functions. r=Bas
2014-09-29 14:12:06 +01:00
Point.h
Bug 1049564. Backout unintentionally landed code.
2014-09-08 11:07:48 -04:00
QuartzSupport.h
Bug 1022821, part 1 - Stop using a RefPtr for QuartzSupport::AttachIOSurface's aSurface argument. r=BenWa
2014-06-11 23:08:17 +01:00
QuartzSupport.mm
Bug 1022821, part 1 - Stop using a RefPtr for QuartzSupport::AttachIOSurface's aSurface argument. r=BenWa
2014-06-11 23:08:17 +01:00
RadialGradientEffectD2D1.cpp
Bug 1097476: Fix typo in D2D 1.1 radial gradient code. r=jrmuizel
2014-11-12 15:05:13 +00:00
RadialGradientEffectD2D1.h
…
RecordedEvent.cpp
Bug 1033310: Handle CreateDataSourceSurface* returning nullptr. f=nsilva, r=bschouten
2014-08-27 11:57:43 -04:00
RecordedEvent.h
Bug 1050610 - Fix more bad implicit constructors in gfx; r=roc
2014-08-07 21:17:30 -04:00
RecordingTypes.h
…
Rect.h
Bug 1022381 - Enforce that strongly-typed geometric classes are used with a proper coordinate system tag type. r=kats
2014-06-10 12:43:52 -04:00
SIMD.h
Bug 924102 - Add a SIMD.h header that implements some SIMD functions with SSE2 and scalar code. r=Bas
2013-11-27 12:22:13 +01:00
SSEHelpers.h
…
SVGTurbulenceRenderer-inl.h
Bug 1057642 - Revert [Int]::PointTyped::[x|y] to be of primitive type. r=kats
2014-08-28 12:45:48 -04:00
Scale.cpp
[PATCH 01/15] Bug 1043745 - Use SkColorType and SkImageInfo instead of SkBitmap::Config r=mattwoodrow
2014-07-27 20:47:43 -04:00
Scale.h
…
ScaleFactor.h
…
ScaledFontBase.cpp
[PATCH 05/15] Bug 1017113 - Remove unnecessary SkEmptyShader.h include r=mattwoodrow
2014-07-27 20:56:42 -04:00
ScaledFontBase.h
Bug 1060802 - Fix some more bad implicit constructors in gfx; r=roc
2014-08-31 23:31:20 -04:00
ScaledFontCairo.cpp
…
ScaledFontCairo.h
Bug 935778 - Part 0.6: Add support for MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME and use it in moz2d
2014-02-24 08:23:37 -05:00
ScaledFontDWrite.cpp
Bug 1075621: Support Direct2D 1.1 for ScaledFontDWrite::CopyGlyphsToBuilder. r=jrmuizel
2014-10-01 19:50:24 +02:00
ScaledFontDWrite.h
Bug 935778 - Part 0.6: Add support for MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME and use it in moz2d
2014-02-24 08:23:37 -05:00
ScaledFontMac.cpp
Bug 1060802 - Fix some more bad implicit constructors in gfx; r=roc
2014-08-31 23:31:20 -04:00
ScaledFontMac.h
Bug 935778 - Part 0.6: Add support for MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME and use it in moz2d
2014-02-24 08:23:37 -05:00
ScaledFontWin.cpp
…
ScaledFontWin.h
Bug 935778 - Part 0.6: Add support for MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME and use it in moz2d
2014-02-24 08:23:37 -05:00
ShadersD2D.fx
…
ShadersD2D.h
Bug 1064104: Workaround bug in D2D 1.1 addressing mode. r=jrmuizel
2014-09-14 23:51:32 +02:00
ShadersD2D1.h
Bug 1064104: Workaround bug in D2D 1.1 addressing mode. r=jrmuizel
2014-09-14 23:51:32 +02:00
ShadersD2D1.hlsl
Bug 1064104: Workaround bug in D2D 1.1 addressing mode. r=jrmuizel
2014-09-14 23:51:32 +02:00
SourceSurfaceCG.cpp
Bug 1074842 - Let SourceSurfaceCGBitmapContext take ownership of the data when DrawTargetCG is destroyed. r=jrmuizel
2014-10-24 18:32:22 +02:00
SourceSurfaceCG.h
Bug 1074842 - Let SourceSurfaceCGBitmapContext take ownership of the data when DrawTargetCG is destroyed. r=jrmuizel
2014-10-24 18:32:22 +02:00
SourceSurfaceCairo.cpp
Bug 1024983 - Stop addrefing and releasing excessively in the Moz2D code in functions that return a TemporaryRef. r=mstange
2014-06-13 17:09:23 +01:00
SourceSurfaceCairo.h
Bug 1060802 - Fix some more bad implicit constructors in gfx; r=roc
2014-08-31 23:31:20 -04:00
SourceSurfaceD2D.cpp
Bug 1070018 - Log HRESULT error codes as hexadecimal values rather than signed integers. r=Bas
2014-09-23 11:35:39 -04:00
SourceSurfaceD2D.h
Bug 935778 - Part 0.6: Add support for MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME and use it in moz2d
2014-02-24 08:23:37 -05:00
SourceSurfaceD2D1.cpp
Bug 1078693: Correctly indicate validity of a SourceSurfaceD2D1 and deal with failed surface creation. r=jrmuizel
2014-10-10 17:04:26 +02:00
SourceSurfaceD2D1.h
Bug 1078693: Correctly indicate validity of a SourceSurfaceD2D1 and deal with failed surface creation. r=jrmuizel
2014-10-10 17:04:26 +02:00
SourceSurfaceD2DTarget.cpp
Bug 1070018 - Log HRESULT error codes as hexadecimal values rather than signed integers. r=Bas
2014-09-23 11:35:39 -04:00
SourceSurfaceD2DTarget.h
Bug 993319 - Add a GetNativeSurface method to SourceSurface. r=Bas
2014-04-10 09:12:31 +01:00
SourceSurfaceDual.h
Bug 935778 - Part 0.6: Add support for MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME and use it in moz2d
2014-02-24 08:23:37 -05:00
SourceSurfaceRawData.cpp
Bug 1063733 - Optimize DataSourceSurface allocation, r=bas,seth
2014-09-10 17:54:16 -04:00
SourceSurfaceRawData.h
Bug 1063733 - Optimize DataSourceSurface allocation, r=bas,seth
2014-09-10 17:54:16 -04:00
SourceSurfaceSkia.cpp
Bug 880114 - Enhance render video-to-SkiaGL performance by GPU-based color space conversioni, r=gw280
2014-11-11 21:14:00 +01:00
SourceSurfaceSkia.h
Bug 880114 - Enhance render video-to-SkiaGL performance by GPU-based color space conversioni, r=gw280
2014-11-11 21:14:00 +01:00
StackArray.h
Bug 948128. Add StackArray helper. r=Bas
2013-12-09 17:07:13 -05:00
Tools.h
Bug 1074842 - Let SourceSurfaceCGBitmapContext take ownership of the data when DrawTargetCG is destroyed. r=jrmuizel
2014-10-24 18:32:22 +02:00
Types.h
Bug 1092222, part 2 - Add CCWCorner, CCWCorner and CWCorner methods to BaseRect. r=roc
2014-11-03 10:01:58 +00:00
UserData.h
…
convolver.cpp
Bug 1054510 - Turned on SSE for image resizing. r=jrmuizel
2014-09-03 11:20:18 -07:00
convolver.h
Bug 1054510 - Turned on SSE for image resizing. r=jrmuizel
2014-09-03 11:20:18 -07:00
convolverSSE2.cpp
Bug 1054510 - Turned on SSE for image resizing. r=jrmuizel
2014-09-03 11:20:18 -07:00
convolverSSE2.h
Bug 1054510 - Turned on SSE for image resizing. r=jrmuizel
2014-09-03 11:20:18 -07:00
genshaders.sh
Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin
2014-06-18 17:56:02 -07:00
gfx2d.sln
…
gfx2d.vcxproj
Bug 970429 - Don't allow using INITGUID in unified sources. r=Ehsan
2014-02-12 10:59:05 +01:00
image_operations.cpp
Bug 1054510 - Turned on SSE for image resizing. r=jrmuizel
2014-09-03 11:20:18 -07:00
image_operations.h
…
moz-d2d1-1.h
…
moz.build
Bug 1073363, part 2 - Add a GeneralPattern class to Moz2D to solve the problem of writing general pattern creating functions. r=Bas
2014-09-29 14:12:06 +01:00