Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / gpu / command_buffer / common / capabilities.h
index ba5cf4b..9e38f5c 100644 (file)
@@ -11,7 +11,6 @@ namespace gpu {
 
 struct GPU_EXPORT Capabilities {
   bool post_sub_buffer;
-  bool fast_npot_mo8_textures;
   bool egl_image_external;
   bool texture_format_bgra8888;
   bool texture_format_etc1;
@@ -22,6 +21,7 @@ struct GPU_EXPORT Capabilities {
   bool discard_framebuffer;
   bool sync_query;
   bool map_image;
+  bool future_sync_points;
 
   Capabilities();
 };