Chromium Code Reviews| Index: gpu/command_buffer/service/gles2_cmd_decoder.cc |
| diff --git a/gpu/command_buffer/service/gles2_cmd_decoder.cc b/gpu/command_buffer/service/gles2_cmd_decoder.cc |
| index d2d7c110676aae882cabce1baae075cb9e28bddd..634af173e14e70dd46608c4a90971880b983ee55 100644 |
| --- a/gpu/command_buffer/service/gles2_cmd_decoder.cc |
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder.cc |
| @@ -2840,8 +2840,10 @@ bool GLES2DecoderImpl::MakeCurrent() { |
| glFlush(); |
| // Rebind the FBO if it was unbound by the context. |
| + /* |
| if (workarounds().unbind_fbo_on_context_switch) |
| RestoreFramebufferBindings(); |
|
no sievers
2013/05/16 00:09:55
This should only be set on Vivante gpus. Why did y
joth
2013/05/16 00:20:44
Seems it's being set on Imagination gpus too?
gpu
|
| + */ |
| return true; |
| } |