.. |
unittest
|
Bug 958375 - 6/9 - Make BackendType and NativeSurfaceType typed enums - r=Bas
|
2014-01-10 14:06:16 -05:00 |
2D.h
|
Bug 996687 - Make Moz2D's DataSourceSurface's mIsMapped member exist in non-DEBUG builds (since non-DEBUG code uses it\!). r=Bas
|
2014-04-15 17:38:57 +01:00 |
BaseMargin.h
|
Bug 958375 - 8/9 - Make remaining Moz2D enums typed - r=Bas
|
2014-01-10 14:06:17 -05: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 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 |
BasePoint.h
|
Bug 989858 - Part 6: Rename DeprecatedPaint and stop passing a gfxContext in. r=roc
|
2014-04-01 12:02:10 +08:00 |
BaseRect.h
|
Bug 939843: Required changes in the rest of the tree; r=froydnj
|
2014-02-27 16:23:16 +01: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 713082 - Part 1: Remove unnecessary Util.h includes. r=Waldo
|
2013-12-08 21:52:33 -05:00 |
Blur.h
|
Bug 924102 - Let AlphaBoxBlur take separate blur radius parameters for X and Y. r=Bas
|
2013-11-27 12:22:36 +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
|
|
|
convolver.cpp
|
|
|
convolver.h
|
|
|
DataSourceSurface.cpp
|
Bug 958375 - 1/9 - Make SurfaceType a typed enum - r=Bas
|
2014-01-10 13:55:24 -05:00 |
DataSourceSurfaceWrapper.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 |
DataSurfaceHelpers.cpp
|
Bug 983591 - Add a Moz2d helper to copy pixel data from a B8G8R8X8 surface to a packed B8G8R8 array. r=Bas
|
2014-04-08 10:14:52 +01:00 |
DataSurfaceHelpers.h
|
Bug 950372 - Convert imgIContainer::GetFrame to return a Moz2D SourceSurface instead of a Thebes gfxASurface. r=mattwoodrow
|
2014-04-15 19:02:23 +01:00 |
DrawEventRecorder.cpp
|
|
|
DrawEventRecorder.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 |
DrawTargetCairo.cpp
|
Bug 970007 - Fix incorrect colorformat when using CairoSurface. r=gal r=bas
|
2014-04-14 20:51:00 +02:00 |
DrawTargetCairo.h
|
Bug 970007 - Fix incorrect colorformat when using CairoSurface. r=gal r=bas
|
2014-04-14 20:51:00 +02:00 |
DrawTargetCG.cpp
|
Bug 990854. Update CopySurface() to be as fast as DrawSurface(). r=mwoodrow
|
2014-04-03 11:24:05 +08:00 |
DrawTargetCG.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 |
DrawTargetD2D1.cpp
|
Bug 970429 - Don't allow using INITGUID in unified sources. r=Ehsan
|
2014-02-12 10:59:05 +01:00 |
DrawTargetD2D1.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 |
DrawTargetD2D.cpp
|
Bug 982884 - Make DrawTargetD2D::GetBitmapForSurface correctly handle fractional source rect for data surfaces. r=Bas
|
2014-03-13 09:58:22 +00:00 |
DrawTargetD2D.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 |
DrawTargetDual.cpp
|
Bug 958375 - 8/9 - Make remaining Moz2D enums typed - r=Bas
|
2014-01-10 14:06:17 -05:00 |
DrawTargetDual.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 |
DrawTargetRecording.cpp
|
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 |
DrawTargetRecording.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 |
DrawTargetSkia.cpp
|
Bug 995832 - Make DrawTargetSkia::DrawSurface accept any surface type. r=gw280
|
2014-04-15 13:55:48 +01:00 |
DrawTargetSkia.h
|
Bug 981621 - Don't crash if we fail to create SkiaGL backing texture r=gwright
|
2014-03-26 13:21:50 -05:00 |
Factory.cpp
|
Bug 970007 - Fix incorrect colorformat when using CairoSurface. r=gal r=bas
|
2014-04-14 20:51:00 +02:00 |
FilterNodeD2D1.cpp
|
Bug 970364 - Fix conversions between enum classes and ints in gfx/2d/. r=bas.schouten
|
2014-02-11 13:44:17 +01:00 |
FilterNodeD2D1.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 |
FilterNodeSoftware.cpp
|
Bug 985470 - Replace the Moz2D Matrix().Translate() calls with Matrix::Translation() for better perf. r=mattwoodrow
|
2014-03-22 07:56:11 +08: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 958375 - 4/9 - Make SurfaceFormat a typed enum - r=Bas
|
2014-01-10 14:06:16 -05:00 |
FilterProcessing.h
|
Bug 924102 - Add filter processing code for many SVG filters. r=Bas
|
2013-11-27 12:22:27 +01:00 |
FilterProcessingScalar.cpp
|
Bug 958375 - 4/9 - Make SurfaceFormat a typed enum - r=Bas
|
2014-01-10 14:06:16 -05: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 |
Filters.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 |
GenericRefCounted.h
|
Bug 987667 - Make GenericAtomicRefCounted thread-safe; r=bjacob
|
2014-03-25 13:58:48 -04:00 |
genshaders.sh
|
|
|
gfx2d.sln
|
|
|
gfx2d.vcxproj
|
Bug 970429 - Don't allow using INITGUID in unified sources. r=Ehsan
|
2014-02-12 10:59:05 +01: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
|
Support 3D transforms in the basic compositor (bug 935265, r=mattwoodrow).
|
2013-11-11 15:53:29 -08:00 |
HelpersCairo.h
|
Bug 958375 - 8/9 - Make remaining Moz2D enums typed - r=Bas
|
2014-01-10 14:06:17 -05:00 |
HelpersD2D.h
|
Bug 958375 - 8/9 - Make remaining Moz2D enums typed - r=Bas
|
2014-01-10 14:06:17 -05:00 |
HelpersSkia.h
|
Bug 990357 - Don't push layer for OPERATOR_SOURCE when the drawing operation covers the entire clip for DrawTargetSkia. r=gw280
|
2014-04-01 16:59:20 +08:00 |
image_operations.cpp
|
Bug 910754 - Update gfx/2d's Skia code to use the new Skia APIs r=snorp
|
2013-12-05 23:01:53 -05:00 |
image_operations.h
|
|
|
ImageScaling.cpp
|
|
|
ImageScaling.h
|
|
|
ImageScalingSSE2.cpp
|
|
|
Logging.h
|
Bug 981607 - Ensure that Log may handle both long and long long. r=botond
|
2014-03-14 14:05:47 +01:00 |
MacIOSurface.cpp
|
Bug 958375 - 4/9 - Make SurfaceFormat a typed enum - r=Bas
|
2014-01-10 14:06:16 -05:00 |
MacIOSurface.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 |
Makefile.in
|
Bug 978594 - Part 3: Port some of the per-source flags to moz.build; r=glandium
|
2014-03-02 15:41:32 -05:00 |
Matrix.cpp
|
Bug 982318 - Add TransformBounds to Matrix4x4 so that we can stop assuming 2d matrices in TiledContentHost. r=Bas
|
2014-03-18 12:06:23 +08:00 |
Matrix.h
|
Bug 985320 - Add a static Matrix::Scaling method to Moz2D's Matrix. r=Bas
|
2014-03-19 22:33:38 +08:00 |
moz-d2d1-1.h
|
|
|
moz.build
|
Bug 979118 - Add global MMX_FLAGS, SSE_FLAGS and SSE2_FLAGS variables; r=glandium
|
2014-03-19 21:55:00 -04:00 |
Path.cpp
|
Bug 987077: Correctly deal with a constant acceleration. r=jwatt
|
2014-04-02 21:16:57 +01: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 |
PathCairo.cpp
|
Bug 958375 - 8/9 - Make remaining Moz2D enums typed - r=Bas
|
2014-01-10 14:06:17 -05:00 |
PathCairo.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 958375 - 8/9 - Make remaining Moz2D enums typed - r=Bas
|
2014-01-10 14:06:17 -05:00 |
PathCG.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 |
PathD2D.cpp
|
Bug 958375 - 8/9 - Make remaining Moz2D enums typed - r=Bas
|
2014-01-10 14:06:17 -05:00 |
PathD2D.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 |
PathHelpers.cpp
|
|
|
PathHelpers.h
|
Bug 989858 - Part 6: Rename DeprecatedPaint and stop passing a gfxContext in. r=roc
|
2014-04-01 12:02:10 +08:00 |
PathRecording.cpp
|
|
|
PathRecording.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 |
PathSkia.cpp
|
Bug 990357 - Don't push layer for OPERATOR_SOURCE when the drawing operation covers the entire clip for DrawTargetSkia. r=gw280
|
2014-04-01 16:59:20 +08:00 |
PathSkia.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 |
Point.h
|
Bug 982318 - Add TransformBounds to Matrix4x4 so that we can stop assuming 2d matrices in TiledContentHost. r=Bas
|
2014-03-18 12:06:23 +08:00 |
QuartzSupport.h
|
Bug 935778 - Part 0.2: Spray some MOZ_DECLARE_REFCOUNTED_TYPENAME across the tree
|
2014-02-20 21:33:49 -05:00 |
QuartzSupport.mm
|
Bug 929471. Make DrawTargetCG independent from QuartzSupport.mm. r=bgirard
|
2013-11-07 22:53:54 -05:00 |
RadialGradientEffectD2D1.cpp
|
Bug 970429 - Don't allow using INITGUID in unified sources. r=Ehsan
|
2014-02-12 10:59:05 +01:00 |
RadialGradientEffectD2D1.h
|
|
|
RecordedEvent.cpp
|
Bug 958375 - 8/9 - Make remaining Moz2D enums typed - r=Bas
|
2014-01-10 14:06:17 -05:00 |
RecordedEvent.h
|
Bug 924102 - Add support for filters to DrawTargetRecording. r=mstange
|
2013-11-27 12:25:28 +01:00 |
RecordingTypes.h
|
|
|
Rect.h
|
Backed out 12 changesets (bug 958596) for several Android permafails to fix a CLOSED TREE
|
2014-02-25 18:34:47 -08:00 |
Scale.cpp
|
[PATCH 3/6] Bug 985217 - Minor changes to gfx/2d for API changes in Skia r=snorp
|
2014-03-20 14:07:36 -04:00 |
Scale.h
|
|
|
ScaledFontBase.cpp
|
Back out bcaadd45b905 (bug 972161) for adding (fatal) warnings on Windows
|
2014-02-12 23:27:40 -08:00 |
ScaledFontBase.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 |
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 958375 - 8/9 - Make remaining Moz2D enums typed - r=Bas
|
2014-01-10 14:06:17 -05: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 958375 - 8/9 - Make remaining Moz2D enums typed - r=Bas
|
2014-01-10 14:06:17 -05: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 |
ScaleFactor.h
|
|
|
ShadersD2D1.h
|
|
|
ShadersD2D1.hlsl
|
|
|
ShadersD2D.fx
|
|
|
ShadersD2D.h
|
|
|
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 |
SourceSurfaceCairo.cpp
|
Bug 958375 - 4/9 - Make SurfaceFormat a typed enum - r=Bas
|
2014-01-10 14:06:16 -05:00 |
SourceSurfaceCairo.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 |
SourceSurfaceCG.cpp
|
Bug 958375 - 6/9 - Make BackendType and NativeSurfaceType typed enums - r=Bas
|
2014-01-10 14:06:16 -05:00 |
SourceSurfaceCG.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 980885 - Fix more Moz2D D2D mapping code that fails to set/reset mIsMapped. r=Bas CLOSED TREE to fix orange
|
2014-03-07 14:55:16 +00:00 |
SourceSurfaceD2D1.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 |
SourceSurfaceD2D.cpp
|
Bug 982697 - Make Moz2D's DataSourceSurfaceD2D ctor clear the texture memory before drawing to it so that the old content of recycled textures isn't displayed underneath the drawn content. r=Bas
|
2014-03-26 02:03:55 +00: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 |
SourceSurfaceD2DTarget.cpp
|
Bug 993319 - Add a GetNativeSurface method to SourceSurface. r=Bas
|
2014-04-10 09:12:31 +01: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 877115 - Add factory method for DataSourceSurfaces with custom stride. r=bas
|
2013-12-19 10:31:07 -05:00 |
SourceSurfaceRawData.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 |
SourceSurfaceSkia.cpp
|
Backed out changeset 32ce387c5487 (bug 987010) for crashes.
|
2014-03-26 15:58:07 -04:00 |
SourceSurfaceSkia.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 |
SSEHelpers.h
|
|
|
StackArray.h
|
Bug 948128. Add StackArray helper. r=Bas
|
2013-12-09 17:07:13 -05:00 |
SVGTurbulenceRenderer-inl.h
|
Bug 958375 - 4/9 - Make SurfaceFormat a typed enum - r=Bas
|
2014-01-10 14:06:16 -05:00 |
Tools.h
|
Bug 958375 - 8/9 - Make remaining Moz2D enums typed - r=Bas
|
2014-01-10 14:06:17 -05:00 |
Types.h
|
Bug 939276 - Use a single GLContext for all SkiaGL canvases r=jgilbert,vlad,gwright,bjacob
|
2014-03-05 15:49:37 -06:00 |
UserData.h
|
|
|