|
Initial version rendering 2D path for O3D. This will eventually allow O3D apps to fall back to 2D logic on systems without (working) GPUs.
Incorporated 2D library Cairo to O3D.
Currently only support Linux and compiled when renderer = cairo.
TEST= I compiled with renderer = cairo and it worked. Also I compiled with renderer = gl and it worked.
BUG=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=55008
Total comments: 188
Total comments: 54
Total comments: 18
Total comments: 9
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+420 lines, -65 lines) |
Patch |
 |
M |
converter/cross/converter.cc
|
View
|
25
26
27
28
29
30
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
converter/cross/renderer_stub.cc
|
View
|
25
26
27
28
29
30
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
core/core.gyp
|
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
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
core/cross/cairo/image_2d.h
|
View
|
25
26
27
28
29
|
1 chunk |
+130 lines, -0 lines |
0 comments
|
Download
|
 |
A |
core/cross/cairo/image_2d.cc
|
View
|
25
26
27
28
|
1 chunk |
+87 lines, -0 lines |
0 comments
|
Download
|
 |
M |
core/cross/cairo/renderer_cairo.h
|
View
|
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
5 chunks |
+27 lines, -12 lines |
0 comments
|
Download
|
 |
M |
core/cross/cairo/renderer_cairo.cc
|
View
|
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
6 chunks |
+108 lines, -32 lines |
0 comments
|
Download
|
 |
M |
core/cross/cairo/texture_cairo.h
|
View
|
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
3 chunks |
+21 lines, -1 line |
0 comments
|
Download
|
 |
M |
core/cross/cairo/texture_cairo.cc
|
View
|
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
3 chunks |
+12 lines, -4 lines |
0 comments
|
Download
|
 |
M |
core/cross/class_manager.cc
|
View
|
25
26
27
28
29
30
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
core/cross/client.h
|
View
|
25
26
27
28
29
30
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
core/cross/pack.h
|
View
|
25
26
27
28
29
30
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
core/cross/renderer.h
|
View
|
25
26
27
28
29
30
|
2 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
core/cross/renderer.cc
|
View
|
25
26
27
28
29
30
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
installer/linux/debian.in/debian.gyp
|
View
|
1
2
3
4
5
6
25
26
27
28
29
30
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
plugin/idl/idl.gyp
|
View
|
30
|
1 chunk |
+10 lines, -1 line |
0 comments
|
Download
|
 |
M |
plugin/linux/main_linux.cc
|
View
|
1
2
3
4
5
6
25
26
27
28
29
30
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 23 (0 generated)
|