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

Side by Side Diff: HASHTAGS

Issue 1032243002: SkPMFloat::trunc() (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: remove isValid assert in _none trunc() Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | bench/PMFloatBench.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file is used by the post upload hook in the PRESUBMIT file to 1 # This file is used by the post upload hook in the PRESUBMIT file to
2 # automatically change a CL's description based on the specified hashtags. 2 # automatically change a CL's description based on the specified hashtags.
3 # Please see skia:3586 for more details. 3 # Please see skia:3586 for more details.
4 # 4 #
5 # The format of this file is: 5 # The format of this file is:
6 # hashtag_name,mapped_text 6 # hashtag_name,mapped_text
7 # 7 #
8 # Here are some examples: 8 # Here are some examples:
9 # * "projectxyz, BUG=skia:123" would convert "#projectxyz" into "BUG=skia:123". 9 # * "projectxyz, BUG=skia:123" would convert "#projectxyz" into "BUG=skia:123".
10 # * "notry, NOTRY=true" would convert "#notry" into "NOTRY=true". 10 # * "notry, NOTRY=true" would convert "#notry" into "NOTRY=true".
11 11
12 dummyproject,BUG=skia:2139,BUG=skia:2812 12 dummyproject,BUG=skia:2139,BUG=skia:2812
13 notry,NOTRY=true 13 notry,NOTRY=true
14 nocommit,COMMIT=false 14 nocommit,COMMIT=false
15 15
16 floats,BUG=skia:3592 16 floats,BUG=skia:3592
17 neon,#n5,#n9
18 n5,CQ_INCLUDE_TRYBOTS=client.skia.android:Test-Android-Nexus5-Adreno330-Arm7-Deb ug-Trybot
17 n7,CQ_INCLUDE_TRYBOTS=client.skia.android:Test-Android-Nexus7-Tegra3-Arm7-Debug- Trybot 19 n7,CQ_INCLUDE_TRYBOTS=client.skia.android:Test-Android-Nexus7-Tegra3-Arm7-Debug- Trybot
18 n9,CQ_INCLUDE_TRYBOTS=client.skia.android:Test-Android-Nexus9-TegraK1-Arm64-Rele ase-Trybot 20 n9,CQ_INCLUDE_TRYBOTS=client.skia.android:Test-Android-Nexus9-TegraK1-Arm64-Rele ase-Trybot
19 21
OLDNEW
« no previous file with comments | « no previous file | bench/PMFloatBench.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698