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

Issue 987123003: Add a mechanism for command buffer to conditionally allow ES3 enums. (Closed)

Created:
5 years, 9 months ago by Zhenyao Mo
Modified:
5 years, 9 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

Add a mechanism for command buffer to conditionally allow ES3 enums. Although ultimately we want to remove validators from command buffer, but the fastest way to allow an experimental WebGL 2 is actually appending the current validators. Appended the BufferTarget as an sample to make sure code generator works. BUG=463599 TEST=gpu_unittests, webgl conformance tests R=sievers@chromium.org Committed: https://crrev.com/ac89bdd636a4a6d8f15415e69b40e546cb020567 Cr-Commit-Position: refs/heads/master@{#319819}

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+103 lines, -13 lines) Patch
M gpu/command_buffer/build_gles2_cmd_buffer.py View 1 7 chunks +41 lines, -2 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h View 1 chunk +6 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/feature_info.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/feature_info.cc View 1 1 chunk +21 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 2 chunks +8 lines, -8 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_validation.h View 3 chunks +10 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_validation_implementation_autogen.h View 2 chunks +14 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
Zhenyao Mo
sievers: please take a look. Others: FYI (feel free to review)
5 years, 9 months ago (2015-03-09 22:08:21 UTC) #1
no sievers
lgtm https://codereview.chromium.org/987123003/diff/1/gpu/command_buffer/build_gles2_cmd_buffer.py File gpu/command_buffer/build_gles2_cmd_buffer.py (right): https://codereview.chromium.org/987123003/diff/1/gpu/command_buffer/build_gles2_cmd_buffer.py#newcode9930 gpu/command_buffer/build_gles2_cmd_buffer.py:9930: valid_set = _NAMED_TYPE_INFO[enum]['valid'] Is this actually a set? ...
5 years, 9 months ago (2015-03-09 22:48:20 UTC) #2
Zhenyao Mo
https://codereview.chromium.org/987123003/diff/1/gpu/command_buffer/build_gles2_cmd_buffer.py File gpu/command_buffer/build_gles2_cmd_buffer.py (right): https://codereview.chromium.org/987123003/diff/1/gpu/command_buffer/build_gles2_cmd_buffer.py#newcode9930 gpu/command_buffer/build_gles2_cmd_buffer.py:9930: valid_set = _NAMED_TYPE_INFO[enum]['valid'] On 2015/03/09 22:48:20, sievers wrote: > ...
5 years, 9 months ago (2015-03-09 23:27:03 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/987123003/20001
5 years, 9 months ago (2015-03-09 23:29:27 UTC) #6
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 9 months ago (2015-03-10 02:09:15 UTC) #7
commit-bot: I haz the power
5 years, 9 months ago (2015-03-10 02:09:59 UTC) #8
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/ac89bdd636a4a6d8f15415e69b40e546cb020567
Cr-Commit-Position: refs/heads/master@{#319819}

Powered by Google App Engine
This is Rietveld 408576698