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

Issue 444433002: Initial ASTC decoder -- currently only supports 2D LDR decomrpession modes. (Closed)

Created:
6 years, 4 months ago by krajcevski
Modified:
6 years, 4 months ago
Reviewers:
robertphillips
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Project:
skia
Visibility:
Public.

Description

Initial ASTC decoder -- currently only supports 2D LDR decomrpession modes. Committed: https://skia.googlesource.com/skia/+/3c7edda88e275bcdaeb5d3afd0428a21f1635d13

Patch Set 1 #

Total comments: 124

Patch Set 2 : Code review comments #

Patch Set 3 : Fix bugs from refactoring #

Patch Set 4 : Change wording on comments #

Total comments: 32

Patch Set 5 : Code review comments #

Patch Set 6 : Fix compiler errors #

Patch Set 7 : Use ifdef instead of if #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1757 lines, -1 line) Patch
M src/utils/SkTextureCompressor_ASTC.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/utils/SkTextureCompressor_ASTC.cpp View 1 2 3 4 5 6 3 chunks +1754 lines, -1 line 0 comments Download

Messages

Total messages: 21 (0 generated)
krajcevski
Sorry
6 years, 4 months ago (2014-08-04 21:57:48 UTC) #1
robertphillips
https://codereview.chromium.org/444433002/diff/1/src/utils/SkTextureCompressor_ASTC.cpp File src/utils/SkTextureCompressor_ASTC.cpp (right): https://codereview.chromium.org/444433002/diff/1/src/utils/SkTextureCompressor_ASTC.cpp#newcode275 src/utils/SkTextureCompressor_ASTC.cpp:275: // to efficiently operate on the block using bitwise ...
6 years, 4 months ago (2014-08-05 15:29:04 UTC) #2
robertphillips
Next batch https://codereview.chromium.org/444433002/diff/1/src/utils/SkTextureCompressor_ASTC.cpp File src/utils/SkTextureCompressor_ASTC.cpp (right): https://codereview.chromium.org/444433002/diff/1/src/utils/SkTextureCompressor_ASTC.cpp#newcode654 src/utils/SkTextureCompressor_ASTC.cpp:654: // by unquantizing both colors (Table C.2.16) ...
6 years, 4 months ago (2014-08-05 17:30:01 UTC) #3
robertphillips
Last set https://codereview.chromium.org/444433002/diff/1/src/utils/SkTextureCompressor_ASTC.cpp File src/utils/SkTextureCompressor_ASTC.cpp (right): https://codereview.chromium.org/444433002/diff/1/src/utils/SkTextureCompressor_ASTC.cpp#newcode1444 src/utils/SkTextureCompressor_ASTC.cpp:1444: // Do weight infill... Is there a ...
6 years, 4 months ago (2014-08-05 20:37:54 UTC) #4
krajcevski
https://codereview.chromium.org/444433002/diff/1/src/utils/SkTextureCompressor_ASTC.cpp File src/utils/SkTextureCompressor_ASTC.cpp (right): https://codereview.chromium.org/444433002/diff/1/src/utils/SkTextureCompressor_ASTC.cpp#newcode275 src/utils/SkTextureCompressor_ASTC.cpp:275: // to efficiently operate on the block using bitwise ...
6 years, 4 months ago (2014-08-05 20:55:09 UTC) #5
robertphillips
https://codereview.chromium.org/444433002/diff/1/src/utils/SkTextureCompressor_ASTC.cpp File src/utils/SkTextureCompressor_ASTC.cpp (right): https://codereview.chromium.org/444433002/diff/1/src/utils/SkTextureCompressor_ASTC.cpp#newcode1460 src/utils/SkTextureCompressor_ASTC.cpp:1460: // Returns the partition for the texel located at ...
6 years, 4 months ago (2014-08-06 12:31:53 UTC) #6
krajcevski
https://codereview.chromium.org/444433002/diff/1/src/utils/SkTextureCompressor_ASTC.cpp File src/utils/SkTextureCompressor_ASTC.cpp (right): https://codereview.chromium.org/444433002/diff/1/src/utils/SkTextureCompressor_ASTC.cpp#newcode1460 src/utils/SkTextureCompressor_ASTC.cpp:1460: // Returns the partition for the texel located at ...
6 years, 4 months ago (2014-08-06 14:15:57 UTC) #7
robertphillips
lgtm modulo the 0 -> 0xff change. https://codereview.chromium.org/444433002/diff/60001/src/utils/SkTextureCompressor_ASTC.cpp File src/utils/SkTextureCompressor_ASTC.cpp (right): https://codereview.chromium.org/444433002/diff/60001/src/utils/SkTextureCompressor_ASTC.cpp#newcode272 src/utils/SkTextureCompressor_ASTC.cpp:272: // Enable ...
6 years, 4 months ago (2014-08-06 17:24:21 UTC) #8
krajcevski
https://codereview.chromium.org/444433002/diff/60001/src/utils/SkTextureCompressor_ASTC.cpp File src/utils/SkTextureCompressor_ASTC.cpp (right): https://codereview.chromium.org/444433002/diff/60001/src/utils/SkTextureCompressor_ASTC.cpp#newcode272 src/utils/SkTextureCompressor_ASTC.cpp:272: On 2014/08/06 17:24:21, robertphillips wrote: > // Enable this ...
6 years, 4 months ago (2014-08-06 18:14:30 UTC) #9
krajcevski
The CQ bit was checked by krajcevski@google.com
6 years, 4 months ago (2014-08-06 18:14:34 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/krajcevski@google.com/444433002/80001
6 years, 4 months ago (2014-08-06 18:14:45 UTC) #11
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: Build-Win-VS2013-x86-Debug-Trybot on tryserver.skia ...
6 years, 4 months ago (2014-08-06 18:27:32 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-06 18:33:40 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: Build-Win-VS2013-x86-Debug-Trybot on tryserver.skia (http://108.170.220.76:10117/builders/Build-Win-VS2013-x86-Debug-Trybot/builds/1150)
6 years, 4 months ago (2014-08-06 18:33:41 UTC) #14
krajcevski
The CQ bit was checked by krajcevski@google.com
6 years, 4 months ago (2014-08-06 18:55:10 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/krajcevski@google.com/444433002/100001
6 years, 4 months ago (2014-08-06 18:55:59 UTC) #16
commit-bot: I haz the power
Change committed as 1840dcd2f1368279df907988a9b584ffd500de4c
6 years, 4 months ago (2014-08-06 19:02:57 UTC) #17
krajcevski
A revert of this CL has been created in https://codereview.chromium.org/444103002/ by krajcevski@google.com. The reason for ...
6 years, 4 months ago (2014-08-06 19:34:49 UTC) #18
krajcevski
The CQ bit was checked by krajcevski@google.com
6 years, 4 months ago (2014-08-06 19:39:55 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/krajcevski@google.com/444433002/120001
6 years, 4 months ago (2014-08-06 19:40:26 UTC) #20
commit-bot: I haz the power
6 years, 4 months ago (2014-08-06 19:48:03 UTC) #21
Message was sent while issue was closed.
Change committed as 3c7edda88e275bcdaeb5d3afd0428a21f1635d13

Powered by Google App Engine
This is Rietveld 408576698