Ed Morley
|
e1160f1b83
|
Backed out changeset 924ce232443c (bug 976605)
|
2014-04-15 17:45:30 +01:00 |
|
Ed Morley
|
1ffc212f95
|
Backed out changeset 0781ca65c354 (bug 976605)
|
2014-04-15 17:45:27 +01:00 |
|
Ed Morley
|
af222c635b
|
Backed out changeset 037f46cdfd80 (bug 976605)
|
2014-04-15 17:45:10 +01:00 |
|
Botond Ballo
|
3098266152
|
Bug 976605 - Fix up APZ gtests to call APZC::SetAllowedTouchBehavior() at the correct time. r=kats
--HG--
extra : source : f299251a7c7ba65a8dca6443a1ab695a89c9230b
|
2014-04-14 14:59:20 -04:00 |
|
Botond Ballo
|
b5c74215ac
|
Bug 976605 - Have APZ notify GeckoCC on end of touch. r=kats
--HG--
extra : source : e6ff5a48c5e3fd36a8a7b12b7f116a50e4d255db
|
2014-04-08 15:41:11 -04:00 |
|
Botond Ballo
|
8a62b9ad6b
|
Bug 976605 - Increase code reuse between AsyncPanZoomController::OnSingleTapUp and OnSingleTapConfirmed. r=kats
--HG--
extra : source : 133dbc9a5d930a42c9929e1210aad436d8092745
|
2014-04-08 19:01:44 -04:00 |
|
Botond Ballo
|
f43f502a76
|
Bug 976605 - Group some fields of AsyncPanZoomController into a TouchBlockState structure. r=kats
--HG--
extra : source : 80ac8ba2dec8939065411e86526bcdfa1c4b3f6d
|
2014-04-08 15:17:09 -04:00 |
|
Botond Ballo
|
eb76e485c4
|
Bug 976605 - Have APZ notify GeckoCC on start of pan. r=kats
--HG--
extra : source : 7f86fea5f8c3330336fc4d66dd15c9e87ac138fc
|
2014-04-14 14:57:09 -04:00 |
|
Botond Ballo
|
6921189527
|
Bug 976605 - Have APZ notify GeckoCC on start of touch. r=kats
--HG--
extra : source : ff72d81b063a4d37d9934f0c05d86a69681a99db
|
2014-04-09 14:07:47 -04:00 |
|
Botond Ballo
|
13c4c46c3b
|
Bug 976605 - Make AsyncPanZoomController::mMonitor 'mutable' to allow entering it from 'const' methods. r=kats
--HG--
extra : source : c25666782c6027f114ffe29508bff32e94444266
|
2014-04-09 14:07:33 -04:00 |
|
Botond Ballo
|
87beae3674
|
Bug 976605 - Turn GeckoCC::NotifyTransform[Begin|End] into an extensible APZ state change notification mechanism. r=kats
--HG--
extra : source : bfb4af538271dc2e3148caa461f594715529021a
|
2014-04-11 20:27:57 -04:00 |
|
Botond Ballo
|
9230f9fd72
|
Bug 976605 - Make Axis more const-correct. r=kats
--HG--
extra : source : d06484dc840a914415c5fa96020483787a2bfd0d
|
2014-04-11 14:38:34 -04:00 |
|
Nicolas Silva
|
ee2c3eec19
|
Bug 924622 - Make sure gfx's ipc shutdown happens before shutting down xpcom threads. r=bsmedberg, sotaro
|
2014-04-15 11:34:33 +02:00 |
|
Carsten "Tomcat" Book
|
bd2330e021
|
Backed out changeset f52300725e6f (bug 924622) for Linux Test Bustage
|
2014-04-15 12:46:25 +02:00 |
|
Nicolas Silva
|
bcecbebe18
|
Bug 924622 - Make sure gfx's ipc shutdown happens before shutting down xpcom threads. r=bsmedberg, sotaro
|
2014-04-15 11:34:33 +02:00 |
|
Matt Woodrow
|
cde7f29c88
|
Bug 974197 - Fire MozAfterPaint after the compositor has composited the frame. r=roc
|
2014-03-07 16:24:32 +13:00 |
|
Ryan VanderMeulen
|
601b02224e
|
Backed out changesets ddbac34527fe and fa82f32d0c39 (bug 991812) for B2G bustage.
CLOSED TREE
|
2014-04-14 16:16:18 -04:00 |
|
Nicolas Silva
|
9e8cef9fee
|
Bug 990876 - Remove TextureClientSurface. r=mattwoodrow
|
2014-04-14 21:29:42 +02:00 |
|
Kyle Huey
|
acd8c16b76
|
Bug 991812: Remove uses of AtomicRefCounted<T> that live in Gecko. r=ehsan
|
2014-04-14 12:04:25 -07:00 |
|
Kyle Huey
|
d7199fa836
|
Bug 991812: Remove uses of RefCounted<T> that live in Gecko. r=ehsan
|
2014-04-14 12:04:24 -07:00 |
|
L. David Baron
|
c47ecde7e8
|
Bug 995721 patch 1 - Honor the translation on mShadowTarget in ClientLayerManager::MakeSnapshotIfRequired. r=mattwoodrow
This switches from DrawTarget::CopySurface (which ignores the transform)
to DrawSurface (which honors the transform).
|
2014-04-14 11:12:00 -07:00 |
|
Nicolas Silva
|
f03b5c5290
|
Bug 995143 - Add missing CanExposeDrawTarget in CairoTextureClientD3D9. r=mattwoodrow
|
2014-04-14 18:45:34 +02:00 |
|
Nicolas Silva
|
bdb01d9e0f
|
Bug 994024 - Discard TextureClients that we failed to allocate or lock. r=bjacob
|
2014-04-11 18:48:10 +02:00 |
|
Nicolas Silva
|
496e94e973
|
Bug 994024 - Add assertions in ImageBridgeChild. r=bjacob
|
2014-04-11 18:48:01 +02:00 |
|
Nicolas Silva
|
73d84fe695
|
Bug 994024 - Add assertions in ShadowLayers.cpp. r=bjacob
|
2014-04-11 18:47:56 +02:00 |
|
Benoit Jacob
|
5ffda8542b
|
Bug 987305 - Refactor EnumSerializer - r=nfroyd
|
2014-04-14 10:17:40 -04:00 |
|
Ryan VanderMeulen
|
be657e134d
|
Merge m-c to inbound on a CLOSED TREE.
|
2014-04-13 22:52:50 -04:00 |
|
Sotaro Ikeda
|
b7840a582d
|
Bug 990080 - Prepare for the next reycle, only if TextureClient request it r=BenWa
|
2014-04-11 17:42:35 -07:00 |
|
Ryan VanderMeulen
|
411811f032
|
Merge m-c to inbound on a CLOSED TREE.
|
2014-04-11 16:24:56 -04:00 |
|
Sotaro Ikeda
|
1b4322d27c
|
Bug 994903 - Copy mRecycleCallback on top of Release() r=jrmuizel
|
2014-04-11 07:24:14 -07:00 |
|
Sotaro Ikeda
|
8305355d18
|
Bug 990310 - Remove SurfaceDescriptor from media and GrallocImage r=nical,cajbir
|
2014-04-11 06:13:12 -07:00 |
|
James Willcox
|
4f4c92a20d
|
Bug 989375 - Fix basic layer readback with SkiaGL canvases r=gwright
|
2014-04-10 14:19:02 -05:00 |
|
Chris Lord
|
f8cf8f11e8
|
Bug 993475 - Consolidate masking code in BasicCompositor and BasicLayersImpl. r=mattwoodrow
|
2014-04-11 13:23:09 +01:00 |
|
Chris Lord
|
734f540069
|
Bug 993475 - Support masks on color layers in BasicCompositor. r=mattwoodrow
|
2014-04-11 13:23:09 +01:00 |
|
Chris Lord
|
626e405dba
|
Bug 994548 - Fix masks being affected by partial updates in BasicCompositor. r=mattwoodrow
|
2014-04-11 13:23:08 +01:00 |
|
Benoit Girard
|
2236938162
|
Bug 916812 - Part 1: Make RenderTile private. r=jmuizelaar
|
2014-04-13 14:18:03 -04:00 |
|
Jonathan Watt
|
0a3e4f5955
|
Bug 995454 - Kill off TextureClientSurface's GetAsSurface and UpdateSurface methods (Moz2D migration). r=mattwoodrow
|
2014-04-13 11:07:12 +01:00 |
|
Nicolas Silva
|
931d87f4b9
|
Bug 991032 - Cleanup X11 TextureClient/Host. r=mattwoodrow
|
2014-04-11 16:15:01 +02:00 |
|
Nicolas Silva
|
266db399dd
|
Bug 990871 - Move TextureClientDrawTarget into TextureClient. r=mattwoodrow
|
2014-04-10 10:14:28 +02:00 |
|
Carsten "Tomcat" Book
|
f39d10cc48
|
Backed out changeset 3747c80a1cde (bug 990871) for bustage on a CLOSED TREE
|
2014-04-10 13:15:47 +02:00 |
|
Nicolas Silva
|
7713255f54
|
Bug 990933 - Moz2Dify SimpleTiledContentClient. r=jrmuizel
|
2014-04-10 10:14:33 +02:00 |
|
Nicolas Silva
|
f09851069a
|
Bug 990871 - Move TextureClientDrawTarget into TextureClient. r=mattwoodrow
|
2014-04-10 10:14:28 +02:00 |
|
Jonathan Watt
|
3e160b2c76
|
Bug 960524 - Get rid of Image::DeprecatedGetAsSurface (Moz2D migration). r=mattwoodrow
|
2014-04-10 09:49:53 +01:00 |
|
Jonathan Watt
|
1aa33ab749
|
Bug 964731 - Convert ImageLayerD3D10 and CreateOptimalSurface/CreateOptimalMaskSurface to Moz2D. r=Bas
|
2014-04-10 09:49:49 +01:00 |
|
Matt Woodrow
|
15c07b67c1
|
Bug 992486 - Part 5: Fix copying the front buffer to back buffer. r=roc
|
2014-04-10 20:42:29 +12:00 |
|
Carsten "Tomcat" Book
|
8ee1938a44
|
Backed out changeset e6126e815061 (bug 992486) windows bustage
|
2014-04-10 10:09:25 +02:00 |
|
Matt Woodrow
|
a39910a35a
|
Bug 992486 - Part 5: Fix copying the front buffer to back buffer. r=roc
|
2014-04-10 19:44:10 +12:00 |
|
Nicolas Silva
|
13e06cf7e2
|
Bug 993417 - Make TextureClient::ToSurfaceDescriptor protected and document it's quirk. r=Bas
|
2014-04-10 09:24:59 +02:00 |
|
Nicolas Silva
|
1ba45cb6e3
|
Bug 993417 - Fix race between CairoTextureClientD3D9's destruction and it's TextureHost creation. r=Bas
|
2014-04-10 09:24:55 +02:00 |
|
Nicolas Silva
|
dfc805e39c
|
Bug 993428 - Fix masks with d3d9 component alpha layers. r=Bas
|
2014-04-09 19:17:13 +02:00 |
|