| 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 efa85ee61d950b4121f7ae9bb7cdb61f6ff04de7..cb44cc2238fb5e1991161ad02c246f70493a1613 100644
|
| --- a/gpu/config/gpu_driver_bug_workaround_type.h
|
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h
|
| @@ -85,6 +85,8 @@
|
| etc1_power_of_two_only) \
|
| GPU_OP(EMULATE_ABS_INT_FUNCTION, \
|
| emulate_abs_int_function) \
|
| + GPU_OP(EMULATE_ISNAN_ON_FLOAT, \
|
| + emulate_isnan_on_float) \
|
| GPU_OP(EXIT_ON_CONTEXT_LOST, \
|
| exit_on_context_lost) \
|
| GPU_OP(FORCE_CUBE_COMPLETE, \
|
|
|