| 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 cb44cc2238fb5e1991161ad02c246f70493a1613..6e8b27a95ebc7f38d1b4d3f6ca2142127fe2ece5 100644
|
| --- a/gpu/config/gpu_driver_bug_workaround_type.h
|
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h
|
| @@ -29,6 +29,8 @@
|
| clear_uniforms_before_first_program_use) \
|
| GPU_OP(COUNT_ALL_IN_VARYINGS_PACKING, \
|
| count_all_in_varyings_packing) \
|
| + GPU_OP(DECODE_ENCODE_SRGB_FOR_GENERATEMIPMAP, \
|
| + decode_encode_srgb_for_generatemipmap) \
|
| GPU_OP(DISABLE_ANGLE_INSTANCED_ARRAYS, \
|
| disable_angle_instanced_arrays) \
|
| GPU_OP(DISABLE_ASYNC_READPIXELS, \
|
|
|