aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar egdaniel <egdaniel@google.com>2015-11-13 09:55:43 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-11-13 09:55:43 -0800
commite659a581f63fdccb64dce2dc8a478cf56831feea (patch)
treeefef38bff117135e343b7b2b192af10b1f2262e3 /tools
parent60795d99fff8caedc2e82bebcfa8bd4fa07231b7 (diff)
Move GrGLPrimitive/GeometryProc to GLSL
Diffstat (limited to 'tools')
-rw-r--r--tools/BUILD.public.expected8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/BUILD.public.expected b/tools/BUILD.public.expected
index 460fc0f8cb..e5652939fe 100644
--- a/tools/BUILD.public.expected
+++ b/tools/BUILD.public.expected
@@ -1671,8 +1671,8 @@ SRCS = ['include/private/SkAtomics.h',
'src/gpu/gl/GrGLFragmentProcessor.h',
'src/gpu/gl/GrGLGLSL.cpp',
'src/gpu/gl/GrGLGLSL.h',
- 'src/gpu/gl/GrGLGeometryProcessor.cpp',
- 'src/gpu/gl/GrGLGeometryProcessor.h',
+ 'src/gpu/glsl/GrGLSLGeometryProcessor.cpp',
+ 'src/gpu/glsl/GrGLSLGeometryProcessor.h',
'src/gpu/gl/GrGLGpu.cpp',
'src/gpu/gl/GrGLGpu.h',
'src/gpu/gl/GrGLGpuProgramCache.cpp',
@@ -1690,8 +1690,8 @@ SRCS = ['include/private/SkAtomics.h',
'src/gpu/gl/GrGLPathRange.h',
'src/gpu/gl/GrGLPathRendering.cpp',
'src/gpu/gl/GrGLPathRendering.h',
- 'src/gpu/gl/GrGLPrimitiveProcessor.cpp',
- 'src/gpu/gl/GrGLPrimitiveProcessor.h',
+ 'src/gpu/glsl/GrGLSLPrimitiveProcessor.cpp',
+ 'src/gpu/glsl/GrGLSLPrimitiveProcessor.h',
'src/gpu/gl/GrGLProgram.cpp',
'src/gpu/gl/GrGLProgram.h',
'src/gpu/gl/GrGLProgramDataManager.cpp',