George Wright
|
05131526b2
|
Bug 751418 - Move common functions from DrawTargetSkia to HelpersSkia r=mattwoodrow
|
2012-10-16 17:16:45 -04:00 |
Andrew Quartey
|
1417d2b2c4
|
Bug 793201 - Fix compiler warnings in Azure with MSVC r=bas
|
2012-09-28 13:21:40 -04:00 |
George Wright
|
9bc2502f8a
|
Bug 777614 - Handle BGRX SourceSurfaces in Skia by converting them to BGRA r=nrc
|
2012-09-18 15:41:37 -04:00 |
George Wright
|
d85ea2a425
|
Bug 777614 - Use Skia's Conical gradient shader instead of Radial to be in line with the canvas spec. r=nrc
|
2012-09-18 15:41:37 -04:00 |
Joe Drew
|
f034089eec
|
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
|
0a6f454a9d
|
Back out 98d2c24ce932 for failing to build r=moron
|
2012-08-15 12:51:33 -04:00 |
Joe Drew
|
bd561fcfea
|
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 |
George Wright
|
fc3ad7def1
|
Bug 774728 - Do a null pointer check before using any gradient shaders in DrawTargetSkia r=mattwoodrow
--HG--
extra : rebase_source : 7db2d28692a3cd9cccbd542ca752950f5df90511
|
2012-07-25 20:11:17 -04:00 |
Nicholas Cameron
|
85b23ac129
|
Bug 761890 (was 746883); bug fixing Skia fonts; r=gw280
|
2012-04-26 10:04:35 +12:00 |
Matt Brubeck
|
ef84814399
|
Back out bug 761890, bug 746896, and bug 759036 because of reftest failures
--HG--
extra : rebase_source : b5bdad8a69eab8e9ba35d21637c0bbcb18bce703
|
2012-06-11 22:50:31 -07:00 |
Nicholas Cameron
|
d0f8ee78e2
|
Bug 761890 (was 746883); bug fixing Skia fonts; r=gw280
--HG--
extra : rebase_source : 89b3501dad46f0c1284107afe906869548623992
|
2012-04-26 10:04:35 +12:00 |
George Wright
|
6d009115f5
|
Bug 761201 - Trigger Skia's RGB565 blitter fast path by using SrcOver instead of Src. r=jrmuizel
|
2012-05-31 14:56:33 -04:00 |
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
Matt Woodrow
|
026484c01a
|
Bug 719776: Kill some external dependencies inside Azure code. r=Bas
|
2012-03-05 13:12:15 +13:00 |
Bas Schouten
|
3f984e9d0e
|
Bug 736134 - Part 1: Add GlyphRenderingOptions API to Azure. r=jrmuizel
|
2012-03-19 19:20:17 +00:00 |
Matt Woodrow
|
f6056a6e18
|
Bug 716415 - Enable soft clipping with Skia in Azure. r=gwright
|
2012-01-19 17:48:35 +13:00 |
Matt Woodrow
|
d1919de730
|
Bug 716802 - Implement new 2D API functions. r=gwright
|
2012-01-19 17:48:33 +13:00 |
Jeff Muizelaar
|
3036b1473f
|
Bug 692879. Implement CoreGraphics Azure backend. r=mwoodrow
|
2012-01-09 13:54:44 -05:00 |
Matt Brubeck
|
4b1bdf5b96
|
Back out efd165428f08 to 4a79fefefa28 (bug 580786, bug 716639, bug 692879, bug 717921) because of reftest error
|
2012-01-17 10:08:38 -08:00 |
Jeff Muizelaar
|
0ac4c9201a
|
Bug 692879. Implement CoreGraphics Azure backend. r=mwoodrow
--HG--
extra : rebase_source : 94f8c205e16e961b5407396c0d0d3b41067222dc
|
2012-01-09 13:54:44 -05:00 |
Ms2ger
|
7535aaa04a
|
Backout bug 580786 / bug 716639 / bug 692879 / bug 717921 / bug 692879 (2dc5909e63b0:ced751d32df6); a=philor
|
2012-01-17 10:48:19 +01:00 |
Jeff Muizelaar
|
ad79c1ab36
|
Bug 692879. Implement CoreGraphics Azure backend. r=mwoodrow
|
2012-01-09 13:54:44 -05:00 |
Bas Schouten
|
ec94a42be5
|
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
|
b8c127164a
|
Back out 9c78b4872333 (bug 702878) for Win M1 crashes and reftest orange
|
2011-12-27 21:09:44 -08:00 |
Bas Schouten
|
3c44803f6b
|
Bug 702878: Extend gfx::2d API and D2D backend with new functionality. r=jrmuizel sr=roc
|
2011-12-28 03:51:38 +01:00 |
Matt Woodrow
|
7af9c13518
|
Bug 703463 - Let SourceSurfaceSkia snapshots take ownership of DrawTargetSkia pixel data when it is destroyed. r=jrmuizel
|
2011-11-18 17:00:38 +13:00 |
Matt Woodrow
|
75add05f0c
|
Bug 703428 - Handle invalid stroke options. r=jrmuizel
|
2011-11-18 17:00:38 +13:00 |
Matt Woodrow
|
75cbb62c58
|
Bug 702515 - Implement GetStrokedBounds for Skia. r=jrmuizel
|
2011-11-18 17:00:38 +13:00 |
Matt Woodrow
|
9f1a782ce0
|
Bug 702516 - Enable bilinear filtering for Skia. r=jrmuizel
|
2011-11-18 17:00:38 +13:00 |
Matt Woodrow
|
3475c0cc87
|
Bug 688368 - Make SourceSurfaceSkia data surfaces copy-on-write. r=joe
|
2011-11-03 08:55:03 +13:00 |
Matt Woodrow
|
4fc2827fb5
|
Bug 688367 - Add Skia backend to Azure. r=jrmuizel
|
2011-11-03 08:55:03 +13:00 |