Andreas Gal
|
28fb485602
|
Bug 946541 - Fix Skia cache purging. r=gw280
|
2013-12-04 23:52:03 -05:00 |
|
Bas Schouten
|
0e17fc1044
|
Bug 924102 - Use FilterNodeSoftware for filter drawing in DrawTargetSkia. r=mstange
|
2013-11-27 12:25:28 +01:00 |
|
Andreas Gal
|
9b75a53f4f
|
Bug 933567 - Clean up Mask implementation a bit. r=mattwoodrow
|
2013-11-25 09:22:33 -05:00 |
|
Kevin Simons
|
d65723b99c
|
Bug 933567 - Implement MaskSurface for Skia. r=mattwoodrow
|
2013-11-25 09:20:56 -05:00 |
|
James Willcox
|
31af00dfd4
|
Bug 927254 - Purge SkiaGL texture cache on memory pressure r=gwright
--HG--
extra : rebase_source : 960582a88532e752c2bcc4bbcdf0899eb0cbe3b8
|
2013-11-01 08:52:06 -05:00 |
|
George Wright
|
e4943a763f
|
Bug 920160 - Add prefs for SkiaGL cache size r=snorp
--HG--
extra : rebase_source : 410192610d7311dead4132d2fee8fbd3fe062951
|
2013-10-22 14:15:24 -05:00 |
|
George Wright
|
10193a209f
|
Bug 915145 - Always use soft clipping with Skia r=snorp
|
2013-10-08 15:05:57 -04:00 |
|
James Willcox
|
c2779b4f41
|
Bug 850263 - Use reasonable SkiaGL cache size and share between instances r=mattwoodrow
--HG--
extra : rebase_source : 11a2e5ce90a693abdac91d5ca1308aaed3a29403
|
2013-08-28 10:08:10 -04:00 |
|
Matt Woodrow
|
25906e852f
|
Bug 881634 - Only use a single snapshot with DrawTargetSkia. r=Bas
|
2013-08-01 21:12:16 -04:00 |
|
Wes Kocher
|
f304825fbc
|
Backed out 6 changesets (bug 900133, bug 881634, bug 893302) for build bustage
Backed out changeset 49632bc14e27 (bug 900133)
Backed out changeset 036780fccc89 (bug 900133)
Backed out changeset b8db58f5e209 (bug 893302)
Backed out changeset 67c3e4204e44 (bug 893302)
Backed out changeset a857a4246dd9 (bug 900133)
Backed out changeset e0e2e27af6c1 (bug 881634)
|
2013-08-02 20:35:39 -07:00 |
|
Matt Woodrow
|
0eff0999b8
|
Bug 881634 - Only use a single snapshot with DrawTargetSkia. r=Bas
|
2013-08-01 21:12:16 -04:00 |
|
James Willcox
|
23ccf56611
|
Bug 885632 - Always use soft clipping with SkiaGL r=mattwoodrow
|
2013-06-21 15:28:10 -04:00 |
|
Benoit Jacob
|
61388fa881
|
Bug 875218 - Fix all the Skia leaks! By avoiding addref'ing a second time the GrGLInterface and GrContext r=mattwoodrow
|
2013-06-17 13:45:04 -04:00 |
|
Benoit Jacob
|
f0a1c91ea8
|
Bug 875218 - Refactor the ownership model under DrawTargetSkia, so that DrawTargetSkia now owns a GLContext, and the only reference that the Skia GrGLInterface gets to the non-Skia world is a pointer back to the DrawTargetSkia r=mattwoodrow
|
2013-06-16 22:07:18 -04:00 |
|
George Wright
|
dc4ca76cb2
|
Bug 875218 - Ensure the GrContext's lifetime is managed properly by DrawTargetSkia r=bjacob
|
2013-05-29 14:04:25 -04:00 |
|
Bas Schouten
|
707fe3e47b
|
Bug 887916: Implement recording for MaskSurface calls. r=jrmuizel
|
2013-06-27 20:20:30 +00:00 |
|
James Willcox
|
0d335d769a
|
Bug 854556 - Only hold SkCanvas in DrawTargetSkia r=mattwoodword
|
2013-05-29 12:49:40 -04:00 |
|
George Wright
|
0940cffd4b
|
Bug 849253 - Make SkiaGL a build-time option independent of Skia, and disable it on PPC[64] r=mattwoodrow
|
2013-03-13 19:29:47 -04:00 |
|
George Wright
|
3acf70f12b
|
[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 Joras
|
cb9f8ae9e7
|
Bug 798033 - Removes "using namespace" directive from gfx headers - r=jmuizelaar
|
2012-10-25 16:12:59 -04:00 |
|
Benoit Jacob
|
c78c87a1ca
|
back out 621cfd13ceaf for build failures
|
2012-10-15 13:34:42 -04:00 |
|
Matt Joras
|
db700742e9
|
Bug 798033 - Removes "using namespace" directive from gfx headers - r=jmuizelaar
|
2012-10-15 13:02:21 -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 |
|
Gervase Markham
|
87620f5676
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Matt Woodrow
|
721e5429cc
|
Bug 719776: Kill some external dependencies inside Azure code. r=Bas
|
2012-03-05 13:12:15 +13:00 |
|
Ehsan Akhgari
|
49598484f5
|
Backed out changeset 690cba3bb817 (bug 719776) because of build failures
|
2012-04-03 17:49:59 -04:00 |
|
Matt Woodrow
|
47b3a0a846
|
Bug 719776: Kill some external dependencies inside Azure code. r=Bas
|
2012-03-05 13:12:15 +13:00 |
|
Bas Schouten
|
c098f1f9b2
|
Bug 736134 - Part 1: Add GlyphRenderingOptions API to Azure. r=jrmuizel
|
2012-03-19 19:20:17 +00:00 |
|
Matt Woodrow
|
eca8f67d5a
|
Bug 716802 - Implement new 2D API functions. r=gwright
|
2012-01-19 17:48:33 +13: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 |
|
Matt Woodrow
|
f3a5978660
|
Bug 688368 - Make SourceSurfaceSkia data surfaces copy-on-write. r=joe
|
2011-11-03 08:55:03 +13:00 |
|
Matt Woodrow
|
85518431cb
|
Bug 688367 - Add Skia backend to Azure. r=jrmuizel
|
2011-11-03 08:55:03 +13:00 |
|