fune/gfx/webrender_bindings
Csoregi Natalia f822f99642 Backed out 6 changesets (bug 1799258) for failures on gfx.color_management.display_profile. CLOSED TREE
Backed out changeset 22351f36b74b (bug 1799258)
Backed out changeset 9bbbe3ed2794 (bug 1799258)
Backed out changeset e05c809f58d0 (bug 1799258)
Backed out changeset 791eeb52f034 (bug 1799258)
Backed out changeset 353ef4721bba (bug 1799258)
Backed out changeset b5157d950aa7 (bug 1799258)
2023-01-24 02:08:51 +02:00
..
src Bug 1808549 - Pass the WR device to Compositor methods. r=gfx-reviewers,lsalzman 2023-01-19 15:40:50 +00:00
Cargo.toml Bug 1804359 - Update uuid to 1.x. r=emilio,janerik,webdriver-reviewers,supply-chain-reviewers 2022-12-22 09:11:10 +00:00
cbindgen.toml
DCLayerTree.cpp Backed out 6 changesets (bug 1799258) for failures on gfx.color_management.display_profile. CLOSED TREE 2023-01-24 02:08:51 +02:00
DCLayerTree.h Backed out 6 changesets (bug 1799258) for failures on gfx.color_management.display_profile. CLOSED TREE 2023-01-24 02:08:51 +02:00
moz.build
Moz2DImageRenderer.cpp
README.webrender
RenderAndroidHardwareBufferTextureHost.cpp
RenderAndroidHardwareBufferTextureHost.h
RenderAndroidSurfaceTextureHost.cpp Bug 1808878 - Fix aYInvert of GLReadTexImageHelper::ReadTexImage() in RenderAndroidSurfaceTextureHost::ReadTexImage() r=gfx-reviewers,lsalzman 2023-01-10 05:33:58 +00:00
RenderAndroidSurfaceTextureHost.h Bug 1808878 - Fix aYInvert of GLReadTexImageHelper::ReadTexImage() in RenderAndroidSurfaceTextureHost::ReadTexImage() r=gfx-reviewers,lsalzman 2023-01-10 05:33:58 +00:00
RenderBufferTextureHost.cpp
RenderBufferTextureHost.h
RenderCompositor.cpp
RenderCompositor.h
RenderCompositorANGLE.cpp Bug 1753349 (7/9): refactor(gfx): stop using LOCAL_EGL_FLEXIBLE_SURFACE_COMPATIBILITY_SUPPORTED_ANGLE r=jgilbert,gfx-reviewers 2023-01-19 04:47:53 +00:00
RenderCompositorANGLE.h
RenderCompositorD3D11SWGL.cpp
RenderCompositorD3D11SWGL.h
RenderCompositorEGL.cpp Bug 1753349 (3/9): feat(gfx): use EGL_KHR_no_config_context in CreateEGLPBufferOffscreenContext r=jgilbert 2023-01-19 04:47:52 +00:00
RenderCompositorEGL.h
RenderCompositorLayersSWGL.cpp Bug 1804914 - Represent compositor transforms using scale-offsets instead of 4x4 matrices. r=gw 2023-01-19 15:40:49 +00:00
RenderCompositorLayersSWGL.h
RenderCompositorNative.cpp Bug 1804914 - Represent compositor transforms using scale-offsets instead of 4x4 matrices. r=gw 2023-01-19 15:40:49 +00:00
RenderCompositorNative.h
RenderCompositorOGL.cpp
RenderCompositorOGL.h
RenderCompositorOGLSWGL.cpp Bug 1753349 (3/9): feat(gfx): use EGL_KHR_no_config_context in CreateEGLPBufferOffscreenContext r=jgilbert 2023-01-19 04:47:52 +00:00
RenderCompositorOGLSWGL.h
RenderCompositorRecordedFrame.h
RenderCompositorSWGL.cpp
RenderCompositorSWGL.h
RenderD3D11TextureHost.cpp Bug 1811170 - Make GpuProcessTextureId strongly-typed r=gfx-reviewers,lsalzman 2023-01-19 08:19:28 +00:00
RenderD3D11TextureHost.h Bug 1811170 - Make GpuProcessTextureId strongly-typed r=gfx-reviewers,lsalzman 2023-01-19 08:19:28 +00:00
RenderDcompSurfaceTextureHost.cpp
RenderDcompSurfaceTextureHost.h
RenderDMABUFTextureHost.cpp
RenderDMABUFTextureHost.h
RenderEGLImageTextureHost.cpp
RenderEGLImageTextureHost.h
RendererOGL.cpp
RendererOGL.h
RendererScreenshotGrabber.cpp
RendererScreenshotGrabber.h
RenderExternalTextureHost.cpp
RenderExternalTextureHost.h
RenderMacIOSurfaceTextureHost.cpp
RenderMacIOSurfaceTextureHost.h
RenderSharedSurfaceTextureHost.cpp
RenderSharedSurfaceTextureHost.h
RenderTextureHost.cpp
RenderTextureHost.h Bug 1776885 - Add capability of async remote texture on WebGL if CanvasRenderThread is used r=gfx-reviewers,lsalzman 2022-12-07 02:24:57 +00:00
RenderTextureHostSWGL.cpp
RenderTextureHostSWGL.h
RenderTextureHostWrapper.cpp Bug 1794380 - Fix RemoteTexture with WebGL sync present on Android r=gfx-reviewers,lsalzman 2022-12-07 12:40:02 +00:00
RenderTextureHostWrapper.h Bug 1794380 - Fix RemoteTexture with WebGL sync present on Android r=gfx-reviewers,lsalzman 2022-12-07 12:40:02 +00:00
RenderThread.cpp Bug 1753349 (4/9): refactor: rename CreateEGLPBufferOffscreenContext to CreateWithoutSurface r=jgilbert 2023-01-19 04:47:52 +00:00
RenderThread.h Bug 1797975 - Simplify the pending frame count tracking code. r=gfx-reviewers,bradwerth 2022-11-21 14:10:29 +00:00
rustfmt.toml
webrender_ffi.h
WebRenderAPI.cpp
WebRenderAPI.h
WebRenderTypes.cpp
WebRenderTypes.h

To build and run WebRender in Gecko:
1. Install Rust if you don't have it already
   If you are doing gecko builds already, you should already have Rust as it is a build requirement.
   If not, you can install it using |mach bootstrap| (recommended) or from https://www.rust-lang.org/
       Note: If installing manually, use the stable 64-bit release - on Windows make sure to use the MSVC ABI installer.
   Ensure that rustc and cargo are in your $PATH (adding $HOME/.cargo/bin/ should be sufficient)
2. Build using |mach build|.
   You don't need anything special in your mozconfig for local builds; webrender will be built by default.
3. Run with |MOZ_WEBRENDER=1| in your environment. e.g. |MOZ_WEBRENDER=1 ./mach run|.
   Alternatively, you can set the gfx.webrender.enabled pref to true (browser restart required).
   Note that on Linux, acceleration is disabled by default and it needs to be enabled for WebRender to work.
   On Linux you can enable acceleration by putting |MOZ_ACCELERATED=1| in your environment, or setting layers.acceleration.force-enabled to true in about:config.
4. Verify WebRender is enabled. You can do this by going to about:support and checking the "Compositing" line in the Graphics section. It should say "WebRender".
   There should also be a WebRender section under "Decision Log" in about:support, which will provide some more detail on what caused it to be enabled/disabled.

When making changes:
    - Make the changes you want.
    - Run |mach build| or |mach build binaries| as desired.

For a debug webrender build:
    Use a debug mozconfig (ac_add_options --enable-debug)
    You can also use an opt build but make webrender less optimized by putting opt-level=0 in the [profile.release] section of your toolkit/library/rust/Cargo.toml file
    See also https://groups.google.com/forum/#!topic/mozilla.dev.servo/MbeMcqqO1fs