Remove DrawFace enum from GrPipelineBuilder
authorrobertphillips <robertphillips@google.com>
Thu, 21 Jul 2016 16:21:04 +0000 (09:21 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 21 Jul 2016 16:21:04 +0000 (09:21 -0700)
commit5fa7f30331585f78cf0f81ac185abbff1fee1152
treed7e66b1fc8927769571675b7f677d14284c6f264
parent0ae097d116f4332be02a135ffc99c162473dee6a
Remove DrawFace enum from GrPipelineBuilder

This gets GrPipelineBuilder.h out of the headers

GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2165283002

Committed: https://skia.googlesource.com/skia/+/da152ebb032c61bb2561bbb3e9a78037ad174d34
Review-Url: https://codereview.chromium.org/2165283002
23 files changed:
include/gpu/GrTypesPriv.h
src/gpu/GrDrawContext.cpp
src/gpu/GrDrawTarget.cpp
src/gpu/GrPathRenderer.h
src/gpu/GrPipeline.h
src/gpu/GrPipelineBuilder.cpp
src/gpu/GrPipelineBuilder.h
src/gpu/GrResourceProvider.cpp
src/gpu/GrSoftwarePathRenderer.cpp
src/gpu/batches/GrDashLinePathRenderer.cpp
src/gpu/batches/GrDefaultPathRenderer.cpp
src/gpu/batches/GrStencilAndCoverPathRenderer.cpp
src/gpu/batches/GrTessellatingPathRenderer.cpp
src/gpu/gl/GrGLGpu.cpp
src/gpu/gl/GrGLGpu.h
src/gpu/gl/GrGLPathRendering.cpp
src/gpu/instanced/InstancedRendering.cpp
src/gpu/text/GrAtlasTextBlob.cpp
src/gpu/text/GrBatchFontCache.h
src/gpu/text/GrStencilAndCoverTextContext.cpp
src/gpu/vk/GrVkPipeline.cpp
src/gpu/vk/GrVkPipelineState.cpp
tools/gpu/GrTest.cpp