Oleg Romashin
|
5aa9617314
|
Bug 801460 - IDXGIFactory2 not declared build errors with --enable-metro. r=bas.schouten
|
2012-10-14 23:19:13 -07:00 |
|
Nicholas Cameron
|
ab7f6035bf
|
Bug 734668; remove Thebes canvas. r=roc
--HG--
extra : rebase_source : 57b08c33f72cd611deb30dc1639060a719747849
|
2012-10-12 22:42:51 +13:00 |
|
Chris Jones
|
1e2b3a8245
|
Bug 790505, part 3: Add API for scheduling a shadowable-layer mutation to be applied at the next layers transaction. r=mattwoodrow,roc
|
2012-10-02 22:55:50 -07:00 |
|
Anthony Jones
|
3d4fd16180
|
Bug 793085 - Remove UseAzureContentDrawing() in favour of SupportsAzureContent(). r=ncameron
|
2012-10-01 22:12:13 -04:00 |
|
Matt Woodrow
|
a5250ecdf6
|
Bug 770617 - Always mark inactive CanvasLayers as being dirty. r=cjones
|
2012-09-30 19:20:25 +13:00 |
|
Oleg Romashin
|
eaf15a9992
|
Bug 539356 - Part 20 - Simplify regions to avoid excessive region calculation. r=roc
|
2012-08-29 17:48:43 +12:00 |
|
Matt Woodrow
|
12901c44ef
|
Bug 539356 - Part 9f - Compute the invalid area of the layer tree and pass this to the widget. r=roc
|
2012-08-29 17:47:18 +12:00 |
|
Ed Morley
|
5a3b322459
|
Revert mozilla-inbound to e4dd1fa6d222 for crashes and test failures on a CLOSED TREE
|
2012-09-27 16:34:46 +01:00 |
|
Oleg Romashin
|
585aa99e71
|
Bug 539356 - Part 20 - Simplify regions to avoid excessive region calculation. r=roc
|
2012-08-29 17:48:43 +12:00 |
|
Matt Woodrow
|
49d4c24594
|
Bug 539356 - Part 9 - Implement DLBI. r=roc,bz,jwatt
|
2012-08-29 17:38:58 +12:00 |
|
Karl Tomlinson
|
d92d4176ef
|
b=777946 implement SCALE_STRETCH through ComputeEffectiveTransforms r=Bas
--HG--
extra : transplant_source : 6%CC%1F3%D1g%A7%098%7E%24%3DC%1D6N%F5%1Ax%0F
|
2012-09-18 15:16:15 +12:00 |
|
Robert O'Callahan
|
da47e084d2
|
Bug 777194. Part 2: Remove RETENTION_THRESHOLD. FrameLayerBuilder limits the complexity of visible regions anyway. r=bas
|
2012-08-17 11:38:59 +12:00 |
|
Ed Morley
|
d8eec8e75e
|
Backout 7f86b28171a2 (bug 787853) & e18fdb9a8e12, ba47dac3cf97, e3fdcf7ed7f2, 992ee4c72c87 (bug 777946) for intermittent linux M4 ABORTs
|
2012-09-17 14:17:02 +01:00 |
|
Karl Tomlinson
|
c8293dcec2
|
b=777946 implement SCALE_STRETCH through ComputeEffectiveTransforms r=Bas
--HG--
extra : transplant_source : %9AZ%89%90_4%08R%C5%0E%AB1%40g%23.%7Bo%EE%2A
|
2012-09-17 17:19:59 +12:00 |
|
Jim Mathies
|
b570a88e32
|
Bug 786979 - Use a new constant for returning ICoreWindow from GetNativeData. r=bbondy
|
2012-09-07 14:51:02 -05:00 |
|
Chris Lord
|
bb517120d3
|
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 |
|
Chris Lord
|
3b9cbefec7
|
Bug 785333 - Synchronise layer InsertAfter/RemoveChild methods. r=bas
InsertAfter/RemoveChild in the Direct3D and OpenGL Layer backends have fallen
behind the implementation in BasicContainerLayer. Synchronise them.
|
2012-08-29 11:52:44 +01:00 |
|
Ehsan Akhgari
|
8c296bbcd4
|
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
|
8f5f4144ad
|
Bug 738833 - Add webgl force-readback pref - r=bjacob
|
2012-08-21 20:29:06 -07:00 |
|
Kan-Ru Chen (陳侃如)
|
ecd566dd4c
|
Bug 767480 - PlanarYCbCrImage Refactoring. r=roc
|
2012-08-21 18:18:20 +08:00 |
|
Kan-Ru Chen (陳侃如)
|
0f4bf67e69
|
Back out c8f7bace9cf9, 17ec4e01c126 (bug 767480) r=bustage
|
2012-08-21 17:55:02 +08:00 |
|
Kan-Ru Chen (陳侃如)
|
31f25ec5f6
|
Bug 767480 - PlanarYCbCrImage refactoring. r=roc
|
2012-08-21 17:31:36 +08:00 |
|
David Zbarsky
|
b27894f902
|
Bug 784004 - Don't include Layers.h everywhere Part 3 r=nical
|
2012-08-21 00:06:46 -04:00 |
|
Jeff Gilbert
|
9aa9b3b9f5
|
Bug 783663 - Add ReadScreenIntoImageSurface for reading pixels from the screen - r=bgirard
|
2012-08-20 17:13:32 -07:00 |
|
Nicolas Silva
|
54dd2bf57f
|
Bug 782372 - Splits ImageLayers.h into ImageLayers.h ImageContainer.h and ImageTypes.h, r=bgirard
|
2012-08-19 15:33:25 -04:00 |
|
Joe Drew
|
1409f2351b
|
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
|
4ff0f325fc
|
Bug 539356 - Part 30 - Make ShadowContainerLayerD3D10 hold references to child layers. r=roc
|
2012-08-13 22:10:45 +12:00 |
|
Matt Woodrow
|
1f62ddd68b
|
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
|
4ac5f68b6f
|
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 |
|
Nicholas Cameron
|
50ecfed6df
|
Bug 779650; handle Cairo DrawTargets in CanvasLayerD3D10; r=bas
|
2012-08-02 16:01:05 +12:00 |
|
Nicholas Cameron
|
666c8e4e67
|
Bug 776802; Give better info about Azure. r=Bas
|
2012-07-31 18:30:10 +12:00 |
|
Nicholas Cameron
|
45704eb121
|
Back out bug 779001, bug 746883, bug 778595, bug 776803, bug 7118849
|
2012-07-31 18:17:23 +12:00 |
|
Nicholas Cameron
|
3570f3ac38
|
Bug 776802; Give better info about Azure. r=Bas
|
2012-07-31 13:45:59 +12:00 |
|
Aryeh Gregor
|
57c0ad57fb
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Nicholas Cameron
|
067366aaee
|
Bug 764125; remove AzureEnabled from gfxInfo and replace with backend check. r=roc
|
2012-07-26 13:56:42 +12:00 |
|
Nicholas Cameron
|
d4158405d0
|
Bug 764125; sort out preferred and fallback Azure backends for all platforms (gfxPlatform). r=Bas
|
2012-07-25 12:45:58 +12:00 |
|
Brian R. Bondy
|
e2ba64dc90
|
Bug 770694 - Fix for snapped view windows size. r=bas
|
2012-07-04 20:36:37 -04:00 |
|
Nicholas Cameron
|
9e4ceaecb8
|
Back out bug 746883, bug 764125, bug 761895, bug 746883, bug 748116
|
2012-07-26 18:48:24 +12:00 |
|
Nicholas Cameron
|
65cef0593d
|
Bug 764125; remove AzureEnabled from gfxInfo and replace with backend check. r=roc
|
2012-07-26 13:56:42 +12:00 |
|
Nicholas Cameron
|
c93adeeed1
|
Bug 764125; sort out preferred and fallback Azure backends for all platforms (gfxPlatform). r=Bas
|
2012-07-25 12:45:58 +12:00 |
|
Benoit Jacob
|
6d971e13ac
|
Bug 774755 - 6/8 - ANGLE r1242: flip y-axis when using ANGLE share handles in D3D10 layers - r=jgilbert
This new ANGLE version reverses the y-axis.
|
2012-07-25 12:13:45 -04:00 |
|
Nicholas Cameron
|
5bfab9d613
|
Bug 775215; remove D3D10_RESOURCE_MISC_GDI_COMPATIBLE. r=Bas
--HG--
extra : rebase_source : bb05c51a4e7f57dc2db0c17cb321160dc619ecb6
|
2012-07-25 12:28:20 +12:00 |
|
Chris Jones
|
bbab5e6e40
|
Bug 776217: Support gecko-implemented screen rotation with omtc. r=roc
|
2012-07-24 12:01:09 -07:00 |
|
Brian R. Bondy
|
85766e0a07
|
Bug 750898 - GFX code for Metro. r=bas
|
2012-07-17 21:53:28 -04:00 |
|
David Zbarsky
|
7f0f075928
|
[Bug 774505] Don't include Layers.h everywhere r=cjones
|
2012-07-18 12:31:40 -04:00 |
|
Nicholas Cameron
|
7729101eae
|
Bug 767337; remove D3D10_RESOURCE_MISC_GDI_COMPATIBLE flag from D3D10 layer manager. r=roc
|
2012-07-18 15:02:12 -04:00 |
|
Ehsan Akhgari
|
e13dc32085
|
Backout changeset d97bd4246317 (bug 539356) because of performance and correctness regressions
|
2012-07-03 20:26:18 -04:00 |
|
Ehsan Akhgari
|
5c63bf26a2
|
Backout changeset bd0a91621ea9 (bug 539356) because of performance and correctness regressions
|
2012-07-03 20:25:57 -04:00 |
|
Ehsan Akhgari
|
6ef72aef93
|
Backout changeset f568fc280fb0 (bug 539356) because of performance and correctness regressions
|
2012-07-03 20:24:55 -04:00 |
|
Ehsan Akhgari
|
0138ec138a
|
Backout changeset cb1ac88bedc2 (bug 539356) because of performance and correctness regressions
|
2012-07-03 20:14:11 -04:00 |
|