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

Issue 1014783003: add kGray_8_SkColorType (Closed)

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

Description

add kGray_8_SkColorType BUG=skia:

Patch Set 1 #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : add real gms #

Total comments: 2

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+241 lines, -22 lines) Patch
M gm/filterbitmap.cpp View 1 2 4 chunks +32 lines, -17 lines 0 comments Download
M gm/testimagefilters.cpp View 1 2 2 chunks +25 lines, -0 lines 0 comments Download
M include/core/SkImageInfo.h View 2 chunks +3 lines, -1 line 0 comments Download
M src/core/SkBitmap.cpp View 5 chunks +30 lines, -0 lines 0 comments Download
M src/core/SkBitmapProcState.cpp View 4 chunks +18 lines, -2 lines 0 comments Download
M src/core/SkBitmapProcState_procs.h View 1 2 3 1 chunk +19 lines, -0 lines 0 comments Download
M src/core/SkConfig8888.cpp View 1 2 3 3 chunks +51 lines, -0 lines 0 comments Download
M src/core/SkImageInfo.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M src/core/SkMipMap.cpp View 2 chunks +38 lines, -0 lines 0 comments Download
M src/gpu/SkGr.cpp View 1 chunk +2 lines, -0 lines 0 comments Download
M src/pdf/SkPDFImage.cpp View 1 4 chunks +22 lines, -2 lines 0 comments Download

Messages

Total messages: 20 (8 generated)
reed1
will replace hacked gm with a real one
5 years, 9 months ago (2015-03-17 13:16:19 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1014783003/1
5 years, 9 months ago (2015-03-17 13:16:35 UTC) #4
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
5 years, 9 months ago (2015-03-17 13:16:36 UTC) #5
robertphillips
lgtm + stuff https://codereview.chromium.org/1014783003/diff/20001/src/core/SkBitmap.cpp File src/core/SkBitmap.cpp (right): https://codereview.chromium.org/1014783003/diff/20001/src/core/SkBitmap.cpp#newcode852 src/core/SkBitmap.cpp:852: switch (srcCT) { Surely we can ...
5 years, 9 months ago (2015-03-17 17:33:00 UTC) #7
robertphillips
-- modulo the GM changes
5 years, 9 months ago (2015-03-17 17:33:15 UTC) #8
reed1
https://codereview.chromium.org/1014783003/diff/20001/src/core/SkBitmap.cpp File src/core/SkBitmap.cpp (right): https://codereview.chromium.org/1014783003/diff/20001/src/core/SkBitmap.cpp#newcode852 src/core/SkBitmap.cpp:852: switch (srcCT) { On 2015/03/17 17:33:00, robertphillips wrote: > ...
5 years, 9 months ago (2015-03-17 19:40:45 UTC) #9
reed1
leon, does this look reasonable to add to jpeg (at least) -- allowing libjpeg to ...
5 years, 9 months ago (2015-03-17 20:42:18 UTC) #11
scroggo
On 2015/03/17 20:42:18, reed1 wrote: > leon, does this look reasonable to add to jpeg ...
5 years, 9 months ago (2015-03-17 20:54:32 UTC) #12
reed2
alpha+luminance might be useful too in the future. https://codereview.chromium.org/1014783003/diff/40001/src/pdf/SkPDFImage.cpp File src/pdf/SkPDFImage.cpp (right): https://codereview.chromium.org/1014783003/diff/40001/src/pdf/SkPDFImage.cpp#newcode130 src/pdf/SkPDFImage.cpp:130: static ...
5 years, 9 months ago (2015-03-17 21:54:56 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1014783003/60001
5 years, 9 months ago (2015-03-17 21:55:14 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: Test-Ubuntu13.10-GCE-NoGPU-x86_64-Release-Shared-Trybot on client.skia (JOB_FAILED, http://build.chromium.org/p/client.skia/builders/Test-Ubuntu13.10-GCE-NoGPU-x86_64-Release-Shared-Trybot/builds/2601)
5 years, 9 months ago (2015-03-17 22:00:45 UTC) #19
reed2
5 years, 9 months ago (2015-03-17 22:06:30 UTC) #20
need to update get_uncompressed_size() in SkPDFImage.cpp.

Powered by Google App Engine
This is Rietveld 408576698