| 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 43a4a6f9585c6a326f8aebc1ec7c95c80ff466bb..a6453d9c1705b5e5261a6564def859558dbdf56d 100644
|
| --- a/gpu/config/gpu_driver_bug_workaround_type.h
|
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h
|
| @@ -129,6 +129,8 @@
|
| restore_scissor_on_fbo_change) \
|
| GPU_OP(REVERSE_POINT_SPRITE_COORD_ORIGIN, \
|
| reverse_point_sprite_coord_origin) \
|
| + GPU_OP(REWRITE_TEXELFETCHOFFSET_TO_TEXELFETCH, \
|
| + rewrite_texelfetchoffset_to_texelfetch) \
|
| GPU_OP(SCALARIZE_VEC_AND_MAT_CONSTRUCTOR_ARGS, \
|
| scalarize_vec_and_mat_constructor_args) \
|
| GPU_OP(SET_TEXTURE_FILTER_BEFORE_GENERATING_MIPMAP, \
|
|
|