Update WR (first phase of z-buffer optimizations / improvements).

This commit is contained in:
Glenn Watson 2017-01-02 09:29:05 +10:00
parent 183c4772e7
commit 3d9475457c
3 changed files with 32 additions and 16 deletions

View file

@ -171,9 +171,9 @@ impl<Window> Browser<Window> where Window: WindowMethods + 'static {
enable_scrollbars: opts.output_file.is_none(),
renderer_kind: renderer_kind,
enable_subpixel_aa: opts.enable_subpixel_text_antialiasing,
clear_empty_tiles: true,
clear_framebuffer: true,
clear_color: webrender_traits::ColorF::new(1.0, 1.0, 1.0, 1.0),
render_target_debug: false,
})
};