| 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 bcf07fcf2c7c1c4f44ddbc38c274e946f8591c90..187d86b5f17fda7fdb0b9b52a746553ec1a71f9f 100644
|
| --- a/gpu/config/gpu_driver_bug_workaround_type.h
|
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h
|
| @@ -157,6 +157,8 @@
|
| remove_pow_with_constant_exponent) \
|
| GPU_OP(RESET_BASE_MIPMAP_LEVEL_BEFORE_TEXSTORAGE, \
|
| reset_base_mipmap_level_before_texstorage) \
|
| + GPU_OP(RESET_TEXIMAGE2D_BASE_LEVEL, \
|
| + reset_teximage2d_base_level) \
|
| GPU_OP(RESTORE_SCISSOR_ON_FBO_CHANGE, \
|
| restore_scissor_on_fbo_change) \
|
| GPU_OP(REVERSE_POINT_SPRITE_COORD_ORIGIN, \
|
|
|