gecko/gfx/layers
2014-04-07 13:09:44 +01:00
..
basic Bug 991067 - Null check mSurface in BasicCanvasLayer to match previous behaviour. r=roc 2014-04-07 20:57:27 +12:00
client Bug 980582 - Fall back to the slow 2d path for cross process webgl. r=jrmuizel 2014-04-07 11:01:45 +02:00
composite Bug 904890 - Part 5: Add a d3d9 texture host for DXGI surfaces. r=nical 2014-04-07 15:23:06 +12:00
d3d9 Bug 904890 - Part 5: Add a d3d9 texture host for DXGI surfaces. r=nical 2014-04-07 15:23:06 +12:00
d3d10 Bug 990752 - Make ImageLayerD3D9/ImageLayerD3D10::Render() use mSourceSurface instead of mDeprecatedSurface (Moz2D migration). r=mattwoodrow 2014-04-02 12:33:15 +01:00
d3d11 Bug 904890 - Part 5: Add a d3d9 texture host for DXGI surfaces. r=nical 2014-04-07 15:23:06 +12:00
ipc Bug 904890 - Part 5: Add a d3d9 texture host for DXGI surfaces. r=nical 2014-04-07 15:23:06 +12:00
opengl Backout 941bee559cd7 (Bug 980647) due to critical regressions on b2g 2014-04-07 13:09:44 +01:00
AtomicRefCountedWithFinalize.h backout of rev 1a52e0063440 b=979489 2014-03-10 21:03:02 -04:00
BufferUnrotate.cpp
BufferUnrotate.h
Compositor.cpp Bug 984490 - Use the correct clip rect when determining whether to skip rendering a tile. r=nical 2014-04-02 03:23:04 -04:00
Compositor.h Bug 984490 - Make Compositor::GetCurrentRenderTarget() const. r=nical 2014-04-02 03:27:42 -04:00
CompositorTypes.h Bug 989904 - Remove some of the deprecated backend-independent textures. r=mattwoodrow 2014-04-01 14:28:23 +08:00
CopyableCanvasLayer.cpp Bug 990338 - Use CopySurface when copying data to a TextureClient for better performance. r=nical 2014-04-01 15:53:15 +08:00
CopyableCanvasLayer.h Bug 990338 - Clean up CopyableCanvasLayer. r=nical 2014-04-01 15:51:35 +08:00
D3D9SurfaceImage.cpp Bug 904890 - Part 1: Implement ISharedImage for D3D9SurfaceImage. r=nical 2014-04-07 15:09:08 +12:00
D3D9SurfaceImage.h Bug 904890 - Part 1: Implement ISharedImage for D3D9SurfaceImage. r=nical 2014-04-07 15:09:08 +12: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 948377 - Remove unwanted rounding in CalculateCompositedRectInCssPixels; add a CalculateCompositedSizeInCssPixels also. r=botond 2014-03-28 10:36:47 -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 990305 - Move IsInEmulator() from GrallocImage to gfxPlatform r=nical 2014-04-01 06:33:49 -07:00
GrallocImages.h Bug 985772 - Remove SurfaceDescriptor around GonkNativeWindow r=nical,pchang,schiu,mikeh,gal 2014-03-31 08:24:28 -07:00
ImageContainer.cpp Backed out 5 changesets (bug 991032, bug 990933, bug 990876, bug 990871) for build bustage 2014-04-03 20:28:52 -07:00
ImageContainer.h Bug 984786 part 8: Give NS_INLINE_DECL_*REFCOUNTING classes private destructor & MOZ_FINAL annotation where appropriate, in /gfx and /content/canvas. r=bjacob 2014-04-04 09:27:02 -07:00
ImageDataSerializer.cpp Bug 973892 - Make TextureClient::GetAsDrawTarget work with canvas. r=bas 2014-03-17 22:35:20 +01:00
ImageDataSerializer.h Backed out 4 changesets (bug 991028) for nonunified bustage 2014-04-06 21:21:38 -07: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 989883 - Remove deprecated ImageClient/Host. r=mattwoodrow 2014-04-01 14:28:00 +08: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 904890 - Part 3: Add a layers API to expose the compositor backend. r=roc 2014-04-07 15:11:17 +12:00
LayerScope.cpp Bug 904890 - Fix windows build bustage caused by mozzconf/unified builds. r=me 2014-04-07 20:58:03 +12: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 965102 - Gecko changes to set HWC_GEOMETRY_CHANGED flag appropriately. r=mattwoodrow 2014-04-03 18:59:13 -07:00
LayerTreeInvalidation.h Bug 965102 - Gecko changes to set HWC_GEOMETRY_CHANGED flag appropriately. r=mattwoodrow 2014-04-03 18:59:13 -07:00
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 990855 part.2 Remove dom/events from local includes of moz.build files r=smaug 2014-04-03 13:18:38 +09: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 Backed out 5 changesets (bug 991032, bug 990933, bug 990876, bug 990871) for build bustage 2014-04-03 20:28:52 -07:00
RotatedBuffer.h Bug 989904 - Remove some of the deprecated backend-independent textures. r=mattwoodrow 2014-04-01 14:28:23 +08:00
SharedTextureImage.h Bug 962784 - Convert ImageTypes.h to typed enums - r=jrmuizel 2014-01-30 17:58:49 -05:00
TiledLayerBuffer.h Backed out changeset bf184a7a1d63 (bug 990608) for Android crashes. 2014-04-04 15:20:49 -04: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