Chris Jones
|
c97d52bdcf
|
Bug 570625, part 9: When updating thebes layers, swap out back/front buffers and invalidate the newly-painted region on the old front buffer. r=roc sr=shaver
|
2010-09-14 00:23:08 -05:00 |
Chris Jones
|
ebd077db4c
|
Bug 570625, part 5: Mostly mechanically switch BasicShadowable/ShadowThebes over to the new SurfaceDescriptor API. r=roc
|
2010-09-14 00:23:08 -05:00 |
Chris Jones
|
4c903c6d8e
|
Bug 570625, part 1: Only use back/front buffers for BasicThebesLayer and update back->front in the compositor process. r=roc sr=shaver
|
2010-09-14 00:23:08 -05:00 |
Chris Jones
|
126a05c068
|
Bug 570625, part 0: Don't throw out buffers when scrolling with a resolution applied. r=roc
|
2010-09-14 00:23:08 -05:00 |
Chris Jones
|
eab6f9aa7e
|
Merge m-c --> cedar
|
2010-09-07 17:35:15 -05:00 |
Chris Jones
|
e62e25be23
|
Bug 590294, part 8: Implement resolution-scaled drawing for basic layers. r=roc
|
2010-09-03 15:10:46 -05:00 |
Chris Jones
|
d92634399e
|
Bug 590294, part 7: Add APIs for recording the resolution at which ThebesLayers were painted and for requesting resolution-scaled drawing for basic layers. r=roc sr=vlad
|
2010-09-03 15:10:46 -05:00 |
Chris Jones
|
827b16161e
|
Bug 590294, part 2: Add a ContainerLayer attribute FrameMetrics that stores relevant information from layout/ on the root layer. r=roc sr=vlad
|
2010-09-03 15:10:45 -05:00 |
Chris Jones
|
278ab99928
|
Merge m-c --> cedar
--HG--
rename : layout/style/test/hover_helper.html => layout/style/test/chrome/hover_helper.html
rename : layout/style/test/test_hover.html => layout/style/test/chrome/test_hover.html
|
2010-09-03 14:07:55 -05:00 |
Joe Drew
|
daa97e214f
|
Bug 590841 - Add the ability for a DOM window to let us know when it's accelerated, and use that value in about:support. r=gavin sr=roc a=blocking2.0:beta6+
|
2010-09-03 14:01:05 -04:00 |
Chris Jones
|
5a261a871c
|
Followup to bug 570294: Need to use OPERATOR_SOURCE for copying surface->surface. r=roc
|
2010-09-02 23:14:12 -05:00 |
Chris Jones
|
64404c9d58
|
Bug 593248: Release old shmem surfaces on realloc. r=joe
|
2010-09-02 22:05:01 -05:00 |
Robert O'Callahan
|
afdeb3f001
|
Bug 579276. Part 13: Use CONTENT_COLOR for temporary surface in nonretained path, if possible. r=cjones
|
2010-09-03 14:31:42 +12:00 |
Robert O'Callahan
|
f843ab6d56
|
Bug 579276. Part 12: Clip all drawing to the visible region on the nonretained path. r=cjones
|
2010-09-03 14:31:42 +12:00 |
Robert O'Callahan
|
649a41a7cf
|
Bug 579276. Part 11: Move ClipToRegion to gfxUtils. r=vlad
|
2010-09-03 14:31:42 +12:00 |
Robert O'Callahan
|
1f6a19dfda
|
Bug 579276. Part 7: Don't retain transparent layers that would hurt text rendering. r=cjones
|
2010-09-02 21:18:41 +12:00 |
Robert O'Callahan
|
99c9793ffb
|
Bug 579276. Part 3: Change Set/IsOpaqueContent API to a more generic Get/SetContentFlags API. r=cjones,sr=vlad
|
2010-09-02 21:18:40 +12:00 |
Robert O'Callahan
|
ba3d617a58
|
Bug 593361. Part 2. Don't bother trying to draw directly to the backbuffer instead of retaining ThebesLayer, if the backbuffer is transparent anyway. r=tnikkel
--HG--
extra : rebase_source : 4a8d5833d6fab79147389a7c2f49f8653e90b9c5
|
2010-09-06 15:02:43 +12:00 |
Robert O'Callahan
|
e2423422f0
|
Bug 593361. Part 1: Limit the region of a non-retained layer we repaint to the clip region of the destination buffer. r=tnikkel
--HG--
extra : rebase_source : 20bea1e114bffe61bb621e7e99757cccd9fc98a0
|
2010-09-06 15:00:10 +12:00 |
Chris Jones
|
09e8205a6d
|
Bug 570620, part i: Implement ShadowLayer::Disconnect() for common-case shutdown, and ShadowableLayer::Disconnect() for emergency-case shutdown. r=vlad
|
2010-08-20 18:24:41 -05:00 |
Chris Jones
|
a1da060aa5
|
Bug 570620, part g: Fix bone-headed bugs with shadowable layers, remove unnecessary MOZ_LAYER_DECL_NAME()s, and have the "shadow layer manager" side keep a "shadow root" rather than setting the "real" root. r=vlad
|
2010-08-20 18:24:41 -05:00 |
Bas Schouten
|
e21f1eac11
|
Fix bustage from changeset 8c767b950381. a=bustage
|
2010-08-20 05:58:44 +02:00 |
Bas Schouten
|
83c43a8e49
|
Bug 588690 - Part 1: Expose ClearCachedResources on BasicLayerManagers. r=roc
|
2010-08-20 05:40:49 +02:00 |
Vladimir Vukicevic
|
524b4f23fb
|
b=583838; add ANGLE/D3D WebGL support - part 2 - build EGL on windows and try to use it; r=bjacob
|
2010-08-06 22:09:18 -07:00 |
Vladimir Vukicevic
|
d26b1f7bd8
|
b=574481; fix layers lifetime issues; part 4 - fix other layers; r=bas
|
2010-08-06 22:09:18 -07:00 |
Vladimir Vukicevic
|
52e319b273
|
b=580345; fix up some GLESv2 vs. desktop GL differences; r=joe
|
2010-07-28 14:24:09 -07:00 |
Robert O'Callahan
|
b54ff2ddb2
|
Bug 579262. Inherit FLAG_DESTINED_FOR_SCREEN into BasicLayer rendering. r=vlad
|
2010-07-24 21:37:17 +12:00 |
Chris Jones
|
993b02459a
|
Bug 570294, part j: Publish BasicThebesLayer pixels to remote processes (slowly). r=roc
--HG--
extra : rebase_source : bac63c2b868fd002f9b27c6836aaed3f95c5316d
|
2010-07-21 16:17:33 -05:00 |
Chris Jones
|
0342219882
|
Bug 570294, part i: Publish BasicImageLayer pixels to remote processes (slowly). r=Bas
--HG--
extra : rebase_source : 6a5749fd41cc8181531b7ad89867be8736dbe63b
|
2010-07-21 16:17:33 -05:00 |
Chris Jones
|
e840dfaaff
|
Bug 570294, part h: Publish BasicCanvasLayer pixels to remote processes (slowly). sr=vlad
--HG--
extra : rebase_source : c113259f24d6f1c43583c729b7e996be01ed35bc
|
2010-07-21 16:17:33 -05:00 |
Chris Jones
|
b4ede3bfde
|
Bug 570294, part g: Implement basic ShadowLayers and share basic layers with remote processes. r=Bas sr=vlad
--HG--
extra : rebase_source : aca1e9e2ebb49f000bbe5116c04145f8aff8ac03
|
2010-07-21 16:17:33 -05:00 |
Chris Jones
|
ff35fd30c8
|
Bug 573829, part 1: Refactor ThebesLayerBuffer in preparation for its use in the OGL layers backend. r=roc
--HG--
rename : gfx/layers/basic/ThebesLayerBuffer.cpp => gfx/layers/ThebesLayerBuffer.cpp
rename : gfx/layers/basic/ThebesLayerBuffer.h => gfx/layers/ThebesLayerBuffer.h
|
2010-07-21 13:06:33 -05:00 |
Chris Jones
|
821166f729
|
Bug 567421, part 2: Implement Dump[Self](FILE*) and Log[Self]() methods for layers. r=roc
|
2010-07-21 13:06:33 -05:00 |
Chris Jones
|
0f7a699369
|
Bug 567421, part 1: Rename NS_* macros to MOZ_* and add LayerManager::Name() interface. r=roc
|
2010-07-21 13:06:33 -05:00 |
Vladimir Vukicevic
|
2f984cc829
|
b=575469; use CreateOffscreen in layers; r=bas
|
2010-07-18 22:01:14 -07:00 |
Robert O'Callahan
|
849c6b1b7a
|
Bug 564991. Part 41: When we clear our buffer, we need to redraw the entire visible region. r=cjones
|
2010-07-16 09:08:11 +12:00 |
Robert O'Callahan
|
2b0d1e5801
|
Bug 564991. Part 40: ThebesLayers painted with variable opacity can still be OPAQUE_CONTENT themselves. r=bas
|
2010-07-16 09:08:11 +12:00 |
Robert O'Callahan
|
13a7e47989
|
Bug 564991. Part 34: Make sure that ThebesLayerBuffers are always allocated as similar surfaces to the widget surface, whenever possible. r=cjones
|
2010-07-16 09:08:10 +12:00 |
Robert O'Callahan
|
857158dbff
|
Bug 564991. Part 32: Fix assertion in BasicThebesLayer; it's entirely possible that we need to invalidate an area, but the actual visible region is empty so there's no context to draw to. r=cjones
|
2010-07-16 09:08:10 +12:00 |
Robert O'Callahan
|
9fa9fa0b42
|
Bug 564991. Part 30: Skip clearing our ThebesLayerBuffer surface if we just created it. r=cjones
|
2010-07-16 09:08:09 +12:00 |
Karl Tomlinson
|
967fc1c596
|
b=573409 expire unused cached double-buffering back surfaces r=vlad sr=roc
|
2010-07-16 09:08:09 +12:00 |
Robert O'Callahan
|
39beb3d8ff
|
Bug 564991. Part 23: Introduce the concept of 'inactive' layers. r=mats,sr=dbaron
|
2010-07-16 09:08:05 +12:00 |
Matt Woodrow
|
34a9e3132f
|
Bug 564991. Part 21: Avoid double-buffering if we're only going to paint one layer. r=vlad
|
2010-07-16 09:08:05 +12:00 |
Matt Woodrow
|
cdcddd5dc0
|
Bug 564991. Part 20: Performance win by avoiding PushGroup for single-layer opacity. r=vlad
|
2010-07-16 09:08:04 +12:00 |
Robert O'Callahan
|
bcd867ac96
|
Bug 564991. Part 19: Cache the backbuffer surface for performance wins. r=vlad
|
2010-07-16 09:08:04 +12:00 |
Matt Woodrow
|
989793a9c3
|
Bug 564991. Part 18: Move double-buffering into the layer manager. r=jrmuizel,sr=vlad
|
2010-07-16 09:08:04 +12:00 |
Robert O'Callahan
|
756ff357bf
|
Bug 564991. Part 15: Start retaining the contents of BasicLayers. r=mats
|
2010-07-16 09:08:03 +12:00 |
Robert O'Callahan
|
678aafc9f4
|
Bug 564991. Part 6: Make BasicLayers support retained ThebesLayer contents. r=cjones,sr=vlad
|
2010-03-04 10:37:04 +13:00 |
Oleg Romashin
|
51047b1d8b
|
Bug 545632 - Add 16bpp format support enabler. r=jmuizelaar
|
2010-06-11 05:33:22 -04:00 |
Oleg Romashin
|
aa453f3fe1
|
Backed out changeset 2959eddcd018, to fix oranges
|
2010-06-11 08:35:26 -04:00 |