| author | Nicolas Silva <nsilva@mozilla.com> |
| Fri, 10 Jan 2020 10:11:43 +0000 | |
| changeset 509681 | ffff3331e696c5f6c8ae458a4e50b5a5b184cbcb |
| parent 509680 | ac0dde67360ed26299378a2a895b60552bbce71e |
| child 509682 | fddd2d637eb0d4a842c465547447616762831043 |
| push id | 37002 |
| push user | ccoroiu@mozilla.com |
| push date | Fri, 10 Jan 2020 21:49:10 +0000 |
| treeherder | mozilla-central@7fa78b1baf59 [default view] [failures only] |
| perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
| reviewers | Gankro |
| bugs | 1607697 |
| milestone | 74.0a1 |
| first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
| last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/gfx/wr/webrender/src/renderer.rs +++ b/gfx/wr/webrender/src/renderer.rs @@ -2022,71 +2022,71 @@ impl Renderer { Some(shaders) => Rc::clone(&shaders.shaders), None => Rc::new(RefCell::new(Shaders::new(&mut device, gl_type, &options)?)), }; let backend_profile_counters = BackendProfileCounters::new(); let dither_matrix_texture = if options.enable_dithering { let dither_matrix: [u8; 64] = [ - 00, + 0, 48, 12, 60, - 03, + 3, 51, 15, 63, 32, 16, 44, 28, 35, 19, 47, 31, - 08, + 8, 56, - 04, + 4, 52, 11, 59, - 07, + 7, 55, 40, 24, 36, 20, 43, 27, 39, 23, - 02, + 2, 50, 14, 62, - 01, + 1, 49, 13, 61, 34, 18, 46, 30, 33, 17, 45, 29, 10, 58, - 06, + 6, 54, - 09, + 9, 57, - 05, + 5, 53, 42, 26, 38, 22, 41, 25, 37,