Split GrContext's AA Rect drawing methods into helper class
authorrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 12 Jun 2012 00:32:28 +0000 (00:32 +0000)
committerrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 12 Jun 2012 00:32:28 +0000 (00:32 +0000)
commitf6747b0b90b3a270ec7b7bdfdc211cf5c19f28c2
tree3120070c525c0732622cda350b26904d24c08eed
parent7886ad3de1aa523d5c71f1fa9f355dfcb2412d1d
Split GrContext's AA Rect drawing methods into helper class

http://codereview.appspot.com/6300070/

git-svn-id: http://skia.googlecode.com/svn/trunk@4233 2bbb7eff-a529-9590-31e7-b0007b416f81
gm/gmmain.cpp
gyp/gpu.gyp
include/core/SkInstCnt.h
include/gpu/GrAARectRenderer.h [new file with mode: 0644]
include/gpu/GrContext.h
src/gpu/GrAARectRenderer.cpp [new file with mode: 0644]
src/gpu/GrContext.cpp