gpu: check if GL context supports robustness when calling GetGraphicsResetStatusARB...
commite1cb2aaf45357925c8d04884fd1e489fc268227a
authordongseong.hwang <dongseong.hwang@intel.com>
Wed, 11 Feb 2015 09:33:33 +0000 (11 01:33 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 11 Feb 2015 09:34:00 +0000 (11 09:34 +0000)
tree26cd4ead6db6690b09bb9f962dc4f5cfc464837e
parent511f1b5c5e2429ab4c02f39eed3159b03205985b
gpu: check if GL context supports robustness when calling GetGraphicsResetStatusARB.[1][2]

In addition, gpu_info_collector checks GL_KHR_robustness like gles2_cmd_decoder.

[1] https://www.opengl.org/registry/specs/ARB/glx_create_context_robustness.txt
[2] https://www.khronos.org/registry/gles/extensions/EXT/EXT_robustness.txt

Review URL: https://codereview.chromium.org/904883002

Cr-Commit-Position: refs/heads/master@{#315748}
gpu/command_buffer/service/gles2_cmd_decoder.cc
gpu/config/gpu_info_collector.cc