Sebastian Hengst
5e4755df68
merge mozilla-inbound to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: IdRgoZ9hiXq
2017-06-03 20:15:27 +02:00
Wes Kocher
269f7e9f5c
Merge m-c to inbound, a=merge
...
MozReview-Commit-ID: 9wTctDOsPpO
2017-06-02 17:31:31 -07:00
Randall Barker
c7643066a3
Bug 1369298 - Prevent AndrodDynamicToolbarAnimator from getting Initialized if compositor is being shutdown r=botond
...
MozReview-Commit-ID: 5N7bKyaXzPH
2017-06-02 13:25:18 -07:00
Wes Kocher
0d038d6513
Merge autoland to m-c a=merge
...
MozReview-Commit-ID: Fjt5XIDd0p6
2017-06-02 17:21:39 -07:00
Sebastian Hengst
d4621624fb
Backed out changeset 3fccc08e0486 (bug 1369840) for crashing in test_bug1151663.html on Android 4.3 api15+ debug. r=backout
2017-06-03 10:12:17 +02:00
Sebastian Hengst
b523ccd931
Backed out changeset 4fe99b113fff (bug 1369840)
2017-06-03 10:11:25 +02:00
Sebastian Hengst
ee709cb070
Backed out changeset b7bcbc5c1b92 (bug 1369840)
2017-06-03 10:11:17 +02:00
Joel Maher
fcbe4fa277
Bug 1323238 - disable MOZ_GTEST_BENCH tests as we are not looking at the data. r=wlach
...
MozReview-Commit-ID: xYRHpWVaa7
2017-06-02 13:27:20 -04:00
James Willcox
bd21ee4811
Bug 1367287 - Reference count GeckoSurfaceTexture r=jchen
...
MozReview-Commit-ID: 1JJVzCmANyH
2017-06-02 10:14:20 -05:00
Carsten "Tomcat" Book
c63e6d4789
Merge mozilla-central to mozilla-inbound
2017-06-02 14:32:35 +02:00
Carsten "Tomcat" Book
efccdfdb0a
merge mozilla-inbound to mozilla-central a=merge
2017-06-02 14:22:17 +02:00
Ethan Lin
1927f89975
Bug 1358055 - Enable background color layer by default for webrender. r=kats
2017-06-02 18:21:07 +08:00
sotaro
064920e81e
Bug 1345054 part 2 -Reduce DisplayList update and ImageKey generation r=nical
2017-06-02 16:11:53 +09:00
sotaro
807999b9d6
Bug 1345054 part 1 - Allocate pipleline for each video r=nical
2017-06-02 16:11:34 +09:00
Ethan Lin
c0df57e679
Bug 1369264 - Part1. Enable column rule layer by default. r=pchang
2017-06-02 11:55:11 +08:00
Jean-Yves Avenard
a9142498ec
Bug 1360006: Whitelist VP9 decoder to intel GPU only. r=mattwoodrow
...
We enable by default the VP9 hardware decoder on intel GPU.
MozReview-Commit-ID: FzMzbpZErjQ
--HG--
extra : rebase_source : f34c969f7dda1ef24224e982f31d5e43cfae7cc0
2017-06-01 22:17:56 +02:00
Phil Ringnalda
f3312efa43
Backed out changeset ca6881983573 (bug 1366941) for build bustage
...
CLOSED TREE
MozReview-Commit-ID: DgThUZ2RpU
2017-06-01 20:05:48 -07:00
Daosheng Mu
e10b834325
Bug 1366941 - Checking LayersIPCChannel type when using recycled textureClient; r=nical
...
MozReview-Commit-ID: AJUJIC2tkHC
--HG--
extra : rebase_source : 259b8c9f63313dcb5c2291bacb4bcfdc04e757b1
2017-06-01 13:34:00 +08:00
Jeff Muizelaar
5fae3040ce
Bug 1369490. Remove some backend type checks that aren't needed. r=lsalzman
...
This checks won't work with the forthcoming recording backend and don't
seem to really be accomplishing anything.
2017-06-01 16:58:24 -04:00
sotaro
e155c862e7
Bug 1363958 - Fix WebRenderLayerManager::FlushRendering() r=nical
2017-06-02 08:07:59 +09:00
Ryan VanderMeulen
de281f5bba
Merge m-c to autoland. a=merge
2017-06-02 11:11:13 -04:00
Carsten "Tomcat" Book
5fba38b977
Merge mozilla-central to autoland
2017-06-02 14:33:40 +02:00
Mike Hommey
b8847f17d0
Bug 1369615 - Avoid unnecessary struct field shorthand in webrender. r=kats
...
This applies the patch from https://github.com/servo/webrender/pull/1330
without pulling all the recent changes to webrender.
Bug 1321847 will ensure further updates don't break building with older
versions of rustc without meaning to.
--HG--
extra : rebase_source : 6b08ff312f596b56d31b444e670f442c47d7d110
2017-06-02 14:01:55 +09:00
Ryan VanderMeulen
0635a6f864
Merge m-c to inbound. a=merge
...
CLOSED TREE
2017-06-01 12:48:15 -04:00
Kartikaya Gupta
f7afb5a21c
Merge m-c to graphics, a=merge
...
MozReview-Commit-ID: COZj8Itgjcz
2017-06-01 09:56:23 -04:00
Kartikaya Gupta
0b60039322
Bug 1368551 - Don't send transforms to WR in push_stacking_context if they are identity. r=pchang
...
If we set a transform in push_stacking_context, it changes the internal
WebRender behaviour to make that stacking context a reference frame, and
things inside it are positioned differently. This is true even if the
transform is an identity transform.
In most cases we are hitting this and sending an identity transform
through, when in fact we want to be sending a None value to WebRender so
that it doesn't create reference frames. This is a partial fix, a proper
fix will be done in bug 1345577 by separating the CSS transform from the
other transforms that FrameLayerBuilder invents.
MozReview-Commit-ID: ElSs3hFMD2D
2017-06-01 09:17:17 -04:00
Kartikaya Gupta
c054f05ef3
Bug 1368551 - Remove unneccessary overload of PushStackingContext. r=pchang
...
This overload is only called in one place, so we can just inline it. It
makes the API a little simpler.
MozReview-Commit-ID: H55IUduUSiJ
2017-06-01 09:17:16 -04:00
Kartikaya Gupta
1c8776063e
Bug 1367734 - Tone down webrender's memory usage to avoid OOMing during media mochitests. r=kvark
...
MozReview-Commit-ID: 9RIR37ZOSFR
2017-06-01 08:57:32 -04:00
Kartikaya Gupta
cab614e181
Bug 1367734 - Update webrender to cset a54cc729259588dd1ff52c86d0c62cb2a1767137. r=jrmuizel,jerry
...
In addition to updating webrender and webrender_traits, this patch:
- bumps the euclid dependency in webrender_bindings to match webrender
- updates the Cargo.lock files and re-vendors third-party rust packages
- updates the push_yuv_image callers due to an API change in WR cset a4b9e25.
2017-06-01 08:57:10 -04:00
sotaro
df7247c629
Bug 1368593 - Do not set background color if WebRenderBridgeParent is not root r=jrmuizel
2017-06-01 20:42:55 +09:00
sotaro
2e1b9ac498
Bug 1368483 - Pass WrColor in wr_api_set_root_display_list() r=nical
2017-06-01 09:53:58 +09:00
Andrew Osmond
bdcff7a50b
Bug 1368730 - TextureChild::ActorDestroy should indicate IPC is now impossible, not TextureChild::ReleaseIPDLReference. r=nical
2017-05-31 10:18:13 -04:00
Carsten "Tomcat" Book
1a0d9545b9
merge mozilla-inbound to mozilla-central a=merge
2017-05-31 11:28:43 +02:00
Mason Chang
17ccdaf65c
Bug 1369096 - Check HRESULT when QueryInterfacing an ID2D1Image for an ID2D1Bitmap. r=bas
2017-05-30 15:59:19 -07:00
Jonathan Kew
fd5dc7dd5e
Bug 1364089 - Eliminate some unnecessary virtual calls in gfxFont-related code. r=jrmuizel
2017-06-01 15:42:07 +01:00
Markus Stange
e2336b07a8
Bug 1330185 - Use a top-level PProfiler protocol to control the profiler in other processes. r=billm,njn
...
MozReview-Commit-ID: EROfGuYQ6a0
--HG--
extra : rebase_source : be0aa1b9c7963882e8e7d47964f2da5b670ab10a
extra : intermediate-source : e6f368f2d8741f2a9655b288d49b59fbbd6b90b7
extra : source : 51cdc2541486d5ddf2d385ec0459a9ec38b8775b
2017-05-30 15:06:14 -04:00
dmu@mozilla.com
5a72ace401
Bug 1366941 - Checking LayersIPCChannel type when using recycled textureClient; r=nical
...
MozReview-Commit-ID: 94PQA67fvoJ
--HG--
extra : rebase_source : 58b07b7c5d1f7c5bac729d18842655b3c620eba4
2017-05-24 11:01:45 +00:00
Ryan VanderMeulen
c01026a3da
Merge m-c to inbound. a=merge
2017-05-30 12:58:23 -04:00
Mason Chang
d73beaa757
Bug 1367127 - Use an ImageBrush during DrawTargetD2D1::PushLayer instead of a BitmapBrush. r=bas
2017-05-30 09:31:02 -07:00
Kartikaya Gupta
e49fb92e99
Merge m-c to graphics, a=merge
...
MozReview-Commit-ID: IU4SJ95MVHH
2017-05-30 07:50:05 -04:00
Carsten "Tomcat" Book
b318c7dca7
merge mozilla-inbound to mozilla-central + UPGRADE_NSS_RELEASE a=merge
...
--HG--
rename : toolkit/components/extensions/test/xpcshell/xpcshell.ini => toolkit/components/extensions/test/xpcshell/xpcshell-common.ini
extra : amend_source : 458fd54fe8070ca3034ac441267ff7025adb5251
2017-05-30 11:37:46 +02:00
sotaro
1885be3a3f
Bug 1366915 part 2 - Make CompositorBridgeChild allocate pipeline id for async image pipeline r=nical
2017-05-30 09:59:44 +09:00
sotaro
3e55c4713f
Bug 1366915 part 1 - Remove pipeline id allocation with IPC MozPromise r=nical
2017-05-30 09:59:29 +09:00
Kris Maglione
27a5a12045
Bug 1356317: Part 1 - Mark SurfaceMemoryReporter refcounting as threadsafe. r=njn
...
MozReview-Commit-ID: 9U5KLMyKSbk
--HG--
extra : rebase_source : e59990f3e52cf5cb6d552a8844d61f7fc5fbdfb4
2017-05-29 22:04:30 -07:00
Kartikaya Gupta
bf29ee0963
Bug 1368487
- Fix content rect passed to scroll layers to be relative to the right thing. r=jrmuizel
...
MozReview-Commit-ID: 1mbVLqp9o2R
2017-05-29 11:40:58 -04:00
Kartikaya Gupta
2c6ff0ad8b
Bug 1368487
- Add some default-disabled logging functionality to WebRenderAPI.cpp r=jrmuizel
...
MozReview-Commit-ID: DAqeAEyjCTm
2017-05-29 11:40:49 -04:00
Kartikaya Gupta
4bee409ce4
Bug 1367911 - Follow-up to remove invalid assertion. r=me
...
MozReview-Commit-ID: IdL5yLgserF
2017-05-29 09:57:42 -04:00
Kartikaya Gupta
b7ee577f62
Merge m-c to graphics, a=merge
...
MozReview-Commit-ID: 8IWAJNO52ry
2017-05-29 08:28:04 -04:00
JerryShih
6b9e0b591b
Bug 1366512 - Export some EGL functions for D3D NV12 texture format. v2. r=jgilbert
...
These EGL functions will be used to convert D3D NV12 texture handle to GL handle.
MozReview-Commit-ID: JpH0P3mAanU
2017-05-28 21:15:07 -07:00
Kartikaya Gupta
c77f08c8ad
Bug 1367911 - Extract a GetLayersId() helper. r=dvander
...
We're calling this often enough that it seems good to extract a named
helper method.
MozReview-Commit-ID: gIwdyfafOq
2017-05-28 07:51:53 -04:00