Skip to content

Instantly share code, notes, and snippets.

@appurist
Created July 2, 2017 02:48
Show Gist options
  • Save appurist/46ed7a0f8142723036d8b1cc77bd4820 to your computer and use it in GitHub Desktop.
Save appurist/46ed7a0f8142723036d8b1cc77bd4820 to your computer and use it in GitHub Desktop.
GPU.HTM
<!DOCTYPE html>
<!-- saved from url=(0013)chrome://gpu/ -->
<html i18n-processed=""><!--
Copyright (c) 2012 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
--><head i18n-values="dir:textdirection;lang:language" dir="ltr" lang="en"><meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="viewport" content="width=device-width">
<style>
* {
box-sizing: border-box;
-webkit-user-select: none;
}
body {
cursor: default;
font-family: sans-serif;
padding: 0;
}
#debug-div {
display: -webkit-box;
position: fixed;
top: 0px;
left: 50%;
border: 1px solid red;
}
tabbox tabpanels {
padding: 10px;
}
</style>
<style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
#info-view {
-webkit-box-flex: 1;
overflow: auto;
padding: 10px;
}
#info-view * {
-webkit-user-select: text;
}
#info-view[selected] {
-webkit-box-orient: vertical;
display: -webkit-box;
}
#info-view h3,
#info-view ul {
margin-bottom: 0;
margin-top: 0;
}
#info-view > div {
margin-bottom: 1em;
}
#info-view .row-title {
font-weight: bold;
}
#info-view table {
border-collapse: collapse;
cursor: auto;
table-layout: fixed;
width: 100%;
}
#info-view table,
#info-view th,
#info-view td {
border: 1px solid #777;
padding-left: 4px;
padding-right: 4px;
text-align: top;
}
#info-view td {
overflow-x: auto;
}
#info-view .feature-green {
color: rgb(0, 128, 0);
}
#info-view .feature-yellow {
color: rgb(128, 128, 0);
}
#info-view .feature-red {
color: rgb(255, 0, 0);
}
</style>
<link rel="stylesheet" href="chrome://resources/css/tabs.css">
<link rel="stylesheet" href="chrome://resources/css/widgets.css">
<script src="chrome://resources/js/cr.js"></script>
<script src="chrome://resources/js/cr/event_target.js"></script>
<script src="chrome://resources/js/cr/ui.js"></script>
<script src="chrome://resources/js/cr/ui/focus_outline_manager.js"></script>
<script src="chrome://resources/js/cr/ui/tabs.js"></script>
<script src="chrome://resources/js/load_time_data.js"></script>
<script src="chrome://resources/js/util.js"></script>
<script src="chrome://gpu/gpu_internals.js"></script>
<script src="chrome://gpu/strings.js"></script>
</head>
<body>
<div id="debug-div">
</div>
<!--
Copyright (c) 2012 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<tabpanel id="info-view">
<div>
<h3>Graphics Feature Status</h3>
<ul class="feature-status-list"><li><span>Canvas: </span><span class="feature-green">Hardware accelerated</span></li><li><span>Flash: </span><span class="feature-green">Hardware accelerated</span></li><li><span>Flash Stage3D: </span><span class="feature-green">Hardware accelerated</span></li><li><span>Flash Stage3D Baseline profile: </span><span class="feature-green">Hardware accelerated</span></li><li><span>Compositing: </span><span class="feature-green">Hardware accelerated</span></li><li><span>Multiple Raster Threads: </span><span class="feature-green">Enabled</span></li><li><span>Native GpuMemoryBuffers: </span><span class="feature-yellow">Software only. Hardware acceleration disabled</span></li><li><span>Rasterization: </span><span class="feature-green">Hardware accelerated</span></li><li><span>Video Decode: </span><span class="feature-green">Hardware accelerated</span></li><li><span>Video Encode: </span><span class="feature-green">Hardware accelerated</span></li><li><span>WebGL: </span><span class="feature-green">Hardware accelerated</span></li><li><span>WebGL2: </span><span class="feature-green">Hardware accelerated</span></li></ul>
</div>
<div class="workarounds-div">
<h3>Driver Bug Workarounds</h3>
<ul class="workarounds-list"><li>clear_uniforms_before_first_program_use</li><li>decode_encode_srgb_for_generatemipmap</li><li>disable_discard_framebuffer</li><li>disable_dxgi_zero_copy_video</li><li>disable_framebuffer_cmaa</li><li>exit_on_context_lost</li><li>force_cube_complete</li><li>scalarize_vec_and_mat_constructor_args</li><li>texsubimage_faster_than_teximage</li></ul>
</div>
<div class="problems-div">
<h3>Problems Detected</h3>
<ul class="problems-list"><li><a>Some drivers are unable to reset the D3D device in the GPU process sandbox</a><br><i><span>Applied Workarounds: </span><span class="feature-yellow">exit_on_context_lost</span></i></li><li><a>TexSubImage is faster for full uploads on ANGLE</a><br><i><span>Applied Workarounds: </span><span class="feature-yellow">texsubimage_faster_than_teximage</span></i></li><li><a>Clear uniforms before first program use on all platforms</a><span>: </span><a href="http://crbug.com/124764">124764</a><span>, </span><a href="http://crbug.com/349137">349137</a><br><i><span>Applied Workarounds: </span><span class="feature-yellow">clear_uniforms_before_first_program_use</span></i></li><li><a>Always rewrite vec/mat constructors to be consistent</a><span>: </span><a href="http://crbug.com/398694">398694</a><br><i><span>Applied Workarounds: </span><span class="feature-yellow">scalarize_vec_and_mat_constructor_args</span></i></li><li><a>ANGLE crash on glReadPixels from incomplete cube map texture</a><span>: </span><a href="http://crbug.com/518889">518889</a><br><i><span>Applied Workarounds: </span><span class="feature-yellow">force_cube_complete</span></i></li><li><a>Framebuffer discarding can hurt performance on non-tilers</a><span>: </span><a href="http://crbug.com/570897">570897</a><br><i><span>Applied Workarounds: </span><span class="feature-yellow">disable_discard_framebuffer</span></i></li><li><a>Limited enabling of Chromium GL_INTEL_framebuffer_CMAA</a><span>: </span><a href="http://crbug.com/535198">535198</a><br><i><span>Applied Workarounds: </span><span class="feature-yellow">disable_framebuffer_cmaa</span></i></li><li><a>Zero-copy NV12 video displays incorrect colors on NVIDIA drivers.</a><span>: </span><a href="http://crbug.com/635319">635319</a><br><i><span>Applied Workarounds: </span><span class="feature-yellow">disable_dxgi_zero_copy_video</span></i></li><li><a>Disable KHR_blend_equation_advanced until cc shaders are updated</a><span>: </span><a href="http://crbug.com/661715">661715</a></li><li><a>Decode and Encode before generateMipmap for srgb format textures on Windows</a><span>: </span><a href="http://crbug.com/634519">634519</a><br><i><span>Applied Workarounds: </span><span class="feature-yellow">decode_encode_srgb_for_generatemipmap</span></i></li><li><a>Native GpuMemoryBuffers have been disabled, either via about:flags or command line.</a><br><i><span>Disabled Features: </span><span class="feature-red">native_gpu_memory_buffers</span></i></li></ul>
</div>
<div>
<h3>Version Information</h3>
<div id="client-info"><div jstcache="0">
<table id="info-view-table" jstcache="0">
<colgroup jstcache="0">
<col style="width: 25%" jstcache="0">
<col style="width: 75%" jstcache="0">
</colgroup>
<tbody jstcache="0"><tr jsselect="value" jstcache="5" jsinstance="0">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">Data exported</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">7/1/2017, 11:43:30 PM</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="1">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">Chrome version</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Chrome/59.0.3071.115</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="2">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">Operating system</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Windows NT 10.0.14393</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="3">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">Software rendering list version</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">13.8</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="4">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">Driver bug list version</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">10.102</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="5">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">ANGLE commit id</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">a9042d3c1952</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="6">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">2D graphics backend</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Skia/59 ef6f9c65527412ec4057ea0551f2e051beb94d32</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="*7">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">Command Line Args</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Files (x86)\Google\Chrome\Application\chrome.exe" --flag-switches-begin --flag-switches-end -- https://community.brave.com/t/facebook-not-displaying/4403</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr>
</tbody></table>
</div></div>
</div>
<div>
<h3>Driver Information</h3>
<div id="basic-info"><div jstcache="0">
<table id="info-view-table" jstcache="0">
<colgroup jstcache="0">
<col style="width: 25%" jstcache="0">
<col style="width: 75%" jstcache="0">
</colgroup>
<tbody jstcache="0"><tr jsselect="value" jstcache="5" jsinstance="0">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">Initialization time</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">94</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="1">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">In-process GPU</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">false</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="2">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">Passthrough Command Decoder</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">false</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="3">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">Supports overlays</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">false</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="4">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">Sandboxed</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">false</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="5">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">GPU0</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">VENDOR = 0x10de, DEVICE= 0x13c0 *ACTIVE*</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="6">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">GPU1</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">VENDOR = 0x8086, DEVICE= 0x1912</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="7">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">Optimus</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">false</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="8">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">Optimus</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">false</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="9">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">AMD switchable</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">false</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="10">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">Desktop compositing</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Aero Glass</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="11">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">Diagonal Monitor Size of \\.\DISPLAY6</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">27.0"</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="12">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">Driver vendor</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">NVIDIA</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="13">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">Driver version</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">22.21.13.8253</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="14">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">Driver date</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">6-7-2017</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="15">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">Pixel shader version</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">5.0</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="16">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">Vertex shader version</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">5.0</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="17">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">Max. MSAA samples</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">8</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="18">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">Machine model name</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9"></span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="19">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">Machine model version</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9"></span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="20">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">GL_VENDOR</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Google Inc.</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="21">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">GL_RENDERER</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">ANGLE (NVIDIA GeForce GTX 980 Direct3D11 vs_5_0 ps_5_0)</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="22">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">GL_VERSION</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">OpenGL ES 3.0 (ANGLE 2.1.0.a9042d3c1952)</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="23">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">GL_EXTENSIONS</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">GL_ANGLE_client_arrays GL_ANGLE_depth_texture GL_ANGLE_framebuffer_blit GL_ANGLE_framebuffer_multisample GL_ANGLE_instanced_arrays GL_ANGLE_lossy_etc_decode GL_ANGLE_pack_reverse_row_order GL_ANGLE_request_extension GL_ANGLE_robust_client_memory GL_ANGLE_robust_resource_initialization GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ANGLE_texture_usage GL_ANGLE_translated_shader_source GL_CHROMIUM_bind_generates_resource GL_CHROMIUM_bind_uniform_location GL_CHROMIUM_copy_compressed_texture GL_CHROMIUM_copy_texture GL_CHROMIUM_sync_query GL_EXT_blend_minmax GL_EXT_color_buffer_float GL_EXT_color_buffer_half_float GL_EXT_debug_marker GL_EXT_discard_framebuffer GL_EXT_disjoint_timer_query GL_EXT_draw_buffers GL_EXT_frag_depth GL_EXT_map_buffer_range GL_EXT_occlusion_query_boolean GL_EXT_read_format_bgra GL_EXT_robustness GL_EXT_sRGB GL_EXT_shader_texture_lod GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_s3tc_srgb GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_norm16 GL_EXT_texture_rg GL_EXT_texture_storage GL_EXT_unpack_subimage GL_KHR_debug GL_NV_EGL_stream_consumer_external GL_NV_fence GL_NV_pack_subimage GL_NV_pixel_buffer_object GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_image_external_essl3 GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth32 GL_OES_element_index_uint GL_OES_get_program_binary GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_array_object </span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="24">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">Disabled Extensions</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="25">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">Window system binding vendor</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Google Inc. (adapter LUID: 000000001d5ba269)</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="26">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">Window system binding version</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">1.4 (ANGLE 2.1.0.a9042d3c1952)</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="27">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">Window system binding extensions</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">EGL_EXT_create_context_robustness EGL_ANGLE_d3d_share_handle_client_buffer EGL_ANGLE_d3d_texture_client_buffer EGL_ANGLE_surface_d3d_texture_2d_share_handle EGL_ANGLE_query_surface_pointer EGL_ANGLE_window_fixed_size EGL_ANGLE_keyed_mutex EGL_ANGLE_surface_orientation EGL_ANGLE_direct_composition EGL_NV_post_sub_buffer EGL_KHR_create_context EGL_EXT_device_query EGL_KHR_image EGL_KHR_image_base EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_get_all_proc_addresses EGL_KHR_stream EGL_KHR_stream_consumer_gltexture EGL_NV_stream_consumer_gltexture_yuv EGL_ANGLE_flexible_surface_compatibility EGL_ANGLE_stream_producer_d3d_texture_nv12 EGL_ANGLE_create_context_webgl_compatibility EGL_CHROMIUM_create_context_bind_generates_resource EGL_CHROMIUM_sync_control EGL_EXT_pixel_format_float EGL_ANGLE_display_texture_share_group EGL_ANGLE_create_context_client_arrays EGL_ANGLE_create_context_robust_resource_initialization </span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="28">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">Direct rendering</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Yes</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="29">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">Reset notification strategy</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">0x8252</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="*30">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">GPU process crash count</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">0</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr>
</tbody></table>
</div></div>
</div>
<div>
<h3>Compositor Information</h3>
<div id="compositor-info"><div jstcache="0">
<table id="info-view-table" jstcache="0">
<colgroup jstcache="0">
<col style="width: 25%" jstcache="0">
<col style="width: 75%" jstcache="0">
</colgroup>
<tbody jstcache="0"><tr jsselect="value" jstcache="5" jsinstance="0">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">Tile Update Mode</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">One-copy</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="*1">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">Partial Raster</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Enabled</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr>
</tbody></table>
</div></div>
</div>
<div>
<h3>GpuMemoryBuffers Status</h3>
<div id="gpu-memory-buffer-info"><div jstcache="0">
<table id="info-view-table" jstcache="0">
<colgroup jstcache="0">
<col style="width: 25%" jstcache="0">
<col style="width: 75%" jstcache="0">
</colgroup>
<tbody jstcache="0"><tr jsselect="value" jstcache="5" jsinstance="0">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">ATC</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Software only</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="1">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">ATCIA</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Software only</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="2">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">DXT1</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Software only</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="3">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">DXT5</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Software only</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="4">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">ETC1</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Software only</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="5">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">R_8</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Software only</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="6">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">RG_88</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Software only</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="7">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">BGR_565</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Software only</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="8">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">RGBA_4444</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Software only</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="9">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">RGBX_8888</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Software only</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="10">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">RGBA_8888</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Software only</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="11">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">BGRX_8888</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Software only</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="12">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">BGRA_8888</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Software only</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="13">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">RGBA_F16</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Software only</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="14">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">YVU_420</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Software only</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="15">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">YUV_420_BIPLANAR</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Software only</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="*16">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">UYVY_422</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Software only</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr>
</tbody></table>
</div></div>
</div>
<div class="diagnostics">
<h3>Diagnostics</h3>
<div class="diagnostics-loading" hidden="">... loading ...</div>
<div id="diagnostics-table"><div jstcache="0">
<table id="info-view-table" jstcache="0">
<colgroup jstcache="0">
<col style="width: 25%" jstcache="0">
<col style="width: 75%" jstcache="0">
</colgroup>
<tbody jstcache="0"><tr jsselect="value" jstcache="5" jsinstance="0">
<td jsdisplay="!(value instanceof Array)" jstcache="6" style="display: none;">
<span class="row-title" jscontent="description" jstcache="8">title</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6" style="display: none;">
<span jscontent="value" jstcache="9">value</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7">
<span jscontent="description" class="row-title" jstcache="8">0</span>
<div jstcache="0">
<table id="info-view-table" jstcache="0">
<colgroup jstcache="0">
<col style="width: 25%" jstcache="0">
<col style="width: 75%" jstcache="0">
</colgroup>
<tbody jstcache="0"><tr jsselect="value" jstcache="5" jsinstance="0">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">b3DAccelerationEnabled</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">true</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="1">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">b3DAccelerationExists</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">true</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="2">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">bAGPEnabled</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">true</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="3">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">bAGPExistenceValid</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">true</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="4">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">bAGPExists</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">true</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="5">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">bCanRenderWindow</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">true</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="6">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">bDDAccelerationEnabled</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">true</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="7">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">bDriverBeta</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">false</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="8">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">bDriverDebug</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">false</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="9">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">bDriverSigned</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">false</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="10">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">bDriverSignedValid</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">false</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="11">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">bNoHardware</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">false</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="12">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">dwBpp</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">32</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="13">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">dwDDIVersion</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">12</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="14">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">dwHeight</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">1080</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="15">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">dwRefreshRate</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">60</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="16">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">dwWHQLLevel</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">0</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="17">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">dwWidth</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">1920</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="18">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">iAdapter</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">0</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="19">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">lDriverSize</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">893272</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="20">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">lMiniVddSize</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">0</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="21">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szAGPStatusEnglish</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Enabled</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="22">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szAGPStatusLocalized</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Enabled</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="23">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szChipType</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">GeForce GTX 980</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="24">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szD3DStatusEnglish</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Enabled</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="25">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szD3DStatusLocalized</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Enabled</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="26">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDACType</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Integrated RAMDAC</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="27">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDDIVersionEnglish</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">12</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="28">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDDIVersionLocalized</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">12</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="29">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDDStatusEnglish</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Enabled</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="30">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDDStatusLocalized</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Enabled</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="31">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDXVAHDEnglish</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Supported</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="32">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDXVAModes</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9"></span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="33">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDescription</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">NVIDIA GeForce GTX 980</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="34">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDeviceId</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">0x13C0</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="35">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDeviceIdentifier</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">{D7B71E3E-5080-11CF-7252-1B311BC2DB35}</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="36">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDeviceName</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">\\.\DISPLAY6</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="37">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDisplayMemoryEnglish</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">12138 MB</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="38">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDisplayMemoryLocalized</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">12138 MB</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="39">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDisplayModeEnglish</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">1920 x 1080 (32 bit) (60Hz)</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="40">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDisplayModeLocalized</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">1920 x 1080 (32 bit) (60Hz)</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="41">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDriverAssemblyVersion</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">22.21.13.8476</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="42">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDriverAttributes</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Final Retail</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="43">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDriverDateEnglish</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">2017-06-26 21:00:00</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="44">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDriverDateLocalized</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">6/26/2017 21:00:00</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="45">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDriverLanguageEnglish</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">English</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="46">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDriverLanguageLocalized</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">English</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="47">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDriverModelEnglish</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">WDDM 2.1</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="48">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDriverModelLocalized</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">WDDM 2.1</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="49">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDriverName</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">C:\WINDOWS\System32\DriverStore\FileRepository\nv_desktop_ref4i.inf_amd64_bac992c30d91daf9\nvldumdx.dll,C:\WINDOWS\System32\DriverStore\FileRepository\nv_desktop_ref4i.inf_amd64_bac992c30d91daf9\nvldumdx.dll,C:\WINDOWS\System32\DriverStore\FileRepository\nv_desktop_ref4i.inf_amd64_bac992c30d91daf9\nvldumdx.dll,C:\WINDOWS\System32\DriverStore\FileRepository\nv_desktop_ref4i.inf_amd64_bac992c30d91daf9\nvldumdx.dll</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="50">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDriverNodeStrongName</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">oem163.inf:0f066de314d6a523:Section024:22.21.13.8476:pci\ven_10de&amp;dev_13c0&amp;subsys_111610de</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="51">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDriverSignDate</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Unknown</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="52">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDriverVersion</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">22.21.0013.8476</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="53">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szKeyDeviceID</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Enum\PCI\VEN_10DE&amp;DEV_13C0&amp;SUBSYS_111610DE&amp;REV_A1</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="54">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szKeyDeviceKey</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">\Registry\Machine\System\CurrentControlSet\Control\Video\{E5EBBD7C-6DAA-4BD2-9803-8E20B6E0C11F}\0000</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="55">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szManufacturer</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">NVIDIA</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="56">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szMiniVdd</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">unknown</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="57">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szMiniVddDateEnglish</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Unknown</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="58">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szMiniVddDateLocalized</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">unknown</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="59">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szMonitorMaxRes</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Unknown</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="60">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szMonitorName</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Acer H274HL (HDMI)</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="61">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szNotesEnglish</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">No problems found.
</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="62">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szNotesLocalized</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">There is a problem with Intel(R) HD Graphics 530 device. For more information, search for 'graphics device driver error code 22'
</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="63">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szOverlayEnglish</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Supported</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="64">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szRankOfInstalledDriver</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">00D10001</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="65">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szRegHelpText</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Unknown</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="66">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szRevision</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Unknown</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="67">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szRevisionId</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">0x00A1</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="68">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szSubSysId</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">0x111610DE</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="69">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szTestResultD3D7English</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Not run</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="70">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szTestResultD3D7Localized</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Not run</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="71">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szTestResultD3D8English</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Not run</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="72">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szTestResultD3D8Localized</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Not run</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="73">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szTestResultD3D9English</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Not run</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="74">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szTestResultD3D9Localized</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Not run</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="75">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szTestResultDDEnglish</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Not run</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="76">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szTestResultDDLocalized</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Not run</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="77">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szVdd</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">unknown</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="*78">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szVendorId</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">0x10DE</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr>
</tbody></table>
</div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="*1">
<td jsdisplay="!(value instanceof Array)" jstcache="6" style="display: none;">
<span class="row-title" jscontent="description" jstcache="8">title</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6" style="display: none;">
<span jscontent="value" jstcache="9">value</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7">
<span jscontent="description" class="row-title" jstcache="8">1</span>
<div jstcache="0">
<table id="info-view-table" jstcache="0">
<colgroup jstcache="0">
<col style="width: 25%" jstcache="0">
<col style="width: 75%" jstcache="0">
</colgroup>
<tbody jstcache="0"><tr jsselect="value" jstcache="5" jsinstance="0">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">b3DAccelerationEnabled</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">true</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="1">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">b3DAccelerationExists</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">false</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="2">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">bAGPEnabled</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">true</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="3">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">bAGPExistenceValid</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">false</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="4">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">bAGPExists</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">false</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="5">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">bCanRenderWindow</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">false</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="6">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">bDDAccelerationEnabled</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">true</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="7">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">bDriverBeta</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">false</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="8">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">bDriverDebug</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">false</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="9">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">bDriverSigned</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">false</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="10">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">bDriverSignedValid</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">false</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="11">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">bNoHardware</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">false</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="12">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">dwBpp</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">0</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="13">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">dwDDIVersion</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">0</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="14">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">dwHeight</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">0</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="15">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">dwRefreshRate</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">0</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="16">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">dwWHQLLevel</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">0</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="17">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">dwWidth</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">0</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="18">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">iAdapter</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">0</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="19">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">lDriverSize</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">94224288</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="20">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">lMiniVddSize</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">0</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="21">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szAGPStatusEnglish</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Enabled</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="22">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szAGPStatusLocalized</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Enabled</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="23">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szChipType</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Intel(R) HD Graphics Family</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="24">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szD3DStatusEnglish</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Not Available</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="25">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szD3DStatusLocalized</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Not Available</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="26">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDACType</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Internal</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="27">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDDIVersionEnglish</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">unknown</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="28">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDDIVersionLocalized</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">unknown</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="29">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDDStatusEnglish</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Enabled</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="30">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDDStatusLocalized</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Enabled</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="31">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDXVAHDEnglish</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Unknown</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="32">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDXVAModes</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Unknown</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="33">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDescription</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Intel(R) HD Graphics 530</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="34">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDeviceId</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Unknown</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="35">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDeviceIdentifier</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Unknown</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="36">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDeviceName</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Unknown</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="37">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDisplayMemoryEnglish</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Unknown</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="38">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDisplayMemoryLocalized</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">unknown</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="39">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDisplayModeEnglish</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Unknown</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="40">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDisplayModeLocalized</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">unknown</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="41">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDriverAssemblyVersion</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">21.20.16.4565</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="42">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDriverAttributes</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Final Retail</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="43">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDriverDateEnglish</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">2016-12-09 21:00:00</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="44">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDriverDateLocalized</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">12/9/2016 21:00:00</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="45">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDriverLanguageEnglish</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">English</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="46">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDriverLanguageLocalized</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">English</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="47">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDriverModelEnglish</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Unknown</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="48">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDriverModelLocalized</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">unknown</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="49">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDriverName</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">C:\WINDOWS\System32\DriverStore\FileRepository\ki120120.inf_amd64_c5da1f413bf423ab\igdumdim64.dll,C:\WINDOWS\System32\DriverStore\FileRepository\ki120120.inf_amd64_c5da1f413bf423ab\igd10iumd64.dll,C:\WINDOWS\System32\DriverStore\FileRepository\ki120120.inf_amd64_c5da1f413bf423ab\igd10iumd64.dll,C:\WINDOWS\System32\DriverStore\FileRepository\ki120120.inf_amd64_c5da1f413bf423ab\igd12umd64.dll</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="50">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDriverNodeStrongName</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">oem107.inf:5f63e53470659c00:iSKLD_w10_DS:21.20.16.4565:pci\ven_8086&amp;dev_1912&amp;subsys_06b81028</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="51">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDriverSignDate</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Unknown</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="52">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szDriverVersion</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">21.20.0016.4565</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="53">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szKeyDeviceID</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Enum\PCI\VEN_8086&amp;DEV_1912&amp;SUBSYS_06B81028&amp;REV_06</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="54">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szKeyDeviceKey</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Unknown</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="55">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szManufacturer</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Intel Corporation</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="56">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szMiniVdd</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">unknown</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="57">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szMiniVddDateEnglish</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Unknown</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="58">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szMiniVddDateLocalized</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">unknown</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="59">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szMonitorMaxRes</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Unknown</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="60">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szMonitorName</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Unknown</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="61">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szNotesEnglish</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">There is a problem with Intel(R) HD Graphics 530 device. For more information, search for 'graphics device driver error code 22'
</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="62">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szNotesLocalized</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">No problems found.
</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="63">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szOverlayEnglish</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Unknown</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="64">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szRankOfInstalledDriver</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">00D10001</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="65">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szRegHelpText</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Unknown</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="66">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szRevision</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Unknown</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="67">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szRevisionId</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Unknown</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="68">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szSubSysId</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Unknown</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="69">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szTestResultD3D7English</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Not run</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="70">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szTestResultD3D7Localized</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Not run</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="71">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szTestResultD3D8English</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Not run</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="72">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szTestResultD3D8Localized</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Not run</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="73">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szTestResultD3D9English</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Not run</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="74">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szTestResultD3D9Localized</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Not run</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="75">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szTestResultDDEnglish</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Not run</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="76">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szTestResultDDLocalized</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Not run</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="77">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szVdd</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">unknown</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr><tr jsselect="value" jstcache="5" jsinstance="*78">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">szVendorId</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">Unknown</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr>
</tbody></table>
</div>
</td>
</tr>
</tbody></table>
</div></div>
</div>
<div id="log-messages" jsdisplay="values.length" jstcache="1" style="">
<h3 jstcache="0">Log Messages</h3>
<ul jstcache="0">
<li jsselect="values" jstcache="2" jsinstance="0">
<span jscontent="header" jstcache="3">[14624:18764:0701/004510.149:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="1">
<span jscontent="header" jstcache="3">[14624:18764:0701/004510.149:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="2">
<span jscontent="header" jstcache="3">[14624:18764:0701/004510.157:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="3">
<span jscontent="header" jstcache="3">[14624:18764:0701/004702.102:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="4">
<span jscontent="header" jstcache="3">[14624:18764:0701/004702.102:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="5">
<span jscontent="header" jstcache="3">[14624:18764:0701/004702.108:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="6">
<span jscontent="header" jstcache="3">[14624:18764:0701/004710.687:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="7">
<span jscontent="header" jstcache="3">[14624:18764:0701/004710.687:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="8">
<span jscontent="header" jstcache="3">[14624:18764:0701/004710.693:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="9">
<span jscontent="header" jstcache="3">[14624:18764:0701/005011.035:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="10">
<span jscontent="header" jstcache="3">[14624:18764:0701/005011.035:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="11">
<span jscontent="header" jstcache="3">[14624:18764:0701/005011.041:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="12">
<span jscontent="header" jstcache="3">[14624:18764:0701/005231.137:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="13">
<span jscontent="header" jstcache="3">[14624:18764:0701/005231.137:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="14">
<span jscontent="header" jstcache="3">[14624:18764:0701/005231.145:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="15">
<span jscontent="header" jstcache="3">[14624:18764:0701/005324.511:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="16">
<span jscontent="header" jstcache="3">[14624:18764:0701/005324.511:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="17">
<span jscontent="header" jstcache="3">[14624:18764:0701/005324.518:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="18">
<span jscontent="header" jstcache="3">[14624:18764:0701/005409.189:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="19">
<span jscontent="header" jstcache="3">[14624:18764:0701/005409.189:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="20">
<span jscontent="header" jstcache="3">[14624:18764:0701/005409.197:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="21">
<span jscontent="header" jstcache="3">[14624:18764:0701/005428.611:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="22">
<span jscontent="header" jstcache="3">[14624:18764:0701/005428.611:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="23">
<span jscontent="header" jstcache="3">[14624:18764:0701/005428.617:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="24">
<span jscontent="header" jstcache="3">[14624:18764:0701/005719.978:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="25">
<span jscontent="header" jstcache="3">[14624:18764:0701/005719.978:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="26">
<span jscontent="header" jstcache="3">[14624:18764:0701/005719.986:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="27">
<span jscontent="header" jstcache="3">[14624:18764:0701/010313.587:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="28">
<span jscontent="header" jstcache="3">[14624:18764:0701/010313.587:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="29">
<span jscontent="header" jstcache="3">[14624:18764:0701/010313.593:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="30">
<span jscontent="header" jstcache="3">[14624:18764:0701/010337.397:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="31">
<span jscontent="header" jstcache="3">[14624:18764:0701/010337.397:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="32">
<span jscontent="header" jstcache="3">[14624:18764:0701/010337.403:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="33">
<span jscontent="header" jstcache="3">[14624:18764:0701/010657.108:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="34">
<span jscontent="header" jstcache="3">[14624:18764:0701/010657.108:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="35">
<span jscontent="header" jstcache="3">[14624:18764:0701/010657.115:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="36">
<span jscontent="header" jstcache="3">[14624:18764:0701/010703.260:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="37">
<span jscontent="header" jstcache="3">[14624:18764:0701/010703.261:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="38">
<span jscontent="header" jstcache="3">[14624:18764:0701/010703.267:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="39">
<span jscontent="header" jstcache="3">[14624:18764:0701/011125.640:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="40">
<span jscontent="header" jstcache="3">[14624:18764:0701/011125.640:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="41">
<span jscontent="header" jstcache="3">[14624:18764:0701/011125.647:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="42">
<span jscontent="header" jstcache="3">[14624:18764:0701/011240.382:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="43">
<span jscontent="header" jstcache="3">[14624:18764:0701/011240.382:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="44">
<span jscontent="header" jstcache="3">[14624:18764:0701/011240.388:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="45">
<span jscontent="header" jstcache="3">[14624:18764:0701/011559.952:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="46">
<span jscontent="header" jstcache="3">[14624:18764:0701/011559.952:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="47">
<span jscontent="header" jstcache="3">[14624:18764:0701/011559.959:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="48">
<span jscontent="header" jstcache="3">[14624:18764:0701/011653.773:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="49">
<span jscontent="header" jstcache="3">[14624:18764:0701/011653.773:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="50">
<span jscontent="header" jstcache="3">[14624:18764:0701/011653.779:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="51">
<span jscontent="header" jstcache="3">[14624:18764:0701/012346.080:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="52">
<span jscontent="header" jstcache="3">[14624:18764:0701/012346.080:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="53">
<span jscontent="header" jstcache="3">[14624:18764:0701/012346.088:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="54">
<span jscontent="header" jstcache="3">[14624:18764:0701/012354.535:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="55">
<span jscontent="header" jstcache="3">[14624:18764:0701/012354.535:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="56">
<span jscontent="header" jstcache="3">[14624:18764:0701/012354.542:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="57">
<span jscontent="header" jstcache="3">[14624:18764:0701/014101.071:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="58">
<span jscontent="header" jstcache="3">[14624:18764:0701/014101.071:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="59">
<span jscontent="header" jstcache="3">[14624:18764:0701/014101.077:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="60">
<span jscontent="header" jstcache="3">[14624:18764:0701/014134.965:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="61">
<span jscontent="header" jstcache="3">[14624:18764:0701/014134.965:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="62">
<span jscontent="header" jstcache="3">[14624:18764:0701/014134.972:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="63">
<span jscontent="header" jstcache="3">[14624:18764:0701/014417.562:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="64">
<span jscontent="header" jstcache="3">[14624:18764:0701/014417.562:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="65">
<span jscontent="header" jstcache="3">[14624:18764:0701/014417.569:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="66">
<span jscontent="header" jstcache="3">[14624:18764:0701/014422.746:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="67">
<span jscontent="header" jstcache="3">[14624:18764:0701/014422.747:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="68">
<span jscontent="header" jstcache="3">[14624:18764:0701/014422.754:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="69">
<span jscontent="header" jstcache="3">[14624:18764:0701/014740.126:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="70">
<span jscontent="header" jstcache="3">[14624:18764:0701/014740.126:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="71">
<span jscontent="header" jstcache="3">[14624:18764:0701/014740.132:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="72">
<span jscontent="header" jstcache="3">[14624:18764:0701/014755.293:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="73">
<span jscontent="header" jstcache="3">[14624:18764:0701/014755.293:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="74">
<span jscontent="header" jstcache="3">[14624:18764:0701/014755.300:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="75">
<span jscontent="header" jstcache="3">[14624:18764:0701/015009.047:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="76">
<span jscontent="header" jstcache="3">[14624:18764:0701/015009.047:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="77">
<span jscontent="header" jstcache="3">[14624:18764:0701/015009.053:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="78">
<span jscontent="header" jstcache="3">[14624:18764:0701/015128.519:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="79">
<span jscontent="header" jstcache="3">[14624:18764:0701/015128.519:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="80">
<span jscontent="header" jstcache="3">[14624:18764:0701/015128.527:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="81">
<span jscontent="header" jstcache="3">[14624:18764:0701/015303.842:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="82">
<span jscontent="header" jstcache="3">[14624:18764:0701/015303.842:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="83">
<span jscontent="header" jstcache="3">[14624:18764:0701/015303.849:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="84">
<span jscontent="header" jstcache="3">[14624:18764:0701/015350.505:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="85">
<span jscontent="header" jstcache="3">[14624:18764:0701/015350.505:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="86">
<span jscontent="header" jstcache="3">[14624:18764:0701/015350.511:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="87">
<span jscontent="header" jstcache="3">[14624:18764:0701/015356.657:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="88">
<span jscontent="header" jstcache="3">[14624:18764:0701/015356.657:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="89">
<span jscontent="header" jstcache="3">[14624:18764:0701/015356.664:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="90">
<span jscontent="header" jstcache="3">[14624:18764:0701/015921.636:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="91">
<span jscontent="header" jstcache="3">[14624:18764:0701/015921.636:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="92">
<span jscontent="header" jstcache="3">[14624:18764:0701/015921.644:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="93">
<span jscontent="header" jstcache="3">[14624:18764:0701/015926.824:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="94">
<span jscontent="header" jstcache="3">[14624:18764:0701/015926.824:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="95">
<span jscontent="header" jstcache="3">[14624:18764:0701/015926.830:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="96">
<span jscontent="header" jstcache="3">[14624:18764:0701/020150.156:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="97">
<span jscontent="header" jstcache="3">[14624:18764:0701/020150.156:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="98">
<span jscontent="header" jstcache="3">[14624:18764:0701/020150.163:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="99">
<span jscontent="header" jstcache="3">[14624:18764:0701/020458.575:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="100">
<span jscontent="header" jstcache="3">[14624:18764:0701/020458.575:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="101">
<span jscontent="header" jstcache="3">[14624:18764:0701/020458.582:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="102">
<span jscontent="header" jstcache="3">[14624:18764:0701/021348.679:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="103">
<span jscontent="header" jstcache="3">[14624:18764:0701/021348.679:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="104">
<span jscontent="header" jstcache="3">[14624:18764:0701/021348.686:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="105">
<span jscontent="header" jstcache="3">[14624:18764:0701/021601.397:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="106">
<span jscontent="header" jstcache="3">[14624:18764:0701/021601.397:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="107">
<span jscontent="header" jstcache="3">[14624:18764:0701/021601.405:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="108">
<span jscontent="header" jstcache="3">[14624:18764:0701/021616.554:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="109">
<span jscontent="header" jstcache="3">[14624:18764:0701/021616.554:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="110">
<span jscontent="header" jstcache="3">[14624:18764:0701/021616.561:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="111">
<span jscontent="header" jstcache="3">[14624:18764:0701/021840.827:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="112">
<span jscontent="header" jstcache="3">[14624:18764:0701/021840.827:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="113">
<span jscontent="header" jstcache="3">[14624:18764:0701/021840.834:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="114">
<span jscontent="header" jstcache="3">[14624:18764:0701/022138.265:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="115">
<span jscontent="header" jstcache="3">[14624:18764:0701/022138.265:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="116">
<span jscontent="header" jstcache="3">[14624:18764:0701/022138.272:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="117">
<span jscontent="header" jstcache="3">[14624:18764:0701/022351.586:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="118">
<span jscontent="header" jstcache="3">[14624:18764:0701/022351.586:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="119">
<span jscontent="header" jstcache="3">[14624:18764:0701/022351.593:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="120">
<span jscontent="header" jstcache="3">[14624:18764:0701/022356.346:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="121">
<span jscontent="header" jstcache="3">[14624:18764:0701/022356.346:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="122">
<span jscontent="header" jstcache="3">[14624:18764:0701/022356.352:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="123">
<span jscontent="header" jstcache="3">[14624:18764:0701/022402.507:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="124">
<span jscontent="header" jstcache="3">[14624:18764:0701/022402.507:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="125">
<span jscontent="header" jstcache="3">[14624:18764:0701/022402.513:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="126">
<span jscontent="header" jstcache="3">[14624:18764:0701/022633.937:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="127">
<span jscontent="header" jstcache="3">[14624:18764:0701/022633.937:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="128">
<span jscontent="header" jstcache="3">[14624:18764:0701/022633.944:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="129">
<span jscontent="header" jstcache="3">[14624:18764:0701/022821.442:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="130">
<span jscontent="header" jstcache="3">[14624:18764:0701/022821.442:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="131">
<span jscontent="header" jstcache="3">[14624:18764:0701/022821.449:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="132">
<span jscontent="header" jstcache="3">[14624:18764:0701/022824.559:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="133">
<span jscontent="header" jstcache="3">[14624:18764:0701/022824.559:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="134">
<span jscontent="header" jstcache="3">[14624:18764:0701/022824.565:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="135">
<span jscontent="header" jstcache="3">[14624:18764:0701/022831.468:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="136">
<span jscontent="header" jstcache="3">[14624:18764:0701/022831.468:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="137">
<span jscontent="header" jstcache="3">[14624:18764:0701/022831.474:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="138">
<span jscontent="header" jstcache="3">[14624:18764:0701/023008.301:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="139">
<span jscontent="header" jstcache="3">[14624:18764:0701/023008.301:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="140">
<span jscontent="header" jstcache="3">[14624:18764:0701/023008.308:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="141">
<span jscontent="header" jstcache="3">[14624:18764:0701/024014.823:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="142">
<span jscontent="header" jstcache="3">[14624:18764:0701/024014.823:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="143">
<span jscontent="header" jstcache="3">[14624:18764:0701/024014.830:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="144">
<span jscontent="header" jstcache="3">[14624:18764:0701/024808.913:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="145">
<span jscontent="header" jstcache="3">[14624:18764:0701/024808.913:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="146">
<span jscontent="header" jstcache="3">[14624:18764:0701/024808.920:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="147">
<span jscontent="header" jstcache="3">[14624:18764:0701/024952.663:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="148">
<span jscontent="header" jstcache="3">[14624:18764:0701/024952.663:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="149">
<span jscontent="header" jstcache="3">[14624:18764:0701/024952.669:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="150">
<span jscontent="header" jstcache="3">[14624:18764:0701/025635.952:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="151">
<span jscontent="header" jstcache="3">[14624:18764:0701/025635.952:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="152">
<span jscontent="header" jstcache="3">[14624:18764:0701/025635.960:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="153">
<span jscontent="header" jstcache="3">[14624:18764:0701/030056.237:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="154">
<span jscontent="header" jstcache="3">[14624:18764:0701/030056.237:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="155">
<span jscontent="header" jstcache="3">[14624:18764:0701/030056.244:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="156">
<span jscontent="header" jstcache="3">[14624:18764:0701/030352.444:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="157">
<span jscontent="header" jstcache="3">[14624:18764:0701/030352.444:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="158">
<span jscontent="header" jstcache="3">[14624:18764:0701/030352.451:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="159">
<span jscontent="header" jstcache="3">[14624:18764:0701/030407.658:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="160">
<span jscontent="header" jstcache="3">[14624:18764:0701/030407.658:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="161">
<span jscontent="header" jstcache="3">[14624:18764:0701/030407.665:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="162">
<span jscontent="header" jstcache="3">[14624:18764:0701/030607.123:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="163">
<span jscontent="header" jstcache="3">[14624:18764:0701/030607.123:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="164">
<span jscontent="header" jstcache="3">[14624:18764:0701/030607.130:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="165">
<span jscontent="header" jstcache="3">[14624:18764:0701/030728.520:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="166">
<span jscontent="header" jstcache="3">[14624:18764:0701/030728.520:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="167">
<span jscontent="header" jstcache="3">[14624:18764:0701/030728.527:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="168">
<span jscontent="header" jstcache="3">[14624:18764:0701/031237.575:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="169">
<span jscontent="header" jstcache="3">[14624:18764:0701/031237.575:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="170">
<span jscontent="header" jstcache="3">[14624:18764:0701/031237.583:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="171">
<span jscontent="header" jstcache="3">[14624:18764:0701/031740.132:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="172">
<span jscontent="header" jstcache="3">[14624:18764:0701/031740.132:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="173">
<span jscontent="header" jstcache="3">[14624:18764:0701/031740.139:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="174">
<span jscontent="header" jstcache="3">[14624:18764:0701/032117.327:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="175">
<span jscontent="header" jstcache="3">[14624:18764:0701/032117.327:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="176">
<span jscontent="header" jstcache="3">[14624:18764:0701/032117.333:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="177">
<span jscontent="header" jstcache="3">[14624:18764:0701/032147.396:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="178">
<span jscontent="header" jstcache="3">[14624:18764:0701/032147.396:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="179">
<span jscontent="header" jstcache="3">[14624:18764:0701/032147.403:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="180">
<span jscontent="header" jstcache="3">[14624:18764:0701/032153.667:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="181">
<span jscontent="header" jstcache="3">[14624:18764:0701/032153.667:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="182">
<span jscontent="header" jstcache="3">[14624:18764:0701/032153.673:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="183">
<span jscontent="header" jstcache="3">[14624:18764:0701/033134.574:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1513
</span>
</li><li jsselect="values" jstcache="2" jsinstance="184">
<span jscontent="header" jstcache="3">[14624:18764:0701/033134.574:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="185">
<span jscontent="header" jstcache="3">[14624:18764:0701/033134.574:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp8
</span>
</li><li jsselect="values" jstcache="2" jsinstance="186">
<span jscontent="header" jstcache="3">[14624:18764:0701/033216.871:ERROR:dxva_picture_buffer_win.cc(23)] </span>: <span jscontent="message" jstcache="4">Error in dxva_picture_buffer_win.cc on line 677
</span>
</li><li jsselect="values" jstcache="2" jsinstance="187">
<span jscontent="header" jstcache="3">[14624:18764:0701/033222.454:ERROR:dxva_picture_buffer_win.cc(23)] </span>: <span jscontent="message" jstcache="4">Error in dxva_picture_buffer_win.cc on line 677
</span>
</li><li jsselect="values" jstcache="2" jsinstance="188">
<span jscontent="header" jstcache="3">[14624:18764:0701/033233.337:ERROR:dxva_picture_buffer_win.cc(23)] </span>: <span jscontent="message" jstcache="4">Error in dxva_picture_buffer_win.cc on line 677
</span>
</li><li jsselect="values" jstcache="2" jsinstance="189">
<span jscontent="header" jstcache="3">[14624:18764:0701/033507.189:ERROR:dxva_picture_buffer_win.cc(23)] </span>: <span jscontent="message" jstcache="4">Error in dxva_picture_buffer_win.cc on line 677
</span>
</li><li jsselect="values" jstcache="2" jsinstance="190">
<span jscontent="header" jstcache="3">[14624:18764:0701/033820.571:ERROR:dxva_picture_buffer_win.cc(23)] </span>: <span jscontent="message" jstcache="4">Error in dxva_picture_buffer_win.cc on line 677
</span>
</li><li jsselect="values" jstcache="2" jsinstance="191">
<span jscontent="header" jstcache="3">[14624:18764:0701/033833.838:ERROR:dxva_picture_buffer_win.cc(23)] </span>: <span jscontent="message" jstcache="4">Error in dxva_picture_buffer_win.cc on line 677
</span>
</li><li jsselect="values" jstcache="2" jsinstance="192">
<span jscontent="header" jstcache="3">[14624:18764:0701/033926.821:ERROR:dxva_picture_buffer_win.cc(23)] </span>: <span jscontent="message" jstcache="4">Error in dxva_picture_buffer_win.cc on line 677
</span>
</li><li jsselect="values" jstcache="2" jsinstance="193">
<span jscontent="header" jstcache="3">[14624:18764:0701/033933.573:ERROR:dxva_picture_buffer_win.cc(23)] </span>: <span jscontent="message" jstcache="4">Error in dxva_picture_buffer_win.cc on line 677
</span>
</li><li jsselect="values" jstcache="2" jsinstance="194">
<span jscontent="header" jstcache="3">[14624:18764:0701/033935.604:ERROR:dxva_picture_buffer_win.cc(23)] </span>: <span jscontent="message" jstcache="4">Error in dxva_picture_buffer_win.cc on line 677
</span>
</li><li jsselect="values" jstcache="2" jsinstance="195">
<span jscontent="header" jstcache="3">[14624:18764:0701/034004.288:ERROR:dxva_picture_buffer_win.cc(23)] </span>: <span jscontent="message" jstcache="4">Error in dxva_picture_buffer_win.cc on line 677
</span>
</li><li jsselect="values" jstcache="2" jsinstance="196">
<span jscontent="header" jstcache="3">[14624:18764:0701/034105.938:ERROR:dxva_picture_buffer_win.cc(23)] </span>: <span jscontent="message" jstcache="4">Error in dxva_picture_buffer_win.cc on line 677
</span>
</li><li jsselect="values" jstcache="2" jsinstance="197">
<span jscontent="header" jstcache="3">[14624:18764:0701/034107.371:ERROR:dxva_picture_buffer_win.cc(23)] </span>: <span jscontent="message" jstcache="4">Error in dxva_picture_buffer_win.cc on line 677
</span>
</li><li jsselect="values" jstcache="2" jsinstance="198">
<span jscontent="header" jstcache="3">[14624:18764:0701/034400.023:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1513
</span>
</li><li jsselect="values" jstcache="2" jsinstance="199">
<span jscontent="header" jstcache="3">[14624:18764:0701/034400.023:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="200">
<span jscontent="header" jstcache="3">[14624:18764:0701/034400.023:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp8
</span>
</li><li jsselect="values" jstcache="2" jsinstance="201">
<span jscontent="header" jstcache="3">[14624:18764:0701/034707.004:ERROR:dxva_picture_buffer_win.cc(23)] </span>: <span jscontent="message" jstcache="4">Error in dxva_picture_buffer_win.cc on line 677
</span>
</li><li jsselect="values" jstcache="2" jsinstance="202">
<span jscontent="header" jstcache="3">[14624:18764:0701/034707.021:ERROR:dxva_picture_buffer_win.cc(23)] </span>: <span jscontent="message" jstcache="4">Error in dxva_picture_buffer_win.cc on line 677
</span>
</li><li jsselect="values" jstcache="2" jsinstance="203">
<span jscontent="header" jstcache="3">[14624:18764:0701/034719.155:ERROR:dxva_picture_buffer_win.cc(23)] </span>: <span jscontent="message" jstcache="4">Error in dxva_picture_buffer_win.cc on line 677
</span>
</li><li jsselect="values" jstcache="2" jsinstance="204">
<span jscontent="header" jstcache="3">[14624:18764:0701/034819.504:ERROR:dxva_picture_buffer_win.cc(23)] </span>: <span jscontent="message" jstcache="4">Error in dxva_picture_buffer_win.cc on line 677
</span>
</li><li jsselect="values" jstcache="2" jsinstance="205">
<span jscontent="header" jstcache="3">[14624:18764:0701/034821.905:ERROR:dxva_picture_buffer_win.cc(23)] </span>: <span jscontent="message" jstcache="4">Error in dxva_picture_buffer_win.cc on line 677
</span>
</li><li jsselect="values" jstcache="2" jsinstance="206">
<span jscontent="header" jstcache="3">[14624:18764:0701/034823.971:ERROR:dxva_picture_buffer_win.cc(23)] </span>: <span jscontent="message" jstcache="4">Error in dxva_picture_buffer_win.cc on line 677
</span>
</li><li jsselect="values" jstcache="2" jsinstance="207">
<span jscontent="header" jstcache="3">[14624:18764:0701/034852.721:ERROR:dxva_picture_buffer_win.cc(23)] </span>: <span jscontent="message" jstcache="4">Error in dxva_picture_buffer_win.cc on line 677
</span>
</li><li jsselect="values" jstcache="2" jsinstance="208">
<span jscontent="header" jstcache="3">[14624:18764:0701/034936.989:ERROR:dxva_picture_buffer_win.cc(23)] </span>: <span jscontent="message" jstcache="4">Error in dxva_picture_buffer_win.cc on line 677
</span>
</li><li jsselect="values" jstcache="2" jsinstance="209">
<span jscontent="header" jstcache="3">[14624:18764:0701/035327.155:ERROR:dxva_picture_buffer_win.cc(23)] </span>: <span jscontent="message" jstcache="4">Error in dxva_picture_buffer_win.cc on line 677
</span>
</li><li jsselect="values" jstcache="2" jsinstance="210">
<span jscontent="header" jstcache="3">[14624:18764:0701/035512.955:ERROR:dxva_picture_buffer_win.cc(23)] </span>: <span jscontent="message" jstcache="4">Error in dxva_picture_buffer_win.cc on line 677
</span>
</li><li jsselect="values" jstcache="2" jsinstance="211">
<span jscontent="header" jstcache="3">[14624:18764:0701/035709.655:ERROR:dxva_picture_buffer_win.cc(23)] </span>: <span jscontent="message" jstcache="4">Error in dxva_picture_buffer_win.cc on line 677
</span>
</li><li jsselect="values" jstcache="2" jsinstance="212">
<span jscontent="header" jstcache="3">[14624:18764:0701/035712.472:ERROR:dxva_picture_buffer_win.cc(23)] </span>: <span jscontent="message" jstcache="4">Error in dxva_picture_buffer_win.cc on line 677
</span>
</li><li jsselect="values" jstcache="2" jsinstance="213">
<span jscontent="header" jstcache="3">[14624:18764:0701/035823.255:ERROR:dxva_picture_buffer_win.cc(23)] </span>: <span jscontent="message" jstcache="4">Error in dxva_picture_buffer_win.cc on line 677
</span>
</li><li jsselect="values" jstcache="2" jsinstance="214">
<span jscontent="header" jstcache="3">[14624:18764:0701/035934.173:ERROR:dxva_picture_buffer_win.cc(23)] </span>: <span jscontent="message" jstcache="4">Error in dxva_picture_buffer_win.cc on line 677
</span>
</li><li jsselect="values" jstcache="2" jsinstance="215">
<span jscontent="header" jstcache="3">[14624:18764:0701/035934.190:ERROR:dxva_picture_buffer_win.cc(23)] </span>: <span jscontent="message" jstcache="4">Error in dxva_picture_buffer_win.cc on line 677
</span>
</li><li jsselect="values" jstcache="2" jsinstance="216">
<span jscontent="header" jstcache="3">[14624:18764:0701/035947.722:ERROR:dxva_picture_buffer_win.cc(23)] </span>: <span jscontent="message" jstcache="4">Error in dxva_picture_buffer_win.cc on line 677
</span>
</li><li jsselect="values" jstcache="2" jsinstance="217">
<span jscontent="header" jstcache="3">[14624:18764:0701/040035.555:ERROR:dxva_picture_buffer_win.cc(23)] </span>: <span jscontent="message" jstcache="4">Error in dxva_picture_buffer_win.cc on line 677
</span>
</li><li jsselect="values" jstcache="2" jsinstance="218">
<span jscontent="header" jstcache="3">[14624:18764:0701/042903.591:ERROR:angle_platform_impl.cc(36)] </span>: <span jscontent="message" jstcache="4">rx::Renderer11::testDeviceLost(2815): The D3D11 device was removed, HRESULT: 0x887A0005
</span>
</li><li jsselect="values" jstcache="2" jsinstance="219">
<span jscontent="header" jstcache="3">[14624:18764:0701/042903.592:ERROR:gles2_cmd_decoder.cc(4284)] </span>: <span jscontent="message" jstcache="4"> GLES2DecoderImpl: Context lost during MakeCurrent.
</span>
</li><li jsselect="values" jstcache="2" jsinstance="220">
<span jscontent="header" jstcache="3">[14624:18764:0701/042903.592:ERROR:gpu_channel_manager.cc(188)] </span>: <span jscontent="message" jstcache="4">Exiting GPU process because some drivers cannot recover from problems.
</span>
</li><li jsselect="values" jstcache="2" jsinstance="221">
<span jscontent="header" jstcache="3">[14624:18764:0701/042903.592:ERROR:gpu_channel_manager.cc(188)] </span>: <span jscontent="message" jstcache="4">Exiting GPU process because some drivers cannot recover from problems.
</span>
</li><li jsselect="values" jstcache="2" jsinstance="222">
<span jscontent="header" jstcache="3">GpuProcessHostUIShim</span>: <span jscontent="message" jstcache="4">The GPU process exited normally. Everything is okay.</span>
</li><li jsselect="values" jstcache="2" jsinstance="223">
<span jscontent="header" jstcache="3">[20308:16488:0701/042907.240:ERROR:gles2_cmd_decoder.cc(17652)] </span>: <span jscontent="message" jstcache="4">[.DisplayCompositor-000001B5215BA030]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
</span>
</li><li jsselect="values" jstcache="2" jsinstance="224">
<span jscontent="header" jstcache="3">[20308:16488:0701/042907.277:ERROR:gles2_cmd_decoder.cc(9709)] </span>: <span jscontent="message" jstcache="4">[.DisplayCompositor-000001B5215BA030]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
</span>
</li><li jsselect="values" jstcache="2" jsinstance="225">
<span jscontent="header" jstcache="3">[20308:16488:0701/042907.278:ERROR:gles2_cmd_decoder.cc(17652)] </span>: <span jscontent="message" jstcache="4">[.DisplayCompositor-000001B5215BA030]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
</span>
</li><li jsselect="values" jstcache="2" jsinstance="226">
<span jscontent="header" jstcache="3">[20308:16488:0701/042907.278:ERROR:gles2_cmd_decoder.cc(9709)] </span>: <span jscontent="message" jstcache="4">[.DisplayCompositor-000001B5215BA030]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
</span>
</li><li jsselect="values" jstcache="2" jsinstance="227">
<span jscontent="header" jstcache="3">[20308:16488:0701/042907.278:ERROR:gles2_cmd_decoder.cc(17652)] </span>: <span jscontent="message" jstcache="4">[.DisplayCompositor-000001B5215BA030]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
</span>
</li><li jsselect="values" jstcache="2" jsinstance="228">
<span jscontent="header" jstcache="3">[20308:16488:0701/042907.278:ERROR:gles2_cmd_decoder.cc(9709)] </span>: <span jscontent="message" jstcache="4">[.DisplayCompositor-000001B5215BA030]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
</span>
</li><li jsselect="values" jstcache="2" jsinstance="229">
<span jscontent="header" jstcache="3">[20308:16488:0701/042907.278:ERROR:gles2_cmd_decoder.cc(17652)] </span>: <span jscontent="message" jstcache="4">[.DisplayCompositor-000001B5215BA030]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
</span>
</li><li jsselect="values" jstcache="2" jsinstance="230">
<span jscontent="header" jstcache="3">[20308:16488:0701/042907.278:ERROR:gles2_cmd_decoder.cc(9709)] </span>: <span jscontent="message" jstcache="4">[.DisplayCompositor-000001B5215BA030]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
</span>
</li><li jsselect="values" jstcache="2" jsinstance="231">
<span jscontent="header" jstcache="3">[20308:16488:0701/042907.278:ERROR:gles2_cmd_decoder.cc(17652)] </span>: <span jscontent="message" jstcache="4">[.DisplayCompositor-000001B5215BA030]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
</span>
</li><li jsselect="values" jstcache="2" jsinstance="232">
<span jscontent="header" jstcache="3">[20308:16488:0701/042907.278:ERROR:gles2_cmd_decoder.cc(17652)] </span>: <span jscontent="message" jstcache="4">[.DisplayCompositor-000001B5215BA030]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
</span>
</li><li jsselect="values" jstcache="2" jsinstance="233">
<span jscontent="header" jstcache="3">[20308:16488:0701/042907.311:ERROR:gles2_cmd_decoder.cc(9709)] </span>: <span jscontent="message" jstcache="4">[.DisplayCompositor-000001B5215BA030]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
</span>
</li><li jsselect="values" jstcache="2" jsinstance="234">
<span jscontent="header" jstcache="3">[20308:16488:0701/042907.311:ERROR:gles2_cmd_decoder.cc(9709)] </span>: <span jscontent="message" jstcache="4">[.DisplayCompositor-000001B5215BA030]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
</span>
</li><li jsselect="values" jstcache="2" jsinstance="235">
<span jscontent="header" jstcache="3">[20308:16488:0701/044032.798:ERROR:gles2_cmd_decoder.cc(17652)] </span>: <span jscontent="message" jstcache="4">[.DisplayCompositor-000001B5215BA030]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
</span>
</li><li jsselect="values" jstcache="2" jsinstance="236">
<span jscontent="header" jstcache="3">[20308:16488:0701/044032.798:ERROR:gles2_cmd_decoder.cc(9709)] </span>: <span jscontent="message" jstcache="4">[.DisplayCompositor-000001B5215BA030]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
</span>
</li><li jsselect="values" jstcache="2" jsinstance="237">
<span jscontent="header" jstcache="3">[20308:16488:0701/044032.798:ERROR:gles2_cmd_decoder.cc(17652)] </span>: <span jscontent="message" jstcache="4">[.DisplayCompositor-000001B5215BA030]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
</span>
</li><li jsselect="values" jstcache="2" jsinstance="238">
<span jscontent="header" jstcache="3">[20308:16488:0701/044032.798:ERROR:gles2_cmd_decoder.cc(9709)] </span>: <span jscontent="message" jstcache="4">[.DisplayCompositor-000001B5215BA030]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
</span>
</li><li jsselect="values" jstcache="2" jsinstance="239">
<span jscontent="header" jstcache="3">[20308:16488:0701/044032.798:ERROR:gles2_cmd_decoder.cc(17652)] </span>: <span jscontent="message" jstcache="4">[.DisplayCompositor-000001B5215BA030]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
</span>
</li><li jsselect="values" jstcache="2" jsinstance="240">
<span jscontent="header" jstcache="3">[20308:16488:0701/044032.798:ERROR:gles2_cmd_decoder.cc(9709)] </span>: <span jscontent="message" jstcache="4">[.DisplayCompositor-000001B5215BA030]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
</span>
</li><li jsselect="values" jstcache="2" jsinstance="241">
<span jscontent="header" jstcache="3">[20308:16488:0701/044032.798:ERROR:gles2_cmd_decoder.cc(17652)] </span>: <span jscontent="message" jstcache="4">[.DisplayCompositor-000001B5215BA030]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
</span>
</li><li jsselect="values" jstcache="2" jsinstance="242">
<span jscontent="header" jstcache="3">[20308:16488:0701/044032.798:ERROR:gles2_cmd_decoder.cc(9709)] </span>: <span jscontent="message" jstcache="4">[.DisplayCompositor-000001B5215BA030]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
</span>
</li><li jsselect="values" jstcache="2" jsinstance="243">
<span jscontent="header" jstcache="3">[20308:16488:0701/044032.798:ERROR:gles2_cmd_decoder.cc(17652)] </span>: <span jscontent="message" jstcache="4">[.DisplayCompositor-000001B5215BA030]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
</span>
</li><li jsselect="values" jstcache="2" jsinstance="244">
<span jscontent="header" jstcache="3">[20308:16488:0701/044032.798:ERROR:gles2_cmd_decoder.cc(17652)] </span>: <span jscontent="message" jstcache="4">[.DisplayCompositor-000001B5215BA030]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
</span>
</li><li jsselect="values" jstcache="2" jsinstance="245">
<span jscontent="header" jstcache="3">[20308:16488:0701/044032.798:ERROR:gles2_cmd_decoder.cc(9709)] </span>: <span jscontent="message" jstcache="4">[.DisplayCompositor-000001B5215BA030]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
</span>
</li><li jsselect="values" jstcache="2" jsinstance="246">
<span jscontent="header" jstcache="3">[20308:16488:0701/044032.798:ERROR:gles2_cmd_decoder.cc(9709)] </span>: <span jscontent="message" jstcache="4">[.DisplayCompositor-000001B5215BA030]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
</span>
</li><li jsselect="values" jstcache="2" jsinstance="247">
<span jscontent="header" jstcache="3">[20308:16488:0701/044032.804:ERROR:gles2_cmd_decoder.cc(9709)] </span>: <span jscontent="message" jstcache="4">[.DisplayCompositor-000001B5215BA030]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
</span>
</li><li jsselect="values" jstcache="2" jsinstance="248">
<span jscontent="header" jstcache="3">[20308:16488:0701/044032.804:ERROR:gles2_cmd_decoder.cc(9709)] </span>: <span jscontent="message" jstcache="4">[.DisplayCompositor-000001B5215BA030]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
</span>
</li><li jsselect="values" jstcache="2" jsinstance="249">
<span jscontent="header" jstcache="3">[20308:16488:0701/044032.804:ERROR:gles2_cmd_decoder.cc(9709)] </span>: <span jscontent="message" jstcache="4">[.DisplayCompositor-000001B5215BA030]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
</span>
</li><li jsselect="values" jstcache="2" jsinstance="250">
<span jscontent="header" jstcache="3">[20308:16488:0701/044032.874:ERROR:gles2_cmd_decoder.cc(9709)] </span>: <span jscontent="message" jstcache="4">[.DisplayCompositor-000001B5215BA030]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
</span>
</li><li jsselect="values" jstcache="2" jsinstance="251">
<span jscontent="header" jstcache="3">[20308:16488:0701/044032.876:ERROR:gles2_cmd_decoder.cc(9709)] </span>: <span jscontent="message" jstcache="4">[.DisplayCompositor-000001B5215BA030]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
</span>
</li><li jsselect="values" jstcache="2" jsinstance="252">
<span jscontent="header" jstcache="3">[20308:16488:0701/044051.853:ERROR:gles2_cmd_decoder.cc(17652)] </span>: <span jscontent="message" jstcache="4">[.DisplayCompositor-000001B5215BA030]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
</span>
</li><li jsselect="values" jstcache="2" jsinstance="253">
<span jscontent="header" jstcache="3">[20308:16488:0701/044051.853:ERROR:gles2_cmd_decoder.cc(9709)] </span>: <span jscontent="message" jstcache="4">[.DisplayCompositor-000001B5215BA030]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
</span>
</li><li jsselect="values" jstcache="2" jsinstance="254">
<span jscontent="header" jstcache="3">[20308:16488:0701/044051.853:ERROR:gles2_cmd_decoder.cc(17652)] </span>: <span jscontent="message" jstcache="4">[.DisplayCompositor-000001B5215BA030]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
</span>
</li><li jsselect="values" jstcache="2" jsinstance="255">
<span jscontent="header" jstcache="3">[20308:16488:0701/044051.853:ERROR:gles2_cmd_decoder.cc(9709)] </span>: <span jscontent="message" jstcache="4">[.DisplayCompositor-000001B5215BA030]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
</span>
</li><li jsselect="values" jstcache="2" jsinstance="256">
<span jscontent="header" jstcache="3">[20308:16488:0701/044051.853:ERROR:gles2_cmd_decoder.cc(17652)] </span>: <span jscontent="message" jstcache="4">[.DisplayCompositor-000001B5215BA030]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
</span>
</li><li jsselect="values" jstcache="2" jsinstance="257">
<span jscontent="header" jstcache="3">[20308:16488:0701/044051.853:ERROR:gles2_cmd_decoder.cc(9709)] </span>: <span jscontent="message" jstcache="4">[.DisplayCompositor-000001B5215BA030]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
</span>
</li><li jsselect="values" jstcache="2" jsinstance="258">
<span jscontent="header" jstcache="3">[20308:16488:0701/044051.853:ERROR:gles2_cmd_decoder.cc(17652)] </span>: <span jscontent="message" jstcache="4">[.DisplayCompositor-000001B5215BA030]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
</span>
</li><li jsselect="values" jstcache="2" jsinstance="259">
<span jscontent="header" jstcache="3">[20308:16488:0701/044051.853:ERROR:gles2_cmd_decoder.cc(9709)] </span>: <span jscontent="message" jstcache="4">[.DisplayCompositor-000001B5215BA030]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
</span>
</li><li jsselect="values" jstcache="2" jsinstance="260">
<span jscontent="header" jstcache="3">[20308:16488:0701/044051.853:ERROR:gles2_cmd_decoder.cc(17652)] </span>: <span jscontent="message" jstcache="4">[.DisplayCompositor-000001B5215BA030]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
</span>
</li><li jsselect="values" jstcache="2" jsinstance="261">
<span jscontent="header" jstcache="3">[20308:16488:0701/044051.853:ERROR:gles2_cmd_decoder.cc(17652)] </span>: <span jscontent="message" jstcache="4">[.DisplayCompositor-000001B5215BA030]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
</span>
</li><li jsselect="values" jstcache="2" jsinstance="262">
<span jscontent="header" jstcache="3">[20308:16488:0701/044051.853:ERROR:gles2_cmd_decoder.cc(9709)] </span>: <span jscontent="message" jstcache="4">[.DisplayCompositor-000001B5215BA030]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
</span>
</li><li jsselect="values" jstcache="2" jsinstance="263">
<span jscontent="header" jstcache="3">[20308:16488:0701/044051.853:ERROR:gles2_cmd_decoder.cc(9709)] </span>: <span jscontent="message" jstcache="4">[.DisplayCompositor-000001B5215BA030]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
</span>
</li><li jsselect="values" jstcache="2" jsinstance="264">
<span jscontent="header" jstcache="3">[20308:16488:0701/180623.570:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="265">
<span jscontent="header" jstcache="3">[20308:16488:0701/180623.570:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="266">
<span jscontent="header" jstcache="3">[20308:16488:0701/180623.577:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="267">
<span jscontent="header" jstcache="3">[20308:16488:0701/180630.228:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 1541
</span>
</li><li jsselect="values" jstcache="2" jsinstance="268">
<span jscontent="header" jstcache="3">[20308:16488:0701/180630.228:ERROR:mf_helpers.cc(12)] </span>: <span jscontent="message" jstcache="4">Error in dxva_video_decode_accelerator_win.cc on line 628
</span>
</li><li jsselect="values" jstcache="2" jsinstance="269">
<span jscontent="header" jstcache="3">[20308:16488:0701/180630.234:ERROR:gpu_video_decode_accelerator.cc(376)] </span>: <span jscontent="message" jstcache="4">HW video decode not available for profile vp9 profile0
</span>
</li><li jsselect="values" jstcache="2" jsinstance="*270">
<span jscontent="header" jstcache="3">GpuProcessHostUIShim</span>: <span jscontent="message" jstcache="4">The GPU process exited normally. Everything is okay.</span>
</li>
</ul>
</div>
<!-- templates -->
<div style="display:none">
<div id="info-view-table-template" jstcache="0">
<table id="info-view-table" jstcache="0">
<colgroup jstcache="0">
<col style="width: 25%" jstcache="0">
<col style="width: 75%" jstcache="0">
</colgroup>
<tbody jstcache="0"><tr jsselect="value" jstcache="5">
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span class="row-title" jscontent="description" jstcache="8">title</span>
</td>
<td jsdisplay="!(value instanceof Array)" jstcache="6">
<span jscontent="value" jstcache="9">value</span>
</td>
<td jsdisplay="value instanceof Array" colspan="2" jstcache="7">
<span jscontent="description" class="row-title" jstcache="8"></span>
<div transclude="info-view-table-template" jstcache="10"></div>
</td>
</tr>
</tbody></table>
</div>
</div>
</tabpanel>
<script src="chrome://resources/js/i18n_template.js"></script>
<script src="chrome://resources/js/jstemplate_compiled.js"></script>
</body></html>
Graphics Feature Status
Canvas: Hardware accelerated
Flash: Hardware accelerated
Flash Stage3D: Hardware accelerated
Flash Stage3D Baseline profile: Hardware accelerated
Compositing: Hardware accelerated
Multiple Raster Threads: Enabled
Native GpuMemoryBuffers: Software only. Hardware acceleration disabled
Rasterization: Hardware accelerated
Video Decode: Hardware accelerated
Video Encode: Hardware accelerated
WebGL: Hardware accelerated
WebGL2: Hardware accelerated
Driver Bug Workarounds
clear_uniforms_before_first_program_use
decode_encode_srgb_for_generatemipmap
disable_discard_framebuffer
disable_dxgi_zero_copy_video
disable_framebuffer_cmaa
exit_on_context_lost
force_cube_complete
scalarize_vec_and_mat_constructor_args
texsubimage_faster_than_teximage
Problems Detected
Some drivers are unable to reset the D3D device in the GPU process sandbox
Applied Workarounds: exit_on_context_lost
TexSubImage is faster for full uploads on ANGLE
Applied Workarounds: texsubimage_faster_than_teximage
Clear uniforms before first program use on all platforms: 124764, 349137
Applied Workarounds: clear_uniforms_before_first_program_use
Always rewrite vec/mat constructors to be consistent: 398694
Applied Workarounds: scalarize_vec_and_mat_constructor_args
ANGLE crash on glReadPixels from incomplete cube map texture: 518889
Applied Workarounds: force_cube_complete
Framebuffer discarding can hurt performance on non-tilers: 570897
Applied Workarounds: disable_discard_framebuffer
Limited enabling of Chromium GL_INTEL_framebuffer_CMAA: 535198
Applied Workarounds: disable_framebuffer_cmaa
Zero-copy NV12 video displays incorrect colors on NVIDIA drivers.: 635319
Applied Workarounds: disable_dxgi_zero_copy_video
Disable KHR_blend_equation_advanced until cc shaders are updated: 661715
Decode and Encode before generateMipmap for srgb format textures on Windows: 634519
Applied Workarounds: decode_encode_srgb_for_generatemipmap
Native GpuMemoryBuffers have been disabled, either via about:flags or command line.
Disabled Features: native_gpu_memory_buffers
Version Information
Data exported 7/1/2017, 11:43:30 PM
Chrome version Chrome/59.0.3071.115
Operating system Windows NT 10.0.14393
Software rendering list version 13.8
Driver bug list version 10.102
ANGLE commit id a9042d3c1952
2D graphics backend Skia/59 ef6f9c65527412ec4057ea0551f2e051beb94d32
Command Line Args Files (x86)\Google\Chrome\Application\chrome.exe" --flag-switches-begin --flag-switches-end -- https://community.brave.com/t/facebook-not-displaying/4403
Driver Information
Initialization time 94
In-process GPU false
Passthrough Command Decoder false
Supports overlays false
Sandboxed false
GPU0 VENDOR = 0x10de, DEVICE= 0x13c0 *ACTIVE*
GPU1 VENDOR = 0x8086, DEVICE= 0x1912
Optimus false
Optimus false
AMD switchable false
Desktop compositing Aero Glass
Diagonal Monitor Size of \\.\DISPLAY6 27.0"
Driver vendor NVIDIA
Driver version 22.21.13.8253
Driver date 6-7-2017
Pixel shader version 5.0
Vertex shader version 5.0
Max. MSAA samples 8
Machine model name
Machine model version
GL_VENDOR Google Inc.
GL_RENDERER ANGLE (NVIDIA GeForce GTX 980 Direct3D11 vs_5_0 ps_5_0)
GL_VERSION OpenGL ES 3.0 (ANGLE 2.1.0.a9042d3c1952)
GL_EXTENSIONS GL_ANGLE_client_arrays GL_ANGLE_depth_texture GL_ANGLE_framebuffer_blit GL_ANGLE_framebuffer_multisample GL_ANGLE_instanced_arrays GL_ANGLE_lossy_etc_decode GL_ANGLE_pack_reverse_row_order GL_ANGLE_request_extension GL_ANGLE_robust_client_memory GL_ANGLE_robust_resource_initialization GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ANGLE_texture_usage GL_ANGLE_translated_shader_source GL_CHROMIUM_bind_generates_resource GL_CHROMIUM_bind_uniform_location GL_CHROMIUM_copy_compressed_texture GL_CHROMIUM_copy_texture GL_CHROMIUM_sync_query GL_EXT_blend_minmax GL_EXT_color_buffer_float GL_EXT_color_buffer_half_float GL_EXT_debug_marker GL_EXT_discard_framebuffer GL_EXT_disjoint_timer_query GL_EXT_draw_buffers GL_EXT_frag_depth GL_EXT_map_buffer_range GL_EXT_occlusion_query_boolean GL_EXT_read_format_bgra GL_EXT_robustness GL_EXT_sRGB GL_EXT_shader_texture_lod GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_s3tc_srgb GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_norm16 GL_EXT_texture_rg GL_EXT_texture_storage GL_EXT_unpack_subimage GL_KHR_debug GL_NV_EGL_stream_consumer_external GL_NV_fence GL_NV_pack_subimage GL_NV_pixel_buffer_object GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_image_external_essl3 GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth32 GL_OES_element_index_uint GL_OES_get_program_binary GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_array_object
Disabled Extensions GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent
Window system binding vendor Google Inc. (adapter LUID: 000000001d5ba269)
Window system binding version 1.4 (ANGLE 2.1.0.a9042d3c1952)
Window system binding extensions EGL_EXT_create_context_robustness EGL_ANGLE_d3d_share_handle_client_buffer EGL_ANGLE_d3d_texture_client_buffer EGL_ANGLE_surface_d3d_texture_2d_share_handle EGL_ANGLE_query_surface_pointer EGL_ANGLE_window_fixed_size EGL_ANGLE_keyed_mutex EGL_ANGLE_surface_orientation EGL_ANGLE_direct_composition EGL_NV_post_sub_buffer EGL_KHR_create_context EGL_EXT_device_query EGL_KHR_image EGL_KHR_image_base EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_get_all_proc_addresses EGL_KHR_stream EGL_KHR_stream_consumer_gltexture EGL_NV_stream_consumer_gltexture_yuv EGL_ANGLE_flexible_surface_compatibility EGL_ANGLE_stream_producer_d3d_texture_nv12 EGL_ANGLE_create_context_webgl_compatibility EGL_CHROMIUM_create_context_bind_generates_resource EGL_CHROMIUM_sync_control EGL_EXT_pixel_format_float EGL_ANGLE_display_texture_share_group EGL_ANGLE_create_context_client_arrays EGL_ANGLE_create_context_robust_resource_initialization
Direct rendering Yes
Reset notification strategy 0x8252
GPU process crash count 0
Compositor Information
Tile Update Mode One-copy
Partial Raster Enabled
GpuMemoryBuffers Status
ATC Software only
ATCIA Software only
DXT1 Software only
DXT5 Software only
ETC1 Software only
R_8 Software only
RG_88 Software only
BGR_565 Software only
RGBA_4444 Software only
RGBX_8888 Software only
RGBA_8888 Software only
BGRX_8888 Software only
BGRA_8888 Software only
RGBA_F16 Software only
YVU_420 Software only
YUV_420_BIPLANAR Software only
UYVY_422 Software only
Diagnostics
0
b3DAccelerationEnabled true
b3DAccelerationExists true
bAGPEnabled true
bAGPExistenceValid true
bAGPExists true
bCanRenderWindow true
bDDAccelerationEnabled true
bDriverBeta false
bDriverDebug false
bDriverSigned false
bDriverSignedValid false
bNoHardware false
dwBpp 32
dwDDIVersion 12
dwHeight 1080
dwRefreshRate 60
dwWHQLLevel 0
dwWidth 1920
iAdapter 0
lDriverSize 893272
lMiniVddSize 0
szAGPStatusEnglish Enabled
szAGPStatusLocalized Enabled
szChipType GeForce GTX 980
szD3DStatusEnglish Enabled
szD3DStatusLocalized Enabled
szDACType Integrated RAMDAC
szDDIVersionEnglish 12
szDDIVersionLocalized 12
szDDStatusEnglish Enabled
szDDStatusLocalized Enabled
szDXVAHDEnglish Supported
szDXVAModes
szDescription NVIDIA GeForce GTX 980
szDeviceId 0x13C0
szDeviceIdentifier {D7B71E3E-5080-11CF-7252-1B311BC2DB35}
szDeviceName \\.\DISPLAY6
szDisplayMemoryEnglish 12138 MB
szDisplayMemoryLocalized 12138 MB
szDisplayModeEnglish 1920 x 1080 (32 bit) (60Hz)
szDisplayModeLocalized 1920 x 1080 (32 bit) (60Hz)
szDriverAssemblyVersion 22.21.13.8476
szDriverAttributes Final Retail
szDriverDateEnglish 2017-06-26 21:00:00
szDriverDateLocalized 6/26/2017 21:00:00
szDriverLanguageEnglish English
szDriverLanguageLocalized English
szDriverModelEnglish WDDM 2.1
szDriverModelLocalized WDDM 2.1
szDriverName C:\WINDOWS\System32\DriverStore\FileRepository\nv_desktop_ref4i.inf_amd64_bac992c30d91daf9\nvldumdx.dll,C:\WINDOWS\System32\DriverStore\FileRepository\nv_desktop_ref4i.inf_amd64_bac992c30d91daf9\nvldumdx.dll,C:\WINDOWS\System32\DriverStore\FileRepository\nv_desktop_ref4i.inf_amd64_bac992c30d91daf9\nvldumdx.dll,C:\WINDOWS\System32\DriverStore\FileRepository\nv_desktop_ref4i.inf_amd64_bac992c30d91daf9\nvldumdx.dll
szDriverNodeStrongName oem163.inf:0f066de314d6a523:Section024:22.21.13.8476:pci\ven_10de&dev_13c0&subsys_111610de
szDriverSignDate Unknown
szDriverVersion 22.21.0013.8476
szKeyDeviceID Enum\PCI\VEN_10DE&DEV_13C0&SUBSYS_111610DE&REV_A1
szKeyDeviceKey \Registry\Machine\System\CurrentControlSet\Control\Video\{E5EBBD7C-6DAA-4BD2-9803-8E20B6E0C11F}\0000
szManufacturer NVIDIA
szMiniVdd unknown
szMiniVddDateEnglish Unknown
szMiniVddDateLocalized unknown
szMonitorMaxRes Unknown
szMonitorName Acer H274HL (HDMI)
szNotesEnglish No problems found.
szNotesLocalized There is a problem with Intel(R) HD Graphics 530 device. For more information, search for 'graphics device driver error code 22'
szOverlayEnglish Supported
szRankOfInstalledDriver 00D10001
szRegHelpText Unknown
szRevision Unknown
szRevisionId 0x00A1
szSubSysId 0x111610DE
szTestResultD3D7English Not run
szTestResultD3D7Localized Not run
szTestResultD3D8English Not run
szTestResultD3D8Localized Not run
szTestResultD3D9English Not run
szTestResultD3D9Localized Not run
szTestResultDDEnglish Not run
szTestResultDDLocalized Not run
szVdd unknown
szVendorId 0x10DE
1
b3DAccelerationEnabled true
b3DAccelerationExists false
bAGPEnabled true
bAGPExistenceValid false
bAGPExists false
bCanRenderWindow false
bDDAccelerationEnabled true
bDriverBeta false
bDriverDebug false
bDriverSigned false
bDriverSignedValid false
bNoHardware false
dwBpp 0
dwDDIVersion 0
dwHeight 0
dwRefreshRate 0
dwWHQLLevel 0
dwWidth 0
iAdapter 0
lDriverSize 94224288
lMiniVddSize 0
szAGPStatusEnglish Enabled
szAGPStatusLocalized Enabled
szChipType Intel(R) HD Graphics Family
szD3DStatusEnglish Not Available
szD3DStatusLocalized Not Available
szDACType Internal
szDDIVersionEnglish unknown
szDDIVersionLocalized unknown
szDDStatusEnglish Enabled
szDDStatusLocalized Enabled
szDXVAHDEnglish Unknown
szDXVAModes Unknown
szDescription Intel(R) HD Graphics 530
szDeviceId Unknown
szDeviceIdentifier Unknown
szDeviceName Unknown
szDisplayMemoryEnglish Unknown
szDisplayMemoryLocalized unknown
szDisplayModeEnglish Unknown
szDisplayModeLocalized unknown
szDriverAssemblyVersion 21.20.16.4565
szDriverAttributes Final Retail
szDriverDateEnglish 2016-12-09 21:00:00
szDriverDateLocalized 12/9/2016 21:00:00
szDriverLanguageEnglish English
szDriverLanguageLocalized English
szDriverModelEnglish Unknown
szDriverModelLocalized unknown
szDriverName C:\WINDOWS\System32\DriverStore\FileRepository\ki120120.inf_amd64_c5da1f413bf423ab\igdumdim64.dll,C:\WINDOWS\System32\DriverStore\FileRepository\ki120120.inf_amd64_c5da1f413bf423ab\igd10iumd64.dll,C:\WINDOWS\System32\DriverStore\FileRepository\ki120120.inf_amd64_c5da1f413bf423ab\igd10iumd64.dll,C:\WINDOWS\System32\DriverStore\FileRepository\ki120120.inf_amd64_c5da1f413bf423ab\igd12umd64.dll
szDriverNodeStrongName oem107.inf:5f63e53470659c00:iSKLD_w10_DS:21.20.16.4565:pci\ven_8086&dev_1912&subsys_06b81028
szDriverSignDate Unknown
szDriverVersion 21.20.0016.4565
szKeyDeviceID Enum\PCI\VEN_8086&DEV_1912&SUBSYS_06B81028&REV_06
szKeyDeviceKey Unknown
szManufacturer Intel Corporation
szMiniVdd unknown
szMiniVddDateEnglish Unknown
szMiniVddDateLocalized unknown
szMonitorMaxRes Unknown
szMonitorName Unknown
szNotesEnglish There is a problem with Intel(R) HD Graphics 530 device. For more information, search for 'graphics device driver error code 22'
szNotesLocalized No problems found.
szOverlayEnglish Unknown
szRankOfInstalledDriver 00D10001
szRegHelpText Unknown
szRevision Unknown
szRevisionId Unknown
szSubSysId Unknown
szTestResultD3D7English Not run
szTestResultD3D7Localized Not run
szTestResultD3D8English Not run
szTestResultD3D8Localized Not run
szTestResultD3D9English Not run
szTestResultD3D9Localized Not run
szTestResultDDEnglish Not run
szTestResultDDLocalized Not run
szVdd unknown
szVendorId Unknown
Log Messages
[14624:18764:0701/004510.149:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/004510.149:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/004510.157:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/004702.102:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/004702.102:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/004702.108:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/004710.687:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/004710.687:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/004710.693:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/005011.035:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/005011.035:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/005011.041:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/005231.137:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/005231.137:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/005231.145:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/005324.511:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/005324.511:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/005324.518:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/005409.189:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/005409.189:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/005409.197:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/005428.611:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/005428.611:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/005428.617:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/005719.978:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/005719.978:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/005719.986:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/010313.587:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/010313.587:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/010313.593:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/010337.397:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/010337.397:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/010337.403:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/010657.108:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/010657.108:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/010657.115:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/010703.260:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/010703.261:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/010703.267:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/011125.640:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/011125.640:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/011125.647:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/011240.382:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/011240.382:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/011240.388:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/011559.952:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/011559.952:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/011559.959:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/011653.773:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/011653.773:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/011653.779:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/012346.080:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/012346.080:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/012346.088:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/012354.535:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/012354.535:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/012354.542:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/014101.071:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/014101.071:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/014101.077:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/014134.965:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/014134.965:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/014134.972:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/014417.562:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/014417.562:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/014417.569:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/014422.746:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/014422.747:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/014422.754:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/014740.126:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/014740.126:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/014740.132:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/014755.293:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/014755.293:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/014755.300:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/015009.047:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/015009.047:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/015009.053:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/015128.519:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/015128.519:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/015128.527:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/015303.842:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/015303.842:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/015303.849:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/015350.505:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/015350.505:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/015350.511:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/015356.657:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/015356.657:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/015356.664:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/015921.636:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/015921.636:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/015921.644:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/015926.824:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/015926.824:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/015926.830:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/020150.156:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/020150.156:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/020150.163:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/020458.575:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/020458.575:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/020458.582:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/021348.679:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/021348.679:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/021348.686:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/021601.397:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/021601.397:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/021601.405:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/021616.554:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/021616.554:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/021616.561:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/021840.827:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/021840.827:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/021840.834:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/022138.265:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/022138.265:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/022138.272:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/022351.586:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/022351.586:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/022351.593:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/022356.346:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/022356.346:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/022356.352:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/022402.507:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/022402.507:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/022402.513:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/022633.937:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/022633.937:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/022633.944:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/022821.442:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/022821.442:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/022821.449:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/022824.559:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/022824.559:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/022824.565:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/022831.468:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/022831.468:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/022831.474:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/023008.301:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/023008.301:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/023008.308:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/024014.823:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/024014.823:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/024014.830:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/024808.913:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/024808.913:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/024808.920:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/024952.663:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/024952.663:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/024952.669:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/025635.952:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/025635.952:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/025635.960:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/030056.237:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/030056.237:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/030056.244:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/030352.444:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/030352.444:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/030352.451:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/030407.658:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/030407.658:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/030407.665:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/030607.123:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/030607.123:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/030607.130:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/030728.520:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/030728.520:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/030728.527:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/031237.575:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/031237.575:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/031237.583:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/031740.132:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/031740.132:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/031740.139:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/032117.327:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/032117.327:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/032117.333:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/032147.396:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/032147.396:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/032147.403:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/032153.667:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[14624:18764:0701/032153.667:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/032153.673:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[14624:18764:0701/033134.574:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1513
[14624:18764:0701/033134.574:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/033134.574:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp8
[14624:18764:0701/033216.871:ERROR:dxva_picture_buffer_win.cc(23)] : Error in dxva_picture_buffer_win.cc on line 677
[14624:18764:0701/033222.454:ERROR:dxva_picture_buffer_win.cc(23)] : Error in dxva_picture_buffer_win.cc on line 677
[14624:18764:0701/033233.337:ERROR:dxva_picture_buffer_win.cc(23)] : Error in dxva_picture_buffer_win.cc on line 677
[14624:18764:0701/033507.189:ERROR:dxva_picture_buffer_win.cc(23)] : Error in dxva_picture_buffer_win.cc on line 677
[14624:18764:0701/033820.571:ERROR:dxva_picture_buffer_win.cc(23)] : Error in dxva_picture_buffer_win.cc on line 677
[14624:18764:0701/033833.838:ERROR:dxva_picture_buffer_win.cc(23)] : Error in dxva_picture_buffer_win.cc on line 677
[14624:18764:0701/033926.821:ERROR:dxva_picture_buffer_win.cc(23)] : Error in dxva_picture_buffer_win.cc on line 677
[14624:18764:0701/033933.573:ERROR:dxva_picture_buffer_win.cc(23)] : Error in dxva_picture_buffer_win.cc on line 677
[14624:18764:0701/033935.604:ERROR:dxva_picture_buffer_win.cc(23)] : Error in dxva_picture_buffer_win.cc on line 677
[14624:18764:0701/034004.288:ERROR:dxva_picture_buffer_win.cc(23)] : Error in dxva_picture_buffer_win.cc on line 677
[14624:18764:0701/034105.938:ERROR:dxva_picture_buffer_win.cc(23)] : Error in dxva_picture_buffer_win.cc on line 677
[14624:18764:0701/034107.371:ERROR:dxva_picture_buffer_win.cc(23)] : Error in dxva_picture_buffer_win.cc on line 677
[14624:18764:0701/034400.023:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1513
[14624:18764:0701/034400.023:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[14624:18764:0701/034400.023:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp8
[14624:18764:0701/034707.004:ERROR:dxva_picture_buffer_win.cc(23)] : Error in dxva_picture_buffer_win.cc on line 677
[14624:18764:0701/034707.021:ERROR:dxva_picture_buffer_win.cc(23)] : Error in dxva_picture_buffer_win.cc on line 677
[14624:18764:0701/034719.155:ERROR:dxva_picture_buffer_win.cc(23)] : Error in dxva_picture_buffer_win.cc on line 677
[14624:18764:0701/034819.504:ERROR:dxva_picture_buffer_win.cc(23)] : Error in dxva_picture_buffer_win.cc on line 677
[14624:18764:0701/034821.905:ERROR:dxva_picture_buffer_win.cc(23)] : Error in dxva_picture_buffer_win.cc on line 677
[14624:18764:0701/034823.971:ERROR:dxva_picture_buffer_win.cc(23)] : Error in dxva_picture_buffer_win.cc on line 677
[14624:18764:0701/034852.721:ERROR:dxva_picture_buffer_win.cc(23)] : Error in dxva_picture_buffer_win.cc on line 677
[14624:18764:0701/034936.989:ERROR:dxva_picture_buffer_win.cc(23)] : Error in dxva_picture_buffer_win.cc on line 677
[14624:18764:0701/035327.155:ERROR:dxva_picture_buffer_win.cc(23)] : Error in dxva_picture_buffer_win.cc on line 677
[14624:18764:0701/035512.955:ERROR:dxva_picture_buffer_win.cc(23)] : Error in dxva_picture_buffer_win.cc on line 677
[14624:18764:0701/035709.655:ERROR:dxva_picture_buffer_win.cc(23)] : Error in dxva_picture_buffer_win.cc on line 677
[14624:18764:0701/035712.472:ERROR:dxva_picture_buffer_win.cc(23)] : Error in dxva_picture_buffer_win.cc on line 677
[14624:18764:0701/035823.255:ERROR:dxva_picture_buffer_win.cc(23)] : Error in dxva_picture_buffer_win.cc on line 677
[14624:18764:0701/035934.173:ERROR:dxva_picture_buffer_win.cc(23)] : Error in dxva_picture_buffer_win.cc on line 677
[14624:18764:0701/035934.190:ERROR:dxva_picture_buffer_win.cc(23)] : Error in dxva_picture_buffer_win.cc on line 677
[14624:18764:0701/035947.722:ERROR:dxva_picture_buffer_win.cc(23)] : Error in dxva_picture_buffer_win.cc on line 677
[14624:18764:0701/040035.555:ERROR:dxva_picture_buffer_win.cc(23)] : Error in dxva_picture_buffer_win.cc on line 677
[14624:18764:0701/042903.591:ERROR:angle_platform_impl.cc(36)] : rx::Renderer11::testDeviceLost(2815): The D3D11 device was removed, HRESULT: 0x887A0005
[14624:18764:0701/042903.592:ERROR:gles2_cmd_decoder.cc(4284)] : GLES2DecoderImpl: Context lost during MakeCurrent.
[14624:18764:0701/042903.592:ERROR:gpu_channel_manager.cc(188)] : Exiting GPU process because some drivers cannot recover from problems.
[14624:18764:0701/042903.592:ERROR:gpu_channel_manager.cc(188)] : Exiting GPU process because some drivers cannot recover from problems.
GpuProcessHostUIShim: The GPU process exited normally. Everything is okay.
[20308:16488:0701/042907.240:ERROR:gles2_cmd_decoder.cc(17652)] : [.DisplayCompositor-000001B5215BA030]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[20308:16488:0701/042907.277:ERROR:gles2_cmd_decoder.cc(9709)] : [.DisplayCompositor-000001B5215BA030]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[20308:16488:0701/042907.278:ERROR:gles2_cmd_decoder.cc(17652)] : [.DisplayCompositor-000001B5215BA030]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[20308:16488:0701/042907.278:ERROR:gles2_cmd_decoder.cc(9709)] : [.DisplayCompositor-000001B5215BA030]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[20308:16488:0701/042907.278:ERROR:gles2_cmd_decoder.cc(17652)] : [.DisplayCompositor-000001B5215BA030]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[20308:16488:0701/042907.278:ERROR:gles2_cmd_decoder.cc(9709)] : [.DisplayCompositor-000001B5215BA030]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[20308:16488:0701/042907.278:ERROR:gles2_cmd_decoder.cc(17652)] : [.DisplayCompositor-000001B5215BA030]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[20308:16488:0701/042907.278:ERROR:gles2_cmd_decoder.cc(9709)] : [.DisplayCompositor-000001B5215BA030]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[20308:16488:0701/042907.278:ERROR:gles2_cmd_decoder.cc(17652)] : [.DisplayCompositor-000001B5215BA030]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[20308:16488:0701/042907.278:ERROR:gles2_cmd_decoder.cc(17652)] : [.DisplayCompositor-000001B5215BA030]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[20308:16488:0701/042907.311:ERROR:gles2_cmd_decoder.cc(9709)] : [.DisplayCompositor-000001B5215BA030]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[20308:16488:0701/042907.311:ERROR:gles2_cmd_decoder.cc(9709)] : [.DisplayCompositor-000001B5215BA030]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[20308:16488:0701/044032.798:ERROR:gles2_cmd_decoder.cc(17652)] : [.DisplayCompositor-000001B5215BA030]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[20308:16488:0701/044032.798:ERROR:gles2_cmd_decoder.cc(9709)] : [.DisplayCompositor-000001B5215BA030]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[20308:16488:0701/044032.798:ERROR:gles2_cmd_decoder.cc(17652)] : [.DisplayCompositor-000001B5215BA030]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[20308:16488:0701/044032.798:ERROR:gles2_cmd_decoder.cc(9709)] : [.DisplayCompositor-000001B5215BA030]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[20308:16488:0701/044032.798:ERROR:gles2_cmd_decoder.cc(17652)] : [.DisplayCompositor-000001B5215BA030]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[20308:16488:0701/044032.798:ERROR:gles2_cmd_decoder.cc(9709)] : [.DisplayCompositor-000001B5215BA030]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[20308:16488:0701/044032.798:ERROR:gles2_cmd_decoder.cc(17652)] : [.DisplayCompositor-000001B5215BA030]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[20308:16488:0701/044032.798:ERROR:gles2_cmd_decoder.cc(9709)] : [.DisplayCompositor-000001B5215BA030]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[20308:16488:0701/044032.798:ERROR:gles2_cmd_decoder.cc(17652)] : [.DisplayCompositor-000001B5215BA030]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[20308:16488:0701/044032.798:ERROR:gles2_cmd_decoder.cc(17652)] : [.DisplayCompositor-000001B5215BA030]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[20308:16488:0701/044032.798:ERROR:gles2_cmd_decoder.cc(9709)] : [.DisplayCompositor-000001B5215BA030]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[20308:16488:0701/044032.798:ERROR:gles2_cmd_decoder.cc(9709)] : [.DisplayCompositor-000001B5215BA030]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[20308:16488:0701/044032.804:ERROR:gles2_cmd_decoder.cc(9709)] : [.DisplayCompositor-000001B5215BA030]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[20308:16488:0701/044032.804:ERROR:gles2_cmd_decoder.cc(9709)] : [.DisplayCompositor-000001B5215BA030]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[20308:16488:0701/044032.804:ERROR:gles2_cmd_decoder.cc(9709)] : [.DisplayCompositor-000001B5215BA030]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[20308:16488:0701/044032.874:ERROR:gles2_cmd_decoder.cc(9709)] : [.DisplayCompositor-000001B5215BA030]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[20308:16488:0701/044032.876:ERROR:gles2_cmd_decoder.cc(9709)] : [.DisplayCompositor-000001B5215BA030]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[20308:16488:0701/044051.853:ERROR:gles2_cmd_decoder.cc(17652)] : [.DisplayCompositor-000001B5215BA030]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[20308:16488:0701/044051.853:ERROR:gles2_cmd_decoder.cc(9709)] : [.DisplayCompositor-000001B5215BA030]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[20308:16488:0701/044051.853:ERROR:gles2_cmd_decoder.cc(17652)] : [.DisplayCompositor-000001B5215BA030]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[20308:16488:0701/044051.853:ERROR:gles2_cmd_decoder.cc(9709)] : [.DisplayCompositor-000001B5215BA030]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[20308:16488:0701/044051.853:ERROR:gles2_cmd_decoder.cc(17652)] : [.DisplayCompositor-000001B5215BA030]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[20308:16488:0701/044051.853:ERROR:gles2_cmd_decoder.cc(9709)] : [.DisplayCompositor-000001B5215BA030]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[20308:16488:0701/044051.853:ERROR:gles2_cmd_decoder.cc(17652)] : [.DisplayCompositor-000001B5215BA030]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[20308:16488:0701/044051.853:ERROR:gles2_cmd_decoder.cc(9709)] : [.DisplayCompositor-000001B5215BA030]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[20308:16488:0701/044051.853:ERROR:gles2_cmd_decoder.cc(17652)] : [.DisplayCompositor-000001B5215BA030]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[20308:16488:0701/044051.853:ERROR:gles2_cmd_decoder.cc(17652)] : [.DisplayCompositor-000001B5215BA030]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[20308:16488:0701/044051.853:ERROR:gles2_cmd_decoder.cc(9709)] : [.DisplayCompositor-000001B5215BA030]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[20308:16488:0701/044051.853:ERROR:gles2_cmd_decoder.cc(9709)] : [.DisplayCompositor-000001B5215BA030]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[20308:16488:0701/180623.570:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[20308:16488:0701/180623.570:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[20308:16488:0701/180623.577:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
[20308:16488:0701/180630.228:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 1541
[20308:16488:0701/180630.228:ERROR:mf_helpers.cc(12)] : Error in dxva_video_decode_accelerator_win.cc on line 628
[20308:16488:0701/180630.234:ERROR:gpu_video_decode_accelerator.cc(376)] : HW video decode not available for profile vp9 profile0
GpuProcessHostUIShim: The GPU process exited normally. Everything is okay.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment