Randall Barker
|
08972a99be
|
Bug 895358 - Part 2, Enable progressive tile rendering in B2G; r=BenWa,kats,Cwiiis
|
2013-12-19 12:19:25 -08:00 |
Phil Ringnalda
|
64afb91b4b
|
Back out 024623d015e9:fa1dd7e7aa22 (bug 895358) for Windows build bustage
CLOSED TREE
|
2013-12-17 23:36:05 -08:00 |
Randall Barker
|
5f29e6fa80
|
Bug 895358 - Part 2, Enable progressive tile rendering in B2G; r=BenWa,kats,Cwiiis
|
2013-12-17 13:41:00 -08:00 |
Benoit Jacob
|
927f3a5008
|
Bug 933082 - Part 1: make LayerTransactionChild reference-counted - r=nical
|
2013-11-27 10:18:38 -05:00 |
Ryan VanderMeulen
|
1c086f8129
|
Backed out changesets 7caa8e80b06a, 1509f8be5df3, a249bd79e71a, and 9cc4a77561e8 (bug 933082) for mochitest asserts on a CLOSED TREE.
|
2013-11-26 14:58:09 -05:00 |
Benoit Jacob
|
930be8d6aa
|
Bug 933082 - Part 1: make LayerTransactionChild reference-counted - r=nical
|
2013-11-26 13:59:28 -05:00 |
Nicholas Cameron
|
d3441a90be
|
Bug 900248. Rebuild the d3d9 device. r=Bas
|
2013-11-22 11:07:56 +13:00 |
Nicholas Cameron
|
574e1a5848
|
Bug 925324. For abnormal shutdowns, only abort on b2g. r=sotaro
|
2013-10-11 05:44:03 +13:00 |
Cervantes Yu
|
0a6a25b7c4
|
Bug 771765 - Support template content process, part 9: allocating a toplevel protocol should return itself. r=dzbarsky
Reverse the effect in bug 879475 part 14 since we need to keep track of open protocols in the Nuwa process.
|
2013-09-26 12:19:09 +08:00 |
David Anderson
|
fd2cf49aa1
|
Combine AsyncChannel, SyncChannel, and RPCChannel into one class (bug 901789, r=cjones,bent).
--HG--
rename : ipc/glue/RPCChannel.cpp => ipc/glue/MessageChannel.cpp
rename : ipc/glue/RPCChannel.h => ipc/glue/MessageChannel.h
|
2013-09-27 18:42:08 -07:00 |
David Zbarsky
|
9eca84e4d8
|
Bug 879475: Allocing an actor for a bridged or opened protocol should return bool r=jlebar
Conflicts:
dom/ipc/ContentChild.cpp
dom/ipc/ContentChild.h
|
2013-09-23 17:54:25 -04:00 |
Nicholas Cameron
|
73aeda1397
|
Bug 903816. Include-what-you-use for gfx/layers. r=roc
|
2013-08-12 11:17:23 +12:00 |
Nicholas Cameron
|
d54a23dd47
|
Bug 903893. Backend fallback for OMTC. r=mattwoodrow
|
2013-08-18 18:46:16 +12:00 |
Nicholas Cameron
|
f742a26a6e
|
Bug 874721, bug 899435. D3D9 compositor and windows OMTC window resizing. r=Bas, mattwoodrow
|
2013-08-04 19:46:17 +12:00 |
Birunthan Mohanathas
|
48209b8e5e
|
Bug 784739 - Switch from NULL to nullptr in gfx/layers/ipc/; r=ehsan
--HG--
extra : rebase_source : 36cb1b9738de269a10cea871242b0b51588d0f3b
|
2013-07-20 11:48:55 +03:00 |
David Zbarsky
|
db1c02da4a
|
Bug 885804: Renaming in gfx r=nical
|
2013-07-08 11:48:39 -04:00 |
Nicolas Silva
|
a1ee3bf807
|
Bug 863324 - Rename PLayers into PLayerTransaction, r=jrmuizel
--HG--
rename : gfx/layers/ipc/ShadowLayersChild.cpp => gfx/layers/ipc/LayerTransactionChild.cpp
rename : gfx/layers/ipc/ShadowLayersChild.h => gfx/layers/ipc/LayerTransactionChild.h
rename : gfx/layers/ipc/ShadowLayersParent.cpp => gfx/layers/ipc/LayerTransactionParent.cpp
rename : gfx/layers/ipc/ShadowLayersParent.h => gfx/layers/ipc/LayerTransactionParent.h
rename : gfx/layers/ipc/PLayers.ipdl => gfx/layers/ipc/PLayerTransaction.ipdl
|
2013-04-24 14:42:40 -04:00 |
Sotaro Ikeda
|
330d68f9f0
|
Bug 860892 - IPC failure handling in CompositorChild and ShadowLayers. r=jmuizelaar
|
2013-04-12 16:25:04 -04:00 |
Nicholas Cameron
|
fdc9d01061
|
Bug 844928, remove PTexture. r=nical
--HG--
extra : rebase_source : c6588d7381fc468068eb7e393f52afafb9586253
|
2013-04-12 19:28:55 +12:00 |
Bas Schouten
|
839048be74
|
Bug 825928: Land layers refactoring. r=jrmuizel,bas,nical,mattwoodrow,roc,nrc,benwa,bjacob,jgilbert,kchen CLOSED TREE
Please contact Bas Schouten <bschouten@mozilla.com>, Nicolas Silva <nsilva@mozilla.com> or Nicholas Cameron <ncameron@mozilla.com> with general questions. Below is a rough list of authors to contact with specific questions.
Authors:
gfx/layers/Compositor.* gfx/layers/Effects.h - Compositor Interface - bas,nrc,nical
gfx/layers/d3d* - D3D9/D3D10 - bas
gfx/layers/ThebesLayer* - ThebesLayers - nrc,bas
gfx/layers/composite/* - CompositeLayers - nrc,nical
gfx/layers/client/* - Client - nrc,nical,bas
gfx/layers/*Image* - nical
gfx/layers/ipc ipc - IPC - nical
gfx/layers/opengl - CompositorOGL - nrc,nical
gfx/2d - bas,nrc
gfx/gl - GLContext - bjacob
dom/* layout/* - DOM - mattwoodrow
|
2013-04-10 09:20:52 +00:00 |
Benoit Girard
|
41441be0a4
|
Bug 805792 - Avoid another extra copie when calling RenderTile. r=Cwiiis
* * *
Bug 805907 - Handle memory pressure notification in the TileStore. r=Cwiiis,ehsan
--HG--
extra : rebase_source : 976deda3ab13c2e178f9a6922b7c17c294175fad
|
2012-10-29 18:10:45 -04:00 |
Aryeh Gregor
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
Chris Jones
|
161b9050f9
|
Bug 745148, part 9: Hook up the pieces and enable direct compositor. r=roc
|
2012-07-17 16:59:45 -07:00 |
Chris Jones
|
2949a9f18b
|
Bug 745148, part 8: Implement the little boilerplate-y bits and pieces needed for cross-process compositor. r=ajuma,BenWa
|
2012-07-17 16:59:45 -07:00 |
Chris Jones
|
791fa8f037
|
Bug 745148, part 6: Allow layer trees to be given IDs so that the referent can be used in another context. r=ajuma sr=roc
|
2012-07-17 16:59:45 -07:00 |
Nicholas Cameron
|
befb18b0a8
|
Bug 753784; allow access to the max texture size from FrameLayerBuilder. r=roc
|
2012-05-22 19:15:16 -04:00 |
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
Benoit Girard ext:(%2C%20Ali%20Juma%20%3Cajuma%40mozilla.com%3E)
|
daacfcbeb7
|
Bug 711168 - Implement the compositor protocol for OMTC. r=cjones
|
2012-01-19 09:45:37 -05:00 |