| 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 2df4696dcd4308f78d0cad06a6ed39f27de63e30..8836483246da6c55cd650e0e690a03e40d5a10ce 100644
|
| --- a/gpu/config/gpu_driver_bug_workaround_type.h
|
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h
|
| @@ -73,6 +73,8 @@
|
| disable_post_sub_buffers_for_onscreen_surfaces) \
|
| GPU_OP(DISABLE_PROGRAM_CACHE, \
|
| disable_program_cache) \
|
| + GPU_OP(DISABLE_PROGRAM_CACHING_FOR_TRANSFORM_FEEDBACK, \
|
| + disable_program_caching_for_transform_feedback) \
|
| GPU_OP(DISABLE_PROGRAM_DISK_CACHE, \
|
| disable_program_disk_cache) \
|
| GPU_OP(DISABLE_TEXTURE_CUBE_MAP_SEAMLESS, \
|
|
|