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

Unified Diff: gpu/config/gpu_feature_type.h

Issue 2737983002: WebGL feature will only enabled when accelerated (Closed)
Patch Set: Restored kDisableSoftwareRasterizer for disabling SwiftShader Created 3 years, 9 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
« gpu/config/gpu_blacklist.cc ('K') | « gpu/config/gpu_blacklist_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/config/gpu_feature_type.h
diff --git a/gpu/config/gpu_feature_type.h b/gpu/config/gpu_feature_type.h
index e52440324cc00706311d34f149abf8423744505e..5f2091563a740636caf8484d9a1f3105f8496b6d 100644
--- a/gpu/config/gpu_feature_type.h
+++ b/gpu/config/gpu_feature_type.h
@@ -23,6 +23,7 @@ enum GpuFeatureType {
GPU_FEATURE_TYPE_GPU_RASTERIZATION,
GPU_FEATURE_TYPE_ACCELERATED_VPX_DECODE,
GPU_FEATURE_TYPE_WEBGL2,
+ GPU_FEATURE_TYPE_SWIFTSHADER,
NUMBER_OF_GPU_FEATURE_TYPES
};
« gpu/config/gpu_blacklist.cc ('K') | « gpu/config/gpu_blacklist_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698