| 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 f5f6bca79e077a7628c081615af5cabc7dc803f3..9c2020bc0eaa1fba02bc8eea009e0d5619b0ca11 100644
|
| --- a/gpu/config/gpu_driver_bug_workaround_type.h
|
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h
|
| @@ -171,6 +171,8 @@
|
| unfold_short_circuit_as_ternary_operation) \
|
| GPU_OP(UNPACK_ALIGNMENT_WORKAROUND_WITH_UNPACK_BUFFER, \
|
| unpack_alignment_workaround_with_unpack_buffer) \
|
| + GPU_OP(UNPACK_IMAGE_HEIGHT_WORKAROUND_WITH_UNPACK_BUFFER, \
|
| + unpack_image_height_workaround_with_unpack_buffer) \
|
| GPU_OP(UNPACK_OVERLAPPING_ROWS_SEPARATELY_UNPACK_BUFFER, \
|
| unpack_overlapping_rows_separately_unpack_buffer) \
|
| GPU_OP(USE_CLIENT_SIDE_ARRAYS_FOR_STREAM_BUFFERS, \
|
|
|