Add per-vertex coverage field, use in AA rects when alpha tweak is not valid, add...
authorbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 10 Oct 2011 14:08:47 +0000 (14:08 +0000)
committerbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 10 Oct 2011 14:08:47 +0000 (14:08 +0000)
commita31082685544d0ae4c0b203d7f5ff960640ed8df
treea7d44dbf5cb6cd0caf5c7e124f650063a8c0df0f
parentf12449b5d2867ca653aa53ac58fc1148e7f0b636
Add per-vertex coverage field, use in AA rects when alpha tweak is not valid, add relevant sample/gm

Review URL: http://codereview.appspot.com/5181044/

git-svn-id: http://skia.googlecode.com/svn/trunk@2440 2bbb7eff-a529-9590-31e7-b0007b416f81
12 files changed:
gm/aarectmodes.cpp [new file with mode: 0644]
gpu/include/GrContext.h
gpu/src/GrContext.cpp
gpu/src/GrDrawTarget.cpp
gpu/src/GrDrawTarget.h
gpu/src/GrGLProgram.cpp
gpu/src/GrGLProgram.h
gpu/src/GrGpuGLFixed.cpp
gpu/src/GrGpuGLShaders.cpp
gyp/SampleApp.gyp
gyp/gm.gyp
samplecode/SampleAARectModes.cpp [new file with mode: 0644]