| 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 418391c9123a8f887d916832b7b84e1dd3858c56..f9e336c5750194cd5c615701b0dfb39366a1f040 100644
|
| --- a/gpu/config/gpu_driver_bug_workaround_type.h
|
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h
|
| @@ -52,6 +52,10 @@
|
| etc1_power_of_two_only) \
|
| GPU_OP(EXIT_ON_CONTEXT_LOST, \
|
| exit_on_context_lost) \
|
| + GPU_OP(FORCE_CUBE_COMPLETE, \
|
| + force_cube_complete) \
|
| + GPU_OP(FORCE_CUBE_MAP_POSITIVE_X_ALLOCATION, \
|
| + force_cube_map_positive_x_allocation) \
|
| GPU_OP(FORCE_DISCRETE_GPU, \
|
| force_discrete_gpu) \
|
| GPU_OP(FORCE_GL_FINISH_AFTER_COMPOSITING, \
|
|
|