added GrMSAAPathRenderer
authorethannicholas <ethannicholas@google.com>
Mon, 2 May 2016 19:16:49 +0000 (12:16 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 2 May 2016 19:16:49 +0000 (12:16 -0700)
commit6536ae590e3873694cb02cf25dab8001a71f269e
treef944fbf08bb46bf044c3e01fce22c270b3a3a45e
parent0265707c191a31dfde08dd1cd7011c1fe5b8e643
added GrMSAAPathRenderer
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1834133003

Committed: https://skia.googlesource.com/skia/+/47a2dc8e229e93e1bcf7405747320920da1ab742

Committed: https://skia.googlesource.com/skia/+/b0fabd4ed55abcb6f5ed2f331c96c783f42bd37c

Review-Url: https://codereview.chromium.org/1834133003
gyp/gpu.gypi
src/gpu/GrPathRendererChain.cpp
src/gpu/batches/GrDefaultPathRenderer.cpp
src/gpu/batches/GrDefaultPathRenderer.h
src/gpu/batches/GrMSAAPathRenderer.cpp [new file with mode: 0644]
src/gpu/batches/GrMSAAPathRenderer.h [new file with mode: 0644]
src/gpu/batches/GrPathStencilSettings.h [new file with mode: 0644]
src/gpu/gl/GrGLCaps.cpp