Matt Woodrow
|
38f454048f
|
Bug 997304 - Copy the image data if it's not a suitable size for cairo. r=Bas
|
2014-07-01 17:52:51 +12:00 |
|
Carsten "Tomcat" Book
|
8f7a5515e1
|
Backed out changeset c9c8c4ae8e0f (bug 997304) for bustage on a CLOSED TREE
|
2014-07-01 08:12:19 +02:00 |
|
Matt Woodrow
|
5b4fd19b83
|
Bug 997304 - Copy the image data if it's not a suitable size for cairo. r=Bas
|
2014-07-01 17:52:51 +12:00 |
|
Jonathan Watt
|
64993e997c
|
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 |
|
Jonathan Watt
|
0d1000d663
|
Bug 1027763, part 1 - Rename DrawTarget::GetType() to DrawTarget::GetBackendType() in Moz2D code. r=Bas
|
2014-06-19 21:35:33 +01:00 |
|
Matt Woodrow
|
8b44365ba0
|
Bug 1003707 - Pass surfaces sizes in to CreateSourceSurfaceFromNativeSurface instead of trying to extract it from cairo. r=Bas
|
2014-05-08 11:23:44 +12:00 |
|
peter chang
|
e901f54132
|
Bug 970007 Fix incorrect colorformat when using CairoSurface, r=gal
|
2014-04-15 11:46:31 +08:00 |
|
Ehsan Akhgari
|
5664081d99
|
Bug 935778 - Part 0.6: Add support for MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME and use it in moz2d
X-Git-Commit-ID: bc256ac44cbba52b04f8f0390965632ec4507608
|
2014-02-24 08:23:37 -05:00 |
|
Benoit Jacob
|
873406e3f0
|
Bug 958375 - 8/9 - Make remaining Moz2D enums typed - r=Bas
Specifically:
r=Bas for manual changes
f=Bas for automatic changes
See attachments on the bug for the specific breakdown.
|
2014-01-10 14:06:17 -05:00 |
|
Benoit Jacob
|
300f4ba3a9
|
Bug 958375 - 6/9 - Make BackendType and NativeSurfaceType typed enums - r=Bas
Specifically:
r=Bas for manual changes
f=Bas for automatic changes
See attachments on the bug for the specific breakdown.
|
2014-01-10 14:06:16 -05:00 |
|
Markus Stange
|
d20d7c9a8b
|
Bug 924102 - Implement DrawTarget filter APIs with FilterNodeSoftware for Cairo, CG, D2D, D2D1 and Dual. r=Bas
|
2013-11-27 12:22:56 +01:00 |
|
Matt Woodrow
|
54d53a85a0
|
Bug 926023 - Use the value of SetPermitSubpixelAA for DrawTargetCairo. r=Bas
|
2013-11-05 17:50:56 +13:00 |
|
Bas Schouten
|
a47a04180d
|
Bug 934287: Add size and for data DrawTarget creation functions. r=mattwoodrow
|
2013-11-04 00:57:36 +01:00 |
|
Robert O'Callahan
|
2a8665e0e6
|
Bug 924679. Part 4: Add Factory::CreateSourceSurfaceForCairoSurface. r=mattwoodrow
--HG--
extra : rebase_source : 0c9187e8b9597e47e9d0d63d6da757db9a8c8a5c
|
2013-10-25 23:25:40 +02:00 |
|
Matt Woodrow
|
0e6944fdce
|
Bug 928727 - Share code for getting the user-space clip bounds in DrawTargetCairo. r=jrmuizel
|
2013-10-22 12:11:30 +02:00 |
|
Benoit Girard
|
fccf27d2ae
|
Bug 921212 - Rotate buffer in place to avoid gralloc surface allocation. r=Bas
|
2013-10-11 16:47:47 -04:00 |
|
Benoit Girard
|
2adb9b73bb
|
Bug 928123 - Avoid PushGroup during simple FillRect. r=Bas
--HG--
extra : rebase_source : f1beea7a8281ed78ab6eb22373913b0484a5430e
|
2013-10-17 19:08:20 -04:00 |
|
Ryan VanderMeulen
|
a8368b8b5c
|
Backed out changeset 6150269410b2 (bug 921212) for bustage on a CLOSED TREE.
|
2013-10-18 10:21:38 -04:00 |
|
Benoit Girard
|
1aa99b3bef
|
Bug 921212 - Rotate buffer in place to avoid gralloc surface allocation. r=Bas
|
2013-10-11 16:47:47 -04:00 |
|
Matt Woodrow
|
6eab2feff6
|
Bug 740598 - Add optimized version of CopyRect for the cairo backend. r=Bas
|
2013-10-15 14:55:16 +13:00 |
|
Bas Schouten
|
d457c68e85
|
Bug 918613: Convert cairo path code to use cairo_path_t. r=jrmuizel
|
2013-09-28 16:20:24 +02:00 |
|
Anthony Jones
|
9c86c23374
|
Bug 740200 - BorrowedContext support for cairo; r=mattwoodrow
|
2013-09-20 14:00:35 +12:00 |
|
James Kolb
|
b8a5747f53
|
Bug 889693 - Implement MaskSurface in DrawTargetCairo. r=Bas
|
2013-07-11 10:43:34 -04:00 |
|
Bas Schouten
|
707fe3e47b
|
Bug 887916: Implement recording for MaskSurface calls. r=jrmuizel
|
2013-06-27 20:20:30 +00:00 |
|
Anthony Jones
|
15656b2623
|
Bug 795763 - Support extend mode for gradient patterns in DrawTargetCairo. r=joe
|
2012-10-10 06:32:36 -04:00 |
|
Nicholas Cameron
|
683496a28c
|
Bug 722217; keep only a single snapshot. r=jrmuizel
|
2012-09-06 16:07:53 +12:00 |
|
Anthony Jones
|
1c03dee0c6
|
Bug 784573 - Fix problems converting cairo paths between user space and device space. r=joe
|
2012-09-03 17:48:04 -04:00 |
|
Anthony Jones
|
0aef976df5
|
Bug 781731 - Use a similar surface for non-blurred shadows to improve performance. r=joe
|
2012-09-02 19:07:06 -04:00 |
|
Anthony Jones
|
30cd2208d4
|
Bug 781731 - Speed up shadows by using tee surface to avoid doing a read back. r=jrmuizel
|
2012-09-02 19:07:06 -04:00 |
|
Ms2ger
|
6a8ff69ba1
|
Backout bug 781731.
|
2012-08-27 12:27:40 +02:00 |
|
Anthony Jones
|
845006b170
|
Bug 781731 - Use a similar surface for non-blurred shadows to improve performance; r=roc
|
2012-08-27 11:34:33 +02:00 |
|
Anthony Jones
|
c67126fb9b
|
Bug 781731 - Speed up shadows by using tee surface to avoid doing a read back; r=roc
|
2012-08-27 11:34:07 +02:00 |
|
Anthony Jones
|
2fce71e823
|
Bug 781380 - Fix cairo surface memory leak in DrawTargetCairo::CreateSimilarDrawTarget(). r=roc
|
2012-08-23 19:50:59 -04:00 |
|
Joe Drew
|
d8748ac877
|
Bug 782416 - Switch from NULL to nullptr in gfx::2d. r=Bas
--HG--
extra : rebase_source : cfa9fc8ae592880e22e1f14cee42539b4f911668
|
2012-08-14 14:06:12 -04:00 |
|
Joe Drew
|
0375708f8e
|
Back out 98d2c24ce932 for failing to build r=moron
|
2012-08-15 12:51:33 -04:00 |
|
Joe Drew
|
f072936338
|
Bug 782416 - Switch from NULL to nullptr in gfx::2d. r=Bas
--HG--
extra : rebase_source : 9b12a2af4c55f4dc383e8075b400e7a1fbe1ac23
|
2012-08-14 14:06:12 -04:00 |
|
Nicholas Cameron
|
46651fb0db
|
Bug 764125; drawing changes to DrawTargetCairo; r=jrmuizel
|
2012-07-24 22:18:38 +12:00 |
|
Nicholas Cameron
|
fcab761120
|
Bug 764125; store a reference to the backing surface in DrawTargetCairo; r=Bas
|
2012-07-24 22:18:38 +12:00 |
|
Nicholas Cameron
|
29f67f067d
|
Bug 764125; pass around the size of a gfxASurface when creating a DrawTarget. r=Bas
|
2012-07-24 22:18:38 +12:00 |
|
Nicholas Cameron
|
9e4ceaecb8
|
Back out bug 746883, bug 764125, bug 761895, bug 746883, bug 748116
|
2012-07-26 18:48:24 +12:00 |
|
Nicholas Cameron
|
d157fedf81
|
Bug 764125; drawing changes to DrawTargetCairo; r=jrmuizel
|
2012-07-24 22:18:38 +12:00 |
|
Nicholas Cameron
|
437dc05421
|
Bug 764125; store a reference to the backing surface in DrawTargetCairo; r=Bas
|
2012-07-24 22:18:38 +12:00 |
|
Nicholas Cameron
|
3b6dfef245
|
Bug 764125; pass around the size of a gfxASurface when creating a DrawTarget. r=Bas
|
2012-07-24 22:18:38 +12:00 |
|
Gervase Markham
|
87620f5676
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Bas Schouten
|
c098f1f9b2
|
Bug 736134 - Part 1: Add GlyphRenderingOptions API to Azure. r=jrmuizel
|
2012-03-19 19:20:17 +00:00 |
|
Joe Drew
|
66ceb3e991
|
Bug 707848 - Implement paths in the 2D API's Cairo backend. r=jrmuizel
--HG--
extra : rebase_source : a127cd96d48077c02f32d64b89984995c02fc38b
|
2012-01-09 17:15:10 -05:00 |
|
Joe Drew
|
4c94d92fc6
|
Bug 715652 - Implement significantly more of the 2D API for the Cairo backend. r=jrmuizel
--HG--
extra : rebase_source : b23314691fef65db2518d3e738a66039e3c18909
|
2012-01-09 16:50:01 -05:00 |
|
Bas Schouten
|
03a07b498c
|
Bug 702878: Extend gfx::2d API and D2D backend with new functionality. r=jrmuizel sr=roc
|
2011-12-28 06:56:11 +01:00 |
|
Phil Ringnalda
|
ef2c35d259
|
Back out 9c78b4872333 (bug 702878) for Win M1 crashes and reftest orange
|
2011-12-27 21:09:44 -08:00 |
|
Bas Schouten
|
73338f5f2f
|
Bug 702878: Extend gfx::2d API and D2D backend with new functionality. r=jrmuizel sr=roc
|
2011-12-28 03:51:38 +01:00 |
|