gecko/gfx/layers
2014-03-27 18:52:09 +00:00
..
basic Bug 962154 - Use MallocSizeOf to report decoded-video memory. r=cpearce,njn 2014-03-19 14:33:12 -07:00
client Bug 983169 - Fix handling of tile resolution in TiledContentClient. r=bas 2014-03-27 18:52:09 +00:00
composite Bug 983169 - Fix up TiledLayerHost rendering method. r=BenWa 2014-03-27 18:52:08 +00:00
d3d9 Bug 976813 - Separate ShSurf::Texture for Prod and Cons. - r=snorp 2014-03-10 19:08:49 -07:00
d3d10 Bug 985049 - Remove gfxPlatform::SupportsAzureContent() and kill of the resulting dead code. r=mattwoodrow 2014-03-19 10:36:58 +08:00
d3d11 Bug 968807 - Add assertions in TextureClient. r=bjacob 2014-03-21 18:03:20 +01:00
ipc Bug 985541 - Turn GestureEventListener into Finite-state machine. r=kats,drs 2014-03-27 14:04:39 +02:00
opengl Merge m-c to b2g-inbound. 2014-03-26 23:09:04 -04:00
AtomicRefCountedWithFinalize.h backout of rev 1a52e0063440 b=979489 2014-03-10 21:03:02 -04:00
BufferUnrotate.cpp
BufferUnrotate.h
Compositor.cpp Bug 984338 - Add a pref to flash layer borders when they are created. r=jrmuizel 2014-03-25 17:54:39 +01:00
Compositor.h Bug 984338 - Add a pref to flash layer borders when they are created. r=jrmuizel 2014-03-25 17:54:39 +01:00
CompositorTypes.h Bug 984338 - Add a pref to flash layer borders when they are created. r=jrmuizel 2014-03-25 17:54:39 +01:00
CopyableCanvasLayer.cpp Bug 973976 - Revert to Thebes path for CopyableCanvasLayer. r=jmuizelaar 2014-03-17 10:49:21 -04:00
CopyableCanvasLayer.h Bug 939276 - Use a single GLContext for all SkiaGL canvases r=jgilbert,vlad,gwright,bjacob 2014-03-05 15:49:37 -06:00
D3D9SurfaceImage.cpp Bug 961715 - Implement D3D9SurfaceImage::GetAsSourceSurface. r=nical 2014-01-28 09:14:10 -05:00
D3D9SurfaceImage.h Bug 962784 - Convert ImageTypes.h to typed enums - r=jrmuizel 2014-01-30 17:58:49 -05:00
DirectedGraph.h
Effects.cpp
Effects.h Bug 935778 - Part 0.2: Spray some MOZ_DECLARE_REFCOUNTED_TYPENAME across the tree 2014-02-20 21:33:49 -05:00
FrameMetrics.h Bug 957668. Calculate and set display ports as margins in layer pixels. r=kats 2014-03-26 21:46:24 -04:00
genTables.py Bug 948765 - Add a LayerUtils file in gfx/layers. r=nical 2014-02-12 10:07:46 -05:00
GrallocImages.cpp Bug 973892 - Make TextureClient::GetAsDrawTarget work with canvas. r=bas 2014-03-17 22:35:20 +01:00
GrallocImages.h Bug 957323 - Handle android's fence on gonk r=nical,doublec,pchang 2014-02-24 20:23:41 -08:00
ImageContainer.cpp Bug 962154 - Use MallocSizeOf to report decoded-video memory. r=cpearce,njn 2014-03-19 14:33:12 -07:00
ImageContainer.h Bug 962154 - Use MallocSizeOf to report decoded-video memory. r=cpearce,njn 2014-03-19 14:33:12 -07:00
ImageDataSerializer.cpp Bug 973892 - Make TextureClient::GetAsDrawTarget work with canvas. r=bas 2014-03-17 22:35:20 +01:00
ImageDataSerializer.h Bug 973892 - Make TextureClient::GetAsDrawTarget work with canvas. r=bas 2014-03-17 22:35:20 +01:00
ImageLayers.cpp Bug 952977: Perform some cleanup r=nical 2014-01-27 15:25:19 -05:00
ImageLayers.h Bug 952977: Convert ComputeEffectiveTransforms to gfx::Matrix4x4 r=nical 2014-01-27 10:28:04 -05:00
ImageTypes.h Bug 962784 - Convert ImageTypes.h to typed enums - r=jrmuizel 2014-01-30 17:58:49 -05:00
Layers.cpp Bug 985470 - Replace the Moz2D Matrix().Translate() calls with Matrix::Translation() for better perf. r=mattwoodrow 2014-03-22 07:56:11 +08:00
Layers.h Bug 982275 - Part 2: Add a pref for drawing layer-info inside layers. r=jrmuizel 2014-03-12 03:27:33 +01:00
LayerScope.cpp Bug 514280 Stop using nsCOMPtr for concrete types r=bsmedberg 2014-03-18 00:23:03 +00:00
LayerScope.h
LayersLogging.cpp Bug 980493 - Transition FrameMetrics::mScrollId to use a getter/setter. r=botond 2014-03-21 17:48:08 -04:00
LayersLogging.h
LayerSorter.cpp Bug 952977: Convert GetTransform to gfx::Matrix4x4 r=nical 2014-01-27 10:28:47 -05:00
LayerSorter.h
LayersTypes.h Bug 978086: Fix initialization order in LayerRenderState, r=nical 2014-03-03 09:15:00 +01:00
LayerTreeInvalidation.cpp Bug 976877 - Don't simplify invalidation regions since it leads to poor results. r=roc 2014-03-01 08:49:05 +13:00
LayerTreeInvalidation.h
LayerUtils.cpp Bug 948765 - Add a LayerUtils file in gfx/layers. r=nical 2014-02-12 10:07:46 -05:00
LayerUtils.h Bug 948765 - Add a LayerUtils file in gfx/layers. r=nical 2014-02-12 10:07:46 -05:00
MacIOSurfaceImage.cpp Backed out 3 changesets (bug 972703, bug 889959) for build failures and crashes 2014-02-16 15:17:01 -08:00
MacIOSurfaceImage.h Backed out 3 changesets (bug 972703, bug 889959) for build failures and crashes 2014-02-16 15:17:01 -08:00
Makefile.in Bug 983014 - Move the rest of the -I build flags that stayed in Makefiles because of ANDROID_SOURCE to moz.build; r=mshal 2014-03-13 19:31:18 -04:00
moz.build Bug 974152 - Use FrameBuffer's Acquire Fence as Layer buffer's ReleaseFence on gonk r=sushil,nical 2014-03-17 18:36:56 -07:00
ReadbackLayer.h Bug 952977: Convert GetLocalTransform to gfx::Matrix4x4 r=nical 2014-01-27 10:28:18 -05:00
ReadbackProcessor.cpp Bug 952977: Convert CompositingRenderTargetOGL to gfx::Matrix4x4 r=nical 2014-01-27 15:25:21 -05:00
ReadbackProcessor.h
RenderTrace.cpp
RenderTrace.h
RotatedBuffer.cpp Bug 971720 - Adjust the source pattern transform when masking with RotatedBuffer to take the mask transform into account. r=roc 2014-03-01 08:51:17 +13:00
RotatedBuffer.h Bug 976350 patch 1: Move the contents of nsTraceRefcnt.h into nsISupportsImpl.h. r=bsmedberg 2014-02-26 13:36:35 -08:00
SharedTextureImage.h Bug 962784 - Convert ImageTypes.h to typed enums - r=jrmuizel 2014-01-30 17:58:49 -05:00
TiledLayerBuffer.h Bug 977880 - Handle ReleaseFence on tiled thebes layer r=cwiiis,nical,BenWa 2014-03-26 18:01:15 -07:00
YCbCrImageDataSerializer.cpp Bug 971695 - 2/2 - make YCbCrImageDataSerializer check data size - r=nical 2014-02-20 16:04:13 -05:00
YCbCrImageDataSerializer.h Bug 971695 - 2/2 - make YCbCrImageDataSerializer check data size - r=nical 2014-02-20 16:04:13 -05:00