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

Side by Side Diff: src/gpu/GrPipelineBuilder.h

Issue 920863002: A simple change to move a bunch of stuff out of Gr*Geometry.h (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: clang fix Created 5 years, 10 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/GrPathProcessor.cpp ('k') | src/gpu/GrPrimitiveProcessor.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 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 GrPipelineBuilder_DEFINED 8 #ifndef GrPipelineBuilder_DEFINED
9 #define GrPipelineBuilder_DEFINED 9 #define GrPipelineBuilder_DEFINED
10 10
11 #include "GrBatch.h" 11 #include "GrBatch.h"
12 #include "GrBlend.h" 12 #include "GrBlend.h"
13 #include "GrDrawTargetCaps.h" 13 #include "GrDrawTargetCaps.h"
14 #include "GrGeometryProcessor.h"
15 #include "GrGpuResourceRef.h" 14 #include "GrGpuResourceRef.h"
16 #include "GrFragmentStage.h" 15 #include "GrFragmentStage.h"
17 #include "GrProcOptInfo.h" 16 #include "GrProcOptInfo.h"
18 #include "GrRenderTarget.h" 17 #include "GrRenderTarget.h"
19 #include "GrStencil.h" 18 #include "GrStencil.h"
20 #include "GrXferProcessor.h" 19 #include "GrXferProcessor.h"
21 #include "SkMatrix.h" 20 #include "SkMatrix.h"
22 #include "effects/GrCoverageSetOpXP.h" 21 #include "effects/GrCoverageSetOpXP.h"
23 #include "effects/GrDisableColorXP.h" 22 #include "effects/GrDisableColorXP.h"
24 #include "effects/GrPorterDuffXferProcessor.h" 23 #include "effects/GrPorterDuffXferProcessor.h"
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 mutable GrProcOptInfo fCoverageProcInfo; 461 mutable GrProcOptInfo fCoverageProcInfo;
463 mutable bool fColorProcInfoValid; 462 mutable bool fColorProcInfoValid;
464 mutable bool fCoverageProcInfoValid; 463 mutable bool fCoverageProcInfoValid;
465 mutable GrColor fColorCache; 464 mutable GrColor fColorCache;
466 mutable GrColor fCoverageCache; 465 mutable GrColor fCoverageCache;
467 466
468 friend class GrPipeline; 467 friend class GrPipeline;
469 }; 468 };
470 469
471 #endif 470 #endif
OLDNEW
« no previous file with comments | « src/gpu/GrPathProcessor.cpp ('k') | src/gpu/GrPrimitiveProcessor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698