|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1417 lines, -521 lines) |
Patch |
|
M |
bench/GLBench.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
bench/GLBench.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
3 chunks |
+23 lines, -6 lines |
0 comments
|
Download
|
|
M |
bench/GLInstancedArraysBench.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
bench/GLVec4ScalarBench.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
bench/GLVertexAttributesBench.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
3 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
|
M |
gyp/sksl.gyp
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/gpu/gl/GrGLContext.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
4 chunks |
+15 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/gpu/gl/GrGLContext.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
2 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/gpu/gl/GrGLGpu.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
45
|
4 chunks |
+9 lines, -35 lines |
0 comments
|
Download
|
|
M |
src/gpu/gl/builders/GrGLShaderStringBuilder.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/gpu/gl/builders/GrGLShaderStringBuilder.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
4 chunks |
+123 lines, -7 lines |
0 comments
|
Download
|
|
M |
src/gpu/glsl/GrGLSLFragmentShaderBuilder.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/gpu/glsl/GrGLSLFragmentShaderBuilder.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/gpu/glsl/GrGLSLShaderBuilder.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
1 chunk |
+14 lines, -10 lines |
0 comments
|
Download
|
|
M |
src/gpu/glsl/GrGLSLShaderVar.h
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -7 lines |
0 comments
|
Download
|
|
M |
src/gpu/instanced/InstanceProcessor.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
8 chunks |
+17 lines, -17 lines |
0 comments
|
Download
|
|
A |
src/sksl/README
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
1 chunk |
+35 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/sksl/SkSLCodeGenerator.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/sksl/SkSLCompiler.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
3 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/sksl/SkSLCompiler.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
8 chunks |
+29 lines, -9 lines |
0 comments
|
Download
|
|
M |
src/sksl/SkSLContext.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
28
29
30
31
32
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/sksl/SkSLGLSLCodeGenerator.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
5 chunks |
+14 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/sksl/SkSLGLSLCodeGenerator.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
11 chunks |
+184 lines, -22 lines |
0 comments
|
Download
|
|
M |
src/sksl/SkSLIRGenerator.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
3 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/sksl/SkSLIRGenerator.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
13 chunks |
+65 lines, -17 lines |
0 comments
|
Download
|
|
M |
src/sksl/SkSLMain.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
28
29
|
2 chunks |
+43 lines, -9 lines |
0 comments
|
Download
|
|
M |
src/sksl/SkSLParser.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
src/sksl/SkSLParser.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
10 chunks |
+54 lines, -18 lines |
0 comments
|
Download
|
|
M |
src/sksl/SkSLSPIRVCodeGenerator.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/sksl/SkSLSPIRVCodeGenerator.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
5 chunks |
+21 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/sksl/SkSLToken.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
3 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/sksl/SkSLUtil.h
|
View
|
|
1 chunk |
+9 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/sksl/SkSLUtil.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
2 chunks |
+47 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/sksl/ast/SkSLASTDeclaration.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
src/sksl/ast/SkSLASTIndexSuffix.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
1 chunk |
+13 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/sksl/ast/SkSLASTLayout.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
3 chunks |
+15 lines, -2 lines |
0 comments
|
Download
|
|
A |
src/sksl/ast/SkSLASTModifiersDeclaration.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/sksl/ast/SkSLASTPrecision.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/sksl/ir/SkSLIndexExpression.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/sksl/ir/SkSLIntLiteral.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/sksl/ir/SkSLLayout.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
4 chunks |
+26 lines, -8 lines |
0 comments
|
Download
|
|
A |
src/sksl/ir/SkSLModifiersDeclaration.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/sksl/ir/SkSLProgram.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
2 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/sksl/ir/SkSLProgramElement.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
src/sksl/lex.sksl.c
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
27 chunks |
+269 lines, -258 lines |
0 comments
|
Download
|
|
M |
src/sksl/sksl.flex
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
|
M |
src/sksl/sksl.include
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/sksl/sksl_frag.include
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
1 chunk |
+13 lines, -1 line |
0 comments
|
Download
|
|
M |
tests/SkSLErrorTest.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
tests/SkSLGLSLTest.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
9 chunks |
+183 lines, -43 lines |
0 comments
|
Download
|