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

Issue 1674573002: UniformMatrix* supports transpose is true in ES3 semantic (Closed)

Created:
4 years, 10 months ago by qiankun
Modified:
4 years, 10 months ago
CC:
chromium-reviews, blink-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

UniformMatrix* supports transpose is true in ES3 semantic BUG=429053 Committed: https://crrev.com/7e5601748339cbe7943b0c0ec1f8333415e1d431 Cr-Commit-Position: refs/heads/master@{#374676}

Patch Set 1 : #

Total comments: 2

Patch Set 2 : remove unused code and add more unittests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+414 lines, -372 lines) Patch
M gpu/command_buffer/build_gles2_cmd_buffer.py View 1 7 chunks +4 lines, -29 lines 0 comments Download
M gpu/command_buffer/client/gles2_cmd_helper_autogen.h View 10 chunks +18 lines, -9 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_impl_autogen.h View 9 chunks +9 lines, -54 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_unittest_autogen.h View 9 chunks +18 lines, -126 lines 0 comments Download
M gpu/command_buffer/cmd_buffer_functions.txt View 1 chunk +9 lines, -9 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_autogen.h View 18 chunks +144 lines, -54 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_test_autogen.h View 9 chunks +27 lines, -18 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 3 chunks +15 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_2.cc View 1 10 chunks +151 lines, -9 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h View 1 chunk +3 lines, -18 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_3_autogen.h View 5 chunks +15 lines, -45 lines 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 15 (7 generated)
qiankun
PTAL. ES3 spec allows transpose argument to be true now.
4 years, 10 months ago (2016-02-05 17:19:00 UTC) #3
Zhenyao Mo
lgtm https://codereview.chromium.org/1674573002/diff/20001/gpu/command_buffer/service/gles2_cmd_decoder_unittest_2.cc File gpu/command_buffer/service/gles2_cmd_decoder_unittest_2.cc (right): https://codereview.chromium.org/1674573002/diff/20001/gpu/command_buffer/service/gles2_cmd_decoder_unittest_2.cc#newcode248 gpu/command_buffer/service/gles2_cmd_decoder_unittest_2.cc:248: cmd.Init(1, 2, false, &data[0][0]); Here you should also ...
4 years, 10 months ago (2016-02-05 17:32:00 UTC) #4
qiankun
https://codereview.chromium.org/1674573002/diff/20001/gpu/command_buffer/service/gles2_cmd_decoder_unittest_2.cc File gpu/command_buffer/service/gles2_cmd_decoder_unittest_2.cc (right): https://codereview.chromium.org/1674573002/diff/20001/gpu/command_buffer/service/gles2_cmd_decoder_unittest_2.cc#newcode248 gpu/command_buffer/service/gles2_cmd_decoder_unittest_2.cc:248: cmd.Init(1, 2, false, &data[0][0]); On 2016/02/05 17:31:59, Zhenyao Mo ...
4 years, 10 months ago (2016-02-06 03:02:56 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1674573002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1674573002/40001
4 years, 10 months ago (2016-02-10 00:40:52 UTC) #7
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/177741)
4 years, 10 months ago (2016-02-10 02:24:04 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1674573002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1674573002/40001
4 years, 10 months ago (2016-02-10 17:21:29 UTC) #12
commit-bot: I haz the power
Committed patchset #2 (id:40001)
4 years, 10 months ago (2016-02-10 17:32:22 UTC) #13
commit-bot: I haz the power
4 years, 10 months ago (2016-02-10 17:33:31 UTC) #15
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/7e5601748339cbe7943b0c0ec1f8333415e1d431
Cr-Commit-Position: refs/heads/master@{#374676}

Powered by Google App Engine
This is Rietveld 408576698