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

Issue 133813003: Add Async API unittests to readback format. (Closed)

Created:
6 years, 11 months ago by sivag
Modified:
6 years, 11 months ago
Reviewers:
no sievers, piman
CC:
chromium-reviews, joi+watch-content_chromium.org, jam, sievers+watch_chromium.org, jbauman+watch_chromium.org, darin-cc_chromium.org, kalyank, piman+watch_chromium.org, danakj+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Add Async API unittests to readback format. Current code doesnt have the async way to readback texture with different formats. BUG=323150 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=247113

Patch Set 1 : Provide Async api for unittests to readback format #

Total comments: 4

Patch Set 2 : Code changed as per reviw comments. #

Total comments: 2

Patch Set 3 : Changes done as per review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+96 lines, -9 lines) Patch
M content/common/gpu/client/gl_helper.h View 1 1 chunk +6 lines, -0 lines 0 comments Download
M content/common/gpu/client/gl_helper.cc View 1 2 3 chunks +51 lines, -0 lines 0 comments Download
M content/common/gpu/client/gl_helper_unittest.cc View 3 chunks +39 lines, -9 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
sivag
PTAL..
6 years, 11 months ago (2014-01-23 14:14:33 UTC) #1
piman
https://codereview.chromium.org/133813003/diff/1/content/common/gpu/client/gl_helper.cc File content/common/gpu/client/gl_helper.cc (right): https://codereview.chromium.org/133813003/diff/1/content/common/gpu/client/gl_helper.cc#newcode487 content/common/gpu/client/gl_helper.cc:487: const base::Callback<void(bool)>& callback) { Can you add DCHECKs on ...
6 years, 11 months ago (2014-01-23 20:43:56 UTC) #2
sivag
PTAL... https://codereview.chromium.org/133813003/diff/1/content/common/gpu/client/gl_helper.cc File content/common/gpu/client/gl_helper.cc (right): https://codereview.chromium.org/133813003/diff/1/content/common/gpu/client/gl_helper.cc#newcode487 content/common/gpu/client/gl_helper.cc:487: const base::Callback<void(bool)>& callback) { On 2014/01/23 20:43:57, piman ...
6 years, 11 months ago (2014-01-24 15:56:40 UTC) #3
piman
LGTM + 1 nit. https://codereview.chromium.org/133813003/diff/70001/content/common/gpu/client/gl_helper.cc File content/common/gpu/client/gl_helper.cc (right): https://codereview.chromium.org/133813003/diff/70001/content/common/gpu/client/gl_helper.cc#newcode561 content/common/gpu/client/gl_helper.cc:561: int bytes_per_pixel = readback_config_rgb565 ? ...
6 years, 11 months ago (2014-01-24 20:26:31 UTC) #4
sivag
Done. https://codereview.chromium.org/133813003/diff/70001/content/common/gpu/client/gl_helper.cc File content/common/gpu/client/gl_helper.cc (right): https://codereview.chromium.org/133813003/diff/70001/content/common/gpu/client/gl_helper.cc#newcode561 content/common/gpu/client/gl_helper.cc:561: int bytes_per_pixel = readback_config_rgb565 ? 2 : 4; ...
6 years, 11 months ago (2014-01-25 08:34:01 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/siva.gunturi@samsung.com/133813003/140001
6 years, 11 months ago (2014-01-25 08:34:27 UTC) #6
commit-bot: I haz the power
6 years, 11 months ago (2014-01-25 09:59:04 UTC) #7
Message was sent while issue was closed.
Change committed as 247113

Powered by Google App Engine
This is Rietveld 408576698