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

Issue 1513573009: Add check for highp support in Conic effect (Closed)

Created:
5 years ago by robertphillips
Modified:
5 years ago
Reviewers:
egdaniel, bsalomon
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Add check for highp support in Conic effect This CL may not really be necessary since it seems that the Android Ones we have fall back to mediump when highp isn't supported. FYI, for bits-of-precision/precision we have: Low Med High Precision-Used A1 (Cherry One - Mali 400) 10 10 0 Med - conic looks bad N5 (Adreno 330) 10 10 23 High - conic looks bad!!! N6 (Adreno 420) 10 10 23 High - conic looks good N7v2 (Adreno 320) 10 10 23 High - conic looks bad!!! N9 (K1) 23 23 23 High - looks good N10 (Mail-604) 10 10 23 High - looks good I suspect derivative computation is broken on the Adreno 300s. BUG=555779, skia:4668 TBR=bsalomon@google.com Committed: https://skia.googlesource.com/skia/+/2eb1009b6e244dae6374dc009dc867a32f40236e

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -9 lines) Patch
M include/gpu/GrCaps.h View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/effects/GrBezierEffect.cpp View 1 chunk +20 lines, -8 lines 0 comments Download

Messages

Total messages: 33 (25 generated)
robertphillips
5 years ago (2015-12-10 21:20:39 UTC) #11
egdaniel
lgtm
5 years ago (2015-12-10 21:48:24 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1513573009/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1513573009/1
5 years ago (2015-12-10 22:13:58 UTC) #17
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years ago (2015-12-10 22:28:32 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1513573009/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1513573009/1
5 years ago (2015-12-11 12:50:11 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: skia_presubmit-Trybot on client.skia.fyi (JOB_FAILED, http://build.chromium.org/p/client.skia.fyi/builders/skia_presubmit-Trybot/builds/4640)
5 years ago (2015-12-11 12:51:02 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1513573009/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1513573009/1
5 years ago (2015-12-11 12:58:50 UTC) #31
commit-bot: I haz the power
5 years ago (2015-12-11 12:59:40 UTC) #33
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://skia.googlesource.com/skia/+/2eb1009b6e244dae6374dc009dc867a32f40236e

Powered by Google App Engine
This is Rietveld 408576698