Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / gpu / command_buffer / service / feature_info.h
index 740b833..b69f2e4 100644 (file)
@@ -59,6 +59,7 @@ class GPU_EXPORT FeatureInfo : public base::RefCounted<FeatureInfo> {
     bool enable_shader_name_hashing;
     bool enable_samplers;
     bool ext_draw_buffers;
+    bool nv_draw_buffers;
     bool ext_frag_depth;
     bool ext_shader_texture_lod;
     bool use_async_readpixels;
@@ -70,6 +71,8 @@ class GPU_EXPORT FeatureInfo : public base::RefCounted<FeatureInfo> {
     bool angle_texture_usage;
     bool ext_texture_storage;
     bool chromium_path_rendering;
+    bool blend_equation_advanced;
+    bool blend_equation_advanced_coherent;
   };
 
   struct Workarounds {