Chromium Code Reviews| Index: gpu/config/gpu_driver_bug_workaround_type.h |
| diff --git a/gpu/config/gpu_driver_bug_workaround_type.h b/gpu/config/gpu_driver_bug_workaround_type.h |
| index 418391c9123a8f887d916832b7b84e1dd3858c56..743b81d335dc52d2582c8d59640828a64de82ac2 100644 |
| --- a/gpu/config/gpu_driver_bug_workaround_type.h |
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h |
| @@ -46,6 +46,8 @@ |
| disable_post_sub_buffers_for_onscreen_surfaces) \ |
| GPU_OP(DISABLE_PROGRAM_CACHE, \ |
| disable_program_cache) \ |
| + GPU_OP(DISABLE_TEXTURE_STORAGE, \ |
| + disable_texture_storage) \ |
|
piman
2015/08/22 00:11:41
You added this workaround type, but you're not usi
dshwang
2015/08/26 15:20:14
you're right. the patch set missed feature_info.cc
|
| GPU_OP(DISABLE_TIMESTAMP_QUERIES, \ |
| disable_timestamp_queries) \ |
| GPU_OP(ETC1_POWER_OF_TWO_ONLY, \ |