Matt Woodrow
|
f2a520ca0c
|
Bug 907926 - Avoid calling CurrentSurface when we can. r=Bas
|
2013-09-19 17:23:30 +12:00 |
|
Wes Kocher
|
b03b0b7668
|
Backed out 5 changesets (bug 907926, bug 911393, bug 917703) due to OSX reftest bustage during an unrelated CLOSED TREE
Backed out changeset 94a6733b01dc (bug 907926)
Backed out changeset 44108fb6f7cc (bug 917703)
Backed out changeset f2dd2a27af69 (bug 911393)
Backed out changeset fdb0d1053128 (bug 907926)
Backed out changeset b3616b786e8f (bug 907926)
|
2013-09-19 17:56:18 -07:00 |
|
Matt Woodrow
|
3b796a754a
|
Bug 907926 - Avoid calling CurrentSurface when we can. r=Bas
|
2013-09-19 17:23:30 +12:00 |
|
Rik Cabanier
|
025e852615
|
Bug 902525 - Part 5: fixes for blending of HTML elements r=roc
|
2013-09-15 16:43:10 -07:00 |
|
Rik Cabanier
|
8c970079ca
|
Bug 902525 - Part 2: Create layers for isolated groups when blending is involved r=roc
|
2013-09-14 20:30:00 -07:00 |
|
Rik Cabanier
|
f95ea751f0
|
Bug 902525 - Part 1: Layers changes r=roc
|
2013-09-14 20:23:46 -07:00 |
|
Benoit Girard
|
afe7983f63
|
Bug 913329 - Use CopySurface to draw to the screen using OMTC basic. r=mattwoodrow
|
2013-09-09 11:49:56 -04:00 |
|
Nicholas Cameron
|
cca4ba2d92
|
Don't include mozilla-config.h in gfx.layers. No bug. r=me
|
2013-09-09 08:55:48 +12:00 |
|
Nicholas Cameron
|
b6f3b6ba96
|
Bug 786412. Conslidate container layer methods. r=mattwoodrow
|
2013-09-02 10:19:18 +12:00 |
|
Justin Lebar
|
4aeeb65d91
|
Bug 909514 - Include <new> before mozilla::Maybe (and move Maybe into mfbt/Maybe.h). r=waldo
--HG--
rename : mfbt/Util.h => mfbt/Maybe.h
|
2013-08-27 15:10:28 -07:00 |
|
Nicolas Silva
|
a0feb7b33c
|
Bug 858914 - Basic backend for the new textures. r=mattwoodrow
|
2013-08-27 10:52:14 +02:00 |
|
Matt Woodrow
|
11914fb596
|
Bug 907926 - Supprt having different content/canvas backends in gfxPlatform. r=nrc
|
2013-08-23 18:13:55 +12:00 |
|
Benoit Girard
|
d6b9b9b872
|
Bug 907286 - Implement Frame Counter for non OMTC basic. r=jmuizel,tnikkel
--HG--
extra : rebase_source : a2cf8295ead1af3f0a66491fd9455d37e7b3985d
|
2013-08-22 12:54:05 -04:00 |
|
Jan Beich
|
66c4b90185
|
Bug 907837 - Don't include SPS headers directly. r=nrc
|
2013-08-22 19:11:51 +12:00 |
|
Nicholas Cameron
|
b5c77aec19
|
Bug 903816. Include-what-you-use for gfx/layers. r=roc
|
2013-08-12 11:17:23 +12:00 |
|
Arnaud Sourioux
|
de3b6b7cdf
|
Bug 903112 - Replace this with MOZ_THIS_IN_INITIALIZER_LIST() in gfx/. r=jfkthame
|
2013-08-16 09:18:36 -04:00 |
|
Nicholas Cameron
|
dd58f82344
|
Bug 874721, bug 899435. D3D9 compositor and windows OMTC window resizing. r=Bas, mattwoodrow
|
2013-08-04 19:46:17 +12:00 |
|
Nicolas Silva
|
2b6a0c31a2
|
Bug 858914 - New texture classes + OGL backend (preffed off). r=bas, nrc
|
2013-07-30 11:59:51 +02:00 |
|
David Zbarsky
|
2708b889b0
|
Bug 895116: Lock the mask texture before compositing with BasicCompositor r=bas
|
2013-07-29 16:04:09 -07:00 |
|
David Zbarsky
|
89fa9ed5fb
|
Bug 895116: Fix masking with BasicCompositor r=mattwoodrow
|
2013-07-23 16:38:46 -07:00 |
|
David Zbarsky
|
37dea7b59f
|
Bug 895116: CreateBasicDeprecatedTextureHost should pass along the texture flags r=mattwoodrow
|
2013-07-21 04:16:28 -07:00 |
|
Matt Woodrow
|
146fa01a1e
|
Bug 889953 - Add a bounds property to ColorLayer to restrict the drawing region instead of using a clip. This stops our accelerated layer backends from requiring a temporary surface to render transformed ColorLayers. r=roc
|
2013-07-09 10:11:00 -04:00 |
|
Matt Woodrow
|
28c11b7893
|
Backout a17b6115cdd7 for causing reftest failures
|
2013-07-09 12:05:04 -04:00 |
|
Matt Woodrow
|
efcdad9840
|
Bug 889953 - Add a bounds property to ColorLayer to restrict the drawing region instead of using a clip. This stops our accelerated layer backends from requiring a temporary surface to render transformed ColorLayers. r=roc
|
2013-07-09 10:11:00 -04:00 |
|
Nicolas Silva
|
71afc33248
|
Bug 858914 - Mark all TextureHost and TextureClient classes deprecated. r=mattwoodrow
|
2013-07-08 23:30:44 +02:00 |
|
Markus Stange
|
a43c75493b
|
Bug 882523 - Support OMTC on Mac in non-accelerated mode using OpenGL. r=nrc, r=mattwoodrow
|
2013-07-08 21:21:05 -07:00 |
|
Nicolas Silva
|
61e5058996
|
Bug 858914 - Make the basic compositor backend use the same design pattern as the other backends. r=mattwoodrow
|
2013-07-08 19:02:05 +02:00 |
|
Matt Woodrow
|
d1e19c9f1e
|
Bug 865104 - Follow-up to fix build
|
2013-07-03 16:51:55 -04:00 |
|
Matt Woodrow
|
9ea97111e2
|
Bug 865104 - Support YCbCr images with BasicCompositor instead of doing the conversion on the main thread. r=nrc,nical
|
2013-07-03 16:35:51 -04:00 |
|
Ryan VanderMeulen
|
38a9d6f38d
|
Backed out changeset cff8971a6519 (bug 882523) for Linux reftest-ipc crashes.
|
2013-07-03 10:14:11 -04:00 |
|
Markus Stange
|
da4c0a2cb0
|
Bug 888289 - Reland the part from bug 822115 that was accidentally backed out in the layers refactoring. r=mattwoodrow
|
2013-07-03 14:00:40 +02:00 |
|
Matt Woodrow
|
d34edcb95b
|
Bug 882523 - Support OMTC on Mac in non-accelerated mode using OpenGL. r=nrc, r=mattwoodrow
|
2013-06-13 17:15:15 +12:00 |
|
Matt Woodrow
|
4a4ec454fe
|
Bug 879149 - Don't attempt to use ContentClientIncremental when not using GL layers. r=nrc
|
2013-06-07 17:10:31 +12:00 |
|
Kartikaya Gupta
|
a470c3e0a4
|
Bug 877728 - Make the screen render offset a ScreenPoint. r=BenWa
|
2013-06-03 10:00:02 -04:00 |
|
Jeff Gilbert
|
028ad03f99
|
Bug 877382 - Remove THEBES_API decorator. - r=BenWa
|
2013-05-29 14:59:24 -07:00 |
|
Nicolas Silva
|
e71f1f8564
|
Bug 867656 - Part 1. Implement GetAsSurface for GL TextureHosts. r=bjacob
|
2013-05-26 04:43:43 +02:00 |
|
Vladimir Vukicevic
|
5e849f6728
|
b=843599, followup -- use MOZ_WIDGET_GONK, not MOZ_B2G, to fix desktop b2g builds
|
2013-05-27 11:21:47 -04:00 |
|
Vladimir Vukicevic
|
158e87ce65
|
b=843599; use gralloc buffers for WebGL streaming on B2G; r=nical,jgilbert,jrmuizel
|
2013-05-27 10:12:13 -04:00 |
|
Matt Woodrow
|
f1ba51d39d
|
Bug 870211 - Make TextureHosts support updating from partial surfaces. r=Bas
|
2013-05-16 15:45:43 +12:00 |
|
Matt Woodrow
|
a726754fd8
|
Bug 870211 - Tidy up ContentClient interface so that it doesn't depend on ThebesLayerBuffer. r=roc
|
2013-05-16 15:45:42 +12:00 |
|
Matt Woodrow
|
c727739057
|
Bug 867474 - Split BasicShadowableLayerManager into a separate ClientLayerManager. r=nrc
--HG--
rename : gfx/layers/basic/BasicCanvasLayer.cpp => gfx/layers/CopyableCanvasLayer.cpp
rename : gfx/layers/basic/BasicCanvasLayer.h => gfx/layers/CopyableCanvasLayer.h
rename : gfx/layers/basic/BasicCanvasLayer.cpp => gfx/layers/client/ClientCanvasLayer.cpp
rename : gfx/layers/basic/BasicCanvasLayer.h => gfx/layers/client/ClientCanvasLayer.h
rename : gfx/layers/basic/BasicColorLayer.cpp => gfx/layers/client/ClientColorLayer.cpp
rename : gfx/layers/basic/BasicContainerLayer.cpp => gfx/layers/client/ClientContainerLayer.cpp
rename : gfx/layers/basic/BasicContainerLayer.h => gfx/layers/client/ClientContainerLayer.h
rename : gfx/layers/basic/BasicImageLayer.cpp => gfx/layers/client/ClientImageLayer.cpp
rename : gfx/layers/basic/BasicLayerManager.cpp => gfx/layers/client/ClientLayerManager.cpp
rename : gfx/layers/basic/BasicLayers.h => gfx/layers/client/ClientLayerManager.h
rename : gfx/layers/basic/BasicThebesLayer.cpp => gfx/layers/client/ClientThebesLayer.cpp
rename : gfx/layers/basic/BasicThebesLayer.h => gfx/layers/client/ClientThebesLayer.h
rename : gfx/layers/basic/BasicTiledThebesLayer.cpp => gfx/layers/client/ClientTiledThebesLayer.cpp
rename : gfx/layers/basic/BasicTiledThebesLayer.h => gfx/layers/client/ClientTiledThebesLayer.h
|
2013-05-01 17:03:25 +12:00 |
|
Matt Woodrow
|
ace055b629
|
Bug 865104 - Implement a BasicCompositor. r=nrc
|
2013-05-01 12:42:05 +12:00 |
|
Nicolas Silva
|
3f8a7bbc88
|
Bug 856079 - Merge ShadowLayer and LayerComposite (keeping the later). r=nrc
|
2013-04-25 18:25:33 -04:00 |
|
Ryan VanderMeulen
|
cda9e3facf
|
Backed out changeset 4b7de1f2b4a0 (bug 856079) for various test failures.
CLOSED TREE
|
2013-04-24 11:28:05 -04:00 |
|
Nicolas Silva
|
8e84adc98a
|
Bug 856079 - Merge ShadowLayer and LayerComposite (keeping the later). r=nrc
|
2013-04-24 15:40:26 -04:00 |
|
Nicolas Silva
|
b18dc950c7
|
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 |
|
Ehsan Akhgari
|
34e21f4536
|
Backed out changeset fdaa0659fe13 (bug 863324) because of build bustage on a CLOSED TREE
--HG--
rename : gfx/layers/ipc/PLayerTransaction.ipdl => gfx/layers/ipc/PLayers.ipdl
rename : gfx/layers/ipc/LayerTransactionChild.cpp => gfx/layers/ipc/ShadowLayersChild.cpp
rename : gfx/layers/ipc/LayerTransactionChild.h => gfx/layers/ipc/ShadowLayersChild.h
rename : gfx/layers/ipc/LayerTransactionParent.cpp => gfx/layers/ipc/ShadowLayersParent.cpp
rename : gfx/layers/ipc/LayerTransactionParent.h => gfx/layers/ipc/ShadowLayersParent.h
|
2013-04-22 18:12:15 -04:00 |
|
Ehsan Akhgari
|
5394b1f9c1
|
Backed out changeset 86959499a5b8 (bug 856079) because of build bustage
|
2013-04-22 17:44:12 -04:00 |
|
Nicolas Silva
|
a9c99fbd1c
|
Bug 856079 - Merge ShadowLayer and LayerComposite (keeping the later). r=nrc
|
2013-04-22 18:41:29 -04:00 |
|
Nicolas Silva
|
e4c0f3bbfd
|
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-22 22:51:11 -04:00 |
|