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

Issue 1905743002: Improve BindBufferBase/BindBufferRange in GPU command buffer. (Closed)

Created:
4 years, 8 months ago by Zhenyao Mo
Modified:
4 years, 8 months ago
Reviewers:
piman
CC:
chromium-reviews, piman+watch_chromium.org, Ken Russell (switch to Gerrit), bajones, vmiura
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Improve BindBufferBase/BindBufferRange in GPU command buffer. The first step to emulate ES3 BindBufferRange semantics on Desktop GL 4.1 or lower. BUG=604436 TEST=gpu_unittests R=piman@chromium.org CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.win:win_optional_gpu_tests_rel Committed: https://crrev.com/706399be0de1905a9aa03b47852c0dc093b7232b Cr-Commit-Position: refs/heads/master@{#388607}

Patch Set 1 #

Total comments: 7

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+153 lines, -61 lines) Patch
M gpu/command_buffer/service/context_group.h View 1 2 chunks +16 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/context_group.cc View 1 2 chunks +31 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 4 chunks +87 lines, -55 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_buffers.cc View 2 chunks +0 lines, -6 lines 0 comments Download
M gpu/command_buffer/service/test_helper.h View 1 chunk +4 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/test_helper.cc View 2 chunks +15 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (6 generated)
Zhenyao Mo
piman: PTAL others: FYI
4 years, 8 months ago (2016-04-20 21:04:57 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1905743002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1905743002/1
4 years, 8 months ago (2016-04-20 21:05:25 UTC) #4
piman
LGTM+nits https://codereview.chromium.org/1905743002/diff/1/gpu/command_buffer/service/context_group.cc File gpu/command_buffer/service/context_group.cc (right): https://codereview.chromium.org/1905743002/diff/1/gpu/command_buffer/service/context_group.cc#newcode187 gpu/command_buffer/service/context_group.cc:187: LOG(ERROR) << "ContextGroup::Initialize failed because maximum " nit: ...
4 years, 8 months ago (2016-04-20 21:14:36 UTC) #5
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_clobber_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_clobber_rel_ng/builds/162165)
4 years, 8 months ago (2016-04-20 21:46:31 UTC) #7
Zhenyao Mo
https://codereview.chromium.org/1905743002/diff/1/gpu/command_buffer/service/context_group.cc File gpu/command_buffer/service/context_group.cc (right): https://codereview.chromium.org/1905743002/diff/1/gpu/command_buffer/service/context_group.cc#newcode187 gpu/command_buffer/service/context_group.cc:187: LOG(ERROR) << "ContextGroup::Initialize failed because maximum " On 2016/04/20 ...
4 years, 8 months ago (2016-04-20 22:08:50 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1905743002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1905743002/20001
4 years, 8 months ago (2016-04-20 22:09:46 UTC) #11
piman
https://codereview.chromium.org/1905743002/diff/1/gpu/command_buffer/service/context_group.cc File gpu/command_buffer/service/context_group.cc (right): https://codereview.chromium.org/1905743002/diff/1/gpu/command_buffer/service/context_group.cc#newcode187 gpu/command_buffer/service/context_group.cc:187: LOG(ERROR) << "ContextGroup::Initialize failed because maximum " On 2016/04/20 ...
4 years, 8 months ago (2016-04-20 22:14:52 UTC) #12
Zhenyao Mo
On 2016/04/20 22:14:52, piman wrote: > https://codereview.chromium.org/1905743002/diff/1/gpu/command_buffer/service/context_group.cc > File gpu/command_buffer/service/context_group.cc (right): > > https://codereview.chromium.org/1905743002/diff/1/gpu/command_buffer/service/context_group.cc#newcode187 > ...
4 years, 8 months ago (2016-04-20 22:20:54 UTC) #13
piman
On Wed, Apr 20, 2016 at 3:20 PM, <zmo@chromium.org> wrote: > On 2016/04/20 22:14:52, piman ...
4 years, 8 months ago (2016-04-20 22:22:26 UTC) #14
Zhenyao Mo
On 2016/04/20 22:22:26, piman wrote: > On Wed, Apr 20, 2016 at 3:20 PM, <mailto:zmo@chromium.org> ...
4 years, 8 months ago (2016-04-20 22:31:21 UTC) #15
piman
On Wed, Apr 20, 2016 at 3:31 PM, <zmo@chromium.org> wrote: > On 2016/04/20 22:22:26, piman ...
4 years, 8 months ago (2016-04-20 23:08:59 UTC) #16
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 8 months ago (2016-04-21 00:01:17 UTC) #17
commit-bot: I haz the power
4 years, 8 months ago (2016-04-22 19:27:52 UTC) #19
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/706399be0de1905a9aa03b47852c0dc093b7232b
Cr-Commit-Position: refs/heads/master@{#388607}

Powered by Google App Engine
This is Rietveld 408576698