| 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 c5de5d1489b339888a32b66c1647e99d8873b0c5..e48eeff10fa99ae1f0ed7fc69d7af87b38cb358e 100644
|
| --- a/gpu/config/gpu_driver_bug_workaround_type.h
|
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h
|
| @@ -14,6 +14,8 @@
|
| clear_alpha_in_readpixels) \
|
| GPU_OP(CLEAR_UNIFORMS_BEFORE_FIRST_PROGRAM_USE, \
|
| clear_uniforms_before_first_program_use) \
|
| + GPU_OP(COUNT_ALL_IN_VARYINGS_PACKING, \
|
| + count_all_in_varyings_packing) \
|
| GPU_OP(DISABLE_ANGLE_INSTANCED_ARRAYS, \
|
| disable_angle_instanced_arrays) \
|
| GPU_OP(DISABLE_ASYNC_READPIXELS, \
|
|
|