Chris Lord
|
d599966391
|
Bug 785333 - Add ContainerLayer::RepositionChild. r=bas
Add a function that can be used to quickly reposition a layer child, rather
than forcing removal/insertion and the extra work that can involve.
|
2012-08-29 11:52:55 +01:00 |
|
Benoit Jacob
|
05e2fb7016
|
Bug 782786 - BasicCanvasLayer: avoid UpdateSurface of non-dirty canvases - r=BenWa
|
2012-08-23 14:56:23 -04:00 |
|
Matt Brubeck
|
0e09726934
|
Back out 156eaa94f73c (bug 782786) and 05d1a3fba90b (bug 777028) for frequent Linux reftest failures on a CLOSED TREE
|
2012-08-23 14:47:07 -07:00 |
|
Benoit Jacob
|
6ea52aa860
|
Bug 782786 - BasicCanvasLayer: avoid UpdateSurface of non-dirty canvases - r=BenWa
|
2012-08-23 14:56:23 -04:00 |
|
Andrew McCreight
|
a74f801bd7
|
Back out Bug 773440 for causing M2 orange on Android on this CLOSED TREE.
|
2012-08-23 10:01:14 -07:00 |
|
Nicolas Silva
|
14c4540bd8
|
Bug 773440 - Remove one video frame copy when using async-video. r=roc
|
2012-08-23 10:56:36 -04:00 |
|
Matt Woodrow
|
abbfc42bd1
|
Bug 780260 - Remove PRInt32 types added by the previous changeset. r=ehsan
|
2012-08-23 14:02:51 +12:00 |
|
Matt Woodrow
|
412f94a18b
|
Bug 780260 - Add serial numbers to Images and use it to check if an image has been painted to its BasicShadowableImageLayer already. r=cjones
|
2012-08-23 12:08:26 +12:00 |
|
Ehsan Akhgari
|
0fd9123eac
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Jeff Gilbert
|
5626f58942
|
Bug 738833 - Add webgl force-readback pref - r=bjacob
|
2012-08-21 20:29:06 -07:00 |
|
Jeff Gilbert
|
d394179aac
|
Bug 782785 - Use temp surfaces to ReadPixels with correct stride - r=bjacob
|
2012-08-21 16:13:26 -07:00 |
|
David Zbarsky
|
fbb04700b6
|
Bug 784004 - Don't include Layers.h everywhere Part 3 r=nical
|
2012-08-21 00:06:46 -04:00 |
|
Jeff Gilbert
|
74efe81fba
|
Bug 783663 - Add ReadScreenIntoImageSurface for reading pixels from the screen - r=bgirard
|
2012-08-20 17:13:32 -07:00 |
|
Matt Woodrow
|
7591d1ef12
|
Bug 782372 - Fix clang build. r=nical
|
2012-08-20 14:39:10 +12:00 |
|
David Zbarsky
|
b258e9a808
|
Bug 783841 - Fix build warnings in layers r=cjones
|
2012-08-19 20:07:31 -04:00 |
|
Nicolas Silva
|
047b99ba78
|
Bug 782372 - Splits ImageLayers.h into ImageLayers.h ImageContainer.h and ImageTypes.h, r=bgirard
|
2012-08-19 15:33:25 -04:00 |
|
Karl Tomlinson
|
3cb3d79c5f
|
b=782185 use extend_pad when compositing image layers even for Quartz and X11 r=roc
--HG--
extra : transplant_source : %F7%24N%7E%E0y%C4%2C%D4%9B%DB%83B_Ai6%A1%7E%91
|
2012-08-14 23:47:49 +12:00 |
|
Joe Drew
|
05d2135de5
|
Bug 781679 - Assert that we're not in the middle of a transaction when we switch layer managers. r=mattwoodrow
|
2012-08-15 17:55:38 -04:00 |
|
Matt Woodrow
|
1ba26c01d5
|
Bug 782808 - Apply the widget rotation to the gonk LayerManager at all times instead of only during the paint event. r=cjones
|
2012-08-15 13:10:40 +12:00 |
|
Matt Woodrow
|
c9d19fc306
|
Bug 539356 - Part 8b - Move painting of retained layers to the view manager flush, and only composite on the paint event. r=roc
* * *
Fix Empty transactions with the new paint timing
|
2012-08-13 22:10:10 +12:00 |
|
Matt Woodrow
|
2b1ef36f45
|
Bug 539356 - Part 8a - Add END_NO_COMPOSITE to EndTransactionFlags and implement in for all LayerManagers. r=roc
|
2012-08-13 22:10:10 +12:00 |
|
Ms2ger
|
26217245c9
|
Bug 780387 - Part f: Stop using PRBool & PRPackedBool; r=bsmedberg
|
2012-08-09 09:10:13 +02:00 |
|
Jonathan Watt
|
5c26f1ff5e
|
Bug 777430 - In BasicLayerManager::PushGroupForLayer, call the less expensive gfxContext::PushGroup instead of gfxContext::PushGroupAndCopyBackground when possible. r=roc.
|
2012-08-01 11:03:42 +01:00 |
|
Karl Tomlinson
|
4f22ae8780
|
b=775848 Initialize BasicShadowLayerManager::mRepeatTransaction appropriately r=BenWa
--HG--
extra : transplant_source : %3F%14R%1BD%CCL%AFL4%B2%ACN%1EP%D03%F5%27D
|
2012-07-31 14:54:36 +12:00 |
|
Benoit Girard
|
be1e81f90f
|
Bug 724666 - Part 2: Add CGIOSurfaceContext to azure. r=jmuizelaar
|
2012-07-31 11:17:43 -04:00 |
|
Benoit Girard
|
d38270d473
|
Bug 724666 - Part 1: Refactor nsCoreAnimation support into azure QuartzSupport. r=jmuizelaar
--HG--
rename : gfx/thebes/nsIOSurface.h => gfx/2d/MacIOSurface.h
rename : gfx/thebes/nsCoreAnimationSupport.mm => gfx/2d/QuartzSupport.mm
|
2012-07-31 11:11:57 -04:00 |
|
David Zbarsky
|
06ea1f66f2
|
Bug 778519 - Don't include Layers.h everywhere Part 2 r=cjones
|
2012-07-30 17:42:26 -07:00 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Chris Jones
|
cbd13d8e9d
|
Bug 776217: Support gecko-implemented screen rotation with omtc. r=roc
|
2012-07-24 12:01:09 -07:00 |
|
James Willcox
|
80029db926
|
Bug 687267 - Initial support for Flash on Honeycomb r=bgirard,vlad,jgilbert,blassey
|
2012-07-20 15:20:51 -04:00 |
|
Ed Morley
|
69ac41ee19
|
Backout 4987ffd173a4 (bug 687267) for bustage
|
2012-07-23 14:47:54 +01:00 |
|
James Willcox
|
9c75650095
|
Bug 687267 - Initial support for Flash on Honeycomb r=bgirard,vlad,jgilbert,blassey
--HG--
extra : rebase_source : 450055ae3e71ea84f74252d3bf100fe970d29d14
|
2012-07-20 15:20:51 -04:00 |
|
Aryeh Gregor
|
e57dd159b2
|
Bug 626472 part 1 - Define nsnull as nullptr where available; r=ehsan
|
2012-07-20 14:16:17 +03:00 |
|
Matt Woodrow
|
315e04aaec
|
Bug 539356 - Part 21 - BasicLayers should always retain content. r=roc
|
2012-07-23 15:00:37 +12:00 |
|
Matt Woodrow
|
0bc8f48c38
|
Bug 741682 - Flatten component alpha layers into their parent layer with BasicLayers. r=roc
|
2012-07-23 15:00:36 +12:00 |
|
Ms2ger
|
0a56bc3482
|
Bug 776142 - Back out bug 687267 / changeset 8571114112b2 on a CLOSED TREE.
|
2012-07-22 14:02:18 +02:00 |
|
James Willcox
|
f0d7883166
|
Bug 687267 - Initial support for Flash on Honeycomb r=bgirard,vlad,jgilbert
|
2012-07-20 15:20:51 -04:00 |
|
Jonathan Watt
|
e52e0a6f49
|
Bug 775697 - Cancel layer transactions that haven't ended after nsDisplaySVGEffects::PaintAsLayer returns. r=roc.
|
2012-07-20 00:53:55 -04:00 |
|
Steve Fink
|
f20c2ef916
|
Backed out changeset afd9e75374e8 from a CLOSED TREE for breaking Windows builds
|
2012-07-19 14:55:48 -07:00 |
|
James Willcox
|
67949244f1
|
Bug 687267 - Initial support for Flash on Honeycomb r=benwa,vlad
|
2012-07-19 16:15:40 -04:00 |
|
David Zbarsky
|
88371b030a
|
[Bug 774505] Don't include Layers.h everywhere r=cjones
|
2012-07-18 12:31:40 -04:00 |
|
Robert O'Callahan
|
fc590c6356
|
Bug 772726. Part 2: When BasicLayers is compositing directly to an Azure DrawTarget, Transform3D should handle the destination not having a CurrentSurface. r=mattwoodrow
--HG--
extra : rebase_source : 838f6b643d9ab4ca10a0bf9612eb2081e728288f
|
2012-07-18 01:02:07 -04:00 |
|
Jeff Gilbert
|
af031de17f
|
Bug 774688 - Mark reused buffer as dirty in BasicCanvasLayer - r=bas
|
2012-07-17 21:27:49 -07:00 |
|
Chris Jones
|
ba57040674
|
Bug 745148, part 7: Create a RefLayer type to temporarily contain a foreign layer subtree during composition. r=BenWa sr=roc
|
2012-07-17 16:59:45 -07:00 |
|
Chris Jones
|
261ec69d02
|
Bug 745148, part 4: Remove duplicated code in Basic*ContainerLayer. r=roc
|
2012-07-17 16:59:44 -07:00 |
|
Matt Woodrow
|
963214988b
|
Bug 539356 - Part 6 - Add compositing paint flashing to BasicLayers. r=roc
|
2012-07-17 13:03:51 -04:00 |
|
Matt Woodrow
|
8c49e4a361
|
Bug 539356 - Part 2 - Add new API to BasicLayers. r=roc
|
2012-07-17 13:03:51 -04:00 |
|
Oleg Romashin
|
e8ff7a5510
|
Bug 728524 - Public shared texture API + Canvas impl. r=bgirard,vlad,jgilbert
|
2012-05-31 21:30:08 -04:00 |
|
Nicolas Silva
|
1ada2b604f
|
Bug 598868: Add support for pushing video frames directly to the compositor thread, bypassing the content thread. r=cjones
|
2012-07-13 15:38:09 -04:00 |
|
Chris Jones
|
db8fe81f49
|
Bug 773192: Only proxy drawing to a non-default target in BasicShadowableLayerManager, i.e. drawWindow(USE_WIDGET_LAYERS) for a content context, when the request is same-process. r=ajuma
|
2012-07-12 14:07:13 -07:00 |
|