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

Issue 698053002: Choose Largest DrawQuad Type No Longer Depended on Compiler Flag (Closed)

Created:
6 years, 1 month ago by weiliangc
Modified:
6 years, 1 month ago
Reviewers:
danakj, kenrb
CC:
cc-bugs_chromium.org, chromium-reviews, enne (OOO), jbroman, Ian Vollick
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Choose largest DrawQuad type, no longer dependent on compiler flag Use template to choose between RenderPassDrawQuad and StreamVideoDrawQuad for LargestDrawQuad. BUG=429552 Committed: https://crrev.com/fe7b51ef3bda41dcea60e6fcda95ad07e720423b Cr-Commit-Position: refs/heads/master@{#302833}

Patch Set 1 #

Total comments: 11

Patch Set 2 : aww no more templates #

Patch Set 3 : no const needed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -28 lines) Patch
M cc/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M cc/cc.gyp View 1 1 chunk +1 line, -0 lines 0 comments Download
M cc/quads/draw_quad_unittest.cc View 1 2 chunks +9 lines, -9 lines 0 comments Download
M cc/quads/largest_draw_quad.h View 1 2 1 chunk +4 lines, -7 lines 0 comments Download
A cc/quads/largest_draw_quad.cc View 1 2 1 chunk +20 lines, -0 lines 0 comments Download
M cc/quads/list_container.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/quads/list_container_unittest.cc View 1 8 chunks +8 lines, -8 lines 0 comments Download
M cc/quads/render_pass.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M content/common/cc_messages.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 18 (5 generated)
weiliangc
Oh templates are cool.
6 years, 1 month ago (2014-11-03 18:05:41 UTC) #2
danakj
https://codereview.chromium.org/698053002/diff/1/cc/quads/largest_draw_quad.h File cc/quads/largest_draw_quad.h (right): https://codereview.chromium.org/698053002/diff/1/cc/quads/largest_draw_quad.h#newcode8 cc/quads/largest_draw_quad.h:8: #include "cc/quads/render_pass_draw_quad.h" including this includes GL headers which was ...
6 years, 1 month ago (2014-11-03 18:14:21 UTC) #3
jbroman
Just a drive-by comment; feel free to ignore me. :) https://codereview.chromium.org/698053002/diff/1/cc/quads/largest_draw_quad.h File cc/quads/largest_draw_quad.h (right): https://codereview.chromium.org/698053002/diff/1/cc/quads/largest_draw_quad.h#newcode18 ...
6 years, 1 month ago (2014-11-03 18:28:26 UTC) #5
weiliangc
https://codereview.chromium.org/698053002/diff/1/cc/quads/largest_draw_quad.h File cc/quads/largest_draw_quad.h (right): https://codereview.chromium.org/698053002/diff/1/cc/quads/largest_draw_quad.h#newcode8 cc/quads/largest_draw_quad.h:8: #include "cc/quads/render_pass_draw_quad.h" On 2014/11/03 18:14:21, danakj wrote: > including ...
6 years, 1 month ago (2014-11-03 18:42:46 UTC) #7
jbroman
https://codereview.chromium.org/698053002/diff/1/cc/quads/largest_draw_quad.h File cc/quads/largest_draw_quad.h (right): https://codereview.chromium.org/698053002/diff/1/cc/quads/largest_draw_quad.h#newcode8 cc/quads/largest_draw_quad.h:8: #include "cc/quads/render_pass_draw_quad.h" On 2014/11/03 18:14:21, danakj wrote: > including ...
6 years, 1 month ago (2014-11-03 18:44:27 UTC) #8
danakj
https://codereview.chromium.org/698053002/diff/1/cc/quads/largest_draw_quad.h File cc/quads/largest_draw_quad.h (right): https://codereview.chromium.org/698053002/diff/1/cc/quads/largest_draw_quad.h#newcode8 cc/quads/largest_draw_quad.h:8: #include "cc/quads/render_pass_draw_quad.h" On 2014/11/03 18:44:27, jbroman wrote: > On ...
6 years, 1 month ago (2014-11-03 18:50:36 UTC) #9
weiliangc
Move to source file with function returning largest quad size.
6 years, 1 month ago (2014-11-03 21:30:13 UTC) #10
danakj
LGTM
6 years, 1 month ago (2014-11-04 20:46:49 UTC) #11
weiliangc
Add kenrb for cc_messages review.
6 years, 1 month ago (2014-11-04 20:50:24 UTC) #13
kenrb
ipc lgtm
6 years, 1 month ago (2014-11-05 17:08:21 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/698053002/40001
6 years, 1 month ago (2014-11-05 17:31:12 UTC) #16
commit-bot: I haz the power
Committed patchset #3 (id:40001)
6 years, 1 month ago (2014-11-05 18:20:34 UTC) #17
commit-bot: I haz the power
6 years, 1 month ago (2014-11-05 18:21:07 UTC) #18
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/fe7b51ef3bda41dcea60e6fcda95ad07e720423b
Cr-Commit-Position: refs/heads/master@{#302833}

Powered by Google App Engine
This is Rietveld 408576698