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

Side by Side Diff: src/gpu/gl/GrGLProgram.h

Issue 2318523006: Merge GrGLSLProgramDesc into GrProgramDesc (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: update comments Created 4 years, 3 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/GrGLGpuProgramCache.cpp ('k') | src/gpu/gl/builders/GrGLProgramBuilder.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 2011 Google Inc. 2 * Copyright 2011 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 GrGLProgram_DEFINED 9 #ifndef GrGLProgram_DEFINED
10 #define GrGLProgram_DEFINED 10 #define GrGLProgram_DEFINED
11 11
12 #include "GrGLContext.h" 12 #include "GrGLContext.h"
13 #include "GrProgramDesc.h"
13 #include "GrGLTexture.h" 14 #include "GrGLTexture.h"
14 #include "GrGLProgramDataManager.h" 15 #include "GrGLProgramDataManager.h"
15 #include "glsl/GrGLSLProgramDataManager.h" 16 #include "glsl/GrGLSLProgramDataManager.h"
16 #include "glsl/GrGLSLProgramDesc.h"
17 #include "glsl/GrGLSLUniformHandler.h" 17 #include "glsl/GrGLSLUniformHandler.h"
18 18
19 #include "SkString.h" 19 #include "SkString.h"
20 #include "SkXfermode.h" 20 #include "SkXfermode.h"
21 21
22 #include "builders/GrGLProgramBuilder.h" 22 #include "builders/GrGLProgramBuilder.h"
23 23
24 class GrGLInstalledProcessors; 24 class GrGLInstalledProcessors;
25 class GrGLProgramBuilder; 25 class GrGLProgramBuilder;
26 class GrPipeline; 26 class GrPipeline;
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 GrProgramDesc fDesc; 144 GrProgramDesc fDesc;
145 GrGLGpu* fGpu; 145 GrGLGpu* fGpu;
146 GrGLProgramDataManager fProgramDataManager; 146 GrGLProgramDataManager fProgramDataManager;
147 147
148 friend class GrGLProgramBuilder; 148 friend class GrGLProgramBuilder;
149 149
150 typedef SkRefCnt INHERITED; 150 typedef SkRefCnt INHERITED;
151 }; 151 };
152 152
153 #endif 153 #endif
OLDNEW
« no previous file with comments | « src/gpu/gl/GrGLGpuProgramCache.cpp ('k') | src/gpu/gl/builders/GrGLProgramBuilder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698