Revert of added support for PLS path rendering (patchset #16 id:360001 of https:...
authorethannicholas <ethannicholas@google.com>
Fri, 22 Jan 2016 17:45:47 +0000 (09:45 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 22 Jan 2016 17:45:47 +0000 (09:45 -0800)
commit5366a09ed07e886dd5fd1b94828241c53df3726d
tree357aa47df476047ac6f5c37608344de2aa783c19
parent1c2729c8bbb19ec60a0148e143ae6516faf452d6
Revert of added support for PLS path rendering (patchset #16 id:360001 of https://codereview.chromium.org/1541903002/ )

Reason for revert:
ASAN failure at src/gpu/GrXferProcessor.cpp:224

Original issue's description:
> added support for PLS path rendering
>
> BUG=skia:3555
> GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1541903002
>
> Committed: https://skia.googlesource.com/skia/+/7df3f5e127f8016d17b637cc48a6a4718f1a6822

TBR=bsalomon@google.com,egdaniel@google.com,joshualitt@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=skia:3555
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1626553002

Review URL: https://codereview.chromium.org/1626553002
44 files changed:
gyp/gpu.gypi
include/gpu/GrCaps.h
include/gpu/GrConfig.h
include/gpu/GrShaderVar.h
include/gpu/GrTypesPriv.h
include/gpu/GrXferProcessor.h
include/gpu/effects/GrCoverageSetOpXP.h
include/gpu/effects/GrPorterDuffXferProcessor.h
src/effects/SkArithmeticMode_gpu.h
src/gpu/GrDrawTarget.cpp
src/gpu/GrGeometryProcessor.h
src/gpu/GrGpu.cpp
src/gpu/GrGpu.h
src/gpu/GrPLSGeometryProcessor.h [deleted file]
src/gpu/GrPathProcessor.cpp
src/gpu/GrPathProcessor.h
src/gpu/GrPathRendererChain.cpp
src/gpu/GrPrimitiveProcessor.h
src/gpu/GrXferProcessor.cpp
src/gpu/batches/GrAAHairLinePathRenderer.cpp
src/gpu/batches/GrAtlasTextBatch.cpp
src/gpu/batches/GrPLSPathRenderer.cpp [deleted file]
src/gpu/batches/GrPLSPathRenderer.h [deleted file]
src/gpu/effects/GrCoverageSetOpXP.cpp
src/gpu/effects/GrCustomXfermode.cpp
src/gpu/effects/GrDisableColorXP.cpp
src/gpu/effects/GrDisableColorXP.h
src/gpu/effects/GrPorterDuffXferProcessor.cpp
src/gpu/gl/GrGLCaps.cpp
src/gpu/gl/GrGLDefines.h
src/gpu/gl/GrGLGpu.cpp
src/gpu/gl/GrGLGpu.h
src/gpu/gl/GrGLProgram.cpp
src/gpu/gl/GrGLUniformHandler.cpp
src/gpu/gl/GrGLVertexArray.h
src/gpu/glsl/GrGLSL.h
src/gpu/glsl/GrGLSLFragmentShaderBuilder.cpp
src/gpu/glsl/GrGLSLFragmentShaderBuilder.h
src/gpu/glsl/GrGLSLPLSPathRendering.h [deleted file]
src/gpu/glsl/GrGLSLProgramBuilder.cpp
src/gpu/glsl/GrGLSLProgramBuilder.h
src/gpu/glsl/GrGLSLShaderVar.h
src/gpu/glsl/GrGLSLXferProcessor.h
tests/GrPorterDuffTest.cpp