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

Issue 398543004: cc: Avoid issuing COMMANDS_COMPLETED queries unless necessary. (Closed)

Created:
6 years, 5 months ago by reveman
Modified:
6 years, 5 months ago
Reviewers:
vmiura, piman
CC:
chromium-reviews, cc-bugs_chromium.org
Project:
chromium
Visibility:
Public.

Description

cc: Avoid issuing COMMANDS_COMPLETED queries unless necessary. Minor change to the Fence API that allows GLRenderer to not issue sync queries unless some resource that depend on them was used to produce a frame. Also includes some minor renaming cleanup related to usage of Fences in ResourceProvider code. BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284318

Patch Set 1 #

Total comments: 2

Patch Set 2 : issue BeginQueryEXT before first drawing command #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -22 lines) Patch
M cc/output/gl_renderer.cc View 1 4 chunks +42 lines, -8 lines 0 comments Download
M cc/resources/image_raster_worker_pool.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/pixel_buffer_raster_worker_pool.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/resource_provider.h View 3 chunks +4 lines, -2 lines 0 comments Download
M cc/resources/resource_provider.cc View 9 chunks +17 lines, -10 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
reveman
6 years, 5 months ago (2014-07-18 21:51:07 UTC) #1
piman
lgtm https://codereview.chromium.org/398543004/diff/1/cc/output/gl_renderer.cc File cc/output/gl_renderer.cc (right): https://codereview.chromium.org/398543004/diff/1/cc/output/gl_renderer.cc#newcode259 cc/output/gl_renderer.cc:259: gl_->BeginQueryEXT(GL_COMMANDS_COMPLETED_CHROMIUM, query_id_); nit: it's a bit of an ...
6 years, 5 months ago (2014-07-18 22:19:42 UTC) #2
reveman
https://codereview.chromium.org/398543004/diff/1/cc/output/gl_renderer.cc File cc/output/gl_renderer.cc (right): https://codereview.chromium.org/398543004/diff/1/cc/output/gl_renderer.cc#newcode259 cc/output/gl_renderer.cc:259: gl_->BeginQueryEXT(GL_COMMANDS_COMPLETED_CHROMIUM, query_id_); On 2014/07/18 22:19:42, piman (slow to review) ...
6 years, 5 months ago (2014-07-18 23:51:06 UTC) #3
piman
ok, great, LGTM.
6 years, 5 months ago (2014-07-19 00:16:42 UTC) #4
vmiura
LGTM
6 years, 5 months ago (2014-07-19 00:24:23 UTC) #5
reveman
The CQ bit was checked by reveman@chromium.org
6 years, 5 months ago (2014-07-19 00:46:27 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/reveman@chromium.org/398543004/20001
6 years, 5 months ago (2014-07-19 00:47:42 UTC) #7
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_compile_dbg on tryserver.chromium ...
6 years, 5 months ago (2014-07-19 03:33:38 UTC) #8
commit-bot: I haz the power
6 years, 5 months ago (2014-07-19 05:07:59 UTC) #9
Message was sent while issue was closed.
Change committed as 284318

Powered by Google App Engine
This is Rietveld 408576698