Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync changes from mozilla-central #3826

Merged
merged 11 commits into from Jan 9, 2020

Bug 1607697 - Remove leading zeros in dither matrix litterals. r=Gankro

  • Loading branch information
nical authored and moz-gfx committed Jan 8, 2020
commit bb7bba3e085cda67cf8e5a57068d4e270e673b28
@@ -2027,11 +2027,11 @@ impl Renderer {

let dither_matrix_texture = if options.enable_dithering {
let dither_matrix: [u8; 64] = [
00,
0,
48,
12,
60,
03,
3,
51,
15,
63,
@@ -2043,13 +2043,13 @@ impl Renderer {
19,
47,
31,
08,
8,
56,
04,
4,
52,
11,
59,
07,
7,
55,
40,
24,
@@ -2059,11 +2059,11 @@ impl Renderer {
27,
39,
23,
02,
2,
50,
14,
62,
01,
1,
49,
13,
61,
@@ -2077,11 +2077,11 @@ impl Renderer {
29,
10,
58,
06,
6,
54,
09,
9,
57,
05,
5,
53,
42,
26,
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.