Chromium Code Reviews| 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 1b0fc77a8162345e8cf7cd6d00265c137a8b0e29..935ab2575ed010c78d8cd93d68bdc25e315dbb4d 100644 |
| --- a/gpu/command_buffer/service/feature_info.h |
| +++ b/gpu/command_buffer/service/feature_info.h |
| @@ -27,12 +27,14 @@ class GPU_EXPORT FeatureInfo : public base::RefCounted<FeatureInfo> { |
| FeatureFlags(); |
| bool chromium_framebuffer_multisample; |
| + bool core_framebuffer_multisample; |
|
Zhenyao Mo
2013/11/14 02:04:20
Please add a comment to explain this variable.
Sami
2013/11/14 15:48:53
+1, and nit: use_core_framebuffer_multisample?
no sievers
2013/11/15 00:21:36
Done and done.
|
| bool multisampled_render_to_texture; |
| // Use the IMG GLenum values and functions rather than EXT. |
| bool use_img_for_multisampled_render_to_texture; |
| bool oes_standard_derivatives; |
| bool oes_egl_image_external; |
| bool oes_depth24; |
| + bool packed_depth24_stencil8; |
| bool npot_ok; |
| bool enable_texture_float_linear; |
| bool enable_texture_half_float_linear; |