|
cc: Moving anti-aliasing decision to parent compositor.
Changed edge antialiasing flags in TileDrawQuad to edge flags and moved to SharedQuadState.
The quad cannot tell anymore if it needs antialiasing or not. The renderer will make that decision.
Moved blending decision from GLRenderer::drawQuad to GLRenderer::draw*Quad functions.
BUG= 169163
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=185934
Total comments: 27
Total comments: 4
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+114 lines, -143 lines) |
Patch |
 |
M |
cc/delegated_renderer_layer_impl_unittest.cc
|
View
|
1
2
3
4
|
8 chunks |
+14 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/draw_quad.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+27 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/draw_quad_unittest.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+9 lines, -21 lines |
0 comments
|
Download
|
 |
M |
cc/gl_renderer.cc
|
View
|
1
2
3
|
13 chunks |
+31 lines, -12 lines |
0 comments
|
Download
|
 |
M |
cc/gl_renderer_pixeltest.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/layer_impl.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
cc/layer_tree_host_impl.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
cc/layer_tree_host_impl_unittest.cc
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/picture_layer_impl.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+1 line, -11 lines |
0 comments
|
Download
|
 |
M |
cc/render_pass_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/render_surface_impl.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/shared_quad_state.h
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/shared_quad_state.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/software_renderer_unittest.cc
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cc/test/render_pass_test_common.cc
|
View
|
1
2
3
4
|
4 chunks |
+1 line, -12 lines |
0 comments
|
Download
|
 |
M |
cc/test/render_pass_test_utils.cc
|
View
|
1
2
3
4
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/tile_draw_quad.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -21 lines |
0 comments
|
Download
|
 |
M |
cc/tile_draw_quad.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+3 lines, -26 lines |
0 comments
|
Download
|
 |
M |
cc/tiled_layer_impl.cc
|
View
|
|
1 chunk |
+1 line, -11 lines |
0 comments
|
Download
|
 |
M |
content/common/cc_messages.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
content/common/cc_messages_unittest.cc
|
View
|
1
2
3
4
5
6
|
7 chunks |
+5 lines, -12 lines |
0 comments
|
Download
|
Total messages: 19 (0 generated)
|