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

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

Issue 1535603006: Move some program building utils from GL to GLSL (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix build Created 4 years, 11 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/gl/builders/GrGLProgramBuilder.cpp ('k') | src/gpu/glsl/GrGLSLFragmentShaderBuilder.h » ('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 2012 Google Inc. 2 * Copyright 2012 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 8
9 #ifndef GrGLSLCaps_DEFINED 9 #ifndef GrGLSLCaps_DEFINED
10 #define GrGLSLCaps_DEFINED 10 #define GrGLSLCaps_DEFINED
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 151
152 const char* fFBFetchColorName; 152 const char* fFBFetchColorName;
153 const char* fFBFetchExtensionString; 153 const char* fFBFetchExtensionString;
154 154
155 AdvBlendEqInteraction fAdvBlendEqInteraction; 155 AdvBlendEqInteraction fAdvBlendEqInteraction;
156 156
157 GrSwizzle fConfigTextureSwizzle[kGrPixelConfigCnt]; 157 GrSwizzle fConfigTextureSwizzle[kGrPixelConfigCnt];
158 GrSwizzle fConfigOutputSwizzle[kGrPixelConfigCnt]; 158 GrSwizzle fConfigOutputSwizzle[kGrPixelConfigCnt];
159 159
160 friend class GrGLCaps; // For initialization. 160 friend class GrGLCaps; // For initialization.
161 friend class GrVkCaps;
161 162
162 typedef GrShaderCaps INHERITED; 163 typedef GrShaderCaps INHERITED;
163 }; 164 };
164 165
165 #endif 166 #endif
OLDNEW
« no previous file with comments | « src/gpu/gl/builders/GrGLProgramBuilder.cpp ('k') | src/gpu/glsl/GrGLSLFragmentShaderBuilder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698