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

Unified Diff: include/gpu/GrCaps.h

Issue 1570173004: This CL adds glTexStorage support. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Moving check for TexStorage support inside allocate_and_populate_* calls. Changing the caps to indi… Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/gpu/GrTest.cpp » ('j') | src/gpu/gl/GrGLCaps.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/gpu/GrCaps.h
diff --git a/include/gpu/GrCaps.h b/include/gpu/GrCaps.h
index 60f213950ebf1b843bc5d5fc48290a2f6d758e8a..226441a4320986a9109455c4a5b656f1b94a22a8 100644
--- a/include/gpu/GrCaps.h
+++ b/include/gpu/GrCaps.h
@@ -234,6 +234,7 @@ public:
virtual bool isConfigTexturable(GrPixelConfig config) const = 0;
virtual bool isConfigRenderable(GrPixelConfig config, bool withMSAA) const = 0;
+ virtual bool isConfigTexSupportEnabled(GrPixelConfig config) const = 0;
bsalomon 2016/02/27 14:18:54 We shouldn't need to expose this at the GrCaps lev
cblume 2016/02/28 02:44:42 Done.
bool suppressPrints() const { return fSuppressPrints; }
« no previous file with comments | « no previous file | src/gpu/GrTest.cpp » ('j') | src/gpu/gl/GrGLCaps.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698