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

Unified Diff: gpu/command_buffer/service/feature_info.h

Issue 2076213002: Decompress ETC texture data when there is no native support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Decompress ETC texture data when there is no native support. Created 4 years, 5 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
Index: gpu/command_buffer/service/feature_info.h
diff --git a/gpu/command_buffer/service/feature_info.h b/gpu/command_buffer/service/feature_info.h
index ff2222fbc2bb7eb7df5e251dcca15fa0573635d4..4e0228546d7a4b09752ca7eb66940d38c4ac9226 100644
--- a/gpu/command_buffer/service/feature_info.h
+++ b/gpu/command_buffer/service/feature_info.h
@@ -91,6 +91,7 @@ class GPU_EXPORT FeatureInfo : public base::RefCounted<FeatureInfo> {
bool ext_blend_func_extended;
bool ext_read_format_bgra;
bool desktop_srgb_support;
+ bool arb_es3_compatability;
piman 2016/07/06 21:20:59 nit: typo compatability->compatibility
Geoff Lang 2016/07/08 18:49:16 Done.
};
FeatureInfo();

Powered by Google App Engine
This is Rietveld 408576698