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

Issue 403383003: Refactor texture compressors into separate files (Closed)

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

Description

Refactor texture compressors into separate files Committed: https://skia.googlesource.com/skia/+/6c354881b63935626a0700366937530d38b8b1e8

Patch Set 1 #

Total comments: 8

Patch Set 2 : Code review comments #

Patch Set 3 : Remove offending assert #

Patch Set 4 : Handle improper dimensions #

Unified diffs Side-by-side diffs Delta from patch set Stats (+620 lines, -1609 lines) Patch
M gyp/utils.gypi View 1 chunk +4 lines, -0 lines 0 comments Download
M src/utils/SkTextureCompressor.h View 1 2 chunks +12 lines, -162 lines 0 comments Download
M src/utils/SkTextureCompressor.cpp View 1 2 3 5 chunks +31 lines, -1042 lines 0 comments Download
A src/utils/SkTextureCompressor_LATC.h View 1 chunk +21 lines, -0 lines 0 comments Download
A src/utils/SkTextureCompressor_LATC.cpp View 1 2 1 chunk +294 lines, -0 lines 0 comments Download
A src/utils/SkTextureCompressor_R11EAC.h View 1 chunk +21 lines, -0 lines 0 comments Download
A + src/utils/SkTextureCompressor_R11EAC.cpp View 1 12 chunks +237 lines, -405 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
krajcevski
6 years, 5 months ago (2014-07-21 21:46:11 UTC) #1
robertphillips
lgtm + nits https://codereview.chromium.org/403383003/diff/1/src/utils/SkTextureCompressor.cpp File src/utils/SkTextureCompressor.cpp (right): https://codereview.chromium.org/403383003/diff/1/src/utils/SkTextureCompressor.cpp#newcode104 src/utils/SkTextureCompressor.cpp:104: switch(format) { default at bottom ? ...
6 years, 5 months ago (2014-07-21 21:56:57 UTC) #2
krajcevski
The CQ bit was checked by krajcevski@google.com
6 years, 5 months ago (2014-07-21 22:02:16 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/krajcevski@google.com/403383003/20001
6 years, 5 months ago (2014-07-21 22:02:47 UTC) #4
krajcevski
https://codereview.chromium.org/403383003/diff/1/src/utils/SkTextureCompressor.cpp File src/utils/SkTextureCompressor.cpp (right): https://codereview.chromium.org/403383003/diff/1/src/utils/SkTextureCompressor.cpp#newcode104 src/utils/SkTextureCompressor.cpp:104: switch(format) { On 2014/07/21 21:56:57, robertphillips wrote: > default ...
6 years, 5 months ago (2014-07-21 22:03:55 UTC) #5
krajcevski
The CQ bit was checked by krajcevski@google.com
6 years, 5 months ago (2014-07-21 22:08:28 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/krajcevski@google.com/403383003/40001
6 years, 5 months ago (2014-07-21 22:08:33 UTC) #7
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: Test-Ubuntu13.10-ShuttleA-NoGPU-x86_64-Debug-Trybot on tryserver.skia ...
6 years, 5 months ago (2014-07-21 22:18:54 UTC) #8
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-21 22:28:51 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: Test-Ubuntu13.10-ShuttleA-NoGPU-x86_64-Debug-Trybot on tryserver.skia (http://108.170.220.120:10117/builders/Test-Ubuntu13.10-ShuttleA-NoGPU-x86_64-Debug-Trybot/builds/829)
6 years, 5 months ago (2014-07-21 22:28:52 UTC) #10
krajcevski
The CQ bit was checked by krajcevski@google.com
6 years, 5 months ago (2014-07-22 14:33:09 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/krajcevski@google.com/403383003/50001
6 years, 5 months ago (2014-07-22 14:33:24 UTC) #12
commit-bot: I haz the power
6 years, 5 months ago (2014-07-22 14:44:15 UTC) #13
Message was sent while issue was closed.
Change committed as 6c354881b63935626a0700366937530d38b8b1e8

Powered by Google App Engine
This is Rietveld 408576698