Changes

Jump to: navigation, search

Platform/GFX/Quantum Render

160 bytes removed, 03:08, 11 December 2018
Update given WR was moved.
You can hack on WebRender either via a checkout of mozilla-central or via a checkout of the webrender repository. Using mozilla-central allows you to easily build/test Firefox and trigger try pushes, especially when you have interdependent changes across Firefox and WebRender. You can also build standalone WebRender from within mozilla-central, via i.e.
cd gfx/webrenderwr
cargo build --features=capture,replay,pathfinder
cd /path/to/m-c
# Before {{bug|1507524}} lands git format-patch -pk --relative=gfx BASE_REVISION gfx/webrender gfx/webrender_api # After {{bug|1507524}} lands git format-patch -pk --relative=gfx/wr BASE_REVISION
cd /path/to/webrender
git checkout -b my_branch
17
edits

Navigation menu