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

Issue 2297603002: Enable ANGLE workaround for Intel MacOS abs bug (Closed)

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

Description

Enable ANGLE workaround for Intel MacOS abs bug The result of abs(i) in vertex shader is wrong in Intel Mac. The workaround replaces abs(i) with i * sign(i). BUG=642227 TEST=deqp/functional/gles3/shadercommonfunction.html 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 Committed: https://crrev.com/1786885d8e8fad3108a6073c78c2e72dbc886dd5 Cr-Commit-Position: refs/heads/master@{#415995}

Patch Set 1 #

Patch Set 2 : change workaround name #

Patch Set 3 : update expectations #

Patch Set 4 : rebase only #

Patch Set 5 : rebase again #

Patch Set 6 : update version #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -3 lines) Patch
M content/test/gpu/gpu_tests/webgl2_conformance_expectations.py View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 2 3 4 1 chunk +2 lines, -0 lines 1 comment Download
M gpu/config/gpu_driver_bug_list_json.cc View 1 2 3 4 5 2 chunks +13 lines, -1 line 0 comments Download
M gpu/config/gpu_driver_bug_workaround_type.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (6 generated)
qiankun
PTAL. This CL depends on https://chromium-review.googlesource.com/#/c/377628/.
4 years, 3 months ago (2016-08-30 11:09:35 UTC) #3
Corentin Wallez
On 2016/08/30 at 11:09:35, qiankun.miao wrote: > PTAL. > This CL depends on https://chromium-review.googlesource.com/#/c/377628/. LGTM, ...
4 years, 3 months ago (2016-08-30 13:30:08 UTC) #5
Yang Gu
It seems to me we have this Chromium change only because Chromium has the workaround ...
4 years, 3 months ago (2016-08-31 03:04:31 UTC) #6
Zhenyao Mo
On 2016/08/31 03:04:31, Yang Gu wrote: > It seems to me we have this Chromium ...
4 years, 3 months ago (2016-08-31 03:07:28 UTC) #7
Ken Russell (switch to Gerrit)
LGTM. Mo already answered your question about the strange split between Chromium and ANGLE in ...
4 years, 3 months ago (2016-08-31 18:51:16 UTC) #8
qiankun
shadercommonfunction.html passed in the bot. zmo: owner review for gpu/command_buffer/.
4 years, 3 months ago (2016-09-01 06:06:35 UTC) #9
Zhenyao Mo
lgtm
4 years, 3 months ago (2016-09-01 16:58:07 UTC) #10
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/2297603002/100001
4 years, 3 months ago (2016-09-01 16:58:27 UTC) #13
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 3 months ago (2016-09-01 18:04:18 UTC) #14
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/1786885d8e8fad3108a6073c78c2e72dbc886dd5 Cr-Commit-Position: refs/heads/master@{#415995}
4 years, 3 months ago (2016-09-01 18:06:19 UTC) #16
Jamie Madill
https://codereview.chromium.org/2297603002/diff/100001/gpu/command_buffer/service/gles2_cmd_decoder.cc File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): https://codereview.chromium.org/2297603002/diff/100001/gpu/command_buffer/service/gles2_cmd_decoder.cc#newcode3730 gpu/command_buffer/service/gles2_cmd_decoder.cc:3730: driver_bug_workarounds |= SH_EMULATE_ABS_INT_FUNCTION; not sure how this compiled, but ...
4 years, 3 months ago (2016-09-02 14:19:25 UTC) #17
Jamie Madill
4 years, 3 months ago (2016-09-02 14:23:18 UTC) #18
Message was sent while issue was closed.
On 2016/09/02 14:19:25, Jamie Madill wrote:
>
https://codereview.chromium.org/2297603002/diff/100001/gpu/command_buffer/ser...
> File gpu/command_buffer/service/gles2_cmd_decoder.cc (right):
> 
>
https://codereview.chromium.org/2297603002/diff/100001/gpu/command_buffer/ser...
> gpu/command_buffer/service/gles2_cmd_decoder.cc:3730: driver_bug_workarounds
|=
> SH_EMULATE_ABS_INT_FUNCTION;
> not sure how this compiled, but it's breaking the ANGLE trybots because the
> ANGLE-side CL hasn't landed.

Sorry, spoke too soon. Was a result of the ANGLE trybots not rebasing a patch.

Powered by Google App Engine
This is Rietveld 408576698