alpha threshold bitmap shader
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 6 Sep 2013 15:31:06 +0000 (15:31 +0000)
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 6 Sep 2013 15:31:06 +0000 (15:31 +0000)
commit91a798f121a2238639f8e2d08cc776d4f0236ceb
tree2eb3f173e69d21f3a39165f9b835643f8365e383
parent04c500fd756053e3fe8e278a253b5ad618742d50
alpha threshold bitmap shader

Committed: http://code.google.com/p/skia/source/detail?r=11122

R=reed@google.com

Author: bsalomon@google.com

Review URL: https://chromiumcodereview.appspot.com/23707019

git-svn-id: http://skia.googlecode.com/svn/trunk@11131 2bbb7eff-a529-9590-31e7-b0007b416f81
gm/bitmapalphathreshold.cpp [new file with mode: 0644]
gyp/effects.gypi
gyp/gmslides.gypi
include/core/SkShader.h
include/effects/SkBitmapAlphaThresholdShader.h [new file with mode: 0644]
include/gpu/GrEffect.h
include/gpu/GrTextureAccess.h
src/effects/SkBitmapAlphaThresholdShader.cpp [new file with mode: 0644]
src/gpu/SkGpuDevice.cpp
tests/GLProgramsTest.cpp