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 f03b7a226ea95489a532dcb2bcfffa58df073cb1..95be5c2ee8af3ff07c06bb9e1e4f7f79a1008f28 100644 |
| --- a/gpu/config/gpu_driver_bug_workaround_type.h |
| +++ b/gpu/config/gpu_driver_bug_workaround_type.h |
| @@ -102,6 +102,8 @@ |
| texsubimage2d_faster_than_teximage2d) \ |
| GPU_OP(UNBIND_FBO_ON_CONTEXT_SWITCH, \ |
| unbind_fbo_on_context_switch) \ |
| + GPU_OP(UNBIND_ATTACHMENTS_ON_BOUND_RENDER_FBO_DELETE, \ |
|
no sievers
2015/02/10 19:11:33
nit: put before line 103 :)
vmiura
2015/02/17 18:48:41
Done.
|
| + unbind_attachments_on_bound_render_fbo_delete) \ |
| GPU_OP(UNFOLD_SHORT_CIRCUIT_AS_TERNARY_OPERATION, \ |
| unfold_short_circuit_as_ternary_operation) \ |
| GPU_OP(UNROLL_FOR_LOOP_WITH_SAMPLER_ARRAY_INDEX, \ |