Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(211)

Issue 139763003: Initial surface aggregator implementation (Closed)

Created:
6 years, 11 months ago by jamesr
Modified:
6 years, 10 months ago
Reviewers:
enne (OOO)
CC:
chromium-reviews, cc-bugs_chromium.org, danakj, piman
Visibility:
Public.

Description

Initial surface aggregator implementation BUG=334876 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=247598

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : table-driven style #

Patch Set 7 : #

Patch Set 8 : some pass handling #

Patch Set 9 : add comment to SharedQuadState #

Total comments: 1

Patch Set 10 : redoes pass ordering to reflect draw order #

Patch Set 11 : rebased #

Total comments: 1

Patch Set 12 : use less advanced struct initialization syntax #

Unified diffs Side-by-side diffs Delta from patch set Stats (+977 lines, -1 line) Patch
M cc/cc.gyp View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -0 lines 0 comments Download
M cc/cc_tests.gyp View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -0 lines 0 comments Download
M cc/quads/shared_quad_state.h View 1 2 3 4 5 6 7 8 1 chunk +5 lines, -0 lines 0 comments Download
M cc/surfaces/surface.h View 2 chunks +8 lines, -0 lines 0 comments Download
M cc/surfaces/surface.cc View 2 chunks +7 lines, -0 lines 0 comments Download
A cc/surfaces/surface_aggregator.h View 1 2 3 4 5 6 7 8 9 1 chunk +65 lines, -0 lines 0 comments Download
A cc/surfaces/surface_aggregator.cc View 1 2 3 4 5 6 7 8 9 1 chunk +221 lines, -0 lines 0 comments Download
A cc/surfaces/surface_aggregator_test_helpers.h View 1 2 3 4 5 6 7 8 9 1 chunk +93 lines, -0 lines 0 comments Download
A cc/surfaces/surface_aggregator_test_helpers.cc View 1 2 3 4 5 6 7 8 9 1 chunk +162 lines, -0 lines 0 comments Download
A cc/surfaces/surface_aggregator_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +410 lines, -0 lines 0 comments Download
M cc/surfaces/surface_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 18 (0 generated)
jamesr
I believe this patch produces aggregated frames that are structurally correct (i.e. they have the ...
6 years, 11 months ago (2014-01-22 22:14:51 UTC) #1
jamesr
https://codereview.chromium.org/139763003/diff/180001/cc/surfaces/surface_aggregator_test_helpers.h File cc/surfaces/surface_aggregator_test_helpers.h (right): https://codereview.chromium.org/139763003/diff/180001/cc/surfaces/surface_aggregator_test_helpers.h#newcode25 cc/surfaces/surface_aggregator_test_helpers.h:25: int data; // surface_id for type=='S', color for type=='C' ...
6 years, 11 months ago (2014-01-22 23:06:02 UTC) #2
jamesr
I didn't understand that render passes were organized into draw order, so both the code ...
6 years, 11 months ago (2014-01-24 02:43:02 UTC) #3
enne (OOO)
lgtm This seems like a good first step.
6 years, 11 months ago (2014-01-28 01:57:44 UTC) #4
jamesr
On 2014/01/28 01:57:44, enne wrote: > lgtm > > This seems like a good first ...
6 years, 11 months ago (2014-01-28 01:59:45 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamesr@chromium.org/139763003/240001
6 years, 11 months ago (2014-01-28 02:01:17 UTC) #6
commit-bot: I haz the power
Failed to apply patch for cc/cc_tests.gyp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 11 months ago (2014-01-28 02:01:28 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamesr@chromium.org/139763003/270001
6 years, 11 months ago (2014-01-28 02:51:33 UTC) #8
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) base_unittests, browser_tests, interactive_ui_tests, net_unittests, unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=219446
6 years, 11 months ago (2014-01-28 03:18:03 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamesr@chromium.org/139763003/270001
6 years, 10 months ago (2014-01-28 06:02:23 UTC) #10
commit-bot: I haz the power
Retried try job too often on linux_aura for step(s) app_list_unittests, aura_unittests, browser_tests, compositor_unittests, content_browsertests, content_unittests, ...
6 years, 10 months ago (2014-01-28 18:36:21 UTC) #11
jamesr
https://codereview.chromium.org/139763003/diff/270001/cc/surfaces/surface_aggregator_unittest.cc File cc/surfaces/surface_aggregator_unittest.cc (right): https://codereview.chromium.org/139763003/diff/270001/cc/surfaces/surface_aggregator_unittest.cc#newcode73 cc/surfaces/surface_aggregator_unittest.cc:73: test::Pass passes[] = {{quads, arraysize(quads)}}; annoying! gcc doesn't like ...
6 years, 10 months ago (2014-01-28 18:40:42 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamesr@chromium.org/139763003/290001
6 years, 10 months ago (2014-01-28 22:13:45 UTC) #13
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) remoting_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=219832
6 years, 10 months ago (2014-01-28 22:42:18 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamesr@chromium.org/139763003/290001
6 years, 10 months ago (2014-01-28 22:46:07 UTC) #15
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) remoting_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=217600
6 years, 10 months ago (2014-01-29 01:25:41 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamesr@chromium.org/139763003/290001
6 years, 10 months ago (2014-01-29 01:43:52 UTC) #17
commit-bot: I haz the power
6 years, 10 months ago (2014-01-29 02:34:23 UTC) #18
Message was sent while issue was closed.
Change committed as 247598

Powered by Google App Engine
This is Rietveld 408576698