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

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

Issue 1135113005: rename GrDrawTargetCaps.h to GrCaps.h and move to include (Closed) Base URL: https://skia.googlesource.com/skia.git@caps
Patch Set: rebase again Created 5 years, 7 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/effects/GrPorterDuffXferProcessor.cpp ('k') | tests/GrDrawTargetTest.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 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 GrGLCaps_DEFINED 9 #ifndef GrGLCaps_DEFINED
10 #define GrGLCaps_DEFINED 10 #define GrGLCaps_DEFINED
11 11
12 #include "GrDrawTargetCaps.h" 12 #include "GrCaps.h"
13 #include "GrGLStencilAttachment.h" 13 #include "GrGLStencilAttachment.h"
14 #include "SkChecksum.h" 14 #include "SkChecksum.h"
15 #include "SkTHash.h" 15 #include "SkTHash.h"
16 #include "SkTArray.h" 16 #include "SkTArray.h"
17 17
18 class GrGLContextInfo; 18 class GrGLContextInfo;
19 class GrGLSLCaps; 19 class GrGLSLCaps;
20 20
21 /** 21 /**
22 * Stores some capabilities of a GL context. Most are determined by the GL 22 * Stores some capabilities of a GL context. Most are determined by the GL
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 const char* fFBFetchColorName; 459 const char* fFBFetchColorName;
460 const char* fFBFetchExtensionString; 460 const char* fFBFetchExtensionString;
461 461
462 AdvBlendEqInteraction fAdvBlendEqInteraction; 462 AdvBlendEqInteraction fAdvBlendEqInteraction;
463 463
464 typedef GrShaderCaps INHERITED; 464 typedef GrShaderCaps INHERITED;
465 }; 465 };
466 466
467 467
468 #endif 468 #endif
OLDNEW
« no previous file with comments | « src/gpu/effects/GrPorterDuffXferProcessor.cpp ('k') | tests/GrDrawTargetTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698