| 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 c3dd6a0bed762e391fe8d386dc256ba8e7adf01e..730eb4f0ca1915ae7eb3312b76328ca29b437e72 100644
|
| --- a/gpu/config/gpu_driver_bug_workaround_type.h
|
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h
|
| @@ -82,6 +82,8 @@
|
| restore_scissor_on_fbo_change) \
|
| GPU_OP(REVERSE_POINT_SPRITE_COORD_ORIGIN, \
|
| reverse_point_sprite_coord_origin) \
|
| + GPU_OP(SCALARIZE_VEC_AND_MAT_CONSTRUCTOR_ARGS, \
|
| + scalarize_vec_and_mat_constructor_args) \
|
| GPU_OP(SET_TEXTURE_FILTER_BEFORE_GENERATING_MIPMAP, \
|
| set_texture_filter_before_generating_mipmap) \
|
| GPU_OP(SWIZZLE_RGBA_FOR_ASYNC_READPIXELS, \
|
|
|