Project

General

Profile

gpu.html

Constantin Asofiei, 05/11/2021 03:43 PM

Download (107 KB)

 
1
<!DOCTYPE html>
2
<!-- saved from url=(0013)chrome://gpu/ -->
3
<html dir="ltr" lang="en"><!--
4
Copyright (c) 2012 The Chromium Authors. All rights reserved.
5
Use of this source code is governed by a BSD-style license that can be
6
found in the LICENSE file.
7
--><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
8
<meta name="viewport" content="width=device-width">
9
<style>
10
* {
11
  box-sizing: border-box;
12
  user-select: none;
13
}
14

15
body {
16
  background-color: white;
17
  cursor: default;
18
  font-family: sans-serif;
19
  padding: 0;
20
}
21

22
#debug-div {
23
  border: 1px solid red;
24
  display: -webkit-box;
25
  left: 50%;
26
  position: fixed;
27
  top: 0;
28
}
29

    
30
</style>
31
<style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
32
 * Use of this source code is governed by a BSD-style license that can be
33
 * found in the LICENSE file. */
34

35
#info-view {
36
  -webkit-box-flex: 1;
37
  overflow: auto;
38
  padding: 10px;
39
}
40

41
#info-view * {
42
  -webkit-user-select: text;
43
}
44

45
#info-view[selected] {
46
  -webkit-box-orient: vertical;
47
  display: -webkit-box;
48
}
49

50
#info-view h3,
51
#info-view ul {
52
  margin-bottom: 0;
53
  margin-top: 0;
54
}
55

56
#info-view > div {
57
  margin-bottom: 1em;
58
}
59

60
#info-view .row-title {
61
  font-weight: bold;
62
}
63

64
#info-view table {
65
  border-collapse: collapse;
66
  cursor: auto;
67
  table-layout: fixed;
68
  width: 100%;
69
}
70

71
#info-view table,
72
#info-view th,
73
#info-view td {
74
  border: 1px solid #777;
75
  padding-end: 4px;
76
  padding-start: 4px;
77
  text-align: top;
78
}
79

80
#info-view td {
81
  overflow-x: auto;
82
}
83

84
#info-view .feature-green {
85
  color: rgb(0, 128, 0);
86
}
87

88
#info-view .feature-yellow {
89
  color: rgb(128, 128, 0);
90
}
91

92
#info-view .feature-red {
93
  color: rgb(255, 0, 0);
94
}
95

96
#info-view .feature-gray {
97
  color: rgb(128, 128, 128);
98
}
99

100
#info-view .bg-yellow {
101
  background-color: yellow;
102
}
103

104
#vulkan-info-value {
105
  white-space: pre;
106
}
107

108
#copy-to-clipboard {
109
  user-select: none;
110
}
111
</style>
112
<link rel="stylesheet" href="chrome://resources/css/widgets.css">
113
<script type="module" src="chrome://gpu/gpu_internals.js"></script>
114
</head>
115
<body>
116
  <div id="debug-div">
117
  </div>
118
  <!--
119
Copyright (c) 2012 The Chromium Authors. All rights reserved.
120
Use of this source code is governed by a BSD-style license that can be
121
found in the LICENSE file.
122
-->
123
<div id="info-view">
124
  <div>
125
    <input type="button" id="copy-to-clipboard" value="Copy Report to Clipboard">
126
  </div>
127
  <div>
128
    <h3>Graphics Feature Status</h3>
129
    <ul class="feature-status-list"><li><span>Canvas: </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>Out-of-process Rasterization: </span><span class="feature-red">Disabled</span></li><li><span>OpenGL: </span><span class="feature-green">Enabled</span></li><li><span>Rasterization: </span><span class="feature-yellow">Software only. Hardware acceleration disabled</span></li><li><span>Skia Renderer: </span><span class="feature-green">Enabled</span></li><li><span>Video Decode: </span><span class="feature-yellow">Software only. Hardware acceleration disabled</span></li><li><span>Vulkan: </span><span class="feature-red">Disabled</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>
130
  </div>
131

    
132
  <div class="workarounds-div">
133
    <h3>Driver Bug Workarounds</h3>
134
    <ul class="workarounds-list"><li>adjust_src_dst_region_for_blitframebuffer</li><li>clear_uniforms_before_first_program_use</li><li>exit_on_context_lost</li><li>disabled_extension_GL_KHR_blend_equation_advanced</li><li>disabled_extension_GL_KHR_blend_equation_advanced_coherent</li></ul>
135
  </div>
136

    
137
  <div class="problems-div">
138
    <h3>Problems Detected</h3>
139
    <ul class="problems-list"><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>Disable KHR_blend_equation_advanced until cc shaders are updated</a><span>: </span><a href="http://crbug.com/661715">661715</a><br><i><span>Applied Workarounds: </span><span class="feature-yellow">disable(GL_KHR_blend_equation_advanced)</span><span>, </span><span class="feature-yellow">disable(GL_KHR_blend_equation_advanced_coherent)</span></i></li><li><a>Some drivers can't recover after OUT_OF_MEM and context lost</a><span>: </span><a href="http://crbug.com/893177">893177</a><br><i><span>Applied Workarounds: </span><span class="feature-yellow">exit_on_context_lost</span></i></li><li><a>adjust src/dst region if blitting pixels outside framebuffer on Linux NVIDIA</a><span>: </span><a href="http://crbug.com/830046">830046</a><br><i><span>Applied Workarounds: </span><span class="feature-yellow">adjust_src_dst_region_for_blitframebuffer</span></i></li><li><a>Accelerated video decode has been disabled, either via blocklist, about:flags or the command line.</a><br><i><span>Disabled Features: </span><span class="feature-red">video_decode</span></i></li></ul>
140
  </div>
141

    
142
  <div class="angle-features-div">
143
    <h3>ANGLE Features</h3>
144
    <ul class="angle-features-list"><li><b>allow_compressed_formats</b><span> </span><span>(Frontend workarounds)</span><span>: </span><span class="feature-green">Enabled</span><span class="feature-gray">: true</span><br><i><span>Allow compressed formats</span></i></li><li><b>disable_anisotropic_filtering</b><span> </span><span>(Frontend workarounds)</span><span>: </span><span class="feature-red">Disabled</span><br><i><span>Disable support for anisotropic filtering</span></i></li><li><b>disable_program_binary</b><span> </span><span>(Frontend features)</span><span> </span><a href="http://anglebug.com/5007">anglebug:5007</a><span>: </span><span class="feature-red">Disabled</span><br><i><span>Disable support for GL_OES_get_program_binary</span></i></li><li><b>disable_program_caching_for_transform_feedback</b><span> </span><span>(Frontend workarounds)</span><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: IsAndroid() &amp;&amp; isQualcomm</span><br><i><span>On some GPUs, program binaries don't contain transform feedback varyings</span></i></li><li><b>lose_context_on_out_of_memory</b><span> </span><span>(Frontend workarounds)</span><span>: </span><span class="feature-green">Enabled</span><span class="feature-gray">: true</span><br><i><span>Some users rely on a lost context notification if a GL_OUT_OF_MEMORY error occurs</span></i></li><li><b>scalarize_vec_and_mat_constructor_args</b><span> </span><span>(Frontend workarounds)</span><span> </span><a href="http://crbug.com/1165751">1165751</a><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: false</span><br><i><span>Always rewrite vec/mat constructors to be consistent</span></i></li><li><b>sync_framebuffer_bindings_on_tex_image</b><span> </span><span>(Frontend workarounds)</span><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: false</span><br><i><span>On some drivers TexImage sometimes seems to interact with the Framebuffer</span></i></li><li><b>add_and_true_to_loop_condition</b><span> </span><span>(OpenGL workarounds)</span><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: IsApple() &amp;&amp; isIntel</span><br><i><span>Calculation of loop conditions in for and while loop has bug</span></i></li><li><b>adjust_src_dst_region_for_blitframebuffer</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="http://crbug.com/830046">830046</a><span>: </span><span class="feature-green">Enabled</span><span class="feature-gray">: IsLinux() || (IsAndroid() &amp;&amp; isNvidia) || (IsWindows() &amp;&amp; isNvidia) || (IsApple() &amp;&amp; functions-&gt;standard == STANDARD_GL_ES)</span><br><i><span>Many platforms have issues with blitFramebuffer when the parameters are large.</span></i></li><li><b>allow_clear_for_robust_resource_init</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="http://crbug.com/883276">883276</a><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: IsApple()</span><br><i><span>Using glClear for robust resource initialization is buggy on some drivers and leads to texture corruption. Default to data uploads except on MacOS where it is very slow.</span></i></li><li><b>allow_etc_formats</b><span> </span><span>(OpenGL workarounds)</span><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: isIntel &amp;&amp; !IsSandyBridge(device) &amp;&amp; !IsIvyBridge(device) &amp;&amp; !IsHaswell(device)</span><br><i><span>Enable ETC2/EAC on desktop OpenGL</span></i></li><li><b>always_call_use_program_after_link</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="http://crbug.com/110263">110263</a><span>: </span><span class="feature-green">Enabled</span><span class="feature-gray">: true</span><br><i><span>Always call useProgram after a successful link to avoid a driver bug</span></i></li><li><b>avoid_1_bit_alpha_texture_formats</b><span> </span><span>(OpenGL workarounds)</span><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: functions-&gt;standard == STANDARD_GL_DESKTOP &amp;&amp; isAMD</span><br><i><span>Issue with 1-bit alpha framebuffer formats</span></i></li><li><b>avoid_dxt1_srgb_texture_format</b><span> </span><span>(OpenGL workarounds)</span><span>: </span><span class="feature-red">Disabled</span><br><i><span>Replaces DXT1 sRGB with DXT1 sRGB Alpha as a driver bug workaround.</span></i></li><li><b>bind_transform_feedback_buffer_before_bind_buffer_range</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="https://anglebug.com/5140">anglebug:5140</a><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: IsApple()</span><br><i><span>Bind transform feedback buffers to the generic binding point before calling glBindBufferBase or glBindBufferRange.</span></i></li><li><b>clamp_array_access</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="http://anglebug.com/2978">anglebug:2978</a><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: IsAndroid() || isAMD || !functions-&gt;hasExtension("GL_KHR_robust_buffer_access_behavior")</span><br><i><span>Clamp uniform array access to avoid reading invalid memory.</span></i></li><li><b>clamp_frag_depth</b><span> </span><span>(OpenGL workarounds)</span><span>: </span><span class="feature-green">Enabled</span><span class="feature-gray">: isNvidia</span><br><i><span>gl_FragDepth is not clamped correctly when rendering to a floating point depth buffer</span></i></li><li><b>clamp_msc_rate</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="https://crbug.com/1042393">1042393</a><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: IsLinux() &amp;&amp; IsWayland()</span><br><i><span>Some drivers return bogus values for GetMscRate, so we clamp it to 30Hz</span></i></li><li><b>clamp_point_size</b><span> </span><span>(OpenGL workarounds)</span><span>: </span><span class="feature-green">Enabled</span><span class="feature-gray">: IsAndroid() || isNvidia</span><br><i><span>The point size range reported from the API is inconsistent with the actual behavior</span></i></li><li><b>clear_to_zero_or_one_broken</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="https://crbug.com/710443">710443</a><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: IsApple() &amp;&amp; isIntel &amp;&amp; GetMacOSVersion() &lt; OSVersion(10, 12, 6)</span><br><i><span>Clears when the clear color is all zeros or ones do not work.</span></i></li><li><b>clip_src_region_for_blitframebuffer</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="http://crbug.com/830046">830046</a><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: IsApple() || (IsLinux() &amp;&amp; isAMD)</span><br><i><span>Issues with blitFramebuffer when the parameters don't match the framebuffer size.</span></i></li><li><b>decode_encode_srgb_for_generatemipmap</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="http://anglebug.com/4646">anglebug:4646</a><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: IsApple()</span><br><i><span>Decode and encode before generateMipmap for srgb format textures.</span></i></li><li><b>disable_blend_func_extended</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="http://anglebug.com/1085">anglebug:1085</a><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: isAMD || isIntel</span><br><i><span>ARB_blend_func_extended does not pass the tests</span></i></li><li><b>disable_draw_buffers_indexed</b><span> </span><span>(OpenGL workarounds)</span><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: IsWindows() &amp;&amp; isAMD</span><br><i><span>Disable OES_draw_buffers_indexed extension.</span></i></li><li><b>disable_gpu_switching_support</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="https://crbug.com/1091824">1091824</a><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: isDualGPUMacWithNVIDIA</span><br><i><span>Disable GPU switching support (use only the low-power GPU) on older MacBook Pros.</span></i></li><li><b>disable_native_parallel_compile</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="http://crbug.com/1094869">1094869</a><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: isTSANBuild &amp;&amp; IsLinux() &amp;&amp; isNvidia</span><br><i><span>Do not use native KHR_parallel_shader_compile even when available.</span></i></li><li><b>disable_semaphore_fd</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="https://crbug.com/1046462">1046462</a><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: IsLinux() &amp;&amp; isAMD &amp;&amp; isMesa &amp;&amp; mesaVersion &lt; (std::array&lt;int, 3&gt;{19, 3, 5})</span><br><i><span>Disable GL_EXT_semaphore_fd extension</span></i></li><li><b>disable_sync_control_support</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="https://crbug.com/1137851">1137851</a><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: false</span><br><i><span>Speculative fix for issues on Linux/Wayland where exposing GLX_OML_sync_control renders Chrome unusable</span></i></li><li><b>disable_timestamp_queries</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="https://crbug.com/811661">811661</a><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: IsLinux() &amp;&amp; isVMWare</span><br><i><span>Disable GL_EXT_disjoint_timer_query extension</span></i></li><li><b>disable_worker_contexts</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="http://crbug.com/849576">849576</a><span>: </span><span class="feature-green">Enabled</span><span class="feature-gray">: (IsWindows() &amp;&amp; (isIntel || isAMD)) || (IsLinux() &amp;&amp; isNvidia) || IsIOS()</span><br><i><span>Some tests have been seen to fail using worker contexts</span></i></li><li><b>do_while_glsl_causes_gpu_hang</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="http://crbug.com/644669">644669</a><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: IsApple() &amp;&amp; functions-&gt;standard == STANDARD_GL_DESKTOP &amp;&amp; GetMacOSVersion() &lt; OSVersion(10, 11, 0)</span><br><i><span>Some GLSL constructs involving do-while loops cause GPU hangs</span></i></li><li><b>does_srgb_clears_on_linear_framebuffer_attachments</b><span> </span><span>(OpenGL workarounds)</span><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: functions-&gt;standard == STANDARD_GL_DESKTOP &amp;&amp; (isIntel || isAMD)</span><br><i><span>Issue clearing framebuffers with linear attachments when GL_FRAMEBUFFER_SRGB is enabled</span></i></li><li><b>dont_initialize_uninitialized_locals</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="http://anglebug.com/2046">anglebug:2046</a><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: IsAndroid() &amp;&amp; isQualcomm</span><br><i><span>Initializing uninitialized locals caused odd behavior in a few WebGL 2 tests</span></i></li><li><b>dont_relink_programs_in_parallel</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="http://anglebug.com/3045">anglebug:3045</a><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: IsAndroid() || (IsWindows() &amp;&amp; isIntel)</span><br><i><span>Relinking a program in parallel is buggy</span></i></li><li><b>dont_use_loops_to_initialize_variables</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="http://crbug.com/809422">809422</a><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: (IsAndroid() &amp;&amp; isQualcomm) || (isIntel &amp;&amp; IsApple())</span><br><i><span>For loops used to initialize variables hit native GLSL compiler bugs</span></i></li><li><b>emulate_abs_int_function</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="http://crbug.com/642227">642227</a><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: IsApple() &amp;&amp; isIntel</span><br><i><span>abs(i) where i is an integer returns unexpected result</span></i></li><li><b>emulate_atan_2_float</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="http://crbug.com/672380">672380</a><span>: </span><span class="feature-green">Enabled</span><span class="feature-gray">: isNvidia</span><br><i><span>atan(y, x) may return a wrong answer</span></i></li><li><b>emulate_copyteximage2d_from_renderbuffers</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="https://anglebug.com/4674">anglebug:4674</a><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: IsApple() &amp;&amp; functions-&gt;standard == STANDARD_GL_ES &amp;&amp; !(isAMD &amp;&amp; IsWindows())</span><br><i><span>CopyTexImage2D spuriously returns errors on iOS when copying from renderbuffers.</span></i></li><li><b>emulate_isnan_float</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="http://crbug.com/650547">650547</a><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: isIntel &amp;&amp; IsApple() &amp;&amp; IsSkylake(device) &amp;&amp; GetMacOSVersion() &lt; OSVersion(10, 13, 2)</span><br><i><span>Using isnan() on highp float will get wrong answer</span></i></li><li><b>emulate_max_vertex_attrib_stride</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="http://anglebug.com/1936">anglebug:1936</a><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: IsLinux() &amp;&amp; functions-&gt;standard == STANDARD_GL_DESKTOP &amp;&amp; isAMD</span><br><i><span>Some drivers return 0 when MAX_VERTEX_ATTRIB_STRIED queried</span></i></li><li><b>emulate_pack_skip_rows_and_pack_skip_pixels</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="https://anglebug.com/4849">anglebug:4849</a><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: IsApple() &amp;&amp; (isAMD || isIntel || isNvidia)</span><br><i><span>GL_PACK_SKIP_ROWS and GL_PACK_SKIP_PIXELS are ignored in Apple's OpenGL driver.</span></i></li><li><b>emulate_primitive_restart_fixed_index</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="http://anglebug.com/3997">anglebug:3997</a><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: functions-&gt;standard == STANDARD_GL_DESKTOP &amp;&amp; functions-&gt;isAtLeastGL(gl::Version(3, 1)) &amp;&amp; !functions-&gt;isAtLeastGL(gl::Version(4, 3))</span><br><i><span>When GL_PRIMITIVE_RESTART_FIXED_INDEX is not available, emulate it with GL_PRIMITIVE_RESTART and glPrimitiveRestartIndex.</span></i></li><li><b>finish_does_not_cause_queries_to_be_available</b><span> </span><span>(OpenGL workarounds)</span><span>: </span><span class="feature-green">Enabled</span><span class="feature-gray">: functions-&gt;standard == STANDARD_GL_DESKTOP &amp;&amp; isNvidia</span><br><i><span>glFinish doesn't cause all queries to report available result</span></i></li><li><b>flush_before_delete_texture_if_copied_to</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="http://anglebug.com/4267">anglebug:4267</a><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: IsApple() &amp;&amp; isIntel</span><br><i><span>Some drivers track CopyTex{Sub}Image texture dependencies incorrectly. Flush before glDeleteTextures in this case</span></i></li><li><b>init_fragment_output_variables</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="http://crbug.com/1171371">1171371</a><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: IsAdreno42xOr3xx(functions)</span><br><i><span>No init gl_FragColor causes context lost</span></i></li><li><b>initialize_current_vertex_attributes</b><span> </span><span>(OpenGL workarounds)</span><span>: </span><span class="feature-green">Enabled</span><span class="feature-gray">: isNvidia</span><br><i><span>During initialization, assign the current vertex attributes to the spec-mandated defaults</span></i></li><li><b>keep_buffer_shadow_copy</b><span> </span><span>(OpenGL workarounds)</span><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: !CanMapBufferForRead(functions)</span><br><i><span>Maintain a shadow copy of buffer data when the GL API does not permit reading data back.</span></i></li><li><b>max_3d_array_texture_size_1024</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="http://crbug.com/927470">927470</a><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: limitMaxTextureSize</span><br><i><span>Limit max 3d texture size and max array texture layers to 1024 to avoid system hang</span></i></li><li><b>max_msaa_sample_count_4</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="http://crbug.com/797243">797243</a><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: IsAndroid() || (IsApple() &amp;&amp; (isIntel || isAMD || isNvidia))</span><br><i><span>Various rendering bugs have been observed when using higher MSAA counts</span></i></li><li><b>max_texture_size_limit_4096</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="http://crbug.com/927470">927470</a><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: IsAndroid() || limitMaxTextureSize</span><br><i><span>Limit max texture size to 4096 to avoid frequent out-of-memory errors</span></i></li><li><b>pack_last_row_separately_for_padding_inclusion</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="http://anglebug.com/1512">anglebug:1512</a><span>: </span><span class="feature-green">Enabled</span><span class="feature-gray">: IsApple() || isNvidia</span><br><i><span>When uploading textures from an pack buffer, some drivers count an extra row padding</span></i></li><li><b>pack_overlapping_rows_separately_pack_buffer</b><span> </span><span>(OpenGL workarounds)</span><span>: </span><span class="feature-green">Enabled</span><span class="feature-gray">: isNvidia</span><br><i><span>In the case of packing to a pixel pack buffer, pack overlapping rows row by row</span></i></li><li><b>pre_add_texel_fetch_offsets</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="http://crbug.com/642605">642605</a><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: IsApple() &amp;&amp; isIntel</span><br><i><span>Intel Mac drivers mistakenly consider the parameter position of nagative vaule as invalid even if the sum of position and offset is in range, so we need to add workarounds by rewriting texelFetchOffset(sampler, position, lod, offset) into texelFetch(sampler, position + offset, lod).</span></i></li><li><b>promote_packed_formats_to_8_bit_per_channel</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="http://anglebug.com/5469">anglebug:5469</a><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: IsApple() &amp;&amp; hasAMD</span><br><i><span>Packed color formats are buggy on Macs with AMD GPUs</span></i></li><li><b>query_counter_bits_generates_errors</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="http://anglebug.com/3027">anglebug:3027</a><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: IsNexus5X(vendor, device)</span><br><i><span>Drivers generate errors when querying the number of bits in timer queries</span></i></li><li><b>read_pixels_using_implementation_color_read_format</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="http://anglebug.com/4214">anglebug:4214</a><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: functions-&gt;standard == STANDARD_GL_ES &amp;&amp; functions-&gt;isAtLeastGLES(gl::Version(3, 1)) &amp;&amp; functions-&gt;hasGLESExtension("GL_EXT_texture_norm16")</span><br><i><span>Quite some OpenGL ES drivers don't implement readPixels for RGBA/UNSIGNED_SHORT from EXT_texture_norm16 correctly</span></i></li><li><b>reapply_ubo_bindings_after_using_binary_program</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="http://anglebug.com/1637">anglebug:1637</a><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: isAMD || IsAndroid()</span><br><i><span>Some drivers forget about UBO bindings when using program binaries</span></i></li><li><b>regenerate_struct_names</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="http://crbug.com/403957">403957</a><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: IsApple()</span><br><i><span>All Mac drivers do not handle struct scopes correctly. This workaround overwrites a structname with a unique prefix.</span></i></li><li><b>remove_dynamic_indexing_of_swizzled_vector</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="http://crbug.com/709351">709351</a><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: IsApple() || IsAndroid() || IsWindows()</span><br><i><span>Dynamic indexing of swizzled l-values doesn't work correctly on various platforms.</span></i></li><li><b>remove_invarient_and_centroid_for_essl3</b><span> </span><span>(OpenGL workarounds)</span><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: functions-&gt;isAtMostGL(gl::Version(4, 1)) || (functions-&gt;standard == STANDARD_GL_DESKTOP &amp;&amp; isAMD)</span><br><i><span>Fix spec difference between GLSL 4.1 or lower and ESSL3</span></i></li><li><b>reset_teximage2d_base_level</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="https://crbug.com/705865">705865</a><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: IsApple() &amp;&amp; isIntel &amp;&amp; GetMacOSVersion() &gt;= OSVersion(10, 12, 4)</span><br><i><span>Reset texture base level before calling glTexImage2D to work around pixel comparison failure.</span></i></li><li><b>reset_texture_generates_errors</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="http://anglebug.com/3859">anglebug:3859</a><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: IsApple() || (IsWindows() &amp;&amp; isAMD)</span><br><i><span>Calling glTexImage2D with zero size generates errors.</span></i></li><li><b>rewrite_float_unary_minus_operator</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="http://crbug.com/308366">308366</a><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: IsApple() &amp;&amp; isIntel &amp;&amp; GetMacOSVersion() &lt; OSVersion(10, 12, 0)</span><br><i><span>Using '-&lt;float&gt;' will get wrong answer</span></i></li><li><b>rewrite_repeated_assign_to_swizzled</b><span> </span><span>(OpenGL workarounds)</span><span>: </span><span class="feature-green">Enabled</span><span class="feature-gray">: isNvidia</span><br><i><span>Repeated assignment to swizzled values inside a GLSL user-defined function have incorrect results</span></i></li><li><b>rewrite_row_major_matrices</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="http://anglebug.com/2273">anglebug:2273</a><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: false</span><br><i><span>Rewrite row major matrices in shaders as column major as a driver bug workaround</span></i></li><li><b>rewrite_vector_scalar_arithmetic</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="http://crbug.com/772651">772651</a><span>: </span><span class="feature-green">Enabled</span><span class="feature-gray">: isNvidia</span><br><i><span>Certain types of GLSL arithmetic ops mixing vectors and scalars may be executed incorrectly</span></i></li><li><b>rgb_dxt1_textures_sample_zero_alpha</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="http://anglebug.com/3729">anglebug:3729</a><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: IsApple()</span><br><i><span>Sampling BLACK texels from RGB DXT1 textures returns transparent black on Mac.</span></i></li><li><b>rgba4_is_not_supported_for_color_rendering</b><span> </span><span>(OpenGL workarounds)</span><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: functions-&gt;standard == STANDARD_GL_DESKTOP &amp;&amp; isIntel</span><br><i><span>GL_RGBA4 is not color renderable</span></i></li><li><b>set_primitive_restart_fixed_index_for_draw_arrays</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="http://anglebug.com/3997">anglebug:3997</a><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: features-&gt;emulatePrimitiveRestartFixedIndex.enabled &amp;&amp; IsApple() &amp;&amp; isIntel</span><br><i><span>Some drivers discard vertex data in DrawArrays calls when the fixed primitive restart index is within the number of primitives being drawn.</span></i></li><li><b>set_zero_level_before_generating_mipmap</b><span> </span><span>(OpenGL workarounds)</span><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: IsApple()</span><br><i><span>glGenerateMipmap fails if the zero texture level is not set on some Mac drivers.</span></i></li><li><b>unfold_short_circuits</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="http://anglebug.com/482">anglebug:482</a><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: IsApple()</span><br><i><span>Mac incorrectly executes both sides of &amp;&amp; and || expressions when they should short-circuit.</span></i></li><li><b>unpack_last_row_separately_for_padding_inclusion</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="http://anglebug.com/1512">anglebug:1512</a><span>: </span><span class="feature-green">Enabled</span><span class="feature-gray">: IsApple() || isNvidia</span><br><i><span>When uploading textures from an unpack buffer, some drivers count an extra row padding</span></i></li><li><b>unpack_overlapping_rows_separately_unpack_buffer</b><span> </span><span>(OpenGL workarounds)</span><span>: </span><span class="feature-green">Enabled</span><span class="feature-gray">: isNvidia</span><br><i><span>In the case of unpacking from a pixel unpack buffer, unpack overlapping rows row by row</span></i></li><li><b>unsized_srgb_read_pixels_doesnt_transform</b><span> </span><span>(OpenGL workarounds)</span><span> </span><a href="http://crbug.com/565179">565179</a><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: IsAndroid() &amp;&amp; isQualcomm</span><br><i><span>Drivers returning raw sRGB values instead of linearized values when calling glReadPixels on unsized sRGB texture formats</span></i></li><li><b>use_unused_blocks_with_standard_or_shared_layout</b><span> </span><span>(OpenGL workarounds)</span><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: (IsApple() &amp;&amp; functions-&gt;standard == STANDARD_GL_DESKTOP) || (IsLinux() &amp;&amp; isAMD)</span><br><i><span>Unused std140 or shared uniform blocks will be treated as inactive</span></i></li><li><b>vertex_id_does_not_include_base_vertex</b><span> </span><span>(OpenGL workarounds)</span><span>: </span><span class="feature-red">Disabled</span><span class="feature-gray">: IsApple() &amp;&amp; isAMD</span><br><i><span>gl_VertexID in GLSL vertex shader doesn't include base vertex value</span></i></li></ul>
145
  </div>
146

    
147
  <div>
148
    <h3>Version Information</h3>
149
    <div id="client-info"><div jstcache="0">
150
      <table id="info-view-table" jstcache="0">
151
        <colgroup jstcache="0">
152
          <col style="width: 25%" jstcache="0">
153
          <col style="width: 75%" jstcache="0">
154
        </colgroup>
155
        <tbody jstcache="0"><tr jsselect="value" jstcache="5" jsinstance="0">
156
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
157
            <span class="row-title" jscontent="description" jstcache="8">Data exported</span>
158
          </td>
159
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
160
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">2021-05-11T19:42:04.182Z</span>
161
          </td>
162
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
163
            <span jscontent="description" class="row-title" jstcache="8"></span>
164
            <div transclude="info-view-table-template" jstcache="10"></div>
165
          </td>
166
        </tr><tr jsselect="value" jstcache="5" jsinstance="1">
167
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
168
            <span class="row-title" jscontent="description" jstcache="8">Chrome version</span>
169
          </td>
170
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
171
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">Chrome/90.0.4430.85</span>
172
          </td>
173
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
174
            <span jscontent="description" class="row-title" jstcache="8"></span>
175
            <div transclude="info-view-table-template" jstcache="10"></div>
176
          </td>
177
        </tr><tr jsselect="value" jstcache="5" jsinstance="2">
178
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
179
            <span class="row-title" jscontent="description" jstcache="8">Operating system</span>
180
          </td>
181
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
182
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">Linux 4.15.0-65-generic</span>
183
          </td>
184
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
185
            <span jscontent="description" class="row-title" jstcache="8"></span>
186
            <div transclude="info-view-table-template" jstcache="10"></div>
187
          </td>
188
        </tr><tr jsselect="value" jstcache="5" jsinstance="3">
189
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
190
            <span class="row-title" jscontent="description" jstcache="8">Software rendering list URL</span>
191
          </td>
192
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
193
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">https://chromium.googlesource.com/chromium/src/+/5bc145d831c180d9ff94f29a0d7a2e1cbd30ef36/gpu/config/software_rendering_list.json</span>
194
          </td>
195
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
196
            <span jscontent="description" class="row-title" jstcache="8"></span>
197
            <div transclude="info-view-table-template" jstcache="10"></div>
198
          </td>
199
        </tr><tr jsselect="value" jstcache="5" jsinstance="4">
200
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
201
            <span class="row-title" jscontent="description" jstcache="8">Driver bug list URL</span>
202
          </td>
203
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
204
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">https://chromium.googlesource.com/chromium/src/+/5bc145d831c180d9ff94f29a0d7a2e1cbd30ef36/gpu/config/gpu_driver_bug_list.json</span>
205
          </td>
206
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
207
            <span jscontent="description" class="row-title" jstcache="8"></span>
208
            <div transclude="info-view-table-template" jstcache="10"></div>
209
          </td>
210
        </tr><tr jsselect="value" jstcache="5" jsinstance="5">
211
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
212
            <span class="row-title" jscontent="description" jstcache="8">ANGLE commit id</span>
213
          </td>
214
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
215
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">e22cfa011f5e</span>
216
          </td>
217
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
218
            <span jscontent="description" class="row-title" jstcache="8"></span>
219
            <div transclude="info-view-table-template" jstcache="10"></div>
220
          </td>
221
        </tr><tr jsselect="value" jstcache="5" jsinstance="6">
222
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
223
            <span class="row-title" jscontent="description" jstcache="8">2D graphics backend</span>
224
          </td>
225
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
226
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">Skia/90 d9182fe43730b84d59598f460319930eefdaeca7</span>
227
          </td>
228
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
229
            <span jscontent="description" class="row-title" jstcache="8"></span>
230
            <div transclude="info-view-table-template" jstcache="10"></div>
231
          </td>
232
        </tr><tr jsselect="value" jstcache="5" jsinstance="*7">
233
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
234
            <span class="row-title" jscontent="description" jstcache="8">Command Line</span>
235
          </td>
236
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
237
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">/opt/google/chrome/chrome --flag-switches-begin --load-media-router-component-extension=0 --flag-switches-end --origin-trial-disabled-features=SecurePaymentConfirmation</span>
238
          </td>
239
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
240
            <span jscontent="description" class="row-title" jstcache="8"></span>
241
            <div transclude="info-view-table-template" jstcache="10"></div>
242
          </td>
243
        </tr>
244
      </tbody></table>
245
    </div></div>
246
  </div>
247

    
248
  <div>
249
    <h3>Driver Information</h3>
250
    <div id="basic-info"><div jstcache="0">
251
      <table id="info-view-table" jstcache="0">
252
        <colgroup jstcache="0">
253
          <col style="width: 25%" jstcache="0">
254
          <col style="width: 75%" jstcache="0">
255
        </colgroup>
256
        <tbody jstcache="0"><tr jsselect="value" jstcache="5" jsinstance="0">
257
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
258
            <span class="row-title" jscontent="description" jstcache="8">Initialization time</span>
259
          </td>
260
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
261
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">135</span>
262
          </td>
263
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
264
            <span jscontent="description" class="row-title" jstcache="8"></span>
265
            <div transclude="info-view-table-template" jstcache="10"></div>
266
          </td>
267
        </tr><tr jsselect="value" jstcache="5" jsinstance="1">
268
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
269
            <span class="row-title" jscontent="description" jstcache="8">In-process GPU</span>
270
          </td>
271
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
272
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">false</span>
273
          </td>
274
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
275
            <span jscontent="description" class="row-title" jstcache="8"></span>
276
            <div transclude="info-view-table-template" jstcache="10"></div>
277
          </td>
278
        </tr><tr jsselect="value" jstcache="5" jsinstance="2">
279
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
280
            <span class="row-title" jscontent="description" jstcache="8">Passthrough Command Decoder</span>
281
          </td>
282
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
283
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">true</span>
284
          </td>
285
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
286
            <span jscontent="description" class="row-title" jstcache="8"></span>
287
            <div transclude="info-view-table-template" jstcache="10"></div>
288
          </td>
289
        </tr><tr jsselect="value" jstcache="5" jsinstance="3">
290
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
291
            <span class="row-title" jscontent="description" jstcache="8">Sandboxed</span>
292
          </td>
293
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
294
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">true</span>
295
          </td>
296
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
297
            <span jscontent="description" class="row-title" jstcache="8"></span>
298
            <div transclude="info-view-table-template" jstcache="10"></div>
299
          </td>
300
        </tr><tr jsselect="value" jstcache="5" jsinstance="4">
301
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
302
            <span class="row-title" jscontent="description" jstcache="8">GPU0</span>
303
          </td>
304
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
305
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">VENDOR= 0x10de, DEVICE=0x1427 *ACTIVE*</span>
306
          </td>
307
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
308
            <span jscontent="description" class="row-title" jstcache="8"></span>
309
            <div transclude="info-view-table-template" jstcache="10"></div>
310
          </td>
311
        </tr><tr jsselect="value" jstcache="5" jsinstance="5">
312
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
313
            <span class="row-title" jscontent="description" jstcache="8">GPU1</span>
314
          </td>
315
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
316
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">VENDOR= 0x8086, DEVICE=0x191b</span>
317
          </td>
318
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
319
            <span jscontent="description" class="row-title" jstcache="8"></span>
320
            <div transclude="info-view-table-template" jstcache="10"></div>
321
          </td>
322
        </tr><tr jsselect="value" jstcache="5" jsinstance="6">
323
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
324
            <span class="row-title" jscontent="description" jstcache="8">Optimus</span>
325
          </td>
326
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
327
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">true</span>
328
          </td>
329
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
330
            <span jscontent="description" class="row-title" jstcache="8"></span>
331
            <div transclude="info-view-table-template" jstcache="10"></div>
332
          </td>
333
        </tr><tr jsselect="value" jstcache="5" jsinstance="7">
334
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
335
            <span class="row-title" jscontent="description" jstcache="8">AMD switchable</span>
336
          </td>
337
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
338
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">false</span>
339
          </td>
340
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
341
            <span jscontent="description" class="row-title" jstcache="8"></span>
342
            <div transclude="info-view-table-template" jstcache="10"></div>
343
          </td>
344
        </tr><tr jsselect="value" jstcache="5" jsinstance="8">
345
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
346
            <span class="row-title" jscontent="description" jstcache="8">Driver vendor</span>
347
          </td>
348
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
349
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">Nvidia</span>
350
          </td>
351
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
352
            <span jscontent="description" class="row-title" jstcache="8"></span>
353
            <div transclude="info-view-table-template" jstcache="10"></div>
354
          </td>
355
        </tr><tr jsselect="value" jstcache="5" jsinstance="9">
356
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
357
            <span class="row-title" jscontent="description" jstcache="8">Driver version</span>
358
          </td>
359
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
360
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">390.143</span>
361
          </td>
362
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
363
            <span jscontent="description" class="row-title" jstcache="8"></span>
364
            <div transclude="info-view-table-template" jstcache="10"></div>
365
          </td>
366
        </tr><tr jsselect="value" jstcache="5" jsinstance="10">
367
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
368
            <span class="row-title" jscontent="description" jstcache="8">GPU CUDA compute capability major version</span>
369
          </td>
370
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
371
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">0</span>
372
          </td>
373
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
374
            <span jscontent="description" class="row-title" jstcache="8"></span>
375
            <div transclude="info-view-table-template" jstcache="10"></div>
376
          </td>
377
        </tr><tr jsselect="value" jstcache="5" jsinstance="11">
378
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
379
            <span class="row-title" jscontent="description" jstcache="8">Pixel shader version</span>
380
          </td>
381
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
382
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">1.00</span>
383
          </td>
384
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
385
            <span jscontent="description" class="row-title" jstcache="8"></span>
386
            <div transclude="info-view-table-template" jstcache="10"></div>
387
          </td>
388
        </tr><tr jsselect="value" jstcache="5" jsinstance="12">
389
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
390
            <span class="row-title" jscontent="description" jstcache="8">Vertex shader version</span>
391
          </td>
392
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
393
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">1.00</span>
394
          </td>
395
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
396
            <span jscontent="description" class="row-title" jstcache="8"></span>
397
            <div transclude="info-view-table-template" jstcache="10"></div>
398
          </td>
399
        </tr><tr jsselect="value" jstcache="5" jsinstance="13">
400
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
401
            <span class="row-title" jscontent="description" jstcache="8">Max. MSAA samples</span>
402
          </td>
403
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
404
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">8</span>
405
          </td>
406
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
407
            <span jscontent="description" class="row-title" jstcache="8"></span>
408
            <div transclude="info-view-table-template" jstcache="10"></div>
409
          </td>
410
        </tr><tr jsselect="value" jstcache="5" jsinstance="14">
411
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
412
            <span class="row-title" jscontent="description" jstcache="8">Machine model name</span>
413
          </td>
414
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
415
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null"></span>
416
          </td>
417
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
418
            <span jscontent="description" class="row-title" jstcache="8"></span>
419
            <div transclude="info-view-table-template" jstcache="10"></div>
420
          </td>
421
        </tr><tr jsselect="value" jstcache="5" jsinstance="15">
422
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
423
            <span class="row-title" jscontent="description" jstcache="8">Machine model version</span>
424
          </td>
425
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
426
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null"></span>
427
          </td>
428
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
429
            <span jscontent="description" class="row-title" jstcache="8"></span>
430
            <div transclude="info-view-table-template" jstcache="10"></div>
431
          </td>
432
        </tr><tr jsselect="value" jstcache="5" jsinstance="16">
433
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
434
            <span class="row-title" jscontent="description" jstcache="8">GL_VENDOR</span>
435
          </td>
436
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
437
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">Google Inc. (NVIDIA Corporation)</span>
438
          </td>
439
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
440
            <span jscontent="description" class="row-title" jstcache="8"></span>
441
            <div transclude="info-view-table-template" jstcache="10"></div>
442
          </td>
443
        </tr><tr jsselect="value" jstcache="5" jsinstance="17">
444
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
445
            <span class="row-title" jscontent="description" jstcache="8">GL_RENDERER</span>
446
          </td>
447
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
448
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">ANGLE (NVIDIA Corporation, GeForce GTX 965M/PCIe/SSE2, OpenGL 4.5.0 NVIDIA 390.143)</span>
449
          </td>
450
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
451
            <span jscontent="description" class="row-title" jstcache="8"></span>
452
            <div transclude="info-view-table-template" jstcache="10"></div>
453
          </td>
454
        </tr><tr jsselect="value" jstcache="5" jsinstance="18">
455
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
456
            <span class="row-title" jscontent="description" jstcache="8">GL_VERSION</span>
457
          </td>
458
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
459
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">OpenGL ES 2.0.0 (ANGLE 2.1.15046 git hash: e22cfa011f5e)</span>
460
          </td>
461
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
462
            <span jscontent="description" class="row-title" jstcache="8"></span>
463
            <div transclude="info-view-table-template" jstcache="10"></div>
464
          </td>
465
        </tr><tr jsselect="value" jstcache="5" jsinstance="19">
466
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
467
            <span class="row-title" jscontent="description" jstcache="8">GL_EXTENSIONS</span>
468
          </td>
469
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
470
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">GL_ANGLE_base_vertex_base_instance GL_ANGLE_client_arrays GL_ANGLE_depth_texture GL_ANGLE_explicit_context GL_ANGLE_explicit_context_gles1 GL_ANGLE_framebuffer_blit GL_ANGLE_framebuffer_multisample GL_ANGLE_get_tex_level_parameter GL_ANGLE_instanced_arrays GL_ANGLE_memory_size GL_ANGLE_multi_draw GL_ANGLE_multiview_multisample GL_ANGLE_program_cache_control GL_ANGLE_provoking_vertex GL_ANGLE_request_extension GL_ANGLE_robust_client_memory GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ANGLE_texture_external_update GL_ANGLE_texture_rectangle GL_ANGLE_translated_shader_source GL_APPLE_clip_distance GL_ARB_sync GL_CHROMIUM_bind_generates_resource GL_CHROMIUM_bind_uniform_location GL_CHROMIUM_color_buffer_float_rgb GL_CHROMIUM_color_buffer_float_rgba GL_CHROMIUM_copy_texture GL_CHROMIUM_framebuffer_mixed_samples GL_CHROMIUM_lose_context GL_CHROMIUM_sync_query GL_EXT_blend_func_extended GL_EXT_blend_minmax GL_EXT_color_buffer_half_float GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_discard_framebuffer GL_EXT_disjoint_timer_query GL_EXT_draw_buffers GL_EXT_draw_elements_base_vertex GL_EXT_float_blend GL_EXT_frag_depth GL_EXT_gpu_shader5 GL_EXT_instanced_arrays GL_EXT_map_buffer_range GL_EXT_memory_object GL_EXT_memory_object_fd GL_EXT_multisample_compatibility GL_EXT_occlusion_query_boolean GL_EXT_read_format_bgra GL_EXT_robustness GL_EXT_sRGB GL_EXT_sRGB_write_control GL_EXT_semaphore GL_EXT_semaphore_fd GL_EXT_shader_io_blocks GL_EXT_shader_texture_lod GL_EXT_shadow_samplers GL_EXT_texture_buffer GL_EXT_texture_compression_bptc GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc_srgb GL_EXT_texture_cube_map_array GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_rg GL_EXT_texture_sRGB_decode GL_EXT_texture_storage GL_EXT_unpack_subimage GL_KHR_debug GL_KHR_parallel_shader_compile GL_NV_depth_buffer_float2 GL_NV_fence GL_NV_framebuffer_blit GL_NV_pack_subimage GL_NV_pixel_buffer_object GL_NV_read_depth GL_NV_read_stencil GL_NV_robustness_video_memory_purge GL_NV_shader_noperspective_interpolation GL_OES_compressed_EAC_R11_signed_texture GL_OES_compressed_EAC_R11_unsigned_texture GL_OES_compressed_EAC_RG11_signed_texture GL_OES_compressed_EAC_RG11_unsigned_texture GL_OES_compressed_ETC2_RGB8_texture GL_OES_compressed_ETC2_RGBA8_texture GL_OES_compressed_ETC2_punchthroughA_RGBA8_texture GL_OES_compressed_ETC2_punchthroughA_sRGB8_alpha_texture GL_OES_compressed_ETC2_sRGB8_alpha8_texture GL_OES_compressed_ETC2_sRGB8_texture GL_OES_depth24 GL_OES_depth32 GL_OES_depth_texture GL_OES_draw_elements_base_vertex GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_get_program_binary GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_shader_image_atomic GL_OES_shader_io_blocks GL_OES_standard_derivatives GL_OES_surfaceless_context GL_OES_texture_3D GL_OES_texture_border_clamp GL_OES_texture_buffer GL_OES_texture_cube_map_array 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_texture_stencil8 GL_OES_vertex_array_object GL_WEBGL_video_texture </span>
471
          </td>
472
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
473
            <span jscontent="description" class="row-title" jstcache="8"></span>
474
            <div transclude="info-view-table-template" jstcache="10"></div>
475
          </td>
476
        </tr><tr jsselect="value" jstcache="5" jsinstance="20">
477
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
478
            <span class="row-title" jscontent="description" jstcache="8">Disabled Extensions</span>
479
          </td>
480
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
481
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent</span>
482
          </td>
483
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
484
            <span jscontent="description" class="row-title" jstcache="8"></span>
485
            <div transclude="info-view-table-template" jstcache="10"></div>
486
          </td>
487
        </tr><tr jsselect="value" jstcache="5" jsinstance="21">
488
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
489
            <span class="row-title" jscontent="description" jstcache="8">Disabled WebGL Extensions</span>
490
          </td>
491
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
492
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null"></span>
493
          </td>
494
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
495
            <span jscontent="description" class="row-title" jstcache="8"></span>
496
            <div transclude="info-view-table-template" jstcache="10"></div>
497
          </td>
498
        </tr><tr jsselect="value" jstcache="5" jsinstance="22">
499
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
500
            <span class="row-title" jscontent="description" jstcache="8">Window system binding vendor</span>
501
          </td>
502
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
503
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">Google Inc. (NVIDIA Corporation)</span>
504
          </td>
505
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
506
            <span jscontent="description" class="row-title" jstcache="8"></span>
507
            <div transclude="info-view-table-template" jstcache="10"></div>
508
          </td>
509
        </tr><tr jsselect="value" jstcache="5" jsinstance="23">
510
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
511
            <span class="row-title" jscontent="description" jstcache="8">Window system binding version</span>
512
          </td>
513
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
514
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">1.5 (ANGLE 2.1.15046 git hash: e22cfa011f5e)</span>
515
          </td>
516
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
517
            <span jscontent="description" class="row-title" jstcache="8"></span>
518
            <div transclude="info-view-table-template" jstcache="10"></div>
519
          </td>
520
        </tr><tr jsselect="value" jstcache="5" jsinstance="24">
521
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
522
            <span class="row-title" jscontent="description" jstcache="8">Window system binding extensions</span>
523
          </td>
524
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
525
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">EGL_EXT_create_context_robustness EGL_KHR_create_context EGL_KHR_get_all_proc_addresses EGL_ANGLE_create_context_webgl_compatibility EGL_CHROMIUM_create_context_bind_generates_resource EGL_EXT_pixel_format_float EGL_KHR_surfaceless_context EGL_ANGLE_display_texture_share_group EGL_ANGLE_display_semaphore_share_group EGL_ANGLE_create_context_client_arrays EGL_ANGLE_program_cache_control EGL_ANGLE_robust_resource_initialization EGL_ANGLE_create_context_extensions_enabled EGL_ANDROID_blob_cache EGL_ANDROID_recordable EGL_ANGLE_create_context_backwards_compatible EGL_KHR_create_context_no_error EGL_NOK_texture_from_pixmap EGL_NV_robustness_video_memory_purge EGL_KHR_reusable_sync </span>
526
          </td>
527
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
528
            <span jscontent="description" class="row-title" jstcache="8"></span>
529
            <div transclude="info-view-table-template" jstcache="10"></div>
530
          </td>
531
        </tr><tr jsselect="value" jstcache="5" jsinstance="25">
532
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
533
            <span class="row-title" jscontent="description" jstcache="8">Window manager</span>
534
          </td>
535
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
536
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">GNOME Shell</span>
537
          </td>
538
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
539
            <span jscontent="description" class="row-title" jstcache="8"></span>
540
            <div transclude="info-view-table-template" jstcache="10"></div>
541
          </td>
542
        </tr><tr jsselect="value" jstcache="5" jsinstance="26">
543
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
544
            <span class="row-title" jscontent="description" jstcache="8">XDG_CURRENT_DESKTOP</span>
545
          </td>
546
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
547
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">ubuntu:GNOME</span>
548
          </td>
549
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
550
            <span jscontent="description" class="row-title" jstcache="8"></span>
551
            <div transclude="info-view-table-template" jstcache="10"></div>
552
          </td>
553
        </tr><tr jsselect="value" jstcache="5" jsinstance="27">
554
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
555
            <span class="row-title" jscontent="description" jstcache="8">GDMSESSION</span>
556
          </td>
557
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
558
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">ubuntu</span>
559
          </td>
560
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
561
            <span jscontent="description" class="row-title" jstcache="8"></span>
562
            <div transclude="info-view-table-template" jstcache="10"></div>
563
          </td>
564
        </tr><tr jsselect="value" jstcache="5" jsinstance="28">
565
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
566
            <span class="row-title" jscontent="description" jstcache="8">Compositing manager</span>
567
          </td>
568
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
569
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">Yes</span>
570
          </td>
571
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
572
            <span jscontent="description" class="row-title" jstcache="8"></span>
573
            <div transclude="info-view-table-template" jstcache="10"></div>
574
          </td>
575
        </tr><tr jsselect="value" jstcache="5" jsinstance="29">
576
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
577
            <span class="row-title" jscontent="description" jstcache="8">System visual ID</span>
578
          </td>
579
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
580
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">0</span>
581
          </td>
582
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
583
            <span jscontent="description" class="row-title" jstcache="8"></span>
584
            <div transclude="info-view-table-template" jstcache="10"></div>
585
          </td>
586
        </tr><tr jsselect="value" jstcache="5" jsinstance="30">
587
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
588
            <span class="row-title" jscontent="description" jstcache="8">RGBA visual ID</span>
589
          </td>
590
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
591
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">0</span>
592
          </td>
593
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
594
            <span jscontent="description" class="row-title" jstcache="8"></span>
595
            <div transclude="info-view-table-template" jstcache="10"></div>
596
          </td>
597
        </tr><tr jsselect="value" jstcache="5" jsinstance="31">
598
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
599
            <span class="row-title" jscontent="description" jstcache="8">Direct rendering version</span>
600
          </td>
601
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
602
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">unknown</span>
603
          </td>
604
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
605
            <span jscontent="description" class="row-title" jstcache="8"></span>
606
            <div transclude="info-view-table-template" jstcache="10"></div>
607
          </td>
608
        </tr><tr jsselect="value" jstcache="5" jsinstance="32">
609
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
610
            <span class="row-title" jscontent="description" jstcache="8">Reset notification strategy</span>
611
          </td>
612
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
613
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">0x8252</span>
614
          </td>
615
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
616
            <span jscontent="description" class="row-title" jstcache="8"></span>
617
            <div transclude="info-view-table-template" jstcache="10"></div>
618
          </td>
619
        </tr><tr jsselect="value" jstcache="5" jsinstance="33">
620
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
621
            <span class="row-title" jscontent="description" jstcache="8">GPU process crash count</span>
622
          </td>
623
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
624
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">0</span>
625
          </td>
626
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
627
            <span jscontent="description" class="row-title" jstcache="8"></span>
628
            <div transclude="info-view-table-template" jstcache="10"></div>
629
          </td>
630
        </tr><tr jsselect="value" jstcache="5" jsinstance="*34">
631
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
632
            <span class="row-title" jscontent="description" jstcache="8">gfx::BufferFormats supported for allocation and texturing</span>
633
          </td>
634
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
635
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">R_8: not supported,  R_16: not supported,  RG_88: not supported,  BGR_565: not supported,  RGBA_4444: not supported,  RGBX_8888: not supported,  RGBA_8888: not supported,  BGRX_8888: not supported,  BGRA_1010102: not supported,  RGBA_1010102: not supported,  BGRA_8888: not supported,  RGBA_F16: not supported,  YVU_420: not supported,  YUV_420_BIPLANAR: not supported,  P010: not supported</span>
636
          </td>
637
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
638
            <span jscontent="description" class="row-title" jstcache="8"></span>
639
            <div transclude="info-view-table-template" jstcache="10"></div>
640
          </td>
641
        </tr>
642
      </tbody></table>
643
    </div></div>
644
  </div>
645

    
646
  <div>
647
    <h3>Compositor Information</h3>
648
    <div id="compositor-info"><div jstcache="0">
649
      <table id="info-view-table" jstcache="0">
650
        <colgroup jstcache="0">
651
          <col style="width: 25%" jstcache="0">
652
          <col style="width: 75%" jstcache="0">
653
        </colgroup>
654
        <tbody jstcache="0"><tr jsselect="value" jstcache="5" jsinstance="0">
655
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
656
            <span class="row-title" jscontent="description" jstcache="8">Tile Update Mode</span>
657
          </td>
658
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
659
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">One-copy</span>
660
          </td>
661
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
662
            <span jscontent="description" class="row-title" jstcache="8"></span>
663
            <div transclude="info-view-table-template" jstcache="10"></div>
664
          </td>
665
        </tr><tr jsselect="value" jstcache="5" jsinstance="*1">
666
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
667
            <span class="row-title" jscontent="description" jstcache="8">Partial Raster</span>
668
          </td>
669
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
670
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">Enabled</span>
671
          </td>
672
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
673
            <span jscontent="description" class="row-title" jstcache="8"></span>
674
            <div transclude="info-view-table-template" jstcache="10"></div>
675
          </td>
676
        </tr>
677
      </tbody></table>
678
    </div></div>
679
  </div>
680

    
681
  <div>
682
    <h3>GpuMemoryBuffers Status</h3>
683
    <div id="gpu-memory-buffer-info"><div jstcache="0">
684
      <table id="info-view-table" jstcache="0">
685
        <colgroup jstcache="0">
686
          <col style="width: 25%" jstcache="0">
687
          <col style="width: 75%" jstcache="0">
688
        </colgroup>
689
        <tbody jstcache="0"><tr jsselect="value" jstcache="5" jsinstance="0">
690
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
691
            <span class="row-title" jscontent="description" jstcache="8">R_8</span>
692
          </td>
693
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
694
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">Software only</span>
695
          </td>
696
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
697
            <span jscontent="description" class="row-title" jstcache="8"></span>
698
            <div transclude="info-view-table-template" jstcache="10"></div>
699
          </td>
700
        </tr><tr jsselect="value" jstcache="5" jsinstance="1">
701
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
702
            <span class="row-title" jscontent="description" jstcache="8">R_16</span>
703
          </td>
704
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
705
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">Software only</span>
706
          </td>
707
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
708
            <span jscontent="description" class="row-title" jstcache="8"></span>
709
            <div transclude="info-view-table-template" jstcache="10"></div>
710
          </td>
711
        </tr><tr jsselect="value" jstcache="5" jsinstance="2">
712
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
713
            <span class="row-title" jscontent="description" jstcache="8">RG_88</span>
714
          </td>
715
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
716
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">Software only</span>
717
          </td>
718
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
719
            <span jscontent="description" class="row-title" jstcache="8"></span>
720
            <div transclude="info-view-table-template" jstcache="10"></div>
721
          </td>
722
        </tr><tr jsselect="value" jstcache="5" jsinstance="3">
723
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
724
            <span class="row-title" jscontent="description" jstcache="8">BGR_565</span>
725
          </td>
726
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
727
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">Software only</span>
728
          </td>
729
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
730
            <span jscontent="description" class="row-title" jstcache="8"></span>
731
            <div transclude="info-view-table-template" jstcache="10"></div>
732
          </td>
733
        </tr><tr jsselect="value" jstcache="5" jsinstance="4">
734
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
735
            <span class="row-title" jscontent="description" jstcache="8">RGBA_4444</span>
736
          </td>
737
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
738
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">Software only</span>
739
          </td>
740
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
741
            <span jscontent="description" class="row-title" jstcache="8"></span>
742
            <div transclude="info-view-table-template" jstcache="10"></div>
743
          </td>
744
        </tr><tr jsselect="value" jstcache="5" jsinstance="5">
745
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
746
            <span class="row-title" jscontent="description" jstcache="8">RGBX_8888</span>
747
          </td>
748
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
749
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">Software only</span>
750
          </td>
751
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
752
            <span jscontent="description" class="row-title" jstcache="8"></span>
753
            <div transclude="info-view-table-template" jstcache="10"></div>
754
          </td>
755
        </tr><tr jsselect="value" jstcache="5" jsinstance="6">
756
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
757
            <span class="row-title" jscontent="description" jstcache="8">RGBA_8888</span>
758
          </td>
759
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
760
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">Software only</span>
761
          </td>
762
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
763
            <span jscontent="description" class="row-title" jstcache="8"></span>
764
            <div transclude="info-view-table-template" jstcache="10"></div>
765
          </td>
766
        </tr><tr jsselect="value" jstcache="5" jsinstance="7">
767
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
768
            <span class="row-title" jscontent="description" jstcache="8">BGRX_8888</span>
769
          </td>
770
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
771
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">Software only</span>
772
          </td>
773
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
774
            <span jscontent="description" class="row-title" jstcache="8"></span>
775
            <div transclude="info-view-table-template" jstcache="10"></div>
776
          </td>
777
        </tr><tr jsselect="value" jstcache="5" jsinstance="8">
778
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
779
            <span class="row-title" jscontent="description" jstcache="8">BGRA_1010102</span>
780
          </td>
781
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
782
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">Software only</span>
783
          </td>
784
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
785
            <span jscontent="description" class="row-title" jstcache="8"></span>
786
            <div transclude="info-view-table-template" jstcache="10"></div>
787
          </td>
788
        </tr><tr jsselect="value" jstcache="5" jsinstance="9">
789
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
790
            <span class="row-title" jscontent="description" jstcache="8">RGBA_1010102</span>
791
          </td>
792
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
793
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">Software only</span>
794
          </td>
795
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
796
            <span jscontent="description" class="row-title" jstcache="8"></span>
797
            <div transclude="info-view-table-template" jstcache="10"></div>
798
          </td>
799
        </tr><tr jsselect="value" jstcache="5" jsinstance="10">
800
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
801
            <span class="row-title" jscontent="description" jstcache="8">BGRA_8888</span>
802
          </td>
803
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
804
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">Software only</span>
805
          </td>
806
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
807
            <span jscontent="description" class="row-title" jstcache="8"></span>
808
            <div transclude="info-view-table-template" jstcache="10"></div>
809
          </td>
810
        </tr><tr jsselect="value" jstcache="5" jsinstance="11">
811
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
812
            <span class="row-title" jscontent="description" jstcache="8">RGBA_F16</span>
813
          </td>
814
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
815
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">Software only</span>
816
          </td>
817
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
818
            <span jscontent="description" class="row-title" jstcache="8"></span>
819
            <div transclude="info-view-table-template" jstcache="10"></div>
820
          </td>
821
        </tr><tr jsselect="value" jstcache="5" jsinstance="12">
822
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
823
            <span class="row-title" jscontent="description" jstcache="8">YVU_420</span>
824
          </td>
825
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
826
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">Software only</span>
827
          </td>
828
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
829
            <span jscontent="description" class="row-title" jstcache="8"></span>
830
            <div transclude="info-view-table-template" jstcache="10"></div>
831
          </td>
832
        </tr><tr jsselect="value" jstcache="5" jsinstance="13">
833
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
834
            <span class="row-title" jscontent="description" jstcache="8">YUV_420_BIPLANAR</span>
835
          </td>
836
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
837
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">Software only</span>
838
          </td>
839
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
840
            <span jscontent="description" class="row-title" jstcache="8"></span>
841
            <div transclude="info-view-table-template" jstcache="10"></div>
842
          </td>
843
        </tr><tr jsselect="value" jstcache="5" jsinstance="*14">
844
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
845
            <span class="row-title" jscontent="description" jstcache="8">P010</span>
846
          </td>
847
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
848
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">Software only</span>
849
          </td>
850
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
851
            <span jscontent="description" class="row-title" jstcache="8"></span>
852
            <div transclude="info-view-table-template" jstcache="10"></div>
853
          </td>
854
        </tr>
855
      </tbody></table>
856
    </div></div>
857
  </div>
858

    
859
  <div>
860
    <h3>Display(s) Information</h3>
861
    <div id="display-info"><div jstcache="0">
862
      <table id="info-view-table" jstcache="0">
863
        <colgroup jstcache="0">
864
          <col style="width: 25%" jstcache="0">
865
          <col style="width: 75%" jstcache="0">
866
        </colgroup>
867
        <tbody jstcache="0"><tr jsselect="value" jstcache="5" jsinstance="0">
868
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
869
            <span class="row-title" jscontent="description" jstcache="8">Info </span>
870
          </td>
871
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
872
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">Display[18309954144734789] bounds=[0,0 2560x1440], workarea=[67,27 2493x1413], scale=1, rotation=0, panel_rotation=0 external.</span>
873
          </td>
874
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
875
            <span jscontent="description" class="row-title" jstcache="8"></span>
876
            <div transclude="info-view-table-template" jstcache="10"></div>
877
          </td>
878
        </tr><tr jsselect="value" jstcache="5" jsinstance="1">
879
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
880
            <span class="row-title" jscontent="description" jstcache="8">Color space (all)</span>
881
          </td>
882
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
883
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">{primaries_d50_referred: [[0.6787, 0.3150],  [0.2974, 0.6447],  [0.1579, 0.0842]], transfer:IEC61966_2_1, matrix:RGB, range:FULL}</span>
884
          </td>
885
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
886
            <span jscontent="description" class="row-title" jstcache="8"></span>
887
            <div transclude="info-view-table-template" jstcache="10"></div>
888
          </td>
889
        </tr><tr jsselect="value" jstcache="5" jsinstance="2">
890
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
891
            <span class="row-title" jscontent="description" jstcache="8">Buffer format (all)</span>
892
          </td>
893
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
894
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">BGRA_8888</span>
895
          </td>
896
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
897
            <span jscontent="description" class="row-title" jstcache="8"></span>
898
            <div transclude="info-view-table-template" jstcache="10"></div>
899
          </td>
900
        </tr><tr jsselect="value" jstcache="5" jsinstance="3">
901
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
902
            <span class="row-title" jscontent="description" jstcache="8">SDR white level in nits</span>
903
          </td>
904
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
905
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">100</span>
906
          </td>
907
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
908
            <span jscontent="description" class="row-title" jstcache="8"></span>
909
            <div transclude="info-view-table-template" jstcache="10"></div>
910
          </td>
911
        </tr><tr jsselect="value" jstcache="5" jsinstance="4">
912
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
913
            <span class="row-title" jscontent="description" jstcache="8">Bits per color component</span>
914
          </td>
915
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
916
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">8</span>
917
          </td>
918
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
919
            <span jscontent="description" class="row-title" jstcache="8"></span>
920
            <div transclude="info-view-table-template" jstcache="10"></div>
921
          </td>
922
        </tr><tr jsselect="value" jstcache="5" jsinstance="5">
923
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
924
            <span class="row-title" jscontent="description" jstcache="8">Bits per pixel</span>
925
          </td>
926
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
927
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">24</span>
928
          </td>
929
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
930
            <span jscontent="description" class="row-title" jstcache="8"></span>
931
            <div transclude="info-view-table-template" jstcache="10"></div>
932
          </td>
933
        </tr><tr jsselect="value" jstcache="5" jsinstance="*6">
934
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
935
            <span class="row-title" jscontent="description" jstcache="8">Refresh Rate in Hz</span>
936
          </td>
937
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
938
            <span jscontent="value" jsvalues=".id:id" jstcache="9" id="null">59</span>
939
          </td>
940
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7" style="display: none;">
941
            <span jscontent="description" class="row-title" jstcache="8"></span>
942
            <div transclude="info-view-table-template" jstcache="10"></div>
943
          </td>
944
        </tr>
945
      </tbody></table>
946
    </div></div>
947
  </div>
948

    
949
  <div>
950
    <h3>Video Acceleration Information</h3>
951
    <div id="video-acceleration-info"><div jstcache="0">
952
      <table id="info-view-table" jstcache="0">
953
        <colgroup jstcache="0">
954
          <col style="width: 25%" jstcache="0">
955
          <col style="width: 75%" jstcache="0">
956
        </colgroup>
957
        <tbody jstcache="0"><tr jsselect="value" jstcache="5" jsinstance="*0" style="display: none;">
958
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
959
            <span class="row-title" jscontent="description" jstcache="8">title</span>
960
          </td>
961
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
962
            <span jscontent="value" jsvalues=".id:id" jstcache="9">value</span>
963
          </td>
964
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7">
965
            <span jscontent="description" class="row-title" jstcache="8"></span>
966
            <div transclude="info-view-table-template" jstcache="10"></div>
967
          </td>
968
        </tr>
969
      </tbody></table>
970
    </div></div>
971
  </div>
972

    
973
  <div>
974
    <h3>Vulkan Information</h3>
975
    <div id="vulkan-info"><div jstcache="0">
976
      <table id="info-view-table" jstcache="0">
977
        <colgroup jstcache="0">
978
          <col style="width: 25%" jstcache="0">
979
          <col style="width: 75%" jstcache="0">
980
        </colgroup>
981
        <tbody jstcache="0"><tr jsselect="value" jstcache="5" jsinstance="*0" style="display: none;">
982
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
983
            <span class="row-title" jscontent="description" jstcache="8">title</span>
984
          </td>
985
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
986
            <span jscontent="value" jsvalues=".id:id" jstcache="9">value</span>
987
          </td>
988
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7">
989
            <span jscontent="description" class="row-title" jstcache="8"></span>
990
            <div transclude="info-view-table-template" jstcache="10"></div>
991
          </td>
992
        </tr>
993
      </tbody></table>
994
    </div></div>
995
  </div>
996

    
997
  <div>
998
    <h3>Device Performance Information</h3>
999
    <div id="device-perf-info"><div jstcache="0">
1000
      <table id="info-view-table" jstcache="0">
1001
        <colgroup jstcache="0">
1002
          <col style="width: 25%" jstcache="0">
1003
          <col style="width: 75%" jstcache="0">
1004
        </colgroup>
1005
        <tbody jstcache="0"><tr jsselect="value" jstcache="5" jsinstance="*0" style="display: none;">
1006
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
1007
            <span class="row-title" jscontent="description" jstcache="8">title</span>
1008
          </td>
1009
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
1010
            <span jscontent="value" jsvalues=".id:id" jstcache="9">value</span>
1011
          </td>
1012
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7">
1013
            <span jscontent="description" class="row-title" jstcache="8"></span>
1014
            <div transclude="info-view-table-template" jstcache="10"></div>
1015
          </td>
1016
        </tr>
1017
      </tbody></table>
1018
    </div></div>
1019
  </div>
1020

    
1021
  <div class="diagnostics" hidden="">
1022
    <h3>Diagnostics</h3>
1023
    <div class="diagnostics-loading">... loading ...</div>
1024
    <div id="diagnostics-table">None</div>
1025
  </div>
1026

    
1027
  <div class="basic-info-for-hardware-gpu-div" hidden="">
1028
    <h3>Driver Information for Hardware GPU</h3>
1029
    <div id="basic-info-for-hardware-gpu"></div>
1030
  </div>
1031

    
1032
  <div class="feature-status-for-hardware-gpu-div" hidden="">
1033
    <h3>Graphics Feature Status for Hardware GPU</h3>
1034
    <ul class="feature-status-for-hardware-gpu-list">
1035
    </ul>
1036
  </div>
1037

    
1038
  <div class="workarounds-for-hardware-gpu-div" hidden="">
1039
    <h3>Driver Bug Workarounds for Hardware GPU</h3>
1040
    <ul class="workarounds-for-hardware-gpu-list">
1041
    </ul>
1042
  </div>
1043

    
1044
  <div class="problems-for-hardware-gpu-div" hidden="">
1045
    <h3>Problems Detected for Hardware GPU</h3>
1046
    <ul class="problems-for-hardware-gpu-list">
1047
    </ul>
1048
  </div>
1049

    
1050
  <div id="log-messages" jsdisplay="values.length" jstcache="1" style="">
1051
    <h3 jstcache="0">Log Messages</h3>
1052
    <ul jstcache="0">
1053
      <li jsselect="values" jstcache="2" jsinstance="0">
1054
        <span jscontent="header" jstcache="3">[20677:20677:0511/085745.449131:WARNING:ipc_message_attachment_set.cc(49)] </span>: <span jscontent="message" jstcache="4">MessageAttachmentSet destroyed with unconsumed attachments: 0/1
1055
</span>
1056
      </li><li jsselect="values" jstcache="2" jsinstance="1">
1057
        <span jscontent="header" jstcache="3">[20677:20677:0511/091248.623792:WARNING:ipc_message_attachment_set.cc(49)] </span>: <span jscontent="message" jstcache="4">MessageAttachmentSet destroyed with unconsumed attachments: 0/1
1058
</span>
1059
      </li><li jsselect="values" jstcache="2" jsinstance="2">
1060
        <span jscontent="header" jstcache="3">[20677:20677:0511/094456.406216:ERROR:shared_image_manager.cc(214)] </span>: <span jscontent="message" jstcache="4">SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
1061
</span>
1062
      </li><li jsselect="values" jstcache="2" jsinstance="3">
1063
        <span jscontent="header" jstcache="3">[20677:20677:0511/094456.406508:ERROR:shared_image_manager.cc(214)] </span>: <span jscontent="message" jstcache="4">SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
1064
</span>
1065
      </li><li jsselect="values" jstcache="2" jsinstance="4">
1066
        <span jscontent="header" jstcache="3">[20677:20677:0511/094603.545897:WARNING:ipc_message_attachment_set.cc(49)] </span>: <span jscontent="message" jstcache="4">MessageAttachmentSet destroyed with unconsumed attachments: 0/1
1067
</span>
1068
      </li><li jsselect="values" jstcache="2" jsinstance="5">
1069
        <span jscontent="header" jstcache="3">[20677:20677:0511/094603.545966:WARNING:ipc_message_attachment_set.cc(49)] </span>: <span jscontent="message" jstcache="4">MessageAttachmentSet destroyed with unconsumed attachments: 0/1
1070
</span>
1071
      </li><li jsselect="values" jstcache="2" jsinstance="6">
1072
        <span jscontent="header" jstcache="3">[20677:20677:0511/095745.384167:WARNING:ipc_message_attachment_set.cc(49)] </span>: <span jscontent="message" jstcache="4">MessageAttachmentSet destroyed with unconsumed attachments: 0/1
1073
</span>
1074
      </li><li jsselect="values" jstcache="2" jsinstance="7">
1075
        <span jscontent="header" jstcache="3">[20677:20677:0511/100320.445676:WARNING:ipc_message_attachment_set.cc(49)] </span>: <span jscontent="message" jstcache="4">MessageAttachmentSet destroyed with unconsumed attachments: 0/1
1076
</span>
1077
      </li><li jsselect="values" jstcache="2" jsinstance="8">
1078
        <span jscontent="header" jstcache="3">[20677:20677:0511/100320.445752:WARNING:ipc_message_attachment_set.cc(49)] </span>: <span jscontent="message" jstcache="4">MessageAttachmentSet destroyed with unconsumed attachments: 0/1
1079
</span>
1080
      </li><li jsselect="values" jstcache="2" jsinstance="9">
1081
        <span jscontent="header" jstcache="3">[20677:20677:0511/100320.445790:WARNING:ipc_message_attachment_set.cc(49)] </span>: <span jscontent="message" jstcache="4">MessageAttachmentSet destroyed with unconsumed attachments: 0/1
1082
</span>
1083
      </li><li jsselect="values" jstcache="2" jsinstance="10">
1084
        <span jscontent="header" jstcache="3">[20677:20677:0511/100420.845199:WARNING:ipc_message_attachment_set.cc(49)] </span>: <span jscontent="message" jstcache="4">MessageAttachmentSet destroyed with unconsumed attachments: 0/1
1085
</span>
1086
      </li><li jsselect="values" jstcache="2" jsinstance="11">
1087
        <span jscontent="header" jstcache="3">[20677:20677:0511/100420.845311:WARNING:ipc_message_attachment_set.cc(49)] </span>: <span jscontent="message" jstcache="4">MessageAttachmentSet destroyed with unconsumed attachments: 0/1
1088
</span>
1089
      </li><li jsselect="values" jstcache="2" jsinstance="12">
1090
        <span jscontent="header" jstcache="3">[20677:20677:0511/100420.845367:WARNING:ipc_message_attachment_set.cc(49)] </span>: <span jscontent="message" jstcache="4">MessageAttachmentSet destroyed with unconsumed attachments: 0/1
1091
</span>
1092
      </li><li jsselect="values" jstcache="2" jsinstance="13">
1093
        <span jscontent="header" jstcache="3">[20677:20677:0511/100420.933318:ERROR:shared_image_manager.cc(214)] </span>: <span jscontent="message" jstcache="4">SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
1094
</span>
1095
      </li><li jsselect="values" jstcache="2" jsinstance="14">
1096
        <span jscontent="header" jstcache="3">[20677:20677:0511/100420.933645:ERROR:shared_image_manager.cc(214)] </span>: <span jscontent="message" jstcache="4">SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
1097
</span>
1098
      </li><li jsselect="values" jstcache="2" jsinstance="15">
1099
        <span jscontent="header" jstcache="3">[20677:20677:0511/100501.270115:WARNING:ipc_message_attachment_set.cc(49)] </span>: <span jscontent="message" jstcache="4">MessageAttachmentSet destroyed with unconsumed attachments: 0/1
1100
</span>
1101
      </li><li jsselect="values" jstcache="2" jsinstance="16">
1102
        <span jscontent="header" jstcache="3">[20677:20677:0511/101522.633799:ERROR:shared_image_manager.cc(214)] </span>: <span jscontent="message" jstcache="4">SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
1103
</span>
1104
      </li><li jsselect="values" jstcache="2" jsinstance="17">
1105
        <span jscontent="header" jstcache="3">[20677:20677:0511/101522.634332:ERROR:shared_image_manager.cc(214)] </span>: <span jscontent="message" jstcache="4">SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
1106
</span>
1107
      </li><li jsselect="values" jstcache="2" jsinstance="18">
1108
        <span jscontent="header" jstcache="3">[20677:20677:0511/101522.634557:ERROR:shared_image_manager.cc(214)] </span>: <span jscontent="message" jstcache="4">SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
1109
</span>
1110
      </li><li jsselect="values" jstcache="2" jsinstance="19">
1111
        <span jscontent="header" jstcache="3">[20677:20677:0511/101522.634861:ERROR:shared_image_manager.cc(214)] </span>: <span jscontent="message" jstcache="4">SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
1112
</span>
1113
      </li><li jsselect="values" jstcache="2" jsinstance="20">
1114
        <span jscontent="header" jstcache="3">[20677:20677:0511/102406.510080:WARNING:ipc_message_attachment_set.cc(49)] </span>: <span jscontent="message" jstcache="4">MessageAttachmentSet destroyed with unconsumed attachments: 0/1
1115
</span>
1116
      </li><li jsselect="values" jstcache="2" jsinstance="21">
1117
        <span jscontent="header" jstcache="3">[20677:20677:0511/103152.694865:WARNING:ipc_message_attachment_set.cc(49)] </span>: <span jscontent="message" jstcache="4">MessageAttachmentSet destroyed with unconsumed attachments: 0/1
1118
</span>
1119
      </li><li jsselect="values" jstcache="2" jsinstance="22">
1120
        <span jscontent="header" jstcache="3">[20677:20677:0511/131509.466900:WARNING:ipc_message_attachment_set.cc(49)] </span>: <span jscontent="message" jstcache="4">MessageAttachmentSet destroyed with unconsumed attachments: 0/1
1121
</span>
1122
      </li><li jsselect="values" jstcache="2" jsinstance="23">
1123
        <span jscontent="header" jstcache="3">[20677:20677:0511/131757.361444:ERROR:shared_image_manager.cc(214)] </span>: <span jscontent="message" jstcache="4">SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
1124
</span>
1125
      </li><li jsselect="values" jstcache="2" jsinstance="24">
1126
        <span jscontent="header" jstcache="3">[20677:20677:0511/131757.361747:ERROR:shared_image_manager.cc(214)] </span>: <span jscontent="message" jstcache="4">SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
1127
</span>
1128
      </li><li jsselect="values" jstcache="2" jsinstance="25">
1129
        <span jscontent="header" jstcache="3">[20677:20677:0511/133017.460915:WARNING:ipc_message_attachment_set.cc(49)] </span>: <span jscontent="message" jstcache="4">MessageAttachmentSet destroyed with unconsumed attachments: 0/1
1130
</span>
1131
      </li><li jsselect="values" jstcache="2" jsinstance="26">
1132
        <span jscontent="header" jstcache="3">[20677:20677:0511/133047.157851:WARNING:ipc_message_attachment_set.cc(49)] </span>: <span jscontent="message" jstcache="4">MessageAttachmentSet destroyed with unconsumed attachments: 0/1
1133
</span>
1134
      </li><li jsselect="values" jstcache="2" jsinstance="27">
1135
        <span jscontent="header" jstcache="3">[20677:20677:0511/133349.998877:WARNING:ipc_message_attachment_set.cc(49)] </span>: <span jscontent="message" jstcache="4">MessageAttachmentSet destroyed with unconsumed attachments: 0/1
1136
</span>
1137
      </li><li jsselect="values" jstcache="2" jsinstance="28">
1138
        <span jscontent="header" jstcache="3">[20677:20677:0511/133359.142145:WARNING:ipc_message_attachment_set.cc(49)] </span>: <span jscontent="message" jstcache="4">MessageAttachmentSet destroyed with unconsumed attachments: 0/1
1139
</span>
1140
      </li><li jsselect="values" jstcache="2" jsinstance="29">
1141
        <span jscontent="header" jstcache="3">[20677:20677:0511/133359.146125:ERROR:shared_image_manager.cc(214)] </span>: <span jscontent="message" jstcache="4">SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
1142
</span>
1143
      </li><li jsselect="values" jstcache="2" jsinstance="30">
1144
        <span jscontent="header" jstcache="3">[20677:20677:0511/133359.146766:ERROR:shared_image_manager.cc(214)] </span>: <span jscontent="message" jstcache="4">SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
1145
</span>
1146
      </li><li jsselect="values" jstcache="2" jsinstance="31">
1147
        <span jscontent="header" jstcache="3">[20677:20677:0511/133359.147171:ERROR:shared_image_manager.cc(214)] </span>: <span jscontent="message" jstcache="4">SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
1148
</span>
1149
      </li><li jsselect="values" jstcache="2" jsinstance="32">
1150
        <span jscontent="header" jstcache="3">[20677:20677:0511/133359.147759:ERROR:shared_image_manager.cc(214)] </span>: <span jscontent="message" jstcache="4">SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
1151
</span>
1152
      </li><li jsselect="values" jstcache="2" jsinstance="33">
1153
        <span jscontent="header" jstcache="3">[20677:20677:0511/133359.148637:ERROR:shared_image_manager.cc(214)] </span>: <span jscontent="message" jstcache="4">SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
1154
</span>
1155
      </li><li jsselect="values" jstcache="2" jsinstance="34">
1156
        <span jscontent="header" jstcache="3">[20677:20677:0511/133416.316138:WARNING:ipc_message_attachment_set.cc(49)] </span>: <span jscontent="message" jstcache="4">MessageAttachmentSet destroyed with unconsumed attachments: 0/1
1157
</span>
1158
      </li><li jsselect="values" jstcache="2" jsinstance="35">
1159
        <span jscontent="header" jstcache="3">[20677:20677:0511/140700.192968:WARNING:ipc_message_attachment_set.cc(49)] </span>: <span jscontent="message" jstcache="4">MessageAttachmentSet destroyed with unconsumed attachments: 0/1
1160
</span>
1161
      </li><li jsselect="values" jstcache="2" jsinstance="36">
1162
        <span jscontent="header" jstcache="3">[20677:20677:0511/143537.887916:WARNING:ipc_message_attachment_set.cc(49)] </span>: <span jscontent="message" jstcache="4">MessageAttachmentSet destroyed with unconsumed attachments: 0/1
1163
</span>
1164
      </li><li jsselect="values" jstcache="2" jsinstance="37">
1165
        <span jscontent="header" jstcache="3">[20677:20677:0511/143544.959755:WARNING:ipc_message_attachment_set.cc(49)] </span>: <span jscontent="message" jstcache="4">MessageAttachmentSet destroyed with unconsumed attachments: 0/1
1166
</span>
1167
      </li><li jsselect="values" jstcache="2" jsinstance="38">
1168
        <span jscontent="header" jstcache="3">[20677:20677:0511/143544.959910:WARNING:ipc_message_attachment_set.cc(49)] </span>: <span jscontent="message" jstcache="4">MessageAttachmentSet destroyed with unconsumed attachments: 0/1
1169
</span>
1170
      </li><li jsselect="values" jstcache="2" jsinstance="39">
1171
        <span jscontent="header" jstcache="3">[20677:20677:0511/143544.959971:WARNING:ipc_message_attachment_set.cc(49)] </span>: <span jscontent="message" jstcache="4">MessageAttachmentSet destroyed with unconsumed attachments: 0/1
1172
</span>
1173
      </li><li jsselect="values" jstcache="2" jsinstance="40">
1174
        <span jscontent="header" jstcache="3">[20677:20677:0511/171146.570687:ERROR:shared_image_manager.cc(214)] </span>: <span jscontent="message" jstcache="4">SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
1175
</span>
1176
      </li><li jsselect="values" jstcache="2" jsinstance="41">
1177
        <span jscontent="header" jstcache="3">[20677:20677:0511/171848.259076:WARNING:ipc_message_attachment_set.cc(49)] </span>: <span jscontent="message" jstcache="4">MessageAttachmentSet destroyed with unconsumed attachments: 0/1
1178
</span>
1179
      </li><li jsselect="values" jstcache="2" jsinstance="42">
1180
        <span jscontent="header" jstcache="3">[20677:20677:0511/173151.093188:WARNING:ipc_message_attachment_set.cc(49)] </span>: <span jscontent="message" jstcache="4">MessageAttachmentSet destroyed with unconsumed attachments: 0/1
1181
</span>
1182
      </li><li jsselect="values" jstcache="2" jsinstance="43">
1183
        <span jscontent="header" jstcache="3">[20677:20677:0511/173155.721215:WARNING:ipc_message_attachment_set.cc(49)] </span>: <span jscontent="message" jstcache="4">MessageAttachmentSet destroyed with unconsumed attachments: 0/1
1184
</span>
1185
      </li><li jsselect="values" jstcache="2" jsinstance="44">
1186
        <span jscontent="header" jstcache="3">[20677:20677:0511/173622.219447:WARNING:ipc_message_attachment_set.cc(49)] </span>: <span jscontent="message" jstcache="4">MessageAttachmentSet destroyed with unconsumed attachments: 0/1
1187
</span>
1188
      </li><li jsselect="values" jstcache="2" jsinstance="45">
1189
        <span jscontent="header" jstcache="3">[20677:20677:0511/174349.133486:ERROR:gl_utils.cc(314)] </span>: <span jscontent="message" jstcache="4">[.RendererMainThread-0x2c3400443600] GL_INVALID_FRAMEBUFFER_OPERATION: Draw framebuffer is incomplete
1190
</span>
1191
      </li><li jsselect="values" jstcache="2" jsinstance="46">
1192
        <span jscontent="header" jstcache="3">[20677:20677:0511/185858.317407:WARNING:ipc_message_attachment_set.cc(49)] </span>: <span jscontent="message" jstcache="4">MessageAttachmentSet destroyed with unconsumed attachments: 0/1
1193
</span>
1194
      </li><li jsselect="values" jstcache="2" jsinstance="47">
1195
        <span jscontent="header" jstcache="3">[20677:20677:0511/185859.781745:WARNING:ipc_message_attachment_set.cc(49)] </span>: <span jscontent="message" jstcache="4">MessageAttachmentSet destroyed with unconsumed attachments: 0/1
1196
</span>
1197
      </li><li jsselect="values" jstcache="2" jsinstance="48">
1198
        <span jscontent="header" jstcache="3">[20677:20677:0511/190303.414662:ERROR:gl_utils.cc(314)] </span>: <span jscontent="message" jstcache="4">[.RendererMainThread-0x2c3400442f80] GL_INVALID_FRAMEBUFFER_OPERATION: Draw framebuffer is incomplete
1199
</span>
1200
      </li><li jsselect="values" jstcache="2" jsinstance="49">
1201
        <span jscontent="header" jstcache="3">[20677:20677:0511/190303.715715:ERROR:gl_utils.cc(314)] </span>: <span jscontent="message" jstcache="4">[.RendererMainThread-0x2c3400442f80] GL_INVALID_FRAMEBUFFER_OPERATION: Draw framebuffer is incomplete
1202
</span>
1203
      </li><li jsselect="values" jstcache="2" jsinstance="50">
1204
        <span jscontent="header" jstcache="3">[20677:20677:0511/190830.732020:WARNING:ipc_message_attachment_set.cc(49)] </span>: <span jscontent="message" jstcache="4">MessageAttachmentSet destroyed with unconsumed attachments: 0/1
1205
</span>
1206
      </li><li jsselect="values" jstcache="2" jsinstance="51">
1207
        <span jscontent="header" jstcache="3">[20677:20677:0511/190959.734193:ERROR:gl_utils.cc(314)] </span>: <span jscontent="message" jstcache="4">[.RendererMainThread-0x2c340043db00] GL_INVALID_FRAMEBUFFER_OPERATION: Draw framebuffer is incomplete
1208
</span>
1209
      </li><li jsselect="values" jstcache="2" jsinstance="52">
1210
        <span jscontent="header" jstcache="3">[20677:20677:0511/191000.341537:ERROR:gl_utils.cc(314)] </span>: <span jscontent="message" jstcache="4">[.RendererMainThread-0x2c340043db00] GL_INVALID_FRAMEBUFFER_OPERATION: Draw framebuffer is incomplete
1211
</span>
1212
      </li><li jsselect="values" jstcache="2" jsinstance="53">
1213
        <span jscontent="header" jstcache="3">[20677:20677:0511/204535.668605:WARNING:ipc_message_attachment_set.cc(49)] </span>: <span jscontent="message" jstcache="4">MessageAttachmentSet destroyed with unconsumed attachments: 0/1
1214
</span>
1215
      </li><li jsselect="values" jstcache="2" jsinstance="54">
1216
        <span jscontent="header" jstcache="3">[20677:20677:0511/204548.307907:ERROR:gl_utils.cc(314)] </span>: <span jscontent="message" jstcache="4">[.RendererMainThread-0x2c340043a700] GL_INVALID_FRAMEBUFFER_OPERATION: Draw framebuffer is incomplete
1217
</span>
1218
      </li><li jsselect="values" jstcache="2" jsinstance="55">
1219
        <span jscontent="header" jstcache="3">[20677:20677:0511/205147.412668:ERROR:gl_utils.cc(314)] </span>: <span jscontent="message" jstcache="4">[.RendererMainThread-0x2c3400442900] GL_INVALID_FRAMEBUFFER_OPERATION: Draw framebuffer is incomplete
1220
</span>
1221
      </li><li jsselect="values" jstcache="2" jsinstance="*56">
1222
        <span jscontent="header" jstcache="3">[20677:20677:0511/224204.134166:WARNING:ipc_message_attachment_set.cc(49)] </span>: <span jscontent="message" jstcache="4">MessageAttachmentSet destroyed with unconsumed attachments: 0/1
1223
</span>
1224
      </li>
1225
    </ul>
1226
  </div>
1227

    
1228
  <!-- templates -->
1229
  <div style="display:none">
1230
    <div id="info-view-table-template" jstcache="0">
1231
      <table id="info-view-table" jstcache="0">
1232
        <colgroup jstcache="0">
1233
          <col style="width: 25%" jstcache="0">
1234
          <col style="width: 75%" jstcache="0">
1235
        </colgroup>
1236
        <tbody jstcache="0"><tr jsselect="value" jstcache="5">
1237
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
1238
            <span class="row-title" jscontent="description" jstcache="8">title</span>
1239
          </td>
1240
          <td jsdisplay="!(value instanceof Array)" jstcache="6">
1241
            <span jscontent="value" jsvalues=".id:id" jstcache="9">value</span>
1242
          </td>
1243
          <td jsdisplay="value instanceof Array" colspan="2" jstcache="7">
1244
            <span jscontent="description" class="row-title" jstcache="8"></span>
1245
            <div transclude="info-view-table-template" jstcache="10"></div>
1246
          </td>
1247
        </tr>
1248
      </tbody></table>
1249
    </div>
1250
  </div>
1251
</div>
1252

    
1253
  <script src="chrome://resources/js/jstemplate_compiled.js"></script>
1254

    
1255

    
1256
</body></html>