.. |
CanvasClient.cpp
|
Don't fallback to DrawTargetCairo in TextureClient. (bug 1413862, r=mattwoodrow)
|
2017-11-08 16:57:25 -08:00 |
CanvasClient.h
|
Bug 1412427 part 8: (automated patch) Switch a bunch of C++ files in gfx to use our standard mode lines. r=jrmuizel
|
2017-10-27 16:10:06 -07:00 |
ClientBorderLayer.cpp
|
Bug 1412427 part 8: (automated patch) Switch a bunch of C++ files in gfx to use our standard mode lines. r=jrmuizel
|
2017-10-27 16:10:06 -07:00 |
ClientCanvasLayer.cpp
|
Bug 1412427 part 8: (automated patch) Switch a bunch of C++ files in gfx to use our standard mode lines. r=jrmuizel
|
2017-10-27 16:10:06 -07:00 |
ClientCanvasLayer.h
|
Bug 1416699 - Add a space between #include and comment. r=jeremychen
|
2017-11-13 17:54:18 +08:00 |
ClientCanvasRenderer.cpp
|
Bug 1412427 part 8: (automated patch) Switch a bunch of C++ files in gfx to use our standard mode lines. r=jrmuizel
|
2017-10-27 16:10:06 -07:00 |
ClientCanvasRenderer.h
|
Bug 1412427 part 8: (automated patch) Switch a bunch of C++ files in gfx to use our standard mode lines. r=jrmuizel
|
2017-10-27 16:10:06 -07:00 |
ClientColorLayer.cpp
|
Bug 1412427 part 8: (automated patch) Switch a bunch of C++ files in gfx to use our standard mode lines. r=jrmuizel
|
2017-10-27 16:10:06 -07:00 |
ClientContainerLayer.cpp
|
Bug 1412427 part 8: (automated patch) Switch a bunch of C++ files in gfx to use our standard mode lines. r=jrmuizel
|
2017-10-27 16:10:06 -07:00 |
ClientContainerLayer.h
|
Bug 1412427 part 8: (automated patch) Switch a bunch of C++ files in gfx to use our standard mode lines. r=jrmuizel
|
2017-10-27 16:10:06 -07:00 |
ClientImageLayer.cpp
|
Bug 1412427 part 8: (automated patch) Switch a bunch of C++ files in gfx to use our standard mode lines. r=jrmuizel
|
2017-10-27 16:10:06 -07:00 |
ClientLayerManager.cpp
|
Bug 1415469 - Remove mDeviceResetSequenceNumber from TDR process since we don't need it anymore; r=dvander
|
2017-11-08 15:26:43 +08:00 |
ClientLayerManager.h
|
Bug 1415469 - Remove mDeviceResetSequenceNumber from TDR process since we don't need it anymore; r=dvander
|
2017-11-08 15:26:43 +08:00 |
ClientPaintedLayer.cpp
|
Don't update content client if all we do is buffer operations. (bug 1419539, r=bas)
|
2017-11-27 11:26:49 -05:00 |
ClientPaintedLayer.h
|
Don't do PaintThebes after PaintOffMainThread. (bug 1399692 part 10, r=dvander)
|
2017-11-09 15:44:21 -05:00 |
ClientReadbackLayer.h
|
Bug 1412427 part 8: (automated patch) Switch a bunch of C++ files in gfx to use our standard mode lines. r=jrmuizel
|
2017-10-27 16:10:06 -07:00 |
ClientTextLayer.cpp
|
Bug 1412427 part 8: (automated patch) Switch a bunch of C++ files in gfx to use our standard mode lines. r=jrmuizel
|
2017-10-27 16:10:06 -07:00 |
ClientTiledPaintedLayer.cpp
|
Bug 1412427 part 8: (automated patch) Switch a bunch of C++ files in gfx to use our standard mode lines. r=jrmuizel
|
2017-10-27 16:10:06 -07:00 |
ClientTiledPaintedLayer.h
|
Bug 1412048 - Remove NS_RUNTIMEABORT. r=froydnj
|
2017-10-24 23:41:15 -07:00 |
CompositableClient.cpp
|
Bug 1412427 part 8: (automated patch) Switch a bunch of C++ files in gfx to use our standard mode lines. r=jrmuizel
|
2017-10-27 16:10:06 -07:00 |
CompositableClient.h
|
Bug 1412427 part 8: (automated patch) Switch a bunch of C++ files in gfx to use our standard mode lines. r=jrmuizel
|
2017-10-27 16:10:06 -07:00 |
ContentClient.cpp
|
Add back mistakenly removed continue statement (bug 1421871, r=bas)
|
2017-11-29 22:04:48 -05:00 |
ContentClient.h
|
Revert to using EnsureBackBufferIfFrontBuffer (bug 1416921, r=bas)
|
2017-11-17 01:37:01 -05:00 |
GPUVideoTextureClient.cpp
|
Bug 1412427 part 8: (automated patch) Switch a bunch of C++ files in gfx to use our standard mode lines. r=jrmuizel
|
2017-10-27 16:10:06 -07:00 |
GPUVideoTextureClient.h
|
Bug 1412427 part 8: (automated patch) Switch a bunch of C++ files in gfx to use our standard mode lines. r=jrmuizel
|
2017-10-27 16:10:06 -07:00 |
ImageClient.cpp
|
Bug 1412427 part 8: (automated patch) Switch a bunch of C++ files in gfx to use our standard mode lines. r=jrmuizel
|
2017-10-27 16:10:06 -07:00 |
ImageClient.h
|
Bug 1412427 part 8: (automated patch) Switch a bunch of C++ files in gfx to use our standard mode lines. r=jrmuizel
|
2017-10-27 16:10:06 -07:00 |
SingleTiledContentClient.cpp
|
Bug 1413693 - Ensure data copied from discarded front buffer isn't also painted. r=mstange
|
2017-11-02 11:46:08 +00:00 |
SingleTiledContentClient.h
|
Bug 1412427 part 8: (automated patch) Switch a bunch of C++ files in gfx to use our standard mode lines. r=jrmuizel
|
2017-10-27 16:10:06 -07:00 |
TextureClient.cpp
|
Bug 1421187 - P3. Optimize pixels data copy and remove extra loop. r=mattwoodrow
|
2017-11-28 16:29:49 +01:00 |
TextureClient.h
|
Bug 1415763 - Fix DXGIYCbCrTextureData as to deliver YUVColorSpace r=mattwoodrow
|
2017-11-10 18:15:54 +09:00 |
TextureClientPool.cpp
|
Bug 1412427 part 8: (automated patch) Switch a bunch of C++ files in gfx to use our standard mode lines. r=jrmuizel
|
2017-10-27 16:10:06 -07:00 |
TextureClientPool.h
|
Bug 1412427 part 8: (automated patch) Switch a bunch of C++ files in gfx to use our standard mode lines. r=jrmuizel
|
2017-10-27 16:10:06 -07:00 |
TextureClientRecycleAllocator.cpp
|
Bug 1412427 part 8: (automated patch) Switch a bunch of C++ files in gfx to use our standard mode lines. r=jrmuizel
|
2017-10-27 16:10:06 -07:00 |
TextureClientRecycleAllocator.h
|
Bug 1412427 part 8: (automated patch) Switch a bunch of C++ files in gfx to use our standard mode lines. r=jrmuizel
|
2017-10-27 16:10:06 -07:00 |
TextureClientSharedSurface.cpp
|
Bug 1412427 part 8: (automated patch) Switch a bunch of C++ files in gfx to use our standard mode lines. r=jrmuizel
|
2017-10-27 16:10:06 -07:00 |
TextureClientSharedSurface.h
|
Bug 1412427 part 8: (automated patch) Switch a bunch of C++ files in gfx to use our standard mode lines. r=jrmuizel
|
2017-10-27 16:10:06 -07:00 |
TiledContentClient.cpp
|
Bug 1416267 - Update gfxContext matrix functions to avoid flip-flopping between float and double matrices. r=jrmuizel
|
2017-11-10 21:14:09 -05:00 |
TiledContentClient.h
|
Bug 1092294 - Use SurfaceTextures for painted content on android (preffed off). r=nical,snorp
|
2017-10-28 11:59:58 +01:00 |