Ehsan Akhgari
|
08ea187b4e
|
Bug 1060802 - Fix some more bad implicit constructors in gfx; r=roc
|
2014-08-31 23:31:20 -04:00 |
|
Walter Litwinczyk
|
98c905b0c2
|
Bug 1046921 - Remove usage of legacy Skia API, SK_SUPPORT_LEGACY_BITMAP_CONFIG. r=gw280
|
2014-08-15 10:02:46 -07:00 |
|
George Wright
|
b50a943d5a
|
[PATCH 14/15] Bug 1017113 - Add RefPtrSkia to replace SkRefPtr functionality r=mattwoodrow
|
2014-07-28 14:48:29 -04:00 |
|
George Wright
|
a6d2faace3
|
[PATCH 01/15] Bug 1043745 - Use SkColorType and SkImageInfo instead of SkBitmap::Config r=mattwoodrow
|
2014-07-27 20:47:43 -04:00 |
|
Jeff Muizelaar
|
fa81050442
|
Bug 1025133. Be more consistent about rounding colors with the skia backend. r=mwoodrow
--HG--
rename : toolkit/devtools/discovery/tests/moz.build => toolkit/devtools/moz.build
extra : rebase_source : 2db3c43532a30db90326c3903d8fe5c96d077d97
|
2014-06-18 10:16:30 -04:00 |
|
Matt Woodrow
|
ed2ded92df
|
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 |
|
Ryan VanderMeulen
|
5e0978132b
|
Backed out changeset 32ce387c5487 (bug 987010) for crashes.
CLOSED TREE
|
2014-03-26 15:58:07 -04:00 |
|
James Willcox
|
b756d76483
|
Bug 987010 - Ignore alpha in Skia BGRX source surfaces r=gwright
|
2014-03-26 13:22:42 -05:00 |
|
George Wright
|
6752daacba
|
[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 |
|
Benoit Jacob
|
06f7a9c4a2
|
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
|
55e7c24065
|
Bug 958375 - 4/9 - Make SurfaceFormat a typed enum - 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 |
|
Bas Schouten
|
8640e4467b
|
Bug 935297 - Part 4: Implement new API to allow streaming paths to arbitrary sinks on Skia. r=mattwoodrow
|
2013-11-07 22:11:48 +13:00 |
|
Andreas Gal
|
6f6a8a6867
|
Bug 933030 - Eliminate thebes use from CanvasRenderingContext2D.cpp r=mattwoodrow
|
2013-11-03 08:28:30 -08:00 |
|
George Wright
|
b05c1cf852
|
Bug 848491 - Update DrawTarget and gfxPlatform to use the new Skia APIs r=mattwoodrow
|
2013-04-09 15:57:22 -04:00 |
|
Landry Breuil
|
4641abbd9e
|
Bug 849253 - Followup to really unbreak BE archs: use USE_SKIA_GPU in HelpersSkia.h too r=gwright
|
2013-03-26 22:13:12 +01:00 |
|
George Wright
|
5563171991
|
[PATCH 7/9] Bug 751418 - Add support for the Skia/GL backend to DrawTargetSkia r=mattwoodrow
From 0792589a5679ba3af020708233bacbd83a0c611e Mon Sep 17 00:00:00 2001
---
gfx/2d/DrawTargetSkia.cpp | 24 ++++++++++++++++++++++++
gfx/2d/DrawTargetSkia.h | 4 ++++
gfx/2d/HelpersSkia.h | 20 ++++++++++++++++++++
3 files changed, 48 insertions(+)
|
2012-11-30 18:57:38 -05:00 |
|
Matt Woodrow
|
49493327db
|
Bug 836892 - Add new skia blending modes to GfxOpToSkiaOp. r=gw280
|
2013-02-08 10:54:59 +13:00 |
|
George Wright
|
19c88d3a3a
|
Bug 751418 - Move common functions from DrawTargetSkia to HelpersSkia r=mattwoodrow
|
2012-10-16 17:16:45 -04:00 |
|
Joe Drew
|
86a50c618d
|
Bug 486918. Part 1: Import Chromium's higher-quality image scalers, since we know those to be good and shippable. r=jrmuizel
|
2012-08-23 15:36:04 -04:00 |
|
Ms2ger
|
a72f8370a2
|
Bug 795862 - Back out bug 486918 for build bustage in unreviewed code.
|
2012-10-01 14:16:03 +02:00 |
|
Joe Drew
|
0877c3403b
|
Bug 486918. Part 1: Import Chromium's higher-quality image scalers, since we know those to be good and shippable. r=jrmuizel
|
2012-08-23 15:36:04 -04:00 |
|
Ed Morley
|
722b933229
|
Backout 92530b29ac24, 42e659956dc6 & 38277196c099 (bug 486918), d3b69fe15ac3 & b2dba2108722 (bug 786444), e7381ac9e30a (bug 786449) on suspicion of causing Android reftest failures on a CLOSED TREE
|
2012-09-28 23:00:28 +01:00 |
|
Joe Drew
|
7ba5def5a6
|
Bug 486918. Part 1: Import Chromium's higher-quality image scalers, since we know those to be good and shippable. r=jrmuizel
--HG--
extra : rebase_source : afcbe4f2b8fac985d836b038fb42156d27dc1c29
|
2012-08-23 15:36:04 -04:00 |
|
George Wright
|
515afdf53b
|
Bug 777614 - Handle BGRX SourceSurfaces in Skia by converting them to BGRA r=nrc
|
2012-09-18 15:41:37 -04:00 |
|
Nicholas Cameron
|
954df98aec
|
Bug 746883; tidying up some nits I found along the way; r=gw280
|
2012-04-26 10:04:35 +12:00 |
|
Nicholas Cameron
|
34ba57113f
|
Back out bug 746883, bug 764125, bug 761895, bug 746883, bug 748116
|
2012-07-26 18:48:24 +12:00 |
|
Nicholas Cameron
|
fcb7df5c02
|
Bug 746883; tidying up some nits I found along the way; r=gw280
|
2012-04-26 10:04:35 +12:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
George Wright
|
e270db628e
|
Bug 740963 - [Skia] Handle non-multiple-of-two dash lengths in HelpersSkia::StrokeOptionsToPaint(). r=jrmuizel
|
2012-03-30 17:36:34 -04:00 |
|
Jeff Muizelaar
|
345836408c
|
Bug 738919. Accept dash arrays of length > 0. r=mwoodrow
I copied a bug from the skia code here. This fixes the CG
version and puts a note into the skia code.
|
2012-03-26 22:50:08 -04:00 |
|
Matt Woodrow
|
26c2668d5a
|
Bug 703428 - Handle invalid stroke options. r=jrmuizel
|
2011-11-18 17:00:38 +13:00 |
|
Matt Woodrow
|
c57d11d687
|
Bug 702515 - Implement GetStrokedBounds for Skia. r=jrmuizel
|
2011-11-18 17:00:38 +13:00 |
|
Matt Woodrow
|
bc5c7f13cf
|
Bug 688367 - Add Skia backend to Azure. r=jrmuizel
|
2011-11-03 08:55:03 +13:00 |
|