Birunthan Mohanathas
|
dd13ff8363
|
Bug 784739 - Switch from NULL to nullptr in gfx/layers/d3d9/; r=ehsan
--HG--
extra : rebase_source : 6628eb59eef0bb828fbcff03ad967f7fc97c437d
|
2013-07-20 11:48:55 +03: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 |
|
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 |
|
Robert O'Callahan
|
fae9165b76
|
Bug 663776. Part 0.5: Mark layers that could have their transforms changed via off-main-thread animations or empty transactions, and treat all ThebesLayerOGL descendants of such layers as potentially resampled so that their buffers are put into the correct state and size. r=mattwoodrow
--HG--
extra : rebase_source : d3c78cc61f1a3d5f12dedb57180371b41b1647f6
|
2012-12-12 18:21:23 +13:00 |
|
Oleg Romashin
|
c633561323
|
Bug 539356 - Part 20 - Simplify regions to avoid excessive region calculation. r=roc
|
2012-08-29 17:48:43 +12:00 |
|
Matt Woodrow
|
5730a3f4b2
|
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
|
aba3a8f5ef
|
Revert mozilla-inbound to e4dd1fa6d222 for crashes and test failures on a CLOSED TREE
|
2012-09-27 16:34:46 +01:00 |
|
Oleg Romashin
|
9ec3691460
|
Bug 539356 - Part 20 - Simplify regions to avoid excessive region calculation. r=roc
|
2012-08-29 17:48:43 +12:00 |
|
Matt Woodrow
|
4d096475d2
|
Bug 539356 - Part 9 - Implement DLBI. r=roc,bz,jwatt
|
2012-08-29 17:38:58 +12:00 |
|
Ehsan Akhgari
|
e368dc9c85
|
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 |
|
David Zbarsky
|
3154e1b535
|
Bug 784004 - Don't include Layers.h everywhere Part 3 r=nical
|
2012-08-21 00:06:46 -04:00 |
|
Matt Woodrow
|
8e8f866f65
|
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 |
|
Aryeh Gregor
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Chris Jones
|
54accca6a3
|
Bug 765734, part 4: Add an RAII helper to open/close SurfaceDescriptors and mark usage of SurfaceDescriptor as ReadOnly or ReadWrite. r=BenWa,nrc sr=roc
--HG--
extra : rebase_source : 34d9f4f021bac540e96b82eceb855c9c2ce59ce6
|
2012-07-12 05:51:58 -07:00 |
|
Ehsan Akhgari
|
658ec4eb81
|
Backout changeset d97bd4246317 (bug 539356) because of performance and correctness regressions
|
2012-07-03 20:26:18 -04:00 |
|
Ehsan Akhgari
|
cf18ee9122
|
Backout changeset f568fc280fb0 (bug 539356) because of performance and correctness regressions
|
2012-07-03 20:24:55 -04:00 |
|
Ehsan Akhgari
|
8b3c1f653a
|
Backout changeset cb1ac88bedc2 (bug 539356) because of performance and correctness regressions
|
2012-07-03 20:14:11 -04:00 |
|
Oleg Romashin
|
5cbefb95a7
|
Bug 539356 - Part 20 - Simplify regions to avoid excessive region calculation. r=roc
|
2012-06-30 15:06:13 +12:00 |
|
Matt Woodrow
|
31125260ee
|
Bug 539356 - Part 9 - Implement DLBI. r=roc,bz,jwatt
|
2012-06-30 15:06:11 +12:00 |
|
Matt Woodrow
|
7aaf9816cd
|
Bug 539356 - Part 8a - Add END_NO_COMPOSITE to EndTransactionFlags and implement in for all LayerManagers. r=roc
|
2012-06-30 15:06:10 +12:00 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Nicholas Cameron
|
aecf6c2ae4
|
Bug 716439; using masks in each of the dx9 backend layers. r-Bas
|
2012-03-07 10:07:48 +13:00 |
|
Jeff Gilbert
|
69c7308a1d
|
Bug 571507 - Add checks for texture creation failure to ContainerLayerD3D* - r=bas.schouten
|
2011-11-03 12:10:10 -07:00 |
|
Ehsan Akhgari
|
92064e6d3f
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Jeff Walden
|
b5e57820bf
|
Bug 693469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. (Exceptions: assigning to static initializers, use in static assertions, as template parameters, etc. These will go away when the relevant compilers have C++11 constexpr support.) r=cjones
--HG--
extra : rebase_source : b4bae9a0f85abf2feb828609b50e756916b99a6f
|
2011-10-10 22:50:08 -07:00 |
|
Jeff Walden
|
d0532c3e95
|
Back out everything since 5435ee09cf7b. Tinderbox compilers hate me. r=epic-fail
|
2011-10-12 12:21:53 -07:00 |
|
Jeff Walden
|
0f30b277bf
|
Bug 639469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. r=cjones
--HG--
extra : rebase_source : 860a8271bf7e51cde358f2a4185c410de1fc2960
|
2011-10-10 22:50:08 -07:00 |
|
Oleg Romashin
|
0ee3091dc8
|
Bug 690469 - ShadowThebesLayer Init/Swap API rework. r=cjones
--HG--
extra : rebase_source : 92daf535bc48e1fa2a80d3ef1a6ed20855135eb4
|
2011-10-02 17:19:32 -04:00 |
|
Michael Wu
|
d2b70213ac
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|
Benoit Girard
|
5b3036138c
|
Bug 648480 - Add shadow-layer support to d3d9 backend. r=cjones
|
2011-07-04 09:15:05 -04:00 |
|
Benoit Girard
|
3a51e1fdfa
|
Backout 627489bb6288.
|
2011-07-01 18:05:54 -04:00 |
|
Benoit Girard
|
4ec96c8c7f
|
Bug 648480 - Add shadow-layer support to d3d9 backend. r=cjones
|
2011-07-01 16:57:15 -04:00 |
|
Robert O'Callahan
|
829914f298
|
Bug 637852. Part 8: Remove resolution support from D3D9 layers. r=mattwoodrow
Layer-system resolution support is no longer needed.
|
2011-06-23 00:11:27 +12:00 |
|
Robert O'Callahan
|
a7b4f1246b
|
Bug 641426. Part 5: Avoid operator== where possible to distinguish between 'equal edges' and 'equal areas' for rectangles. r=dbaron,sr=cjones
|
2011-04-19 15:07:23 +12:00 |
|
Robert O'Callahan
|
3b4e2d8031
|
Bug 635373. When resampling a ThebesLayer, ensure that D3D9 and OpenGL layers paint the entire layer as one quad to avoid unnecessary aliasing. r=bas
|
2011-04-01 10:33:46 +13:00 |
|
Robert O'Callahan
|
746312cb6f
|
Bug 635373. If we need to resample a ThebesLayer texture, make sure we make all the pixels of the texture valid in case they get sampled. r=bas
|
2011-04-01 10:33:46 +13:00 |
|
Bas Schouten
|
e22a41f05e
|
Bug 635275: Only update portions within scaled texture bounds. r=roc a=blocking-betan
|
2011-02-19 04:51:10 +01:00 |
|
Bas Schouten
|
cac02ea69b
|
Bug 634669: Use scaled size for our drawing surface. r=mattwoodrow a=blocking-betan
|
2011-02-16 23:32:16 +01:00 |
|
Bas Schouten
|
d1a9be248e
|
Fix EOL-style in ThebesLayerD3D9. r=mattwoodrow a=lineendings
|
2011-02-16 23:32:13 +01:00 |
|
Robert O'Callahan
|
3034c9b8d3
|
Bug 626602. Part 5: Implement ReadbackLayers for D3D9. r=bas
|
2011-02-16 16:43:30 -06:00 |
|
Marco Bonardo
|
562557746d
|
Backout bug 626602, follow-ups and conflicting bug 631388 due to Win Tp4 permaorange causing a=CLOSED TREE
|
2011-02-09 15:48:12 +01:00 |
|
Robert O'Callahan
|
482c9382e3
|
Bug 626602. Part 5: Implement ReadbackLayers for D3D9. r=bas
|
2011-02-08 18:44:14 -06:00 |
|
Matt Woodrow
|
1900c321f0
|
Bug 586683 - Part 3 - Add resolution handling to ThebesLayerD3D9. r=Bas a=blocking2.0
|
2011-02-09 09:39:09 +13:00 |
|
Robert O'Callahan
|
d991ebb2ba
|
Bug 621601. Part 2: Implement EndEmptyTransaction for D3D9. r=bas,a=joe
|
2011-01-19 21:27:54 +13:00 |
|
Robert O'Callahan
|
53cc70b575
|
Bug 624170. Part 1: Don't try to release the DC for null surfaces. r=bas; a=blocking-beta9+ landed on a CLOSED TREE
|
2011-01-10 17:24:10 -05:00 |
|
Robert O'Callahan
|
79c9c9869f
|
Bug 622886 - Further wallpaper over crashes in gfxContext::gfxContext(gfxASurface *). r=bas,jrmuizel a=blocking-beta9+, CLOSED TREE
|
2011-01-10 17:07:49 -05:00 |
|
Robert O'Callahan
|
cf43350e69
|
Bug 622886 - spike in crashes [@ gfxContext::gfxContext(gfxASurface*) ]. r=bas, a=blocking
|
2011-01-04 12:59:00 -08:00 |
|
Bas Schouten
|
d4e5ed2167
|
Bug 622678: Empty valid region when resources are cleared. r=roc a=blocking-betan
|
2011-01-04 02:37:13 +01:00 |
|
Bas Schouten
|
482b106a38
|
Bug 593604 - Part 11: Remove code to support D2D/D3D9 interop. r+a=roc
|
2011-01-04 02:37:10 +01:00 |
|
Robert O'Callahan
|
87a38bca9b
|
Bug 593604. Part 9: Support component alpha in ThebesLayerD3D9. r=bas,a=blocking
|
2011-01-03 14:48:09 +13:00 |
|