Guest User

Untitled

a guest
Aug 28th, 2020
469
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.68 KB | None | 0 0
  1.  
  2. Graphics Feature Status
  3. Canvas: Hardware accelerated
  4. Flash: Hardware accelerated
  5. Flash Stage3D: Hardware accelerated
  6. Flash Stage3D Baseline profile: Hardware accelerated
  7. Compositing: Hardware accelerated
  8. Multiple Raster Threads: Enabled
  9. Out-of-process Rasterization: Disabled
  10. OpenGL: Enabled
  11. Hardware Protected Video Decode: Unavailable
  12. Rasterization: Software only. Hardware acceleration disabled
  13. Skia Renderer: Enabled
  14. Video Decode: Unavailable
  15. Vulkan: Disabled
  16. WebGL: Hardware accelerated
  17. WebGL2: Hardware accelerated
  18. Driver Bug Workarounds
  19. adjust_src_dst_region_for_blitframebuffer
  20. clear_pixel_unpack_buffer_before_copyteximage
  21. clear_uniforms_before_first_program_use
  22. decode_encode_srgb_for_generatemipmap
  23. disable_software_to_accelerated_canvas_upgrade
  24. dont_remove_invariant_for_fragment_input
  25. exit_on_context_lost
  26. force_cube_map_positive_x_allocation
  27. force_int_or_srgb_cube_texture_complete
  28. init_texture_max_anisotropy
  29. regenerate_struct_names
  30. remove_invariant_and_centroid_for_essl3
  31. scalarize_vec_and_mat_constructor_args
  32. use_virtualized_gl_contexts
  33. disabled_extension_GL_KHR_blend_equation_advanced
  34. disabled_extension_GL_KHR_blend_equation_advanced_coherent
  35. Problems Detected
  36. Accelerated video decode is unavailable on Linux: 137247, 1032907
  37. Disabled Features: accelerated_video_decode
  38. Protected video decoding with swap chain is for certain Intel and AMD GPUs on Windows: 1093625
  39. Disabled Features: protected_video_decode
  40. Clear uniforms before first program use on all platforms: 124764, 349137
  41. Applied Workarounds: clear_uniforms_before_first_program_use
  42. Linux AMD drivers incorrectly return initial value of 1 for TEXTURE_MAX_ANISOTROPY: 348237
  43. Applied Workarounds: init_texture_max_anisotropy
  44. Always rewrite vec/mat constructors to be consistent: 398694
  45. Applied Workarounds: scalarize_vec_and_mat_constructor_args
  46. Linux AMD drivers handle struct scopes incorrectly: 403957
  47. Applied Workarounds: regenerate_struct_names
  48. Linux ATI drivers crash on binding incomplete cube map texture to FBO: 518889
  49. Applied Workarounds: force_cube_map_positive_x_allocation
  50. adjust src/dst region if blitting pixels outside framebuffer on Linux AMD: 664740
  51. Applied Workarounds: adjust_src_dst_region_for_blitframebuffer
  52. AMD drivers in Linux require invariant qualifier to match between vertex and fragment shaders: 659326, 639760
  53. Applied Workarounds: remove_invariant_and_centroid_for_essl3, dont_remove_invariant_for_fragment_input
  54. Disable KHR_blend_equation_advanced until cc shaders are updated: 661715
  55. Applied Workarounds: disable(GL_KHR_blend_equation_advanced), disable(GL_KHR_blend_equation_advanced_coherent)
  56. Decode and Encode before generateMipmap for srgb format textures on Linux AMD: 634519
  57. Applied Workarounds: decode_encode_srgb_for_generatemipmap
  58. Software to Accelerated canvas update breaks Linux AMD: 710029
  59. Applied Workarounds: disable_software_to_accelerated_canvas_upgrade
  60. Force integer or srgb cube map texture complete on Linux AMD: 712117
  61. Applied Workarounds: force_int_or_srgb_cube_texture_complete
  62. AMD Linux driver crashes when copyTexImage2D is called with PIXEL_UNPACK_BUFFER set to an uninitialized buffer: 859998
  63. Applied Workarounds: clear_pixel_unpack_buffer_before_copyteximage
  64. Some drivers can't recover after OUT_OF_MEM and context lost: 893177
  65. Applied Workarounds: exit_on_context_lost
  66. Context flush ordering doesn't seem to work on AMD: 914976, 1000113
  67. Applied Workarounds: use_virtualized_gl_contexts
  68. ANGLE Features
  69. disable_program_caching_for_transform_feedback (Frontend workarounds): Disabled: IsAndroid() && isQualcomm
  70. On some GPUs, program binaries don't contain transform feedback varyings
  71. lose_context_on_out_of_memory (Frontend workarounds): Enabled: true
  72. Some users rely on a lost context notification if a GL_OUT_OF_MEMORY error occurs
  73. scalarize_vec_and_mat_constructor_args (Frontend workarounds) 398694: Enabled: true
  74. Always rewrite vec/mat constructors to be consistent
  75. sync_framebuffer_bindings_on_tex_image (Frontend workarounds): Disabled: IsWindows() && isIntel
  76. On some drivers TexImage sometimes seems to interact with the Framebuffer
  77. add_and_true_to_loop_condition (OpenGL workarounds): Disabled: IsApple() && isIntel
  78. Calculation of loop conditions in for and while loop has bug
  79. adjust_src_dst_region_for_blitframebuffer (OpenGL workarounds) 830046: Enabled: IsLinux() || (IsAndroid() && isNvidia) || (IsWindows() && isNvidia)
  80. Many platforms have issues with blitFramebuffer when the parameters are large.
  81. allow_clear_for_robust_resource_init (OpenGL workarounds) 883276: Disabled: IsApple()
  82. 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.
  83. always_call_use_program_after_link (OpenGL workarounds) 110263: Enabled: true
  84. Always call useProgram after a successful link to avoid a driver bug
  85. avoid_1_bit_alpha_texture_formats (OpenGL workarounds): Enabled: functions->standard == STANDARD_GL_DESKTOP && isAMD
  86. Issue with 1-bit alpha framebuffer formats
  87. avoid_dxt1_srgb_texture_format (OpenGL workarounds): Disabled: IsWindows() && isIntel
  88. Replaces DXT1 sRGB with DXT1 sRGB Alpha as a driver bug workaround.
  89. clamp_array_access (OpenGL workarounds) anglebug:2978: Enabled: IsAndroid() || isAMD || !functions->hasExtension("GL_KHR_robust_buffer_access_behavior")
  90. Clamp uniform array access to avoid reading invalid memory.
  91. clamp_frag_depth (OpenGL workarounds): Disabled: isNvidia
  92. gl_FragDepth is not clamped correctly when rendering to a floating point depth buffer
  93. clamp_point_size (OpenGL workarounds): Disabled: IsAndroid() || isNvidia
  94. The point size range reported from the API is inconsistent with the actual behavior
  95. clear_to_zero_or_one_broken (OpenGL workarounds) 710443: Disabled: IsApple() && isIntel && GetMacOSVersion() < OSVersion(10, 12, 6)
  96. Clears when the clear color is all zeros or ones do not work.
  97. clip_src_region_for_blitframebuffer (OpenGL workarounds) 830046: Enabled: IsApple() || (IsLinux() && isAMD)
  98. Issues with blitFramebuffer when the parameters don't match the framebuffer size.
  99. decode_encode_srgb_for_generatemipmap (OpenGL workarounds) anglebug:4646: Disabled: IsApple() && functions->standard == STANDARD_GL_DESKTOP
  100. Decode and encode before generateMipmap for srgb format textures.
  101. disable_blend_func_extended (OpenGL workarounds) anglebug:1085: Enabled: isAMD || isIntel
  102. ARB_blend_func_extended does not pass the tests
  103. disable_draw_buffers_indexed (OpenGL workarounds): Disabled: IsWindows() && isAMD
  104. Disable OES_draw_buffers_indexed extension.
  105. disable_gpu_switching_support (OpenGL workarounds) 1091824: Disabled: isDualGPUMacWithNVIDIA
  106. Disable GPU switching support (use only the low-power GPU) on older MacBook Pros.
  107. disable_native_parallel_compile (OpenGL workarounds) 1094869: Disabled: IsLinux() && isNvidia
  108. Do not use native KHR_parallel_shader_compile even when available.
  109. disable_semaphore_fd (OpenGL workarounds) 1046462: Disabled: IsLinux() && isAMD && isMesa && mesaVersion < (std::array<int, 3>{19, 3, 5})
  110. Disable GL_EXT_semaphore_fd extension
  111. disable_timestamp_queries (OpenGL workarounds) 811661: Disabled: IsLinux() && isVMWare
  112. Disable GL_EXT_disjoint_timer_query extension
  113. disable_worker_contexts (OpenGL workarounds) 849576: Disabled: (IsWindows() && (isIntel || isAMD)) || (IsLinux() && isNvidia)
  114. Some tests have been seen to fail using worker contexts
  115. do_while_glsl_causes_gpu_hang (OpenGL workarounds) 644669: Disabled: IsApple() && functions->standard == STANDARD_GL_DESKTOP && GetMacOSVersion() < OSVersion(10, 11, 0)
  116. Some GLSL constructs involving do-while loops cause GPU hangs
  117. does_srgb_clears_on_linear_framebuffer_attachments (OpenGL workarounds): Enabled: functions->standard == STANDARD_GL_DESKTOP && (isIntel || isAMD)
  118. Issue clearing framebuffers with linear attachments when GL_FRAMEBUFFER_SRGB is enabled
  119. dont_initialize_uninitialized_locals (OpenGL workarounds) anglebug:2046: Disabled: IsAndroid() && isQualcomm
  120. Initializing uninitialized locals caused odd behavior in a few WebGL 2 tests
  121. dont_relink_programs_in_parallel (OpenGL workarounds) anglebug:3045: Disabled: IsAndroid() || (IsWindows() && isIntel)
  122. Relinking a program in parallel is buggy
  123. dont_use_loops_to_initialize_variables (OpenGL workarounds) 809422: Disabled: (IsAndroid() && isQualcomm) || (isIntel && IsApple())
  124. For loops used to initialize variables hit native GLSL compiler bugs
  125. emulate_abs_int_function (OpenGL workarounds) 642227: Disabled: IsApple() && isIntel
  126. abs(i) where i is an integer returns unexpected result
  127. emulate_atan_2_float (OpenGL workarounds) 672380: Disabled: isNvidia
  128. atan(y, x) may return a wrong answer
  129. emulate_copyteximage2d_from_renderbuffers (OpenGL workarounds) anglebug:4674: Disabled: IsApple() && functions->standard == STANDARD_GL_ES && !(isAMD && IsWindows())
  130. CopyTexImage2D spuriously returns errors on iOS when copying from renderbuffers.
  131. emulate_isnan_float (OpenGL workarounds) 650547: Disabled: isIntel && IsApple() && IsSkylake(device) && GetMacOSVersion() < OSVersion(10, 13, 2)
  132. Using isnan() on highp float will get wrong answer
  133. emulate_max_vertex_attrib_stride (OpenGL workarounds) anglebug:1936: Enabled: IsLinux() && functions->standard == STANDARD_GL_DESKTOP && isAMD
  134. Some drivers return 0 when MAX_VERTEX_ATTRIB_STRIED queried
  135. emulate_primitive_restart_fixed_index (OpenGL workarounds) anglebug:3997: Disabled: functions->standard == STANDARD_GL_DESKTOP && functions->isAtLeastGL(gl::Version(3, 1)) && !functions->isAtLeastGL(gl::Version(4, 3))
  136. When GL_PRIMITIVE_RESTART_FIXED_INDEX is not available, emulate it with GL_PRIMITIVE_RESTART and glPrimitiveRestartIndex.
  137. finish_does_not_cause_queries_to_be_available (OpenGL workarounds): Disabled: functions->standard == STANDARD_GL_DESKTOP && isNvidia
  138. glFinish doesn't cause all queries to report available result
  139. flush_before_delete_texture_if_copied_to (OpenGL workarounds) anglebug:4267: Disabled: IsApple() && isIntel
  140. Some drivers track CopyTex{Sub}Image texture dependencies incorrectly. Flush before glDeleteTextures in this case
  141. initialize_current_vertex_attributes (OpenGL workarounds): Disabled: isNvidia
  142. During initialization, assign the current vertex attributes to the spec-mandated defaults
  143. max_3d_array_texture_size_1024 (OpenGL workarounds) 927470: Disabled: limitMaxTextureSize
  144. Limit max 3d texture size and max array texture layers to 1024 to avoid system hang
  145. max_msaa_sample_count_4 (OpenGL workarounds) 797243: Disabled: IsAndroid() || (IsApple() && (isIntel || isAMD || isNvidia))
  146. Various rendering bugs have been observed when using higher MSAA counts
  147. max_texture_size_limit_4096 (OpenGL workarounds) 927470: Disabled: IsAndroid() || limitMaxTextureSize
  148. Limit max texture size to 4096 to avoid frequent out-of-memory errors
  149. pack_last_row_separately_for_padding_inclusion (OpenGL workarounds) anglebug:1512: Disabled: IsApple() || isNvidia
  150. When uploading textures from an pack buffer, some drivers count an extra row padding
  151. pack_overlapping_rows_separately_pack_buffer (OpenGL workarounds): Disabled: isNvidia
  152. In the case of packing to a pixel pack buffer, pack overlapping rows row by row
  153. pre_add_texel_fetch_offsets (OpenGL workarounds) 642605: Disabled: IsApple() && isIntel
  154. 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).
  155. query_counter_bits_generates_errors (OpenGL workarounds) anglebug:3027: Disabled: IsNexus5X(vendor, device)
  156. Drivers generate errors when querying the number of bits in timer queries
  157. read_pixels_using_implementation_color_read_format (OpenGL workarounds) anglebug:4214: Disabled: functions->standard == STANDARD_GL_ES && functions->isAtLeastGLES(gl::Version(3, 1)) && functions->hasGLESExtension("GL_EXT_texture_norm16")
  158. Quite some OpenGL ES drivers don't implement readPixels for RGBA/UNSIGNED_SHORT from EXT_texture_norm16 correctly
  159. reapply_ubo_bindings_after_using_binary_program (OpenGL workarounds) anglebug:1637: Enabled: isAMD || IsAndroid()
  160. Some drivers forget about UBO bindings when using program binaries
  161. regenerate_struct_names (OpenGL workarounds) 403957: Disabled: IsApple()
  162. All Mac drivers do not handle struct scopes correctly. This workaround overwrites a structname with a unique prefix.
  163. remove_dynamic_indexing_of_swizzled_vector (OpenGL workarounds) 709351: Disabled: IsApple() || IsAndroid() || IsWindows()
  164. Dynamic indexing of swizzled l-values doesn't work correctly on various platforms.
  165. remove_invarient_and_centroid_for_essl3 (OpenGL workarounds): Enabled: functions->isAtMostGL(gl::Version(4, 1)) || (functions->standard == STANDARD_GL_DESKTOP && isAMD)
  166. Fix spec difference between GLSL 4.1 or lower and ESSL3
  167. reset_teximage2d_base_level (OpenGL workarounds) 705865: Disabled: IsApple() && isIntel && GetMacOSVersion() >= OSVersion(10, 12, 4)
  168. Reset texture base level before calling glTexImage2D to work around pixel comparison failure.
  169. reset_texture_generates_errors (OpenGL workarounds) anglebug:3859: Disabled: IsApple() || (IsWindows() && isAMD)
  170. Calling glTexImage2D with zero size generates errors.
  171. rewrite_float_unary_minus_operator (OpenGL workarounds) 308366: Disabled: IsApple() && isIntel && GetMacOSVersion() < OSVersion(10, 12, 0)
  172. Using '-<float>' will get wrong answer
  173. rewrite_repeated_assign_to_swizzled (OpenGL workarounds): Disabled: isNvidia
  174. Repeated assignment to swizzled values inside a GLSL user-defined function have incorrect results
  175. rewrite_row_major_matrices (OpenGL workarounds) anglebug:2273: Disabled: false
  176. Rewrite row major matrices in shaders as column major as a driver bug workaround
  177. rewrite_vector_scalar_arithmetic (OpenGL workarounds) 772651: Disabled: isNvidia
  178. Certain types of GLSL arithmetic ops mixing vectors and scalars may be executed incorrectly
  179. rgb_dxt1_textures_sample_zero_alpha (OpenGL workarounds) anglebug:3729: Disabled: IsApple()
  180. Sampling BLACK texels from RGB DXT1 textures returns transparent black on Mac.
  181. rgba4_is_not_supported_for_color_rendering (OpenGL workarounds): Disabled: functions->standard == STANDARD_GL_DESKTOP && isIntel
  182. GL_RGBA4 is not color renderable
  183. set_primitive_restart_fixed_index_for_draw_arrays (OpenGL workarounds) anglebug:3997: Disabled: features->emulatePrimitiveRestartFixedIndex.enabled && IsApple() && isIntel
  184. Some drivers discard vertex data in DrawArrays calls when the fixed primitive restart index is within the number of primitives being drawn.
  185. unfold_short_circuits (OpenGL workarounds) anglebug:482: Disabled: IsApple()
  186. Mac incorrectly executes both sides of && and || expressions when they should short-circuit.
  187. unpack_last_row_separately_for_padding_inclusion (OpenGL workarounds) anglebug:1512: Disabled: IsApple() || isNvidia
  188. When uploading textures from an unpack buffer, some drivers count an extra row padding
  189. unpack_overlapping_rows_separately_unpack_buffer (OpenGL workarounds): Disabled: isNvidia
  190. In the case of unpacking from a pixel unpack buffer, unpack overlapping rows row by row
  191. unsized_srgb_read_pixels_doesnt_transform (OpenGL workarounds) 565179: Disabled: IsAndroid() && isQualcomm
  192. Drivers returning raw sRGB values instead of linearized values when calling glReadPixels on unsized sRGB texture formats
  193. use_unused_blocks_with_standard_or_shared_layout (OpenGL workarounds): Enabled: (IsApple() && functions->standard == STANDARD_GL_DESKTOP) || (IsLinux() && isAMD)
  194. Unused std140 or shared uniform blocks will be treated as inactive
  195. vertex_id_does_not_include_base_vertex (OpenGL workarounds): Disabled: IsApple() && isAMD
  196. gl_VertexID in GLSL vertex shader doesn't include base vertex value
  197. Version Information
  198. Data exported 2020-08-28T07:46:54.328Z
  199. Chrome version Chrome/85.0.4183.83
  200. Operating system Linux 5.4.0-42-generic
  201. Software rendering list URL https://chromium.googlesource.com/chromium/src/+/94abc2237ae0c9a4cb5f035431c8adfb94324633/gpu/config/software_rendering_list.json
  202. Driver bug list URL https://chromium.googlesource.com/chromium/src/+/94abc2237ae0c9a4cb5f035431c8adfb94324633/gpu/config/gpu_driver_bug_list.json
  203. ANGLE commit id ea8043b73f93
  204. 2D graphics backend Skia/85 8ae885386e910cff8c543ae0d952a2c43f46e4ad
  205. Command Line /usr/bin/google-chrome-stable --flag-switches-begin --allow-insecure-localhost --disable-features=HardwareMediaKeyHandling --flag-switches-end --origin-trial-disabled-features=MeasureMemory
  206. Driver Information
  207. Initialization time 117
  208. In-process GPU false
  209. Passthrough Command Decoder true
  210. Sandboxed false
  211. GPU0 VENDOR= 0x1002 [Google Inc.], DEVICE=0x67b1 [ANGLE (X.Org, AMD HAWAII (DRM 2.50.0, 5.4.0-42-generic, LLVM 10.0.0), OpenGL 4.5 core)] *ACTIVE*
  212. Optimus false
  213. AMD switchable false
  214. Driver vendor ANGLE
  215. Driver version 2.1.0.ea8043b73f93
  216. GPU CUDA compute capability major version 0
  217. Pixel shader version 1.00
  218. Vertex shader version 1.00
  219. Max. MSAA samples 8
  220. Machine model name
  221. Machine model version
  222. GL_VENDOR Google Inc.
  223. GL_RENDERER ANGLE (X.Org, AMD HAWAII (DRM 2.50.0, 5.4.0-42-generic, LLVM 10.0.0), OpenGL 4.5 core)
  224. GL_VERSION OpenGL ES 2.0.0 (ANGLE 2.1.0.ea8043b73f93)
  225. GL_EXTENSIONS 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_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_lose_context GL_CHROMIUM_sync_query GL_EXT_blend_minmax GL_EXT_color_buffer_half_float GL_EXT_debug_marker GL_EXT_discard_framebuffer GL_EXT_disjoint_timer_query GL_EXT_draw_buffers GL_EXT_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_shader_texture_lod 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_KHR_texture_compression_astc_ldr GL_KHR_texture_compression_astc_sliced_3d GL_NV_depth_buffer_float2 GL_NV_fence GL_NV_pack_subimage GL_NV_pixel_buffer_object GL_NV_read_depth GL_NV_read_stencil 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_ETC1_RGB8_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_standard_derivatives GL_OES_surfaceless_context GL_OES_texture_3D GL_OES_texture_border_clamp 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_vertex_array_object GL_WEBGL_video_texture
  226. Disabled Extensions GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent
  227. Disabled WebGL Extensions
  228. Window system binding vendor
  229. Window system binding version 1.5 (ANGLE 2.1.0.ea8043b73f93)
  230. Window system binding extensions 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_CHROMIUM_sync_control EGL_ANGLE_sync_control_rate EGL_EXT_pixel_format_float EGL_KHR_surfaceless_context EGL_ANGLE_display_texture_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
  231. Window manager GNOME Shell
  232. XDG_CURRENT_DESKTOP ubuntu:GNOME
  233. GDMSESSION ubuntu
  234. Compositing manager Yes
  235. System visual ID 0
  236. RGBA visual ID 0
  237. Direct rendering version unknown
  238. Reset notification strategy 0x8252
  239. GPU process crash count 0
  240. gfx::BufferFormats supported for allocation and texturing 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
  241. Compositor Information
  242. Tile Update Mode One-copy
  243. Partial Raster Enabled
  244. GpuMemoryBuffers Status
  245. R_8 Software only
  246. R_16 Software only
  247. RG_88 Software only
  248. BGR_565 Software only
  249. RGBA_4444 Software only
  250. RGBX_8888 Software only
  251. RGBA_8888 Software only
  252. BGRX_8888 Software only
  253. BGRA_1010102 Software only
  254. RGBA_1010102 Software only
  255. BGRA_8888 Software only
  256. RGBA_F16 Software only
  257. YVU_420 Software only
  258. YUV_420_BIPLANAR Software only
  259. P010 Software only
  260. Display(s) Information
  261. Info Display[4692722566059863] bounds=[1920,0 2560x1440], workarea=[1920,27 2560x1413], scale=1, rotation=0, panel_rotation=0 external.
  262. Color space (all) {primaries_d50_referred: [[0.6479, 0.3310], [0.3200, 0.5983], [0.1563, 0.0654]], transfer:IEC61966_2_1, matrix:RGB, range:FULL}
  263. Buffer format (all) BGRA_8888
  264. SDR white level in nits 100
  265. Bits per color component 8
  266. Bits per pixel 24
  267. Refresh Rate in Hz 59
  268. Info Display[1242165370121560] bounds=[0,0 1920x1200], workarea=[0,0 1920x1200], scale=1, rotation=0, panel_rotation=0 external.
  269. Color space (all) {primaries:BT709, transfer:IEC61966_2_1, matrix:RGB, range:FULL}
  270. Buffer format (all) BGRA_8888
  271. SDR white level in nits 100
  272. Bits per color component 8
  273. Bits per pixel 24
  274. Refresh Rate in Hz 59
  275. Video Acceleration Information
  276. Vulkan Information
  277. Device Performance Information
  278. Log Messages
  279. [5565:5565:0828/084114.992692:ERROR:sandbox_linux.cc(374)] : InitializeSandbox() called with multiple threads in process gpu-process.
  280. [5565:5565:0828/085516.249085:ERROR:gl_utils.cc(316)] : [.RendererMainThread-0x38429d761700] GL_INVALID_OPERATION: Framebuffer is incomplete.
  281. [5565:5565:0828/085516.249430:ERROR:gl_utils.cc(316)] : [.RendererMainThread-0x38429d761700] GL_INVALID_OPERATION: Framebuffer is incomplete.
  282. [5565:5565:0828/085516.253023:ERROR:gl_utils.cc(316)] : [.RendererMainThread-0x38429d761700] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete.
  283. [5565:5565:0828/085516.253874:ERROR:gl_utils.cc(316)] : [.RendererMainThread-0x38429d761700] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete.
  284. [5565:5565:0828/085516.254892:ERROR:gl_utils.cc(316)] : [.RendererMainThread-0x38429d761700] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete.
  285. [5565:5565:0828/085516.255280:ERROR:gl_utils.cc(316)] : [.RendererMainThread-0x38429d761700] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete.
  286. [5565:5565:0828/085516.255443:ERROR:gl_utils.cc(316)] : [.RendererMainThread-0x38429d761700] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete.
  287. [5565:5565:0828/085854.456840:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  288. [5565:5565:0828/085854.457043:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  289. [5565:5565:0828/085854.457298:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  290. [5565:5565:0828/090112.794833:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  291. [5565:5565:0828/090652.756474:ERROR:gl_utils.cc(316)] : [.RendererMainThread-0x38429c6a5800] GL_INVALID_OPERATION: Framebuffer is incomplete.
  292. [5565:5565:0828/090652.757486:ERROR:gl_utils.cc(316)] : [.RendererMainThread-0x38429c6a5800] GL_INVALID_OPERATION: Framebuffer is incomplete.
  293. [5565:5565:0828/090652.760345:ERROR:gl_utils.cc(316)] : [.RendererMainThread-0x38429c6a5800] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete.
  294. [5565:5565:0828/090652.760422:ERROR:gl_utils.cc(316)] : [.RendererMainThread-0x38429c6a5800] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete.
  295. [5565:5565:0828/090652.760476:ERROR:gl_utils.cc(316)] : [.RendererMainThread-0x38429c6a5800] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete.
  296. [5565:5565:0828/090652.760524:ERROR:gl_utils.cc(316)] : [.RendererMainThread-0x38429c6a5800] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete.
  297. [5565:5565:0828/090652.760573:ERROR:gl_utils.cc(316)] : [.RendererMainThread-0x38429c6a5800] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete.
  298. [5565:5565:0828/091310.767228:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  299. [5565:5565:0828/091502.357114:ERROR:gl_utils.cc(316)] : [.RendererMainThread-0x38429c44e700] GL_INVALID_OPERATION: Framebuffer is incomplete.
  300. [5565:5565:0828/091502.357412:ERROR:gl_utils.cc(316)] : [.RendererMainThread-0x38429c44e700] GL_INVALID_OPERATION: Framebuffer is incomplete.
  301. [5565:5565:0828/091502.361052:ERROR:gl_utils.cc(316)] : [.RendererMainThread-0x38429c44e700] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete.
  302. [5565:5565:0828/091502.361137:ERROR:gl_utils.cc(316)] : [.RendererMainThread-0x38429c44e700] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete.
  303. [5565:5565:0828/091502.361185:ERROR:gl_utils.cc(316)] : [.RendererMainThread-0x38429c44e700] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete.
  304. [5565:5565:0828/091502.361235:ERROR:gl_utils.cc(316)] : [.RendererMainThread-0x38429c44e700] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete.
  305. [5565:5565:0828/091502.361282:ERROR:gl_utils.cc(316)] : [.RendererMainThread-0x38429c44e700] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete.
  306. [5565:5565:0828/092301.722914:ERROR:gl_utils.cc(316)] : [.RendererMainThread-0x38429d4dd500] GL_INVALID_OPERATION: Framebuffer is incomplete.
  307. [5565:5565:0828/092301.727182:ERROR:gl_utils.cc(316)] : [.RendererMainThread-0x38429d4dd500] GL_INVALID_OPERATION: Framebuffer is incomplete.
  308. [5565:5565:0828/092301.730698:ERROR:gl_utils.cc(316)] : [.RendererMainThread-0x38429d4dd500] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete.
  309. [5565:5565:0828/092301.730790:ERROR:gl_utils.cc(316)] : [.RendererMainThread-0x38429d4dd500] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete.
  310. [5565:5565:0828/092301.731439:ERROR:gl_utils.cc(316)] : [.RendererMainThread-0x38429d4dd500] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete.
  311. [5565:5565:0828/092301.731498:ERROR:gl_utils.cc(316)] : [.RendererMainThread-0x38429d4dd500] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete.
  312. [5565:5565:0828/092301.731543:ERROR:gl_utils.cc(316)] : [.RendererMainThread-0x38429d4dd500] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete.
  313. [5565:5565:0828/092308.626386:ERROR:gl_utils.cc(316)] : [.RendererMainThread-0x38429d4dd500] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete.
  314. [5565:5565:0828/092308.626571:ERROR:gl_utils.cc(316)] : [.RendererMainThread-0x38429d4dd500] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete.
  315. [5565:5565:0828/092308.626627:ERROR:gl_utils.cc(316)] : [.RendererMainThread-0x38429d4dd500] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete.
  316. [5565:5565:0828/092308.626673:ERROR:gl_utils.cc(316)] : [.RendererMainThread-0x38429d4dd500] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete.
  317. [5565:5565:0828/092308.626717:ERROR:gl_utils.cc(316)] : [.RendererMainThread-0x38429d4dd500] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete.
  318. [5565:5565:0828/094654.276145:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
Add Comment
Please, Sign In to add comment