removed textureProj() and legacy texture functions from sksl
authorEthan Nicholas <ethannicholas@google.com>
Mon, 28 Nov 2016 17:03:26 +0000 (12:03 -0500)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Mon, 28 Nov 2016 17:53:44 +0000 (17:53 +0000)
commit2b3dab62bccdbf6244aef9103e9e739147af8616
tree989120c1cd65a242045a07ff2e1b4f3b6c9ef521
parent343b6772b6cf4715ec1e1f7f604289c0c852a2a7
removed textureProj() and legacy texture functions from sksl

BUG=skia:

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

Change-Id: I21b111d54becaca845134376e54a5a7c0a6cd6c8
Reviewed-on: https://skia-review.googlesource.com/5120
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
src/gpu/gl/GrGLGpu.cpp
src/gpu/glsl/GrGLSL.h
src/gpu/glsl/GrGLSLShaderBuilder.cpp
src/sksl/README
src/sksl/SkSLContext.h
src/sksl/SkSLGLSLCodeGenerator.cpp
src/sksl/SkSLSPIRVCodeGenerator.cpp
src/sksl/SkSLSPIRVCodeGenerator.h
src/sksl/ir/SkSLType.h
src/sksl/sksl.include
tests/SkSLGLSLTest.cpp