mirror of
https://github.com/servo/servo.git
synced 2025-06-27 18:43:40 +01:00
Update WR.
- Subpixel positioning improvements. - Clipping fixes and optimizations. - Fix panic when transform can't be inverted. - Support multiple filters on single stacking context. - Optimize gradients, support unlimited stops. - Add external image + texture cache support. - Support error path on shader compile error. - Optimize border handling in texture atlas. - Preliminary work towards clip/scroll root changes.
This commit is contained in:
parent
db3e5be878
commit
f1558b1c7b
9 changed files with 36 additions and 46 deletions
|
@ -184,7 +184,7 @@ impl<Window> Browser<Window> where Window: WindowMethods + 'static {
|
|||
clear_framebuffer: true,
|
||||
clear_color: webrender_traits::ColorF::new(1.0, 1.0, 1.0, 1.0),
|
||||
render_target_debug: false,
|
||||
}).unwrap()
|
||||
}).expect("Unable to initialize webrender!")
|
||||
};
|
||||
|
||||
// Important that this call is done in a single-threaded fashion, we
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue