add support for high quality image filtering on the GPU
authorhumper@google.com <humper@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 4 Sep 2013 19:23:53 +0000 (19:23 +0000)
committerhumper@google.com <humper@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 4 Sep 2013 19:23:53 +0000 (19:23 +0000)
commit3aad3b01afc77993ff051c02e49186294e312980
tree2ea966765798c8e402b0cef6ec2399ba12ed0f37
parentf0595b39a97a1c53e47e179a8ee4fa35d9f00fa0
add support for high quality image filtering on the GPU

R=bsalomon@google.com, reed@google.com

Review URL: https://codereview.chromium.org/23779003

git-svn-id: http://skia.googlecode.com/svn/trunk@11087 2bbb7eff-a529-9590-31e7-b0007b416f81
gm/tilemodes_scaled.cpp [new file with mode: 0644]
gyp/effects.gyp
gyp/gmslides.gypi
gyp/gpu.gypi
include/core/SkError.h
src/core/SkBitmapProcShader.cpp
src/effects/SkBicubicImageFilter.cpp
src/gpu/effects/GrBicubicEffect.cpp [new file with mode: 0644]
src/gpu/effects/GrBicubicEffect.h [new file with mode: 0644]