Matt Woodrow
|
1d98457e70
|
Bug 893302 - Implement CanvasClient2D on top of NewTextures. r=nical
|
2013-08-03 13:29:37 -04:00 |
|
Matt Woodrow
|
c7f6c4749b
|
Bug 893302 - Rename the CanvasClient class to include Deprecated so we can implement one on top of NewTextureHost. r=nical
|
2013-08-03 13:29:28 -04:00 |
|
Wes Kocher
|
67614e96b8
|
Backed out 6 changesets (bug 900133, bug 881634, bug 893302) for build bustage
Backed out changeset 49632bc14e27 (bug 900133)
Backed out changeset 036780fccc89 (bug 900133)
Backed out changeset b8db58f5e209 (bug 893302)
Backed out changeset 67c3e4204e44 (bug 893302)
Backed out changeset a857a4246dd9 (bug 900133)
Backed out changeset e0e2e27af6c1 (bug 881634)
|
2013-08-02 20:35:39 -07:00 |
|
Matt Woodrow
|
49169f83fb
|
Bug 900133 - Add TEXTURE_IMMEDIATE_UPLOAD to avoid racing when single buffered. r=nical
|
2013-08-02 23:00:02 -04:00 |
|
Matt Woodrow
|
75e8427d57
|
Bug 893302 - Implement CanvasClient2D on top of NewTextures. r=nical
|
2013-08-02 22:59:49 -04:00 |
|
Matt Woodrow
|
9738905b69
|
Bug 893302 - Rename the CanvasClient class to include Deprecated so we can implement one on top of NewTextureHost. r=nical
|
2013-08-02 22:59:40 -04:00 |
|
Matt Woodrow
|
7cd7d8afbd
|
Bug 900188 - Correctly treat WebGL as being single buffered when we share it across ipdl. r=nrc
--HG--
extra : rebase_source : 92be3f39d6e07d1e5f5de0a484a0c94eca93a97c
|
2013-08-01 21:12:15 -04:00 |
|
Nicholas Cameron
|
b4b5c9799b
|
back out bug 874721, bug 899435
|
2013-08-01 18:30:46 +12:00 |
|
Nicholas Cameron
|
e571990a03
|
Bug 874721. Fallback for EnsureAllocated and compositor, and some more sanity checks. r=mattwoodrow
|
2013-08-01 16:52:36 +12:00 |
|
Nicholas Cameron
|
6dc5873cfe
|
Bug 897409. Use a temporary surface instead of forcing image surfaces (v2). r=mattwoodrow
|
2013-08-01 10:17:41 +12:00 |
|
Ryan VanderMeulen
|
7b6ff12193
|
Backed out changeset 6846b610be41 (bug 897409) for suspicion of making Win8 mochitest-mc perma-orange.
|
2013-07-30 22:28:46 -04:00 |
|
Nicholas Cameron
|
4c625ffcef
|
Bug 897409. Use a temporary surface instead of forcing image surfaces. r=mattwoodrow
|
2013-07-31 09:45:31 +12:00 |
|
James Willcox
|
2fed89ee3a
|
Bug 894405 - Ref GLContext before sending SurfaceStream to compositor r=jgilbert
|
2013-07-17 13:03:18 -04:00 |
|
David Zbarsky
|
7ee9db63db
|
Bug 895116: Use an ImageSurface in CanvasClient2DUpdate r=mattwoodrow
|
2013-07-17 23:54:09 -07:00 |
|
Nicolas Silva
|
4b3fbac3da
|
Bug 858914 - Mark all TextureHost and TextureClient classes deprecated. r=mattwoodrow
|
2013-07-08 23:30:44 +02:00 |
|
Vladimir Vukicevic
|
020a93e885
|
b=843599; use gralloc buffers for WebGL streaming on B2G; r=nical,jgilbert,jrmuizel
|
2013-05-27 10:12:13 -04:00 |
|
Bas Schouten
|
5ea6ee5f3a
|
Bug 843555 - Part 1: Use a content texture client for Canvas. r=nical
|
2013-05-28 14:12:01 +02:00 |
|
Vladimir Vukicevic
|
99cf91d665
|
Backed out changeset fd25fb9e951e and 0f0c080ed1ba (bug 843599) for mac debug assertion failures on a CLOSED TREE
|
2013-05-27 11:45:59 -04:00 |
|
Vladimir Vukicevic
|
c7f9362d76
|
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
|
8969f99b17
|
b=843599; use gralloc buffers for WebGL streaming on B2G; r=nical,jgilbert,jrmuizel
|
2013-05-27 10:12:13 -04:00 |
|
James Willcox
|
51a9c43eed
|
Bug 871390 - Update WebGL canvases async, not 2D ones r=mattwoodrow
|
2013-05-14 21:16:07 -04:00 |
|
James Willcox
|
ff9fc3204f
|
Bug 863223 - Make canvas updates asynchronous once again r=nrc
|
2013-05-01 19:24:27 -04:00 |
|
Matt Woodrow
|
99f82e605d
|
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
|
b00d0c2090
|
Bug 865104 - Implement a BasicCompositor. r=nrc
|
2013-05-01 12:42:05 +12:00 |
|
Nicholas Cameron
|
9a37c9d3fd
|
Bug 862106. Use Create*Client directly. r=nical
--HG--
extra : rebase_source : d903db2fcb68bbccff9548dfbcd215d9a25ba41c
|
2013-04-17 09:36:06 +12:00 |
|
Nicholas Cameron
|
fdc9d01061
|
Bug 844928, remove PTexture. r=nical
--HG--
extra : rebase_source : c6588d7381fc468068eb7e393f52afafb9586253
|
2013-04-12 19:28:55 +12: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 |
|