Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: src/gpu/glsl/GrGLSLProgramBuilder.h

Issue 2086293006: Move GrPipelineBuilder out of gms & reduce use of GrPipelineBuilder.h (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: update to ToT Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/gpu/GrXferProcessor.cpp ('k') | tests/GLProgramsTest.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright 2015 Google Inc. 2 * Copyright 2015 Google Inc.
3 * 3 *
4 * Use of this source code is governed by a BSD-style license that can be 4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file. 5 * found in the LICENSE file.
6 */ 6 */
7 7
8 #ifndef GrGLSLProgramBuilder_DEFINED 8 #ifndef GrGLSLProgramBuilder_DEFINED
9 #define GrGLSLProgramBuilder_DEFINED 9 #define GrGLSLProgramBuilder_DEFINED
10 10
11 #include "GrGeometryProcessor.h" 11 #include "GrGeometryProcessor.h"
12 #include "GrGpu.h" 12 #include "GrGpu.h"
13 #include "glsl/GrGLSLFragmentProcessor.h"
13 #include "glsl/GrGLSLFragmentShaderBuilder.h" 14 #include "glsl/GrGLSLFragmentShaderBuilder.h"
14 #include "glsl/GrGLSLGeometryShaderBuilder.h" 15 #include "glsl/GrGLSLGeometryShaderBuilder.h"
15 #include "glsl/GrGLSLPrimitiveProcessor.h" 16 #include "glsl/GrGLSLPrimitiveProcessor.h"
16 #include "glsl/GrGLSLProgramDataManager.h" 17 #include "glsl/GrGLSLProgramDataManager.h"
17 #include "glsl/GrGLSLUniformHandler.h" 18 #include "glsl/GrGLSLUniformHandler.h"
18 #include "glsl/GrGLSLSampler.h" 19 #include "glsl/GrGLSLSampler.h"
19 #include "glsl/GrGLSLVertexShaderBuilder.h" 20 #include "glsl/GrGLSLVertexShaderBuilder.h"
20 #include "glsl/GrGLSLXferProcessor.h" 21 #include "glsl/GrGLSLXferProcessor.h"
21 22
22 class GrGLSLCaps; 23 class GrGLSLCaps;
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 #endif 168 #endif
168 169
169 GrGLSLPrimitiveProcessor::TransformsIn fCoordTransforms; 170 GrGLSLPrimitiveProcessor::TransformsIn fCoordTransforms;
170 GrGLSLPrimitiveProcessor::TransformsOut fOutCoords; 171 GrGLSLPrimitiveProcessor::TransformsOut fOutCoords;
171 int fNumVertexSamplers; 172 int fNumVertexSamplers;
172 int fNumGeometrySamplers; 173 int fNumGeometrySamplers;
173 int fNumFragmentSamplers; 174 int fNumFragmentSamplers;
174 }; 175 };
175 176
176 #endif 177 #endif
OLDNEW
« no previous file with comments | « src/gpu/GrXferProcessor.cpp ('k') | tests/GLProgramsTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698