Nicolas Silva
|
d624f90dd5
|
Bug 897452 - Part 2 - PTexture deallocation logic - r=sotaro,bjacob
|
2013-12-11 13:05:11 -05:00 |
|
Birunthan Mohanathas
|
bfaa1613a3
|
Bug 798033 - Remove 'using namespace' from gfx/ headers. r=jrmuizel
|
2013-12-08 21:53:26 -05:00 |
|
Nicholas Cameron
|
9928f8e67c
|
Bug 907463. Dealloc shmem on ActorDestroy. r=nical
|
2013-09-27 21:48:42 +12:00 |
|
Gregor Wagner
|
9e82d05232
|
Backout Bug 907463 for causing bug 930575
|
2013-10-25 09:25:17 -07:00 |
|
Nicholas Cameron
|
e59c5a9ee9
|
Bug 907463. Dealloc shmem on ActorDestroy. r=nical
|
2013-09-27 21:48:42 +12:00 |
|
Nicolas Silva
|
a36c06d0a7
|
Bug 919022 - Fix warning by not overloading CreateBufferTextureClient. r=nrc
|
2013-10-13 17:24:12 -07:00 |
|
Nicolas Silva
|
546040be85
|
Bug 923917 - Make CompositableClient not crash when texture serialization fails. r=nrc
|
2013-10-09 16:18:29 -07:00 |
|
Nicolas Silva
|
fb7278e4bc
|
Bug 916118 - Simplify the TextureClient deallocation protocol. r=nrc
|
2013-10-02 13:52:04 -07:00 |
|
Ed Morley
|
0e5b0cebbd
|
Backed out changeset 08d9bbb1044f (bug 907463)
|
2013-09-27 11:37:00 +01:00 |
|
Nicholas Cameron
|
99372e1e41
|
Bug 907463. Dealloc shmem on ActorDestroy. r=nical
|
2013-09-27 21:48:42 +12:00 |
|
Nicolas Silva
|
e3ef6e63f3
|
Bug 916118 - Backed out changeset bafb8bf3b279 on a CLOSED TREE
|
2013-09-26 19:06:12 +02:00 |
|
Nicolas Silva
|
bc11135ff0
|
Bug 916118 - Simplify the deallocation flags in TextureClient/Host. r=nrc
|
2013-09-26 18:00:23 +02:00 |
|
Benoit Jacob
|
55d6cf1e20
|
Bug 913872 - Take nested enums out of gfxASurface - 1/3 : automatic changes - r=jrmuizel
Generated by these regexes:
find . -name '*.h' -o -name '*.cpp' -o -name '*.mm' | grep -v '\.hg' | grep -v '^\.\/obj' | xargs sed -i 's/gfx[A-Za-z0-9_]*Surface\:\:[a-z]*\(\(ImageFormat\|SurfaceType\|ContentType\|MemoryLocation\)[0-9A-Za-z_]*\)/gfx\1/g'
find . -name '*.h' -o -name '*.cpp' -o -name '*.mm' | grep -v '\.hg' | grep -v '^\.\/obj' | xargs sed -i 's/gfx[A-Za-z0-9_]*Surface\:\:[a-z]*\(\(CONTENT_\|MEMORY_\)[0-9A-Za-z_]*\)/GFX_\1/g'
find . -name '*.h' -o -name '*.cpp' -o -name '*.mm' | grep -v '\.hg' | grep -v '^\.\/obj' | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)\(CONTENT_COLOR\|CONTENT_ALPHA\|CONTENT_COLOR_ALPHA\|CONTENT_SENTINEL\|MEMORY_IN_PROCESS_HEAP\|MEMORY_IN_PROCESS_NONHEAP\|MEMORY_OUT_OF_PROCESS\)\($\|[^A-Za-z0-9_]\)/\1GFX_\2\3/g'
find . -name '*.h' -o -name '*.cpp' -o -name '*.mm' | grep -v '\.hg' | grep -v '^\.\/obj' | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)\(ImageFormatARGB32\|ImageFormatRGB24\|ImageFormatA8\|ImageFormatA1\|ImageFormatRGB16_565\|ImageFormatUnknown\|SurfaceTypeImage\|SurfaceTypePDF\|SurfaceTypePS\|SurfaceTypeXlib\|SurfaceTypeXcb\|SurfaceTypeGlitz\|SurfaceTypeQuartz\|SurfaceTypeWin32\|SurfaceTypeBeOS\|SurfaceTypeDirectFB\|SurfaceTypeSVG\|SurfaceTypeOS2\|SurfaceTypeWin32Printing\|SurfaceTypeQuartzImage\|SurfaceTypeScript\|SurfaceTypeQPainter\|SurfaceTypeRecording\|SurfaceTypeVG\|SurfaceTypeGL\|SurfaceTypeDRM\|SurfaceTypeTee\|SurfaceTypeXML\|SurfaceTypeSkia\|SurfaceTypeSubsurface\|SurfaceTypeD2D\|SurfaceTypeMax\)\($\|[^A-Za-z0-9_]\)/\1gfx\2\3/g'
|
2013-09-24 16:45:13 -04:00 |
|
Nicholas Cameron
|
5488ca9bd9
|
No bug. Fixbuild bustage in CanvasClient.cpp. r=bustage
|
2013-09-24 13:59:59 +12:00 |
|
Nicholas Cameron
|
6b9eb7d024
|
Bug 912766. Funky refcounting to keep the gfxWindowsSurface alive during transport. r=mattwoodrow
|
2013-09-24 13:14:12 +12:00 |
|
Nicholas Cameron
|
f9ecccbcc4
|
Bug 912766. Use the DIB texture client/host. r=mattwoodrow
|
2013-09-24 13:14:12 +12:00 |
|
Nicholas Cameron
|
a48d09aed2
|
Bug 915944. Don't set TEXTURE_DEALLOCATE_HOST for deprecated canvas clients. r=mattwoodrow
|
2013-09-13 14:33:07 +12:00 |
|
Matt Woodrow
|
fa8f16578a
|
Bug 912173 - Always AddRef and Release the GLContext when sharing a SurfaceStream to avoid mismatches. r=nrc
|
2013-09-09 14:35:20 +12:00 |
|
Nicholas Cameron
|
4bdcd5e9c7
|
Bug 907466. Support large canvases with d3d11. r=mattwoodrow
|
2013-08-21 13:13:57 +12:00 |
|
Nicholas Cameron
|
73aeda1397
|
Bug 903816. Include-what-you-use for gfx/layers. r=roc
|
2013-08-12 11:17:23 +12:00 |
|
Matt Woodrow
|
3b6adb72b1
|
Bug 900133 - Don't mark textures as being sent to the compositor until after we've drawn to them. r=nical
|
2013-08-20 11:39:55 +12:00 |
|
Matt Woodrow
|
edd0212608
|
Bug 904620 - Always send a transaction when we get a WebGL update to ensure that we get a composite. r=nrc
|
2013-08-20 11:39:55 +12:00 |
|
Nicholas Cameron
|
de9fb7e97c
|
Bug 905790. Let canvases use fallback texure clients like images clients can. r=mattwoodrow
|
2013-08-18 18:46:21 +12:00 |
|
Matt Woodrow
|
c297e37460
|
Bug 900133 - Add TEXTURE_IMMEDIATE_UPLOAD to avoid racing when single buffered. r=nical
|
2013-08-03 13:30:28 -04:00 |
|
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 |
|