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

Issue 2909683002: Track currently bound external and multisample textures. (Closed)

Created:
3 years, 7 months ago by Geoff Lang
Modified:
3 years, 6 months ago
Reviewers:
Zhenyao Mo
CC:
chromium-reviews, piman+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Track currently bound external and multisample textures. This caused assertions in glBindTexture even when binding 0. Caught by the fuzzer which uses an ES 3.1 context. BUG=726265 BUG=719933 BUG=719803 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2909683002 Cr-Commit-Position: refs/heads/master@{#475912} Committed: https://chromium.googlesource.com/chromium/src/+/59d2ca1729430fc7713e642d04a772773248f030

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -1 line) Patch
M gpu/command_buffer/service/gles2_cmd_decoder_passthrough.cc View 1 chunk +8 lines, -1 line 2 comments Download

Messages

Total messages: 16 (10 generated)
Geoff Lang
PTAL
3 years, 7 months ago (2017-05-26 18:57:45 UTC) #6
Zhenyao Mo
https://codereview.chromium.org/2909683002/diff/1/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.cc File gpu/command_buffer/service/gles2_cmd_decoder_passthrough.cc (right): https://codereview.chromium.org/2909683002/diff/1/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.cc#newcode213 gpu/command_buffer/service/gles2_cmd_decoder_passthrough.cc:213: if (feature_info_->gl_version_info().IsAtLeastGLES(3, 0)) { Are you saying we will ...
3 years, 7 months ago (2017-05-26 22:48:10 UTC) #9
Geoff Lang
https://codereview.chromium.org/2909683002/diff/1/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.cc File gpu/command_buffer/service/gles2_cmd_decoder_passthrough.cc (right): https://codereview.chromium.org/2909683002/diff/1/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.cc#newcode213 gpu/command_buffer/service/gles2_cmd_decoder_passthrough.cc:213: if (feature_info_->gl_version_info().IsAtLeastGLES(3, 0)) { On 2017/05/26 22:48:10, Zhenyao Mo ...
3 years, 6 months ago (2017-05-29 13:47:44 UTC) #10
Zhenyao Mo
On 2017/05/29 13:47:44, Geoff Lang wrote: > https://codereview.chromium.org/2909683002/diff/1/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.cc > File gpu/command_buffer/service/gles2_cmd_decoder_passthrough.cc (right): > > https://codereview.chromium.org/2909683002/diff/1/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.cc#newcode213 ...
3 years, 6 months ago (2017-05-30 21:56:51 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2909683002/1
3 years, 6 months ago (2017-05-31 14:04:10 UTC) #13
commit-bot: I haz the power
3 years, 6 months ago (2017-05-31 15:17:04 UTC) #16
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/59d2ca1729430fc7713e642d04a7...

Powered by Google App Engine
This is Rietveld 408576698