aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/mipmap.cpp
diff options
context:
space:
mode:
authorGravatar Brian Osman <brianosman@google.com>2017-03-20 13:11:36 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-03-20 17:50:51 +0000
commit628999dd99a10a737470c5c89c44ae28b6a764bf (patch)
treef749cc041859f5702d32a61b60dce1bfca91dac2 /gm/mipmap.cpp
parentf9bd468325fbce7a9eb5b1ce28537f628c4f8535 (diff)
Gray8 is supported on GPU, remove incorrect comments & check
BUG=skia: Change-Id: I3e5cb94b1e903d1b6ebbc36675d1c4082aef6841 Reviewed-on: https://skia-review.googlesource.com/9899 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Brian Osman <brianosman@google.com>
Diffstat (limited to 'gm/mipmap.cpp')
-rw-r--r--gm/mipmap.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/gm/mipmap.cpp b/gm/mipmap.cpp
index f7bd715016..19aff9d83b 100644
--- a/gm/mipmap.cpp
+++ b/gm/mipmap.cpp
@@ -135,8 +135,6 @@ static void show_mips_only(SkCanvas* canvas, SkImage* img) {
*
* Ensure that in S32 drawing mode, all images/mips look the same, and look correct (i.e.
* the mip levels match the original in brightness).
- *
- * This test also verifies handling of Gray_8 data in Ganesh, which is not done natively.
*/
DEF_SIMPLE_GM(mipmap_gray8_srgb, canvas, 260, 230) {
sk_sp<SkImage> limg = make_g8_gradient(nullptr);