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

Issue 1831353002: Add mipmap procs for F16 format. (Closed)

Created:
4 years, 9 months ago by Brian Osman
Modified:
4 years, 8 months ago
Reviewers:
herb_g, mtklein, f(malita), reed1
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Switch to divide rather than shift... Still broken #

Patch Set 3 : Fix floating point math via helper utilities #

Total comments: 7

Patch Set 4 : Address Mike's feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -9 lines) Patch
M src/core/SkMipMap.cpp View 1 2 3 11 chunks +49 lines, -9 lines 0 comments Download

Messages

Total messages: 20 (7 generated)
Brian Osman
I started writing these the other day while working on mip-maps. Are people interested in ...
4 years, 8 months ago (2016-04-05 19:49:05 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1831353002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1831353002/40001
4 years, 8 months ago (2016-04-05 20:08:26 UTC) #5
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-05 20:23:17 UTC) #7
f(malita)
https://codereview.chromium.org/1831353002/diff/40001/src/core/SkMipMap.cpp File src/core/SkMipMap.cpp (right): https://codereview.chromium.org/1831353002/diff/40001/src/core/SkMipMap.cpp#newcode88 src/core/SkMipMap.cpp:88: template <typename T> T shift_right_or_divide(const T& x, int bits) ...
4 years, 8 months ago (2016-04-05 20:42:00 UTC) #9
mtklein
https://codereview.chromium.org/1831353002/diff/40001/src/core/SkMipMap.cpp File src/core/SkMipMap.cpp (right): https://codereview.chromium.org/1831353002/diff/40001/src/core/SkMipMap.cpp#newcode88 src/core/SkMipMap.cpp:88: template <typename T> T shift_right_or_divide(const T& x, int bits) ...
4 years, 8 months ago (2016-04-05 20:58:37 UTC) #10
mtklein
https://codereview.chromium.org/1831353002/diff/40001/src/core/SkMipMap.cpp File src/core/SkMipMap.cpp (right): https://codereview.chromium.org/1831353002/diff/40001/src/core/SkMipMap.cpp#newcode75 src/core/SkMipMap.cpp:75: typedef SkHalf Type; Are you sure this code works ...
4 years, 8 months ago (2016-04-05 21:05:15 UTC) #11
f(malita)
https://codereview.chromium.org/1831353002/diff/40001/src/core/SkMipMap.cpp File src/core/SkMipMap.cpp (right): https://codereview.chromium.org/1831353002/diff/40001/src/core/SkMipMap.cpp#newcode88 src/core/SkMipMap.cpp:88: template <typename T> T shift_right_or_divide(const T& x, int bits) ...
4 years, 8 months ago (2016-04-05 21:18:08 UTC) #12
Brian Osman
On 2016/04/05 21:18:08, f(malita) wrote: > https://codereview.chromium.org/1831353002/diff/40001/src/core/SkMipMap.cpp > File src/core/SkMipMap.cpp (right): > > https://codereview.chromium.org/1831353002/diff/40001/src/core/SkMipMap.cpp#newcode88 > ...
4 years, 8 months ago (2016-04-05 21:19:26 UTC) #13
Brian Osman
New version to address Mike's feedback. Good catch on the incorrect size/type - I think ...
4 years, 8 months ago (2016-04-05 21:35:19 UTC) #14
mtklein
lgtm
4 years, 8 months ago (2016-04-05 22:47:27 UTC) #15
reed1
lgtm
4 years, 8 months ago (2016-04-06 10:12:59 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1831353002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1831353002/60001
4 years, 8 months ago (2016-04-06 13:45:00 UTC) #18
commit-bot: I haz the power
4 years, 8 months ago (2016-04-06 14:32:13 UTC) #20
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://skia.googlesource.com/skia/+/1817d282cda17cb8c2db0ac6fdc937743c026016

Powered by Google App Engine
This is Rietveld 408576698