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

Issue 1055143003: Test gfx::GpuMemoryBuffer::BGRA_8888 GpuMemoryBuffer lifecycle. (Closed)

Created:
5 years, 8 months ago by Daniele Castagna
Modified:
5 years, 8 months ago
Reviewers:
reveman, piman
CC:
chromium-reviews, piman+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Test gfx::GpuMemoryBuffer::BGRA_8888 GpuMemoryBuffer lifecycle. The test fixture GpuMemoryBufferTest has been parametrized in terms of gfx::GpuMemoryBuffer::Format so that GpuMemoryBufferTest.Lifecycle can be run with different gfx::GpuMemoryBuffer::Format. gfx::GpuMemoryBuffer::BGRA_8888 has been added along with the already present RGBA_8888. BUG= Committed: https://crrev.com/409804aa7155bc497d6be7e17a26f76fad18defb Cr-Commit-Position: refs/heads/master@{#323948}

Patch Set 1 : #

Total comments: 16

Patch Set 2 : Address code review's comments. #

Patch Set 3 : Make the source and dest internal formats match. #

Total comments: 2

Patch Set 4 : s/uint32/int. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+99 lines, -19 lines) Patch
M gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc View 1 2 3 5 chunks +99 lines, -19 lines 0 comments Download

Messages

Total messages: 27 (12 generated)
Daniele Castagna
5 years, 8 months ago (2015-04-02 20:27:12 UTC) #3
reveman
https://codereview.chromium.org/1055143003/diff/20001/gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc File gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc (right): https://codereview.chromium.org/1055143003/diff/20001/gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc#newcode73 gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc:73: namespace { nit: we use a blank line between ...
5 years, 8 months ago (2015-04-03 02:20:16 UTC) #4
Daniele Castagna
https://codereview.chromium.org/1055143003/diff/20001/gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc File gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc (right): https://codereview.chromium.org/1055143003/diff/20001/gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc#newcode73 gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc:73: namespace { On 2015/04/03 at 02:20:16, reveman wrote: > ...
5 years, 8 months ago (2015-04-03 02:56:14 UTC) #5
reveman
https://codereview.chromium.org/1055143003/diff/20001/gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc File gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc (right): https://codereview.chromium.org/1055143003/diff/20001/gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc#newcode89 gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc:89: default: On 2015/04/03 at 02:56:14, Daniele Castagna wrote: > ...
5 years, 8 months ago (2015-04-03 03:41:02 UTC) #6
Daniele Castagna
https://codereview.chromium.org/1055143003/diff/20001/gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc File gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc (right): https://codereview.chromium.org/1055143003/diff/20001/gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc#newcode73 gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc:73: namespace { On 2015/04/03 at 02:56:14, Daniele Castagna wrote: ...
5 years, 8 months ago (2015-04-03 04:26:46 UTC) #7
Daniele Castagna
Thank you for the review! It's still going to fail on linux_android_rel_ng. I'll take a ...
5 years, 8 months ago (2015-04-03 04:28:43 UTC) #8
reveman
lgtm with nit https://codereview.chromium.org/1055143003/diff/60001/gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc File gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc (right): https://codereview.chromium.org/1055143003/diff/60001/gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc#newcode170 gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc:170: for (uint32 x = 0; x ...
5 years, 8 months ago (2015-04-06 16:02:49 UTC) #9
Daniele Castagna
https://codereview.chromium.org/1055143003/diff/60001/gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc File gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc (right): https://codereview.chromium.org/1055143003/diff/60001/gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc#newcode170 gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc:170: for (uint32 x = 0; x < kImageWidth; ++x) ...
5 years, 8 months ago (2015-04-06 17:59:05 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1055143003/100002
5 years, 8 months ago (2015-04-06 17:59:47 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/54314)
5 years, 8 months ago (2015-04-06 18:10:15 UTC) #20
Daniele Castagna
+piman for owner approval.
5 years, 8 months ago (2015-04-06 19:35:34 UTC) #22
piman
lgtm
5 years, 8 months ago (2015-04-06 20:18:06 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1055143003/100002
5 years, 8 months ago (2015-04-06 20:21:29 UTC) #25
commit-bot: I haz the power
Committed patchset #4 (id:100002)
5 years, 8 months ago (2015-04-06 21:03:31 UTC) #26
commit-bot: I haz the power
5 years, 8 months ago (2015-04-06 21:04:52 UTC) #27
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/409804aa7155bc497d6be7e17a26f76fad18defb
Cr-Commit-Position: refs/heads/master@{#323948}

Powered by Google App Engine
This is Rietveld 408576698