Reviewers: bsalomon,
Description:
First pass at moving the software path rendering into a
GrPathRenderer-derived class.
I currently left the software rendering path in GrContext.cpp but will
pull it into the GrSoftwarePathRenderer shell in a follow on delivery.
Please review this at
http://codereview.appspot.com/6125046/
Affected files:
M gyp/gpu.gyp
M src/gpu/GrAddPathRenderers_default.cpp
M src/gpu/GrContext.cpp
A src/gpu/GrSoftwarePathRenderer.cpp
A src/gpu/GrSoftwarePathRenderer.h