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

Unified Diff: ppapi/api/private/ppb_flash.idl

Issue 12079111: Allow separately blacklisting Stage3D baseline mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « content/public/common/gpu_feature_type.h ('k') | ppapi/c/private/ppb_flash.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/private/ppb_flash.idl
diff --git a/ppapi/api/private/ppb_flash.idl b/ppapi/api/private/ppb_flash.idl
index 692b864af51282aa0c579ed0b32b9b946c5bf0fa..bedef84890ebd745b352e2282078385a30287b68 100644
--- a/ppapi/api/private/ppb_flash.idl
+++ b/ppapi/api/private/ppb_flash.idl
@@ -84,7 +84,15 @@ enum PP_FlashSetting {
* Specifies restrictions on how flash should handle LSOs. The result is an
* int from <code>PP_FlashLSORestrictions</code>.
*/
- PP_FLASHSETTING_LSORESTRICTIONS = 6
+ PP_FLASHSETTING_LSORESTRICTIONS = 6,
+
+ /**
+ * Specifies if the driver is reliable enough to use Shader Model 3 commands
+ * with it.
+ *
+ * This should only be enabled if PP_FLASHSETTING_STAGE3DENABLED is true.
+ */
+ PP_FLASHSETTING_STAGE3DBASELINEENABLED = 7
};
/**
« no previous file with comments | « content/public/common/gpu_feature_type.h ('k') | ppapi/c/private/ppb_flash.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698