gecko-dev/gfx/webrender_bindings
Kartikaya Gupta 0ded9995cb Bug 1451469 - Complete hooking up of the sampler thread. r=botond,nical
This makes the APZ sampler thread be the render backend thread whenever
webrender is being used (not just when async scene building is enabled).

MozReview-Commit-ID: L9lmopd3pe7

--HG--
extra : rebase_source : a23793bf704a0bf3bc7ba6568ecfe5faa5720415
2018-04-16 17:39:26 -04:00
..
src Bug 1451469 - Complete hooking up of the sampler thread. r=botond,nical 2018-04-16 17:39:26 -04:00
Cargo.toml Bug 1452603 - Update webrender to commit 6f997974cec5772b1797725f4a7942d742e7d7ff. r=jrmuizel 2018-04-12 11:04:46 -04:00
Moz2DImageRenderer.cpp Bug 1453090. Don't PopClip on a different DT. r=jrmuizel 2018-04-11 10:27:12 -04:00
RenderBufferTextureHost.cpp Backed out 4 changesets (bug 525063) on request from Andi. a=backout 2018-04-13 16:01:28 +03:00
RenderBufferTextureHost.h merge mozilla-inbound to mozilla-central. r=merge a=merge 2017-10-30 23:52:23 +01:00
RenderCompositor.cpp Bug 1429994 - Use ID3D11Query to wait previous frame completion r=nical 2018-01-18 18:01:04 -08:00
RenderCompositor.h Bug 1191971 part 2 - Add capatiblity to enable DComp r=bas 2018-03-29 11:23:31 +09:00
RenderCompositorANGLE.cpp Bug 1191971 part 2 - Add capatiblity to enable DComp r=bas 2018-03-29 11:23:31 +09:00
RenderCompositorANGLE.h Bug 1191971 part 2 - Add capatiblity to enable DComp r=bas 2018-03-29 11:23:31 +09:00
RenderCompositorOGL.cpp Bug 1436908 - Fix EGLSurface leak at RenderCompositorANGLE r=nical 2018-02-10 07:45:44 +09:00
RenderCompositorOGL.h Bug 1436908 - Fix EGLSurface leak at RenderCompositorANGLE r=nical 2018-02-10 07:45:44 +09:00
RenderD3D11TextureHostOGL.cpp Bug 1426199 - Relax ASSERT checks r=nical 2018-04-03 18:25:36 +09:00
RenderD3D11TextureHostOGL.h Bug 1421939 - Fix RenderDXGIYCbCrTextureHostOGL::GetSize() r=nical 2017-11-30 21:30:35 +09:00
RenderMacIOSurfaceTextureHostOGL.cpp Bug 1428272 - Handle ExternalImage lock failure r=nical 2018-01-11 21:20:53 +09:00
RenderMacIOSurfaceTextureHostOGL.h merge mozilla-inbound to mozilla-central. r=merge a=merge 2017-10-30 23:52:23 +01:00
RenderSharedSurfaceTextureHost.cpp Backed out 4 changesets (bug 525063) on request from Andi. a=backout 2018-04-13 16:01:28 +03:00
RenderSharedSurfaceTextureHost.h Bug 1435297 part 2: (automated patch) Switch a bunch of C++ files in gfx to use our standard emacs/vim mode lines. r=jrmuizel 2018-02-02 12:07:36 -05:00
RenderTextureHost.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
RenderTextureHost.h merge mozilla-inbound to mozilla-central. r=merge a=merge 2017-10-30 23:52:23 +01:00
RenderTextureHostOGL.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
RenderTextureHostOGL.h merge mozilla-inbound to mozilla-central. r=merge a=merge 2017-10-30 23:52:23 +01:00
RenderThread.cpp Backed out changeset 2efe54944e8c (bug 1453801) for huge AWSY regression with WebRender (bug 1454346) as well as frequent crashes (bug 1454112, bug 1454114). a=backout 2018-04-18 01:08:20 +03:00
RenderThread.h Bug 1436020 - Disable WebRender profiler UI during readback r=nical 2018-02-15 11:29:40 +09:00
RendererOGL.cpp Bug 1452620 - Use FfiVec to clean up WrPipelineInfo usage in C++. r=Gankro,nical 2018-04-10 17:26:54 -04:00
RendererOGL.h Bug 1452620 - Use FfiVec to clean up WrPipelineInfo usage in C++. r=Gankro,nical 2018-04-10 17:26:54 -04:00
WebRenderAPI.cpp Bug 1451469 - Add a TransactionWrapper class. r=nical 2018-04-16 17:39:26 -04:00
WebRenderAPI.h Bug 1451469 - Add a TransactionWrapper class. r=nical 2018-04-16 17:39:26 -04:00
WebRenderTypes.cpp Bug 1449982 - Move the window id allocation to CompositorBridgeParent. r=nical 2018-04-10 12:29:55 -04:00
WebRenderTypes.h Backed out 4 changesets (bug 525063) on request from Andi. a=backout 2018-04-13 16:01:28 +03:00
cbindgen.toml Bug 1443152 - Update to cbindgen 0.5.2. r=rhunt 2018-03-12 16:38:10 -04:00
moz.build Bug 1191971 part 2 - Add capatiblity to enable DComp r=bas 2018-03-29 11:23:31 +09:00
revision.txt Bug 1453688 - Update webrender to commit 5bcb7f46c6931633fd20813c46cd69af164effe7. r=jrmuizel 2018-04-17 08:22:52 -04:00
rustfmt.toml Bug 1357543 - Add rustfmt.toml and run rustfmt on webrender_bindings r=kats 2017-04-18 16:20:53 -04:00
webrender_ffi.h Bug 1451469 - Add the plumbing to hook up the sampler callbacks. r=nical 2018-04-16 17:39:14 -04:00
webrender_ffi_generated.h Bug 1451469 - Add the plumbing to hook up the sampler callbacks. r=nical 2018-04-16 17:39:14 -04:00