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

Issue 902943002: Refactor for GPU command buffer PUTSTR code generator. (Closed)

Created:
5 years, 10 months ago by Zhenyao Mo
Modified:
5 years, 10 months ago
Reviewers:
no sievers
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

Refactor for GPU command buffer PUTSTR code generator. This is a pure code moving around CL. No logic change at all. So we add helper functions to pack/unpack strings to/from a bucket, so the code generator is now much simpler. This is to get the pack/unpack functions to be used by glGetUniformIndices. BUG=429053 TEST=gpu_unittests, webgl_conformance R=sievers@chromium.org Committed: https://crrev.com/0420f3be94d1ecc2db68dbe436ceec8711ddb106 Cr-Commit-Position: refs/heads/master@{#315118}

Patch Set 1 : working #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+193 lines, -329 lines) Patch
M gpu/command_buffer/build_gles2_cmd_buffer.py View 3 chunks +26 lines, -126 lines 2 comments Download
M gpu/command_buffer/client/gles2_implementation.h View 1 chunk +7 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation.cc View 1 chunk +75 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_impl_autogen.h View 2 chunks +7 lines, -131 lines 0 comments Download
M gpu/command_buffer/service/common_decoder.h View 2 chunks +11 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/common_decoder.cc View 2 chunks +49 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_autogen.h View 2 chunks +18 lines, -72 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
Zhenyao Mo
Daniel: can you review this CL? Others: FYI (feel free to review). Please note, this ...
5 years, 10 months ago (2015-02-06 00:10:33 UTC) #3
Zhenyao Mo
Bots all green. Please take a look.
5 years, 10 months ago (2015-02-06 18:52:38 UTC) #4
no sievers
lgtm https://codereview.chromium.org/902943002/diff/20001/gpu/command_buffer/build_gles2_cmd_buffer.py File gpu/command_buffer/build_gles2_cmd_buffer.py (right): https://codereview.chromium.org/902943002/diff/20001/gpu/command_buffer/build_gles2_cmd_buffer.py#newcode7943 gpu/command_buffer/build_gles2_cmd_buffer.py:7943: strs.size() > 0 ? const_cast<const char**>(&strs[0]) : NULL; ...
5 years, 10 months ago (2015-02-06 21:01:38 UTC) #5
Zhenyao Mo
https://codereview.chromium.org/902943002/diff/20001/gpu/command_buffer/build_gles2_cmd_buffer.py File gpu/command_buffer/build_gles2_cmd_buffer.py (right): https://codereview.chromium.org/902943002/diff/20001/gpu/command_buffer/build_gles2_cmd_buffer.py#newcode7943 gpu/command_buffer/build_gles2_cmd_buffer.py:7943: strs.size() > 0 ? const_cast<const char**>(&strs[0]) : NULL; On ...
5 years, 10 months ago (2015-02-06 21:53:50 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/902943002/20001
5 years, 10 months ago (2015-02-06 21:55:09 UTC) #8
commit-bot: I haz the power
Committed patchset #1 (id:20001)
5 years, 10 months ago (2015-02-06 21:58:24 UTC) #9
commit-bot: I haz the power
5 years, 10 months ago (2015-02-06 21:58:54 UTC) #10
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/0420f3be94d1ecc2db68dbe436ceec8711ddb106
Cr-Commit-Position: refs/heads/master@{#315118}

Powered by Google App Engine
This is Rietveld 408576698