Markus Stange
|
793ada8457
|
Bug 1076695 - Don't convert alpha surfaces into RGBA surfaces for FilterNodeTransformSoftware. r=Bas
|
2014-10-16 12:35:58 +02:00 |
|
Jonathan Watt
|
5393a15cd7
|
Bug 1083215, part 1 - Add a Moz2D helper for snapping lines to device pixels. r=mattwoodrow
|
2014-10-16 10:51:14 +01:00 |
|
Jonathan Watt
|
6a3ab8569c
|
Bug 1082483, part 3 - Remove the temporary Matrix4x4::Translate/Scale methods. r=Bas
|
2014-10-16 10:51:13 +01:00 |
|
Jonathan Watt
|
b588fc89c4
|
Bug 1082483, part 1 - Rename Matrix4x4::Translate/Scale to Matrix4x4::PreTranslate/PreScale, leaving temporary inlines for the old names. r=Bas
|
2014-10-16 10:51:12 +01:00 |
|
Jonathan Watt
|
85fa838422
|
Bug 1082477, part 2 - Remove the Matrix4x4::TranslatePost/ScalePost methods. r=Bas
|
2014-10-16 10:51:12 +01:00 |
|
Michael Wu
|
b0975a6e33
|
Bug 1082745 - Avoid reoptimizing optimized SourceSurfaceCairos, r=bas
|
2014-10-15 17:13:14 -04:00 |
|
jdashg
|
aca62a5311
|
Bug 1066280 - Review fixes. - r=kamidphish,mattwoodrow
|
2014-10-08 13:04:19 -07:00 |
|
jdashg
|
4edee9ac4c
|
Bug 1066280 - Fixes for SurfaceStream removal. - r=kamidphish,mattwoodrow
|
2014-10-07 21:16:14 -07:00 |
|
jdashg
|
a8a4d97f00
|
Bug 1066280 - Add TexClient for ShSurf. - r=kamidphish,mattwoodrow
From a7c09c0f17e19fd2254cb1d7a8ddd07b327151ad Mon Sep 17 00:00:00 2001
---
gfx/2d/HelpersCairo.h | 2 +
gfx/gl/GLContext.cpp | 3 +-
gfx/gl/GLContext.h | 2 -
gfx/gl/GLReadTexImageHelper.cpp | 21 +--
gfx/gl/GLReadTexImageHelper.h | 6 +
gfx/gl/GLScreenBuffer.h | 6 +-
gfx/gl/ScopedGLHelpers.cpp | 40 +++++
gfx/gl/ScopedGLHelpers.h | 26 ++-
gfx/gl/SharedSurface.cpp | 94 +++++++++++
gfx/gl/SharedSurface.h | 19 +++
gfx/gl/SharedSurfaceIO.h | 4 +
gfx/layers/CopyableCanvasLayer.cpp | 3 +-
gfx/layers/client/CanvasClient.cpp | 276 +++++++++++++++++++++++++++++---
gfx/layers/client/CanvasClient.h | 34 ++++
gfx/layers/client/ClientCanvasLayer.cpp | 21 ++-
gfx/layers/client/ClientCanvasLayer.h | 9 +-
gfx/layers/client/TextureClient.cpp | 35 ++++
gfx/layers/client/TextureClient.h | 85 +++++++++-
gfx/layers/composite/TextureHost.cpp | 131 ++++++++++++++-
gfx/layers/composite/TextureHost.h | 64 ++++++++
gfx/layers/d3d10/CanvasLayerD3D10.cpp | 5 +-
gfx/layers/ipc/LayersSurfaces.ipdlh | 5 +
22 files changed, 828 insertions(+), 63 deletions(-)
|
2014-10-07 21:01:51 -07:00 |
|
Bas Schouten
|
7dcacf511a
|
Bug 1078693: Correctly indicate validity of a SourceSurfaceD2D1 and deal with failed surface creation. r=jrmuizel
|
2014-10-10 17:04:26 +02:00 |
|
Ehsan Akhgari
|
fdf237f791
|
Bug 1079321 - Fix some more bad implicit constructors in gfx; r=jrmuizel
|
2014-09-24 09:16:53 -04:00 |
|
Jonathan Kew
|
db9717b303
|
Bug 902799 - Support textruns with vertical writing modes when drawing Canvas2D text. r=bas
|
2014-10-06 16:19:36 +01:00 |
|
Carsten "Tomcat" Book
|
9f05a55e58
|
merge mozilla-inbound to mozilla-central a=merge
|
2014-10-08 15:45:22 +02:00 |
|
Carsten "Tomcat" Book
|
6e220c15f2
|
Backed out changeset 88bb2a142e10 (bug 902799) on smaugs requests for regressions/crashes
|
2014-10-08 15:41:35 +02:00 |
|
Markus Stange
|
8a27e8adbc
|
Bug 1076695 - Don't convert alpha surfaces into RGBA surfaces for FilterNodeTransformSoftware. r=Bas
|
2014-10-07 16:18:01 +02:00 |
|
Jonathan Watt
|
b323c6702b
|
Bug 1077961, part 1 - Add various methods to Moz2D Matrix4x4 to allow us to minimize multiplications. r=Bas
|
2014-10-08 04:40:44 +01:00 |
|
Wes Kocher
|
3905dbdf57
|
Backed out changeset bb80c2b08bc0 (bug 1076695) for being the likely cause of the ASAN reftest permafail
|
2014-10-07 17:30:54 -07:00 |
|
Eric Rahm
|
18d59d1e8f
|
Bug 1072605 - Just use PR_LOGGING to determine if logging is enabled. r=Bas
|
2014-10-06 09:33:06 -07:00 |
|
Jonathan Kew
|
0e2e1539b5
|
Bug 902799 - Support textruns with vertical writing modes when drawing Canvas2D text. r=bas
|
2014-10-06 16:19:36 +01:00 |
|
Ed Morley
|
4704b64337
|
Backed out changeset a3250bad7f3c (bug 902799) for build failures on Windows
|
2014-10-06 15:55:56 +01:00 |
|
Jonathan Kew
|
8b51ec974b
|
Bug 902799 - Support textruns with vertical writing modes when drawing Canvas2D text. r=bas
|
2014-10-06 15:14:54 +01:00 |
|
Jonathan Watt
|
f3887b0340
|
Bug 1077544 - Add a GetBackendType() method to PathBuilder. r=Bas
|
2014-10-04 12:13:29 +01:00 |
|
Matt Woodrow
|
588349bc87
|
Bug 1075616 - Do partial uploads of non-D2D SourceSurfaces when we have a sampling rect. r=Bas
--HG--
extra : rebase_source : d08b5d3d515484ebc0f8a3be774d66c3b881a8d4
|
2014-09-24 13:23:15 -04:00 |
|
Matt Woodrow
|
97ffb8ffb7
|
Bug 1070722 - Remove DrawTargetCG::OptimizeSourceSurface since we don't get any benefit without quartz high-quality downscaling enabled. r=jrmuizel
|
2014-10-02 21:14:46 +13:00 |
|
Bas Schouten
|
91f5c62793
|
Bug 1075615: Pretranslate the pattern matrix when the pattern specifies a sampling rect. r=jrmuizel
|
2014-10-01 19:50:24 +02:00 |
|
Bas Schouten
|
8f2a3963e4
|
Bug 1075621: Support Direct2D 1.1 for ScaledFontDWrite::CopyGlyphsToBuilder. r=jrmuizel
|
2014-10-01 19:50:24 +02:00 |
|
Kartikaya Gupta
|
ed98d7c059
|
Bug 1074944 - Add Inverse functions on Matrix and Matrix4x4. r=Bas
|
2014-10-01 13:13:02 -04:00 |
|
Jonathan Watt
|
b7f8573ab0
|
Bug 1074974 - Make HelpersD2D.h's CreateStrokeStyleForOptions more robust. r=Bas
|
2014-09-30 18:07:49 +01:00 |
|
Matt Woodrow
|
0b55343996
|
Bug 1070722 - Use the imagelib high quality downscaler on OSX instead of the quartz one. r=jrmuizel
|
2014-09-26 15:05:14 -04:00 |
|
Jonathan Watt
|
7770d52343
|
Bug 1074128, part 2 - Rename Moz2D's AutoSaveTransform to AutoRestoreTransform. r=Bas
|
2014-09-29 18:26:56 +01:00 |
|
Jonathan Watt
|
45d2459587
|
Bug 1074128, part 1 - Add support to Moz2D's AutoSaveTransform for setting the DrawTarget lazily. r=Bas
|
2014-09-29 18:26:49 +01:00 |
|
Jonathan Watt
|
d33b953b3f
|
Bug 1073960 - Mark DrawTarget::GetFormat() as const. r=Bas
|
2014-09-29 14:15:18 +01:00 |
|
Jonathan Watt
|
bfcf3238cc
|
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 |
|
Daniel Holbert
|
fa4545efef
|
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 |
|
Wes Kocher
|
64e89669a6
|
Backed out changeset b5705fbed44f (bug 1070722) for reftest orange on a CLOSED TREE
|
2014-09-26 14:29:46 -07:00 |
|
Matt Woodrow
|
fa88132850
|
Bug 1070722 - Use the imagelib high quality downscaler on OSX instead of the quartz one. r=jrmuizel
--HG--
extra : rebase_source : 53c205cfc8af95be28d0878248b04e9872910651
|
2014-09-26 15:05:14 -04:00 |
|
Markus Stange
|
b5ca8fb0bb
|
Bug 983241 - Allow filterNodeSoftware->SetInput(*, nullptr) in order to drop reference to input surface / filter. r=Bas
|
2014-09-25 15:19:28 -04:00 |
|
Markus Stange
|
bc25984738
|
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 |
|
Jim Chen
|
cde51fcc7b
|
Bug 1067018 - Make sure calloc/malloc/free usages match in Tools.h; r=jwatt
|
2014-09-25 13:08:23 -04:00 |
|
Mason Chang
|
010cc23678
|
Bug 1056340 - Clip viewport fixed position overflow to scroll frame. r=roc
|
2014-09-23 09:44:00 -04:00 |
|
Botond Ballo
|
c6607c01f3
|
Bug 1062483 - Update signature of gfx::Log::operator<<(BasePoint) to include BasePoint's third template parameter. r=kats
--HG--
extra : rebase_source : 95938ee0eef4d042ac8218187b68dbf159b2e91d
|
2014-09-22 16:53:04 -04:00 |
|
Botond Ballo
|
41ae723e4b
|
Bug 1071673 - Remove nsDebug.h include from gfx/2d/Logging.h. rs=Bas
|
2014-09-23 12:37:22 -04:00 |
|
Nicolas Silva
|
ab23cc4fba
|
Bug 1070018 - Log HRESULT error codes as hexadecimal values rather than signed integers. r=Bas
|
2014-09-23 11:35:39 -04:00 |
|
Bas Schouten
|
64bc1a2be3
|
Bug 1071045: Report error codes and size/format information to D2D error reporting. r=nical
|
2014-09-22 19:33:04 +00:00 |
|
Bas Schouten
|
16f8944fa4
|
Bug 1069592: Annotate several more Direct2D errors. r=jrmuizel
|
2014-09-19 00:01:25 +02:00 |
|
Bas Schouten
|
2bd09f0166
|
Bug 1069584: Bail if a cairo surface is in an invalid state. r=jrmuizel
|
2014-09-19 00:01:24 +02:00 |
|
Ryan VanderMeulen
|
6763d0eb04
|
Backed out changeset 0cc9fcdca191 (bug 1068195) for Windows crashtest asserts.
CLOSED TREE
|
2014-09-17 20:47:35 -04:00 |
|
Bas Schouten
|
9bd3f60f10
|
Bug 1068613 - Addendum 2: Fix bustage due to stray character. r=bustage on a CLOSED TREE
|
2014-09-18 00:35:48 +02:00 |
|
Ehsan Akhgari
|
3e481f2909
|
Bug 1068195 - Fix an invalid MOZ_ASSERT in moz2d code, asserting the value of a constant string pointer; r=jrmuizel
|
2014-09-17 17:54:43 -04:00 |
|
Bas Schouten
|
17f1ccc927
|
Bug 1068613 - Part 4: Log failures in CairoCreateSimilar. r=jrmuizel
|
2014-09-17 23:23:09 +02:00 |
|