Opt state takes a GP instead of a GeometryStage
authorjoshualitt <joshualitt@chromium.org>
Sat, 11 Oct 2014 00:47:00 +0000 (17:47 -0700)
committerCommit bot <commit-bot@chromium.org>
Sat, 11 Oct 2014 00:47:00 +0000 (17:47 -0700)
commita5305a110ab5201d5dadd40cbe711582d5ac4996
tree239878bf237402e4fb7d88081d4f1289c5824d2e
parentba5fb932a1b5666a861043735cfb055cc1b600c7
Opt state takes a GP instead of a GeometryStage

BUG=skia:

Committed: https://skia.googlesource.com/skia/+/71856d520461ae025a0332aa0ce9735a096d9baf

Review URL: https://codereview.chromium.org/637003003
26 files changed:
include/gpu/GrProcessor.h
include/gpu/GrProcessorStage.h
src/effects/gradients/SkGradientShaderPriv.h
src/gpu/GrDrawState.cpp
src/gpu/GrDrawState.h
src/gpu/GrDrawTarget.cpp
src/gpu/GrOptDrawState.cpp
src/gpu/GrOptDrawState.h
src/gpu/GrProcessor.cpp
src/gpu/effects/GrConfigConversionEffect.h
src/gpu/gl/GrGLGeometryProcessor.h
src/gpu/gl/GrGLProcessor.h
src/gpu/gl/GrGLProgram.cpp
src/gpu/gl/GrGLProgram.h
src/gpu/gl/GrGLProgramDesc.cpp
src/gpu/gl/GrGLProgramDesc.h
src/gpu/gl/GrGpuGL.h
src/gpu/gl/GrGpuGL_program.cpp
src/gpu/gl/builders/GrGLLegacyNvprProgramBuilder.cpp
src/gpu/gl/builders/GrGLLegacyNvprProgramBuilder.h
src/gpu/gl/builders/GrGLNvprProgramBuilder.cpp
src/gpu/gl/builders/GrGLNvprProgramBuilder.h
src/gpu/gl/builders/GrGLProgramBuilder.cpp
src/gpu/gl/builders/GrGLProgramBuilder.h
src/gpu/gl/builders/GrGLVertexShaderBuilder.h
tests/GLProgramsTest.cpp