Alfredo Yang
|
2b6ee6bf53
|
Bug 938034 - Add GonkCameraImage format. r=roc
|
2014-12-17 23:42:00 -05:00 |
|
Wes Kocher
|
2e2d08fbaf
|
Backed out changeset bfe4f2eb91c5 (bug 938034) for non-unified bustage on a CLOSED TREE
|
2014-12-15 14:16:59 -08:00 |
|
Alfredo Yang
|
fe254ebfaf
|
Bug 938034 - Add new GonkCameraImage image type. r=roc
|
2014-12-15 01:01:00 -05:00 |
|
Robert O'Callahan
|
6d3bc4bb4c
|
Bug 1072528. Part 2: Remove layers code. r=bas
|
2014-09-24 16:35:06 -04:00 |
|
Markus Stange
|
131bfce4c5
|
Bug 1073103 - Rename ThebesLayer to PaintedLayer. r=roc
--HG--
rename : gfx/layers/basic/BasicThebesLayer.cpp => gfx/layers/basic/BasicPaintedLayer.cpp
rename : gfx/layers/basic/BasicThebesLayer.h => gfx/layers/basic/BasicPaintedLayer.h
rename : gfx/layers/client/ClientThebesLayer.cpp => gfx/layers/client/ClientPaintedLayer.cpp
rename : gfx/layers/client/ClientThebesLayer.h => gfx/layers/client/ClientPaintedLayer.h
rename : gfx/layers/client/ClientTiledThebesLayer.cpp => gfx/layers/client/ClientTiledPaintedLayer.cpp
rename : gfx/layers/client/ClientTiledThebesLayer.h => gfx/layers/client/ClientTiledPaintedLayer.h
rename : gfx/layers/composite/ThebesLayerComposite.cpp => gfx/layers/composite/PaintedLayerComposite.cpp
rename : gfx/layers/composite/ThebesLayerComposite.h => gfx/layers/composite/PaintedLayerComposite.h
rename : gfx/layers/d3d10/ThebesLayerD3D10.cpp => gfx/layers/d3d10/PaintedLayerD3D10.cpp
rename : gfx/layers/d3d10/ThebesLayerD3D10.h => gfx/layers/d3d10/PaintedLayerD3D10.h
rename : gfx/layers/d3d9/ThebesLayerD3D9.cpp => gfx/layers/d3d9/PaintedLayerD3D9.cpp
rename : gfx/layers/d3d9/ThebesLayerD3D9.h => gfx/layers/d3d9/PaintedLayerD3D9.h
|
2014-09-26 13:06:08 -04:00 |
|
Jeff Gilbert
|
39ac1c0389
|
Bug 1037147 - Remove SharedTextureHandle and friends r=mattwoodrow,snorp
--HG--
extra : rebase_source : 13101216d6e5eccfb0a19c14b783b3878644b665
|
2014-09-17 08:13:29 -05:00 |
|
James Willcox
|
fe19d22a4b
|
Back out a84f9edfe968 for bustage
|
2014-09-12 14:01:26 -05:00 |
|
Jeff Gilbert
|
a399ede263
|
Bug 1037147 - Replace SharedTextureHandle with a TextureClient variant r=mattwoodrow,snorp
|
2014-09-12 13:39:20 -05:00 |
|
chiajung hung
|
981893619b
|
Bug 1002823 - [Stingray] Add a new kind of image layer without graphic buffer for overlaying video input. r=nical
|
2014-08-18 22:14:00 -04:00 |
|
Nicolas Silva
|
788de6da4a
|
Bug 989883 - Remove deprecated ImageClient/Host. r=mattwoodrow
|
2014-04-01 14:28:00 +08:00 |
|
Benoit Jacob
|
e6d46b061f
|
Bug 962784 - Convert ImageTypes.h to typed enums - r=jrmuizel
find content/media media/webrtc gfx/layers gfx/tests dom/camera dom/plugins image/src layout/base -type f | grep -v 'gfx/layers/ImageTypes.h' | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)\(GRALLOC_PLANAR_YCBCR\|PLANAR_YCBCR\|SHARED_RGB\|CAIRO_SURFACE\|MAC_IOSURFACE\|REMOTE_IMAGE_BITMAP\|SHARED_TEXTURE\|REMOTE_IMAGE_DXGI_TEXTURE\|D3D9_RGB32_TEXTURE\)\($\|[^A-Za-z0-9_]\)/\1ImageFormat::\2\3/g'
find content/media media/webrtc gfx/layers gfx/tests dom/camera dom/plugins image/src layout/base -type f | grep -v 'gfx/layers/ImageTypes.h' | xargs sed -i 's|ImageFormat\:\:ImageFormat|ImageFormat|g'
find content/media media/webrtc gfx/layers gfx/tests dom/camera dom/plugins image/src layout/base -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)STEREO_MODE_\(MONO\|LEFT_RIGHT\|RIGHT_LEFT\|BOTTOM_TOP\|TOP_BOTTOM\)\($\|[^A-Za-z0-9_]\)/\1StereoMode::\2\3/g'
find content/media media/webrtc gfx/layers gfx/tests dom/camera dom/plugins image/src layout/base -type f | grep -v 'gfx/layers/ImageTypes.h' | xargs sed -i 's|StereoMode\:\:StereoMode|StereoMode|g'
|
2014-01-30 17:58:49 -05:00 |
|
Matt Woodrow
|
5aa30ea720
|
Bug 887791 - Add MacIOSurfaceImage. r=roc
|
2013-11-01 14:54:14 +13:00 |
|
Peter Chang
|
416da61282
|
Bug 894262 - Merge GonkIOSurfaceImage to GrallocImage, r=nical, kanru
|
2013-07-25 10:13:35 +08:00 |
|
Nicolas Silva
|
5d2089d328
|
Bug 858914 - Mark some Image related classes deprecated. r=jrmuizel DONTBUILD
|
2013-07-24 18:08:35 +02:00 |
|
Nicolas Silva
|
7a55cdf819
|
Backed out changeset 9089fe288899
|
2013-07-24 18:01:39 +02:00 |
|
Nicolas Silva
|
a6bf10f5a6
|
Bug 868914 - Mark some Image related classes deprecated. r=jrmuizel
|
2013-07-24 17:43:35 +02:00 |
|
Chris Pearce
|
03ac6fddda
|
Bug 847267 - Add new image class to wrap D3D surfaces. r=Bas
|
2013-05-04 22:12:40 +12:00 |
|
Matt Woodrow
|
ad49121adc
|
Bug 860615 - Remove MacIOSurfaceImage. r=BenWa
|
2013-04-17 14:21:07 +12:00 |
|
Bas Schouten
|
341383c413
|
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 |
|
Edwin Flores
|
283f1651ad
|
Bug 803394 - Add image type for RGB images in shared memory r=nical
--HG--
extra : rebase_source : 3be9bbbcf827c0796d7b0a39724f3372ac080632
|
2012-12-13 11:47:28 +13:00 |
|
Kan-Ru Chen (陳侃如)
|
cd9d182e06
|
Bug 767480 - Gralloc backed video buffer. r=roc
|
2012-08-21 18:22:58 +08:00 |
|
Kan-Ru Chen (陳侃如)
|
22db9a8e93
|
Back out c8f7bace9cf9, 17ec4e01c126 (bug 767480) r=bustage
|
2012-08-21 17:55:02 +08:00 |
|
Kan-Ru Chen (陳侃如)
|
2225b447e6
|
Bug 767480 - Gralloc backed video buffer. r=roc
|
2012-08-21 14:59:42 +08:00 |
|
Nicolas Silva
|
047b99ba78
|
Bug 782372 - Splits ImageLayers.h into ImageLayers.h ImageContainer.h and ImageTypes.h, r=bgirard
|
2012-08-19 15:33:25 -04:00 |
|