Chromium Code Reviews| 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 b8b3c5d93bdd7f57f4180f274263975024ddadf1..ed976d5bb6755fe32c20c0e910aff81c66094620 100644 |
| --- a/gpu/config/gpu_driver_bug_workaround_type.h |
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h |
| @@ -19,6 +19,8 @@ |
| avoid_egl_image_target_texture_reuse) \ |
| GPU_OP(BROKEN_EGL_IMAGE_REF_COUNTING, \ |
| broken_egl_image_ref_counting) \ |
| + GPU_OP(AVOID_ONE_COMPONENT_EGL_IMAGES, \ |
| + avoid_one_component_egl_images) \ |
|
no sievers
2016/08/24 22:39:18
nit: before BROKEN_...
Tobias Sargeant
2016/08/26 15:52:11
Done.
|
| GPU_OP(CLEAR_ALPHA_IN_READPIXELS, \ |
| clear_alpha_in_readpixels) \ |
| GPU_OP(CLEAR_UNIFORMS_BEFORE_FIRST_PROGRAM_USE, \ |