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 92a516cf98a8542a39f3680b033feeb414a79cc7..cef4031cbd00917b4a0045d57848c16704ec18c9 100644 |
| --- a/gpu/config/gpu_driver_bug_workaround_type.h |
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h |
| @@ -80,6 +80,8 @@ |
| validate_multisample_buffer_allocation) \ |
| GPU_OP(WAKE_UP_GPU_BEFORE_DRAWING, \ |
| wake_up_gpu_before_drawing) \ |
| + GPU_OP(UNBIND_IMAGE_TARGET_TEXTURE_BEFORE_LOCK, \ |
|
kaanb
2013/11/12 18:49:57
UNBIND_IMAGE_BEFORE_MAP is more concise
boliu
2013/11/12 19:07:20
RELEASE_IMAGE_AFTER_USE? Matches bocabulary in com
|
| + unbind_image_target_texture_before_lock) \ |
| namespace gpu { |