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

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

Issue 1202293002: Move GLSL-specific routines/classes to separate glsl directory (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Rename GrGLGLSL.{cpp,h} Created 5 years, 6 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/GrGLGpu.cpp ('k') | src/gpu/gl/GrGLProgram.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 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 "builders/GrGLProgramBuilder.h" 12 #include "builders/GrGLProgramBuilder.h"
13 #include "GrGLContext.h" 13 #include "GrGLContext.h"
14 #include "GrGLProgramDesc.h" 14 #include "GrGLProgramDesc.h"
15 #include "GrGLSL.h"
16 #include "GrGLTexture.h" 15 #include "GrGLTexture.h"
17 #include "GrGLProgramDataManager.h" 16 #include "GrGLProgramDataManager.h"
18 17
19 #include "SkString.h" 18 #include "SkString.h"
20 #include "SkXfermode.h" 19 #include "SkXfermode.h"
21 20
22 class GrGLProcessor; 21 class GrGLProcessor;
23 class GrGLInstalledProcessors; 22 class GrGLInstalledProcessors;
24 class GrGLProgramBuilder; 23 class GrGLProgramBuilder;
25 class GrPipeline; 24 class GrPipeline;
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 int index, 178 int index,
180 GrGLInstalledFragProc*) override; 179 GrGLInstalledFragProc*) override;
181 virtual void onSetRenderTargetState(const GrPrimitiveProcessor&, const GrPip eline&); 180 virtual void onSetRenderTargetState(const GrPrimitiveProcessor&, const GrPip eline&);
182 181
183 friend class GrGLNvprProgramBuilder; 182 friend class GrGLNvprProgramBuilder;
184 183
185 typedef GrGLProgram INHERITED; 184 typedef GrGLProgram INHERITED;
186 }; 185 };
187 186
188 #endif 187 #endif
OLDNEW
« no previous file with comments | « src/gpu/gl/GrGLGpu.cpp ('k') | src/gpu/gl/GrGLProgram.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698