| 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 b56ac40629a4ed0bb1ab13e8f0ffccc3a05167ca..adffab4da6be3f8048392ea6745540b95da0d2b6 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, \
|
|
|