• siva.gunturi's avatar
    Handle failures for GPU info collection. · 83b8f7a1
    siva.gunturi authored
    1.)Populate failure strings for GPU info collection when
    context_info_state records fatal failure.
    
    2.)The vendorid and deviceid of gpu should give
    data on all platforms where context fails to
    run.
    ex:On mac devices gpu info strings are not
    collected (vendor, renderer, driver version),
    so populate vendorid and deviceid while collecting
    webglinfo which should always be valid.
    
    In case vendor, renderer, driver version are not
    populated they will be indicated as "Not Available"
    on those platforms.
    
    BUG=412440
    
    Review URL: https://codereview.chromium.org/800483002
    
    Cr-Commit-Position: refs/heads/master@{#315223}
    83b8f7a1
renderer_blink_platform_impl.cc 44.5 KB