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

Issue 2697503002: CMAA: Avoid DCHECK failure for unsupported internalformats (Closed)

Created:
3 years, 10 months ago by qiankun
Modified:
3 years, 9 months ago
CC:
chromium-reviews, piman+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

CMAA: Avoid DCHECK failure for unsupported internalformats CMAA implementation replies on CopyTextureCHROMIUM extension which only supports part of ES3 formats. Skip CMAA for those unsupported formats. BUG=535198, 687180 CQ_INCLUDE_TRYBOTS=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/2697503002 Cr-Commit-Position: refs/heads/master@{#450920} Committed: https://chromium.googlesource.com/chromium/src/+/d8d862a9d32dca327a856d7f01e7b300ff4105b0

Patch Set 1 #

Total comments: 7

Patch Set 2 : rebase only #

Patch Set 3 : fix gl_tests and report INVALID_OPERATION #

Unified diffs Side-by-side diffs Delta from patch set Stats (+132 lines, -5 lines) Patch
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 2 3 chunks +53 lines, -0 lines 0 comments Download
M gpu/command_buffer/tests/gl_apply_screen_space_antialiasing_CHROMIUM_unittest.cc View 1 2 5 chunks +79 lines, -5 lines 0 comments Download

Messages

Total messages: 15 (9 generated)
qiankun
Bug https://bugs.chromium.org/p/chromium/issues/detail?id=687180 still existed after https://codereview.chromium.org/2680703003 landed. According dongseong's comments in https://codereview.chromium.org/2680703003#msg14, CMAA is only ...
3 years, 10 months ago (2017-02-13 08:52:25 UTC) #3
Zhenyao Mo
https://codereview.chromium.org/2697503002/diff/1/gpu/command_buffer/service/gles2_cmd_apply_framebuffer_attachment_cmaa_intel.cc File gpu/command_buffer/service/gles2_cmd_apply_framebuffer_attachment_cmaa_intel.cc (right): https://codereview.chromium.org/2697503002/diff/1/gpu/command_buffer/service/gles2_cmd_apply_framebuffer_attachment_cmaa_intel.cc#newcode299 gpu/command_buffer/service/gles2_cmd_apply_framebuffer_attachment_cmaa_intel.cc:299: DLOG(ERROR) << "Apply CMAA on framebuffer with attachment in ...
3 years, 10 months ago (2017-02-13 18:36:18 UTC) #4
qiankun
Thanks for reviewing. https://codereview.chromium.org/2697503002/diff/1/gpu/command_buffer/service/gles2_cmd_apply_framebuffer_attachment_cmaa_intel.cc File gpu/command_buffer/service/gles2_cmd_apply_framebuffer_attachment_cmaa_intel.cc (right): https://codereview.chromium.org/2697503002/diff/1/gpu/command_buffer/service/gles2_cmd_apply_framebuffer_attachment_cmaa_intel.cc#newcode299 gpu/command_buffer/service/gles2_cmd_apply_framebuffer_attachment_cmaa_intel.cc:299: DLOG(ERROR) << "Apply CMAA on framebuffer ...
3 years, 10 months ago (2017-02-14 08:08:17 UTC) #5
Zhenyao Mo
lgtm
3 years, 10 months ago (2017-02-15 18:22:12 UTC) #6
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/2697503002/40001
3 years, 10 months ago (2017-02-16 09:53:03 UTC) #12
commit-bot: I haz the power
3 years, 10 months ago (2017-02-16 09:59:11 UTC) #15
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/d8d862a9d32dca327a856d7f01e7...

Powered by Google App Engine
This is Rietveld 408576698