.. |
apz
|
Bug 1005409 - Move the releasing of shared frame metrics to always run on the compositor thread. r=botond
|
2014-05-12 14:16:41 -04:00 |
basic
|
Bug 979350 - fixup rebase failures
|
2014-05-12 12:51:08 +12:00 |
client
|
Bug 984434 - Change ImageBridgeChild::FlushAllImages() to use async ipc r=nical
|
2014-05-12 07:39:25 -07:00 |
composite
|
Backed out 6 changesets (bug 1006198) for webgl assertions on a CLOSED TREE
|
2014-05-12 20:47:52 -07:00 |
d3d9
|
Bug 1007821. Use image surfaces for transparent content on D3D9. r=bas
|
2014-05-08 15:09:07 -04:00 |
d3d10
|
Bug 1008573 - Simplify D3D10 invalid region before we clear the surface. r=Bas
|
2014-05-13 11:46:54 +12:00 |
d3d11
|
Bug 999579: Get the feature level in the D3D11 compositor. r=nical
|
2014-04-29 22:33:11 +02:00 |
ipc
|
Merge inbound to m-c.
|
2014-05-12 16:32:53 -04:00 |
opengl
|
Bug 950312 - Part 5: Implement SCREEN and MULTIPLY for CompositorOGL. r=mtseng
|
2014-05-09 22:06:18 +12:00 |
AtomicRefCountedWithFinalize.h
|
Bug 984434 - Change ImageBridgeChild::FlushAllImages() to use async ipc r=nical
|
2014-05-12 07:39:25 -07:00 |
BufferUnrotate.cpp
|
Bug 929439 - Include string.h for memcpy. r=bgirard
|
2013-10-23 16:39:00 +01:00 |
BufferUnrotate.h
|
Backed out changeset 6150269410b2 (bug 921212) for bustage on a CLOSED TREE.
|
2013-10-18 10:21:38 -04:00 |
Compositor.cpp
|
Bug 987311 - 6/6 - Convert the rest of CompositorTypes.h to typed enums, final manual changes - r=nical
|
2014-04-25 22:34:06 -04:00 |
Compositor.h
|
Bug 987311 - 5/6 - Convert the rest of CompositorTypes.h to typed enums, auto regex changes - r=nical
|
2014-04-25 22:34:06 -04:00 |
CompositorTypes.h
|
Bug 950312 - Part 3: Add Layers API to see what blend modes are supported. r=roc
|
2014-05-09 21:48:32 +12:00 |
CopyableCanvasLayer.cpp
|
Backed out 6 changesets (bug 1006198) for webgl assertions on a CLOSED TREE
|
2014-05-12 20:47:52 -07:00 |
CopyableCanvasLayer.h
|
Bug 995745 - Use LockPixels for WebGL readback directly into a DrawTarget instead of writing to an immutable snapshot. r=mattwoodrow
|
2014-05-01 11:12:41 +12:00 |
D3D9SurfaceImage.cpp
|
Bug 987311 - 2/6 - Make TextureFlags a typed enum, auto regex changes - r=nical
|
2014-04-25 22:34:05 -04:00 |
D3D9SurfaceImage.h
|
Bug 960524 - Get rid of Image::DeprecatedGetAsSurface (Moz2D migration). r=mattwoodrow
|
2014-04-10 09:49:53 +01:00 |
DirectedGraph.h
|
|
|
Effects.cpp
|
Bug 950312 - Part 2: Add Effect for BlendModes. r=nical
|
2014-05-09 21:48:29 +12:00 |
Effects.h
|
Bug 950312 - Part 2: Add Effect for BlendModes. r=nical
|
2014-05-09 21:48:29 +12:00 |
FrameMetrics.h
|
Bug 1006579 - Extract a helper method to compute the min of the composition bounds and root composition size. r=botond
|
2014-05-06 14:29:44 -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 996901 - Remove lots of gfxASurface.h and gfxImageSurface.h includes and forward declarations that are no longer needed. r=mattwoodrow
|
2014-04-16 01:41:40 +01:00 |
GrallocImages.h
|
Bug 959089 - Part 2: Use the new protocol to do buffer allocation. r=nical
|
2014-04-30 21:52:00 -04:00 |
ImageContainer.cpp
|
Bug 998130 - Add null checks in CairoImage::GetTextureClient. r=bjacob
|
2014-05-06 14:34:19 +02:00 |
ImageContainer.h
|
Bug 989145 - Convert ImageContainer::mBackendData to be an EnumeratedArray - r=nical
|
2014-04-25 22:34:06 -04:00 |
ImageDataSerializer.cpp
|
Bug 996901 - Remove lots of gfxASurface.h and gfxImageSurface.h includes and forward declarations that are no longer needed. r=mattwoodrow
|
2014-04-16 01:41:40 +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 950312 - Part 7: Disable component alpha for layers with a mix-blend-mode. r=roc
|
2014-05-09 22:06:20 +12:00 |
Layers.h
|
Bug 950312 - Part 6: Share code for computing layers component alpha support. r=roc
|
2014-05-09 22:06:20 +12:00 |
LayerScope.cpp
|
Bug 987311 - 5/6 - Convert the rest of CompositorTypes.h to typed enums, auto regex changes - r=nical
|
2014-04-25 22:34:06 -04:00 |
LayerScope.h
|
Bug 830881 - Port layerscope GL changes to new layers. r=vlad
|
2013-11-29 14:11:49 +10:00 |
LayersLogging.cpp
|
Bug 987311 - 3/6 - Make TextureFlags a typed enum, final manual changes - r=nical
|
2014-04-25 22:34:05 -04:00 |
LayersLogging.h
|
|
|
LayerSorter.cpp
|
Bug 1008360: Move LayerSorter.cpp's xterm color codes into the block where they're used, and comment out the ones that aren't used at all. r=kats
|
2014-05-09 13:30:49 -07:00 |
LayerSorter.h
|
|
|
LayersTypes.h
|
Bug 989027 - 1/2 - Make LayerRenderStateFlags a typed enum, manual changes - r=nical
|
2014-04-25 22:34:05 -04:00 |
LayerTreeInvalidation.cpp
|
Backed out 4 changesets (bug 1008301) for possibly breaking OSX 10.8 reftests on a CLOSED TREE
|
2014-05-12 14:35:46 -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
|
Backed out 6 changesets (bug 1006198) for webgl assertions on a CLOSED TREE
|
2014-05-12 20:47:52 -07:00 |
LayerUtils.h
|
Backed out 6 changesets (bug 1006198) for webgl assertions on a CLOSED TREE
|
2014-05-12 20:47:52 -07:00 |
MacIOSurfaceImage.cpp
|
Bug 987311 - 2/6 - Make TextureFlags a typed enum, auto regex changes - r=nical
|
2014-04-25 22:34:05 -04:00 |
MacIOSurfaceImage.h
|
Bug 996901 - Remove lots of gfxASurface.h and gfxImageSurface.h includes and forward declarations that are no longer needed. r=mattwoodrow
|
2014-04-16 01:41:40 +01: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
|
Backed out 6 changesets (bug 1006198) for webgl assertions on a CLOSED TREE
|
2014-05-12 20:47:52 -07:00 |
ReadbackLayer.h
|
Bug 952977: Convert GetLocalTransform to gfx::Matrix4x4 r=nical
|
2014-01-27 10:28:18 -05:00 |
ReadbackProcessor.cpp
|
Bug 979350 - Readback ThebesLayers for plugin backgrounds during the Validate pass, not the compositing pass. r=roc
|
2014-05-12 12:31:28 +12:00 |
ReadbackProcessor.h
|
|
|
RenderTrace.cpp
|
|
|
RenderTrace.h
|
|
|
RotatedBuffer.cpp
|
Bug 950312 - Part 1: Copy mix-blend-mode proprties to the compositor layer tree. r=roc
|
2014-05-09 21:41:56 +12:00 |
RotatedBuffer.h
|
Bug 996901 - Remove lots of gfxASurface.h and gfxImageSurface.h includes and forward declarations that are no longer needed. r=mattwoodrow
|
2014-04-16 01:41:40 +01:00 |
SharedTextureImage.h
|
Bug 996901 - Remove lots of gfxASurface.h and gfxImageSurface.h includes and forward declarations that are no longer needed. r=mattwoodrow
|
2014-04-16 01:41:40 +01: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 |