Phil Ringnalda
|
7769dc074d
|
Backed out 8 changesets (bug 1057212, bug 1059033) for Windows build bustage
CLOSED TREE
Backed out changeset a54dbdca597b (bug 1059033)
Backed out changeset d8d79e4fbfc4 (bug 1059033)
Backed out changeset 87494588e493 (bug 1057212)
Backed out changeset 3e4105ea0a73 (bug 1059033)
Backed out changeset e59430ea4256 (bug 1059033)
Backed out changeset 301fdfea8fbf (bug 1059033)
Backed out changeset 1ef5a3a9bb06 (bug 1059033)
Backed out changeset a7eaac164c36 (bug 1059033)
|
2014-08-31 23:55:31 -07:00 |
Matt Woodrow
|
0b556d816a
|
Bug 1059033 - Move DrawTargetTiled to non-unified to ensure that _USE_MATH_DEFINES is applied first. CLOSED TREE
|
2014-09-01 17:28:53 +12:00 |
Matt Woodrow
|
0029aa41fc
|
Bug 1059033 - Followup to fix windows build
--HG--
extra : rebase_source : 1ad884a8f5d90feb431a522aa7937d726ad699ec
|
2014-09-01 16:30:25 +12:00 |
Ehsan Akhgari
|
3cc9664125
|
Bug 1060802 - Fix some more bad implicit constructors in gfx; r=roc
|
2014-08-31 23:31:20 -04:00 |
Matt Woodrow
|
4d6e7bf926
|
Bug 1057212 - Avoid copying all the tiles when doing PushGroupAndCopyBackground. r=Bas
|
2014-09-01 15:23:40 +12:00 |
Matt Woodrow
|
9eb54ea973
|
Bug 1059033 - Part 5: Implement OptimizeSourceSurface for DrawTargetCG. r=Bas
|
2014-09-01 15:23:21 +12:00 |
Matt Woodrow
|
e6217acf8a
|
Bug 1059033 - Part 3: Avoid save/restoring for tiles that are entirely clipped out. r=Bas
|
2014-09-01 15:22:49 +12:00 |
Matt Woodrow
|
353397b6a7
|
Bug 1059033 - Part 2: Approximate path stroke extents for culling since its faster. r=Bas
|
2014-09-01 15:22:40 +12:00 |
Matt Woodrow
|
7b75eff4d9
|
Bug 1059033 - Part 1: Cull DrawTargetTiled operations where we can. r=Bas
|
2014-09-01 15:22:08 +12:00 |
David Zbarsky
|
0b7ba4a9b8
|
Bug 952977: Remove gfxPointH3D r=nical
|
2014-08-29 14:47:30 -04:00 |
Matt Woodrow
|
a2fb3915f5
|
Bug 1057218 - Initialize mFormat in DrawTargetTiled. r=Bas
|
2014-08-29 15:07:35 +12:00 |
Matt Woodrow
|
7c24945392
|
Bug 1053934 - Don't use the cairo context to create similar surfaces since it might be in an error state. r=jrmuizel
|
2014-08-28 16:07:43 +12:00 |
Botond Ballo
|
a5db405d9f
|
Bug 1057642 - Revert [Int]::PointTyped::[x|y] to be of primitive type. r=kats
--HG--
extra : rebase_source : 55e56423f6c8f5278315a6dc9dfcb9fb983c9309
|
2014-08-28 12:45:48 -04:00 |
Botond Ballo
|
bb5b3e24c2
|
Bug 1057642 - More convenient formatting of BasePoint. r=BenWa,kats
--HG--
extra : rebase_source : bf75da112714f584ce3fc802d716a6c969e1d160
|
2014-08-27 19:25:53 -04:00 |
George Wright
|
1772aea8cc
|
Bug 1055265 - Correct the SkColorType used for 32-bit in SkANP r=snorp
|
2014-08-28 15:31:01 -04:00 |
Milan Sreckovic
|
4455d895e8
|
Bug 1033310: Handle CreateDataSourceSurface* returning nullptr. f=nsilva, r=bschouten
|
2014-08-27 11:57:43 -04:00 |
Matt Woodrow
|
afc9ab44bc
|
Bug 1057216 - Make DrawTargetCG hold a reference to DataSourceSurface when we're wrapping their data. r=jrmuizel
--HG--
extra : rebase_source : ad610592f69294caedcbca5d61c1644120cbec66
|
2014-08-27 10:20:18 +12:00 |
Kartikaya Gupta
|
2310a16f84
|
Bug 1058048 - Implement the *= operator on Matrix4x4. r=Bas
|
2014-08-26 12:04:07 -04:00 |
Walter Litwinczyk
|
07df396f5a
|
Bug 1046921 - Remove usage of legacy Skia API, SK_SUPPORT_LEGACY_BITMAP_CONFIG. r=gw280
|
2014-08-15 10:02:46 -07:00 |
Markus Stange
|
d61628e60c
|
Bug 1055661: Add 5x4 matrix multiply. r=bschouten
|
2014-08-22 11:30:20 -04:00 |
David Zbarsky
|
1b247e50b6
|
Bug 952977: Switch some uses of gfx3DMatrix in nsLayoutUtils to Matrix4x4 r=nical
|
2014-08-22 09:40:02 -04:00 |
Botond Ballo
|
ffebd18f0b
|
Bug 923512 - Introduce strongly-typed coordinate classes. r=kats,Bas
--HG--
extra : rebase_source : 22e5fe577ea503aede765c70e16c0bf875c4a9fd
|
2014-08-19 13:08:16 -04:00 |
Matt Woodrow
|
a021626551
|
Bug 1051592 - Clip DrawTargetCairo's context to the surface bound to prevent massive mask allocations within cairo. r=jrmuizel
|
2014-08-15 14:23:22 +12:00 |
Ryan VanderMeulen
|
32e4c3bc63
|
Backed out changeset 028c43cd12a5 (bug 1051592) for Windows bustage.
CLOSED TREE
|
2014-08-15 00:37:46 -04:00 |
Matt Woodrow
|
0e61a0217b
|
Bug 1051592 - Clip DrawTargetCairo's context to the surface bound to prevent massive mask allocations within cairo. r=jrmuizel
--HG--
extra : rebase_source : 89bc9dd9c4d5120c73b025d5106827594fac6663
|
2014-08-15 14:23:22 +12:00 |
Ehsan Akhgari
|
93ec08d11c
|
Bug 1050610 - Fix more bad implicit constructors in gfx; r=roc
--HG--
extra : rebase_source : 5c6b62dbed81018370ce274e1913620ffb0ff7a2
|
2014-08-07 21:17:30 -04:00 |
George Wright
|
2131560b58
|
[PATCH 15/15] Bug 1017113 - Use RefPtrSkia instead of SkRefPtr as it no longer exists. r=mattwoodrow
|
2014-08-06 12:01:44 -04:00 |
George Wright
|
68d6d6c3c3
|
[PATCH 14/15] Bug 1017113 - Add RefPtrSkia to replace SkRefPtr functionality r=mattwoodrow
|
2014-07-28 14:48:29 -04:00 |
George Wright
|
eaa8ae26b2
|
[PATCH 05/15] Bug 1017113 - Remove unnecessary SkEmptyShader.h include r=mattwoodrow
|
2014-07-27 20:56:42 -04:00 |
George Wright
|
b10548389f
|
[PATCH 03/15] Bug 1017113 - Update DrawTargetSkia to use the new SkDropShadowImageFilter::Create() r=mattwoodrow
|
2014-07-27 20:51:32 -04:00 |
George Wright
|
9b00d18c49
|
[PATCH 02/15] Bug 1017113 - Calling save on an SkCanvas no longer takes any parameters r=mattwoodrow
|
2014-07-27 20:51:09 -04:00 |
George Wright
|
2ba75ff85d
|
[PATCH 01/15] Bug 1043745 - Use SkColorType and SkImageInfo instead of SkBitmap::Config r=mattwoodrow
|
2014-07-27 20:47:43 -04:00 |
Matt Woodrow
|
1fe5ef80f4
|
Bug 1048110 - Pad visible regions out by 1 pixel to avoid sampling from invalid content. r=Bas
|
2014-08-05 12:17:47 +12:00 |
Kartikaya Gupta
|
aeabb8d6b0
|
Bug 966362 - Fix copy/paste error to fix typo in gfx2d. r=Bas
|
2014-08-07 17:45:08 -07:00 |
Markus Stange
|
a75558e0b2
|
Bug 1049499 - Choose the correct number of gradient repetitions if a non-identity pattern matrix is involved. r=jrmuizel
|
2014-08-07 13:23:53 +02:00 |
Jonathan Watt
|
424ac90bb3
|
Bug 1049593 - Make BaseRect::Contains(point) behave correctly for floating point rect/point. r=Bas
|
2014-08-07 06:24:54 +01:00 |
Wes Kocher
|
2c1bb01c13
|
Backed out 3 changesets (bug 923512) for mochitest-2 bustage on a CLOSED TREE
Backed out changeset f8720d81b74f (bug 923512)
Backed out changeset f431232084b7 (bug 923512)
Backed out changeset dff51863663c (bug 923512)
|
2014-08-06 16:36:35 -07:00 |
Botond Ballo
|
320a557f2c
|
Bug 923512 - Introduce strongly-typed coordinate classes (Part 1: Moz2D changes). r=kats,Bas
|
2014-07-31 17:07:17 -04:00 |
Nicolas Silva
|
5cfb339954
|
Bug 1025138 - Integrate DrawTargetTiled preffed off. r=mattwoodrow
|
2014-08-06 14:40:03 +02:00 |
Ehsan Akhgari
|
252de863a5
|
Bug 1048243 - Fix more bad implicit constructors in gfx; r=jrmuizel
|
2014-08-05 17:58:40 -04:00 |
Bas Schouten
|
14e30723db
|
Bug 1039568: Add a capture DrawTarget to Moz2D. r=jrmuizel
|
2014-08-01 18:01:47 +02:00 |
David Zbarsky
|
dcd4a14940
|
Bug 952977: More gfx::Matrix cleanup in FrameLayerBuilder r=nical
|
2014-08-01 08:31:49 -04:00 |
David Zbarsky
|
5574f09a04
|
Bug 952977: More gfx::Matrix cleanup in LayerTreeInvalidation r=nical
|
2014-08-01 08:31:47 -04:00 |
David Zbarsky
|
79ec6f6bad
|
Bug 952977: More gfx::Matrix cleanup in AsyncCompositionManager r=nical
|
2014-08-01 08:31:46 -04:00 |
Nathan Froyd
|
12c76f15f7
|
Bug 1042878 - part 2 - move MOZ_CAIRO_CFLAGS et al additions to C*FLAGS into moz.build; r=glandium
|
2014-07-24 11:55:33 -04:00 |
Wes Kocher
|
3c155637a3
|
Backed out 11 changesets (bug 952977) for reftest-no-accel failures
Backed out changeset ea2367c19da3 (bug 952977)
Backed out changeset c401c8748eb3 (bug 952977)
Backed out changeset a93e9ff1043b (bug 952977)
Backed out changeset 765b7f67163e (bug 952977)
Backed out changeset 3d8cf4f5777f (bug 952977)
Backed out changeset 8993710a3ab3 (bug 952977)
Backed out changeset 1298c39b745a (bug 952977)
Backed out changeset be0b899fbe5e (bug 952977)
Backed out changeset f69bea1f1feb (bug 952977)
Backed out changeset 1a745777f07e (bug 952977)
Backed out changeset 5ad1d18dfe17 (bug 952977)
|
2014-07-29 18:58:46 -07:00 |
David Zbarsky
|
19d209ac14
|
Bug 952977: bustage fix on a CLOSED TREE to appease the compiler gods r=me
|
2014-07-29 19:51:38 -04:00 |
David Zbarsky
|
6cf4dc1afd
|
Bug 952977: More gfx::Matrix cleanup in FrameLayerBuilder r=nical
|
2014-07-29 19:18:52 -04:00 |
David Zbarsky
|
2ee4c027e9
|
Bug 952977: More gfx::Matrix cleanup in LayerTreeInvalidation r=nical
|
2014-07-29 19:18:49 -04:00 |
David Zbarsky
|
e58cb94cdf
|
Bug 952977: More gfx::Matrix cleanup in AsyncCompositionManager r=nical
|
2014-07-29 19:18:49 -04:00 |