Skip to content

Instantly share code, notes, and snippets.

@rlerdorf
Created October 6, 2021 17:09
Show Gist options
  • Save rlerdorf/b01ef995de28f7c7f9771ec4904fbf16 to your computer and use it in GitHub Desktop.
Save rlerdorf/b01ef995de28f7c7f9771ec4904fbf16 to your computer and use it in GitHub Desktop.
Graphics Feature Status
Canvas: Hardware accelerated
Compositing: Hardware accelerated
Multiple Raster Threads: Enabled
Out-of-process Rasterization: Hardware accelerated
OpenGL: Enabled
Rasterization: Hardware accelerated
Skia Renderer: Enabled
Video Decode: Software only. Hardware acceleration disabled
Vulkan: Enabled
WebGL: Hardware accelerated
WebGL2: Hardware accelerated
Driver Bug Workarounds
adjust_src_dst_region_for_blitframebuffer
clear_pixel_unpack_buffer_before_copyteximage
clear_uniforms_before_first_program_use
count_all_in_varyings_packing
decode_encode_srgb_for_generatemipmap
disable_software_to_accelerated_canvas_upgrade
enable_webgl_timer_query_extensions
exit_on_context_lost
force_cube_map_positive_x_allocation
force_int_or_srgb_cube_texture_complete
init_texture_max_anisotropy
regenerate_struct_names
disabled_extension_GL_KHR_blend_equation_advanced
disabled_extension_GL_KHR_blend_equation_advanced_coherent
Problems Detected
Accelerated video decode has been disabled, either via blocklist, about:flags or the command line.
Disabled Features: video_decode
Clear uniforms before first program use on all platforms: 124764, 349137
Applied Workarounds: clear_uniforms_before_first_program_use
Mesa drivers in Linux handle varyings without static use incorrectly: 333885
Applied Workarounds: count_all_in_varyings_packing
Linux AMD drivers incorrectly return initial value of 1 for TEXTURE_MAX_ANISOTROPY: 348237
Applied Workarounds: init_texture_max_anisotropy
Linux AMD drivers handle struct scopes incorrectly: 403957
Applied Workarounds: regenerate_struct_names
Linux ATI drivers crash on binding incomplete cube map texture to FBO: 518889
Applied Workarounds: force_cube_map_positive_x_allocation
adjust src/dst region if blitting pixels outside framebuffer on Linux AMD: 664740
Applied Workarounds: adjust_src_dst_region_for_blitframebuffer
Disable KHR_blend_equation_advanced until cc shaders are updated: 661715
Applied Workarounds: disable(GL_KHR_blend_equation_advanced), disable(GL_KHR_blend_equation_advanced_coherent)
Decode and Encode before generateMipmap for srgb format textures on Linux AMD: 634519
Applied Workarounds: decode_encode_srgb_for_generatemipmap
Software to Accelerated canvas update breaks Linux AMD: 710029
Applied Workarounds: disable_software_to_accelerated_canvas_upgrade
Force integer or srgb cube map texture complete on Linux AMD: 712117
Applied Workarounds: force_int_or_srgb_cube_texture_complete
Expose WebGL's disjoint_timer_query extensions on platforms with site isolation: 808744, 870491
Applied Workarounds: enable_webgl_timer_query_extensions
AMD Linux driver crashes when copyTexImage2D is called with PIXEL_UNPACK_BUFFER set to an uninitialized buffer: 859998
Applied Workarounds: clear_pixel_unpack_buffer_before_copyteximage
Some drivers can't recover after OUT_OF_MEM and context lost: 893177
Applied Workarounds: exit_on_context_lost
DAWN Info
<Discrete GPU> Vulkan backend - AMD RADV NAVI10 (ACO)
[Default Toggle Names]
lazy_clear_resource_on_first_use: https://crbug.com/dawn/145: Clears resource to zero on first usage. This initializes the resource so that no dirty bits from recycled memory is present in the new resource.
use_temporary_buffer_in_texture_to_texture_copy: https://crbug.com/dawn/42: Split texture-to-texture copy into two copies: copy from source texture into a temporary buffer, and copy from the temporary buffer into the destination texture when copying between compressed textures that don't have block-aligned sizes. This workaround is enabled by default on all Vulkan drivers to solve an issue in the Vulkan SPEC about the texture-to-texture copies with compressed formats. See #1005 (https://github.com/KhronosGroup/Vulkan-Docs/issues/1005) for more details.
vulkan_use_d32s8: https://crbug.com/dawn/286: Vulkan mandates support of either D32_FLOAT_S8 or D24_UNORM_S8. When available the backend will use D32S8 (toggle to on) but setting the toggle to off will make ituse the D24S8 format when possible.
disallow_unsafe_apis: http://crbug.com/1138528: Produces validation errors on API entry points or parameter combinations that aren't considered secure yet.
use_tint_generator: https://crbug.com/dawn/571: Use Tint instead of SPRIV-cross to generate shaders.
[WebGPU Forced Toggles - enabled]
disallow_spirv: https://crbug.com/1214923: Disallow usage of SPIR-V completely so that only WGSL is used for shader modules.This is useful to prevent a Chromium renderer process from successfully sendingSPIR-V code to be compiled in the GPU process.
[Supported Extensions]
texture_compression_bc
pipeline_statistics_query
timestamp_query
dawn-internal-usages
Version Information
Data exported 2021-10-06T17:08:59.355Z
Chrome version Chrome/94.0.4606.71
Operating system Linux 5.14.9-rasmus
Software rendering list URL https://chromium.googlesource.com/chromium/src/+/1d32b169326531e600d836bd395efc1b53d0f6ef/gpu/config/software_rendering_list.json
Driver bug list URL https://chromium.googlesource.com/chromium/src/+/1d32b169326531e600d836bd395efc1b53d0f6ef/gpu/config/gpu_driver_bug_list.json
ANGLE commit id e8cb0e7aa328
2D graphics backend Skia/94 a71591a1efcc901dbebdb196d7a3c6e09364cf1f
Command Line /usr/bin/google-chrome-stable --use-gl=egl --enable-crashpad --flag-switches-begin --enable-features=Vulkan --flag-switches-end
Driver Information
Initialization time 63
In-process GPU false
Passthrough Command Decoder false
Sandboxed false
GPU0 VENDOR= 0x1002 [AMD], DEVICE=0x731f [AMD Radeon RX 5700 XT (NAVI10, DRM 3.42.0, 5.14.9-rasmus, LLVM 11.0.1)] *ACTIVE*
Optimus false
AMD switchable false
Driver vendor Mesa
Driver version 20.3.5
GPU CUDA compute capability major version 0
Pixel shader version 3.20
Vertex shader version 3.20
Max. MSAA samples 8
Machine model name
Machine model version
GL_VENDOR AMD
GL_RENDERER AMD Radeon RX 5700 XT (NAVI10, DRM 3.42.0, 5.14.9-rasmus, LLVM 11.0.1)
GL_VERSION OpenGL ES 3.2 Mesa 20.3.5
GL_EXTENSIONS GL_EXT_blend_minmax GL_EXT_multi_draw_arrays GL_EXT_texture_filter_anisotropic GL_EXT_texture_compression_s3tc GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_format_BGRA8888 GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_mapbuffer GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_stencil8 GL_OES_texture_3D 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_half_float GL_EXT_draw_instanced GL_EXT_texture_sRGB_decode GL_OES_EGL_image GL_OES_depth_texture GL_AMD_performance_monitor GL_OES_packed_depth_stencil GL_EXT_texture_type_2_10_10_10_REV GL_NV_conditional_render GL_OES_get_program_binary GL_APPLE_texture_max_level GL_EXT_discard_framebuffer GL_EXT_read_format_bgra GL_EXT_frag_depth GL_NV_fbo_color_attachments GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_vertex_array_object GL_OES_viewport_array GL_ANGLE_pack_reverse_row_order GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_EXT_occlusion_query_boolean GL_EXT_robustness GL_EXT_texture_rg GL_EXT_unpack_subimage GL_NV_draw_buffers GL_NV_read_buffer GL_NV_read_depth GL_NV_read_depth_stencil GL_NV_read_stencil GL_EXT_draw_buffers GL_EXT_map_buffer_range GL_KHR_debug GL_KHR_robustness GL_KHR_texture_compression_astc_ldr GL_NV_pixel_buffer_object GL_OES_depth_texture_cube_map GL_OES_required_internalformat GL_OES_surfaceless_context GL_EXT_color_buffer_float GL_EXT_sRGB_write_control GL_EXT_separate_shader_objects GL_EXT_shader_group_vote GL_EXT_shader_implicit_conversions GL_EXT_shader_integer_mix GL_EXT_tessellation_point_size GL_EXT_tessellation_shader GL_ANDROID_extension_pack_es31a GL_EXT_base_instance GL_EXT_compressed_ETC1_RGB8_sub_texture GL_EXT_copy_image GL_EXT_draw_buffers_indexed GL_EXT_draw_elements_base_vertex GL_EXT_gpu_shader5 GL_EXT_polygon_offset_clamp GL_EXT_primitive_bounding_box GL_EXT_render_snorm GL_EXT_shader_io_blocks GL_EXT_texture_border_clamp GL_EXT_texture_buffer GL_EXT_texture_cube_map_array GL_EXT_texture_norm16 GL_EXT_texture_view GL_KHR_blend_equation_advanced GL_KHR_context_flush_control GL_KHR_robust_buffer_access_behavior GL_NV_image_formats GL_OES_copy_image GL_OES_draw_buffers_indexed GL_OES_draw_elements_base_vertex GL_OES_gpu_shader5 GL_OES_primitive_bounding_box GL_OES_sample_shading GL_OES_sample_variables GL_OES_shader_io_blocks GL_OES_shader_multisample_interpolation GL_OES_tessellation_point_size GL_OES_tessellation_shader GL_OES_texture_border_clamp GL_OES_texture_buffer GL_OES_texture_cube_map_array GL_OES_texture_stencil8 GL_OES_texture_storage_multisample_2d_array GL_OES_texture_view GL_EXT_blend_func_extended GL_EXT_buffer_storage GL_EXT_float_blend GL_EXT_geometry_point_size GL_EXT_geometry_shader GL_EXT_shader_samples_identical GL_KHR_no_error GL_KHR_texture_compression_astc_sliced_3d GL_OES_EGL_image_external_essl3 GL_OES_geometry_point_size GL_OES_geometry_shader GL_OES_shader_image_atomic GL_EXT_clip_cull_distance GL_EXT_disjoint_timer_query GL_EXT_texture_compression_s3tc_srgb GL_EXT_window_rectangles GL_MESA_shader_integer_functions GL_EXT_clip_control GL_EXT_color_buffer_half_float GL_EXT_memory_object GL_EXT_memory_object_fd GL_EXT_semaphore GL_EXT_semaphore_fd GL_EXT_texture_compression_bptc GL_KHR_parallel_shader_compile GL_NV_alpha_to_coverage_dither_control GL_AMD_framebuffer_multisample_advanced GL_EXT_EGL_image_storage GL_EXT_texture_sRGB_R8 GL_EXT_texture_shadow_lod GL_INTEL_blackhole_render GL_MESA_framebuffer_flip_y GL_EXT_depth_clamp GL_EXT_texture_query_lod
Disabled Extensions GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent
Disabled WebGL Extensions
Window system binding vendor Mesa Project
Window system binding version 1.5
Window system binding extensions EGL_ANDROID_blob_cache EGL_ANDROID_native_fence_sync EGL_CHROMIUM_sync_control EGL_EXT_buffer_age EGL_EXT_create_context_robustness EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_EXT_swap_buffers_with_damage EGL_KHR_cl_event2 EGL_KHR_config_attribs EGL_KHR_create_context EGL_KHR_create_context_no_error EGL_KHR_fence_sync EGL_KHR_get_all_proc_addresses EGL_KHR_gl_colorspace EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_no_config_context EGL_KHR_reusable_sync EGL_KHR_surfaceless_context EGL_KHR_swap_buffers_with_damage EGL_EXT_pixel_format_float EGL_KHR_wait_sync EGL_MESA_configless_context EGL_MESA_drm_image EGL_MESA_image_dma_buf_export EGL_MESA_query_driver EGL_NOK_texture_from_pixmap EGL_WL_bind_wayland_display
XDG_CURRENT_DESKTOP GNOME
XDG_SESSION_TYPE x11
GDMSESSION gnome
Ozone platform x11
Direct rendering version unknown
Reset notification strategy 0x8252
GPU process crash count 1
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
Compositor Information
Tile Update Mode One-copy
Partial Raster Enabled
GpuMemoryBuffers Status
R_8 Software only
R_16 Software only
RG_88 Software only
BGR_565 Software only
RGBA_4444 Software only
RGBX_8888 Software only
RGBA_8888 Software only
BGRX_8888 Software only
BGRA_1010102 Software only
RGBA_1010102 Software only
BGRA_8888 Software only
RGBA_F16 Software only
YVU_420 Software only
YUV_420_BIPLANAR Software only
P010 Software only
Display(s) Information
Info Display[1252019484216661] bounds=[0,0 2560x1440], workarea=[0,27 2560x1413], scale=1, rotation=0, panel_rotation=0 external.
Color space (all) {primaries_d50_referred: [[0.6510, 0.3324], [0.3073, 0.6015], [0.1596, 0.0871]], transfer:IEC61966_2_1, matrix:RGB, range:FULL}
Buffer format (all) BGRA_8888
SDR white level in nits 100
Bits per color component 8
Bits per pixel 24
Refresh Rate in Hz 59
Info Display[1242230116688728] bounds=[2560,0 1920x1080], workarea=[2560,0 1920x1080], scale=1, rotation=0, panel_rotation=0 external.
Color space (all) {primaries:BT709, transfer:IEC61966_2_1, matrix:RGB, range:FULL}
Buffer format (all) BGRA_8888
SDR white level in nits 100
Bits per color component 8
Bits per pixel 24
Refresh Rate in Hz 60
Video Acceleration Information
Encoding
Vulkan Information
info {
"apiVersion": "1.2.187",
"usedApiVersion": "1.1.0",
"instanceExtensions": {
"VK_KHR_external_fence_capabilities": 1,
"VK_KHR_external_memory_capabilities": 1,
"VK_KHR_external_semaphore_capabilities": 1,
"VK_KHR_get_physical_device_properties2": 1,
"VK_KHR_get_surface_capabilities2": 1,
"VK_KHR_surface": 25,
"VK_KHR_surface_protected_capabilities": 1,
"VK_KHR_xcb_surface": 6,
"VK_EXT_debug_report": 9,
"VK_KHR_device_group_creation": 1,
"VK_KHR_get_display_properties2": 1,
"VK_KHR_display": 23,
"VK_EXT_direct_mode_display": 1,
"VK_EXT_display_surface_counter": 1,
"VK_EXT_debug_utils": 2
},
"enabledInstanceExtensions": [
"VK_KHR_external_memory_capabilities",
"VK_KHR_external_semaphore_capabilities",
"VK_KHR_surface",
"VK_KHR_xcb_surface",
"VK_EXT_debug_report"
],
"instanceLayers": [
{
"layerName": "VK_LAYER_MESA_device_select",
"specVersion": 4202569,
"implementationVersion": "0.0.1",
"description": "Linux device selection layer"
},
{
"layerName": "VK_LAYER_VALVE_steam_fossilize_32",
"specVersion": 4202632,
"implementationVersion": "0.0.1",
"description": "Steam Pipeline Caching Layer"
},
{
"layerName": "VK_LAYER_VALVE_steam_fossilize_64",
"specVersion": 4202632,
"implementationVersion": "0.0.1",
"description": "Steam Pipeline Caching Layer"
},
{
"layerName": "VK_LAYER_VALVE_steam_overlay_64",
"specVersion": 4202632,
"implementationVersion": "0.0.1",
"description": "Steam Overlay Layer"
},
{
"layerName": "VK_LAYER_VALVE_steam_overlay_32",
"specVersion": 4202632,
"implementationVersion": "0.0.1",
"description": "Steam Overlay Layer"
},
{
"layerName": "VK_LAYER_MESA_overlay",
"specVersion": 4198473,
"implementationVersion": "0.0.1",
"description": "Mesa Overlay layer"
}
],
"physicalDevices": [
{
"properties": {
"apiVersion": "1.2.145",
"driverVersion": "20.3.5",
"vendorID": 4098,
"deviceID": 29471,
"deviceType": 2,
"deviceName": "AMD RADV NAVI10 (ACO)",
"pipelineCacheUUID": "29c6bbb5-d958-31ce-7102-04dec2e30c2e",
"limits": {
"maxImageDimension1D": 16384,
"maxImageDimension2D": 16384,
"maxImageDimension3D": 2048,
"maxImageDimensionCube": 16384,
"maxImageArrayLayers": 2048,
"maxTexelBufferElements": 4294967295,
"maxUniformBufferRange": 4294967295,
"maxStorageBufferRange": 4294967295,
"maxPushConstantsSize": 128,
"maxMemoryAllocationCount": 4294967295,
"maxSamplerAllocationCount": 65536,
"bufferImageGranularity": 1,
"sparseAddressSpaceSize": 1,
"maxBoundDescriptorSets": 32,
"maxPerStageDescriptorSamplers": 8388606,
"maxPerStageDescriptorUniformBuffers": 8388606,
"maxPerStageDescriptorStorageBuffers": 8388606,
"maxPerStageDescriptorSampledImages": 8388606,
"maxPerStageDescriptorStorageImages": 8388606,
"maxPerStageDescriptorInputAttachments": 8388606,
"maxPerStageResources": 8388606,
"maxDescriptorSetSamplers": 8388606,
"maxDescriptorSetUniformBuffers": 8388606,
"maxDescriptorSetUniformBuffersDynamic": 16,
"maxDescriptorSetStorageBuffers": 8388606,
"maxDescriptorSetStorageBuffersDynamic": 8,
"maxDescriptorSetSampledImages": 8388606,
"maxDescriptorSetStorageImages": 8388606,
"maxDescriptorSetInputAttachments": 8388606,
"maxVertexInputAttributes": 32,
"maxVertexInputBindings": 32,
"maxVertexInputAttributeOffset": 2047,
"maxVertexInputBindingStride": 2048,
"maxVertexOutputComponents": 128,
"maxTessellationGenerationLevel": 64,
"maxTessellationPatchSize": 32,
"maxTessellationControlPerVertexInputComponents": 128,
"maxTessellationControlPerVertexOutputComponents": 128,
"maxTessellationControlPerPatchOutputComponents": 120,
"maxTessellationControlTotalOutputComponents": 4096,
"maxTessellationEvaluationInputComponents": 128,
"maxTessellationEvaluationOutputComponents": 128,
"maxGeometryShaderInvocations": 127,
"maxGeometryInputComponents": 64,
"maxGeometryOutputComponents": 128,
"maxGeometryOutputVertices": 256,
"maxGeometryTotalOutputComponents": 1024,
"maxFragmentInputComponents": 128,
"maxFragmentOutputAttachments": 8,
"maxFragmentDualSrcAttachments": 1,
"maxFragmentCombinedOutputResources": 8,
"maxComputeSharedMemorySize": 32768,
"maxComputeWorkGroupCount": [
65535,
65535,
65535
],
"maxComputeWorkGroupInvocations": 1024,
"maxComputeWorkGroupSize": [
1024,
1024,
1024
],
"subPixelPrecisionBits": 8,
"subTexelPrecisionBits": 8,
"mipmapPrecisionBits": 8,
"maxDrawIndexedIndexValue": 4294967295,
"maxDrawIndirectCount": 4294967295,
"maxSamplerLodBias": 16,
"maxSamplerAnisotropy": 16,
"maxViewports": 16,
"maxViewportDimensions": [
16384,
16384
],
"viewportBoundsRange": [
-32768,
32767
],
"viewportSubPixelBits": 8,
"minMemoryMapAlignment": 4096,
"minTexelBufferOffsetAlignment": 1,
"minUniformBufferOffsetAlignment": 1,
"minStorageBufferOffsetAlignment": 1,
"minTexelOffset": -32,
"maxTexelOffset": 31,
"minTexelGatherOffset": -32,
"maxTexelGatherOffset": 31,
"minInterpolationOffset": -2,
"maxInterpolationOffset": 2,
"subPixelInterpolationOffsetBits": 8,
"maxFramebufferWidth": 16384,
"maxFramebufferHeight": 16384,
"maxFramebufferLayers": 1024,
"framebufferColorSampleCounts": 15,
"framebufferDepthSampleCounts": 15,
"framebufferStencilSampleCounts": 15,
"framebufferNoAttachmentsSampleCounts": 15,
"maxColorAttachments": 8,
"sampledImageColorSampleCounts": 15,
"sampledImageIntegerSampleCounts": 15,
"sampledImageDepthSampleCounts": 15,
"sampledImageStencilSampleCounts": 15,
"storageImageSampleCounts": 15,
"maxSampleMaskWords": 1,
"timestampComputeAndGraphics": true,
"timestampPeriod": 10,
"maxClipDistances": 8,
"maxCullDistances": 8,
"maxCombinedClipAndCullDistances": 8,
"discreteQueuePriorities": 2,
"pointSizeRange": [
0,
8191.875
],
"lineWidthRange": [
0,
8191.875
],
"pointSizeGranularity": 0.125,
"lineWidthGranularity": 0.125,
"strictLines": false,
"standardSampleLocations": true,
"optimalBufferCopyOffsetAlignment": 1,
"optimalBufferCopyRowPitchAlignment": 1,
"nonCoherentAtomSize": 1
},
"sparseProperties": {
"residencyStandard2DBlockShape": false,
"residencyStandard2DMultisampleBlockShape": false,
"residencyStandard3DBlockShape": false,
"residencyAlignedMipSize": false,
"residencyNonResidentStrict": false
}
},
"extensions": {
"VK_KHR_16bit_storage": 1,
"VK_KHR_bind_memory2": 1,
"VK_KHR_buffer_device_address": 1,
"VK_KHR_copy_commands2": 1,
"VK_KHR_create_renderpass2": 1,
"VK_KHR_dedicated_allocation": 3,
"VK_KHR_depth_stencil_resolve": 1,
"VK_KHR_descriptor_update_template": 1,
"VK_KHR_device_group": 4,
"VK_KHR_draw_indirect_count": 1,
"VK_KHR_driver_properties": 1,
"VK_KHR_external_fence": 1,
"VK_KHR_external_fence_fd": 1,
"VK_KHR_external_memory": 1,
"VK_KHR_external_memory_fd": 1,
"VK_KHR_external_semaphore": 1,
"VK_KHR_external_semaphore_fd": 1,
"VK_KHR_get_memory_requirements2": 1,
"VK_KHR_image_format_list": 1,
"VK_KHR_imageless_framebuffer": 1,
"VK_KHR_incremental_present": 1,
"VK_KHR_maintenance1": 2,
"VK_KHR_maintenance2": 1,
"VK_KHR_maintenance3": 1,
"VK_KHR_pipeline_executable_properties": 1,
"VK_KHR_push_descriptor": 2,
"VK_KHR_relaxed_block_layout": 1,
"VK_KHR_sampler_mirror_clamp_to_edge": 3,
"VK_KHR_sampler_ycbcr_conversion": 14,
"VK_KHR_separate_depth_stencil_layouts": 1,
"VK_KHR_shader_atomic_int64": 1,
"VK_KHR_shader_clock": 1,
"VK_KHR_shader_draw_parameters": 1,
"VK_KHR_shader_float_controls": 4,
"VK_KHR_shader_float16_int8": 1,
"VK_KHR_shader_non_semantic_info": 1,
"VK_KHR_shader_subgroup_extended_types": 1,
"VK_KHR_shader_terminate_invocation": 1,
"VK_KHR_spirv_1_4": 1,
"VK_KHR_storage_buffer_storage_class": 1,
"VK_KHR_swapchain": 70,
"VK_KHR_swapchain_mutable_format": 1,
"VK_KHR_timeline_semaphore": 2,
"VK_KHR_uniform_buffer_standard_layout": 1,
"VK_KHR_variable_pointers": 1,
"VK_KHR_vulkan_memory_model": 3,
"VK_KHR_multiview": 1,
"VK_KHR_8bit_storage": 1,
"VK_EXT_buffer_device_address": 2,
"VK_EXT_calibrated_timestamps": 1,
"VK_EXT_conditional_rendering": 2,
"VK_EXT_conservative_rasterization": 1,
"VK_EXT_custom_border_color": 12,
"VK_EXT_display_control": 1,
"VK_EXT_depth_clip_enable": 1,
"VK_EXT_depth_range_unrestricted": 1,
"VK_EXT_descriptor_indexing": 2,
"VK_EXT_discard_rectangles": 1,
"VK_EXT_extended_dynamic_state": 1,
"VK_EXT_external_memory_dma_buf": 1,
"VK_EXT_external_memory_host": 1,
"VK_EXT_global_priority": 2,
"VK_EXT_host_query_reset": 1,
"VK_EXT_image_robustness": 1,
"VK_EXT_index_type_uint8": 1,
"VK_EXT_inline_uniform_block": 1,
"VK_EXT_line_rasterization": 1,
"VK_EXT_memory_budget": 1,
"VK_EXT_memory_priority": 1,
"VK_EXT_pci_bus_info": 2,
"VK_EXT_pipeline_creation_cache_control": 3,
"VK_EXT_pipeline_creation_feedback": 1,
"VK_EXT_post_depth_coverage": 1,
"VK_EXT_private_data": 1,
"VK_EXT_queue_family_foreign": 1,
"VK_EXT_robustness2": 1,
"VK_EXT_sampler_filter_minmax": 2,
"VK_EXT_scalar_block_layout": 1,
"VK_EXT_shader_atomic_float": 1,
"VK_EXT_shader_demote_to_helper_invocation": 1,
"VK_EXT_shader_image_atomic_int64": 1,
"VK_EXT_shader_viewport_index_layer": 1,
"VK_EXT_shader_stencil_export": 1,
"VK_EXT_shader_subgroup_ballot": 1,
"VK_EXT_shader_subgroup_vote": 1,
"VK_EXT_subgroup_size_control": 2,
"VK_EXT_texel_buffer_alignment": 1,
"VK_EXT_transform_feedback": 1,
"VK_EXT_vertex_attribute_divisor": 3,
"VK_EXT_ycbcr_image_arrays": 1,
"VK_AMD_buffer_marker": 1,
"VK_AMD_device_coherent_memory": 1,
"VK_AMD_draw_indirect_count": 2,
"VK_AMD_gcn_shader": 1,
"VK_AMD_gpu_shader_half_float": 2,
"VK_AMD_gpu_shader_int16": 2,
"VK_AMD_memory_overallocation_behavior": 1,
"VK_AMD_mixed_attachment_samples": 1,
"VK_AMD_shader_ballot": 1,
"VK_AMD_shader_core_properties": 2,
"VK_AMD_shader_core_properties2": 1,
"VK_AMD_shader_explicit_vertex_parameter": 1,
"VK_AMD_shader_image_load_store_lod": 1,
"VK_AMD_shader_fragment_mask": 1,
"VK_AMD_shader_info": 1,
"VK_AMD_shader_trinary_minmax": 1,
"VK_AMD_texture_gather_bias_lod": 1,
"VK_GOOGLE_decorate_string": 1,
"VK_GOOGLE_hlsl_functionality1": 1,
"VK_GOOGLE_user_type": 1,
"VK_NV_compute_shader_derivatives": 1,
"VK_EXT_4444_formats": 1
},
"features": {
"robustBufferAccess": true,
"fullDrawIndexUint32": true,
"imageCubeArray": true,
"independentBlend": true,
"geometryShader": true,
"tessellationShader": true,
"sampleRateShading": true,
"dualSrcBlend": true,
"logicOp": true,
"multiDrawIndirect": true,
"drawIndirectFirstInstance": true,
"depthClamp": true,
"depthBiasClamp": true,
"fillModeNonSolid": true,
"depthBounds": true,
"wideLines": true,
"largePoints": true,
"alphaToOne": false,
"multiViewport": true,
"samplerAnisotropy": true,
"textureCompressionETC2": false,
"textureCompressionASTCLDR": false,
"textureCompressionBC": true,
"occlusionQueryPrecise": true,
"pipelineStatisticsQuery": true,
"vertexPipelineStoresAndAtomics": true,
"fragmentStoresAndAtomics": true,
"shaderTessellationAndGeometryPointSize": true,
"shaderImageGatherExtended": true,
"shaderStorageImageExtendedFormats": true,
"shaderStorageImageMultisample": true,
"shaderStorageImageReadWithoutFormat": true,
"shaderStorageImageWriteWithoutFormat": true,
"shaderUniformBufferArrayDynamicIndexing": true,
"shaderSampledImageArrayDynamicIndexing": true,
"shaderStorageBufferArrayDynamicIndexing": true,
"shaderStorageImageArrayDynamicIndexing": true,
"shaderClipDistance": true,
"shaderCullDistance": true,
"shaderFloat64": true,
"shaderInt64": true,
"shaderInt16": true,
"shaderResourceResidency": false,
"shaderResourceMinLod": true,
"sparseBinding": true,
"sparseResidencyBuffer": false,
"sparseResidencyImage2D": false,
"sparseResidencyImage3D": false,
"sparseResidency2Samples": false,
"sparseResidency4Samples": false,
"sparseResidency8Samples": false,
"sparseResidency16Samples": false,
"sparseResidencyAliased": false,
"variableMultisampleRate": true,
"inheritedQueries": true
},
"featureSamplerYcbcrConversion": true,
"featureProtectedMemory": false,
"queueFamilies": [
{
"queueFlags": 15,
"queueCount": 1,
"timestampValidBits": 64,
"minImageTransferGranularity": {
"width": 1,
"height": 1,
"depth": 1
}
},
{
"queueFlags": 14,
"queueCount": 4,
"timestampValidBits": 64,
"minImageTransferGranularity": {
"width": 1,
"height": 1,
"depth": 1
}
}
]
},
{
"properties": {
"apiVersion": "1.0.2",
"driverVersion": "0.0.1",
"vendorID": 65541,
"deviceID": 0,
"deviceType": 4,
"deviceName": "llvmpipe (LLVM 11.0.1, 256 bits)",
"pipelineCacheUUID": "76616c2d-2573-0000-0000-000000000000",
"limits": {
"maxImageDimension1D": 16384,
"maxImageDimension2D": 16384,
"maxImageDimension3D": 4096,
"maxImageDimensionCube": 32768,
"maxImageArrayLayers": 2048,
"maxTexelBufferElements": 134217728,
"maxUniformBufferRange": 65536,
"maxStorageBufferRange": 134217728,
"maxPushConstantsSize": 128,
"maxMemoryAllocationCount": 4096,
"maxSamplerAllocationCount": 32768,
"bufferImageGranularity": 1,
"sparseAddressSpaceSize": 0,
"maxBoundDescriptorSets": 8,
"maxPerStageDescriptorSamplers": 32,
"maxPerStageDescriptorUniformBuffers": 16,
"maxPerStageDescriptorStorageBuffers": 16,
"maxPerStageDescriptorSampledImages": 128,
"maxPerStageDescriptorStorageImages": 128,
"maxPerStageDescriptorInputAttachments": 8,
"maxPerStageResources": 128,
"maxDescriptorSetSamplers": 32768,
"maxDescriptorSetUniformBuffers": 256,
"maxDescriptorSetUniformBuffersDynamic": 256,
"maxDescriptorSetStorageBuffers": 256,
"maxDescriptorSetStorageBuffersDynamic": 256,
"maxDescriptorSetSampledImages": 256,
"maxDescriptorSetStorageImages": 256,
"maxDescriptorSetInputAttachments": 256,
"maxVertexInputAttributes": 32,
"maxVertexInputBindings": 32,
"maxVertexInputAttributeOffset": 2047,
"maxVertexInputBindingStride": 2048,
"maxVertexOutputComponents": 128,
"maxTessellationGenerationLevel": 64,
"maxTessellationPatchSize": 32,
"maxTessellationControlPerVertexInputComponents": 128,
"maxTessellationControlPerVertexOutputComponents": 128,
"maxTessellationControlPerPatchOutputComponents": 128,
"maxTessellationControlTotalOutputComponents": 4096,
"maxTessellationEvaluationInputComponents": 128,
"maxTessellationEvaluationOutputComponents": 128,
"maxGeometryShaderInvocations": 32,
"maxGeometryInputComponents": 64,
"maxGeometryOutputComponents": 128,
"maxGeometryOutputVertices": 1024,
"maxGeometryTotalOutputComponents": 1024,
"maxFragmentInputComponents": 128,
"maxFragmentOutputAttachments": 8,
"maxFragmentDualSrcAttachments": 2,
"maxFragmentCombinedOutputResources": 8,
"maxComputeSharedMemorySize": 32768,
"maxComputeWorkGroupCount": [
65535,
65535,
65535
],
"maxComputeWorkGroupInvocations": 1024,
"maxComputeWorkGroupSize": [
1024,
1024,
1024
],
"subPixelPrecisionBits": 8,
"subTexelPrecisionBits": 8,
"mipmapPrecisionBits": 8,
"maxDrawIndexedIndexValue": 4294967295,
"maxDrawIndirectCount": 4294967295,
"maxSamplerLodBias": 16,
"maxSamplerAnisotropy": 16,
"maxViewports": 16,
"maxViewportDimensions": [
16384,
16384
],
"viewportBoundsRange": [
-32768,
32768
],
"viewportSubPixelBits": 0,
"minMemoryMapAlignment": 4096,
"minTexelBufferOffsetAlignment": 1,
"minUniformBufferOffsetAlignment": 1,
"minStorageBufferOffsetAlignment": 1,
"minTexelOffset": -32,
"maxTexelOffset": 31,
"minTexelGatherOffset": -32,
"maxTexelGatherOffset": 31,
"minInterpolationOffset": -2,
"maxInterpolationOffset": 2,
"subPixelInterpolationOffsetBits": 8,
"maxFramebufferWidth": 16384,
"maxFramebufferHeight": 16384,
"maxFramebufferLayers": 2048,
"framebufferColorSampleCounts": 5,
"framebufferDepthSampleCounts": 5,
"framebufferStencilSampleCounts": 5,
"framebufferNoAttachmentsSampleCounts": 5,
"maxColorAttachments": 8,
"sampledImageColorSampleCounts": 5,
"sampledImageIntegerSampleCounts": 5,
"sampledImageDepthSampleCounts": 5,
"sampledImageStencilSampleCounts": 5,
"storageImageSampleCounts": 5,
"maxSampleMaskWords": 1,
"timestampComputeAndGraphics": true,
"timestampPeriod": 1,
"maxClipDistances": 8,
"maxCullDistances": 8,
"maxCombinedClipAndCullDistances": 8,
"discreteQueuePriorities": 2,
"pointSizeRange": [
0,
255
],
"lineWidthRange": [
1,
1
],
"pointSizeGranularity": 0.125,
"lineWidthGranularity": 0,
"strictLines": false,
"standardSampleLocations": true,
"optimalBufferCopyOffsetAlignment": 1,
"optimalBufferCopyRowPitchAlignment": 1,
"nonCoherentAtomSize": 1
},
"sparseProperties": {
"residencyStandard2DBlockShape": false,
"residencyStandard2DMultisampleBlockShape": false,
"residencyStandard3DBlockShape": false,
"residencyAlignedMipSize": false,
"residencyNonResidentStrict": false
}
},
"extensions": {
"VK_KHR_bind_memory2": 1,
"VK_KHR_dedicated_allocation": 1,
"VK_KHR_driver_properties": 1,
"VK_KHR_get_memory_requirements2": 1,
"VK_KHR_incremental_present": 1,
"VK_KHR_maintenance1": 1,
"VK_KHR_relaxed_block_layout": 1,
"VK_KHR_sampler_mirror_clamp_to_edge": 1,
"VK_KHR_storage_buffer_storage_class": 1,
"VK_KHR_swapchain": 68,
"VK_EXT_external_memory_dma_buf": 1,
"VK_EXT_private_data": 1,
"VK_GOOGLE_decorate_string": 1,
"VK_GOOGLE_hlsl_functionality1": 1
},
"features": {
"robustBufferAccess": false,
"fullDrawIndexUint32": false,
"imageCubeArray": false,
"independentBlend": false,
"geometryShader": false,
"tessellationShader": false,
"sampleRateShading": false,
"dualSrcBlend": false,
"logicOp": false,
"multiDrawIndirect": false,
"drawIndirectFirstInstance": false,
"depthClamp": false,
"depthBiasClamp": false,
"fillModeNonSolid": false,
"depthBounds": false,
"wideLines": false,
"largePoints": false,
"alphaToOne": false,
"multiViewport": false,
"samplerAnisotropy": false,
"textureCompressionETC2": false,
"textureCompressionASTCLDR": false,
"textureCompressionBC": false,
"occlusionQueryPrecise": false,
"pipelineStatisticsQuery": false,
"vertexPipelineStoresAndAtomics": false,
"fragmentStoresAndAtomics": false,
"shaderTessellationAndGeometryPointSize": false,
"shaderImageGatherExtended": false,
"shaderStorageImageExtendedFormats": false,
"shaderStorageImageMultisample": false,
"shaderStorageImageReadWithoutFormat": false,
"shaderStorageImageWriteWithoutFormat": false,
"shaderUniformBufferArrayDynamicIndexing": false,
"shaderSampledImageArrayDynamicIndexing": false,
"shaderStorageBufferArrayDynamicIndexing": false,
"shaderStorageImageArrayDynamicIndexing": false,
"shaderClipDistance": false,
"shaderCullDistance": false,
"shaderFloat64": false,
"shaderInt64": false,
"shaderInt16": false,
"shaderResourceResidency": false,
"shaderResourceMinLod": false,
"sparseBinding": false,
"sparseResidencyBuffer": false,
"sparseResidencyImage2D": false,
"sparseResidencyImage3D": false,
"sparseResidency2Samples": false,
"sparseResidency4Samples": false,
"sparseResidency8Samples": false,
"sparseResidency16Samples": false,
"sparseResidencyAliased": false,
"variableMultisampleRate": false,
"inheritedQueries": false
},
"featureSamplerYcbcrConversion": false,
"featureProtectedMemory": false,
"queueFamilies": [
{
"queueFlags": 7,
"queueCount": 1,
"timestampValidBits": 64,
"minImageTransferGranularity": {
"width": 1,
"height": 1,
"depth": 1
}
}
]
}
]
}
Device Performance Information
Log Messages
[7433:7433:1005/071002.043859:ERROR:gpu_init.cc(453)] : Passthrough is not supported, GL is egl, ANGLE is
[7433:7433:1005/071002.121465:ERROR:sandbox_linux.cc(374)] : InitializeSandbox() called with multiple threads in process gpu-process.
[7433:7433:1005/071002.122836:ERROR:vulkan_device_queue.cc(217)] : Vulkan: AMD RADV NAVI10 (ACO)
[7433:7433:1005/085121.355364:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[7433:7433:1005/095551.023333:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[7433:7433:1005/095551.023624:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[7433:7433:1005/095554.116600:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[7433:7433:1005/095554.116670:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[7433:7433:1005/095554.116864:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[7433:7433:1005/095554.116905:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[7433:7433:1005/095555.273189:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[7433:7433:1005/095555.273279:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[7433:7433:1005/095555.939606:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[7433:7433:1005/095555.939711:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[7433:7433:1005/095602.338843:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[7433:7433:1005/095602.338941:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[7433:7433:1005/095602.339136:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[7433:7433:1005/095602.339214:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[7433:7433:1005/095604.005266:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[7433:7433:1005/095604.005401:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[7433:7433:1005/095604.005453:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[7433:7433:1005/095604.005493:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[7433:7433:1005/095604.011785:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[7433:7433:1005/095604.011883:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[7433:7433:1005/095604.011937:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[7433:7433:1005/095604.011977:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[7433:7433:1005/095606.438855:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[7433:7433:1005/095606.438999:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[7433:7433:1005/095613.532908:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[7433:7433:1005/095613.533007:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[7433:7433:1005/095613.533235:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[7433:7433:1005/095613.533288:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[7433:7433:0100/000000.565793:FATAL:external_vk_image_gl_representation.cc(89)] : Unable to export VkSemaphore into GL in ExternalVkImageGLRepresentation for synchronization with Vulkan
GpuProcessHost: The GPU process crashed!
[194351:194351:1005/100434.701697:ERROR:gpu_init.cc(453)] : Passthrough is not supported, GL is egl, ANGLE is
[194351:194351:1005/100434.714617:ERROR:sandbox_linux.cc(374)] : InitializeSandbox() called with multiple threads in process gpu-process.
[194351:194351:1005/100434.715486:ERROR:vulkan_device_queue.cc(217)] : Vulkan: AMD RADV NAVI10 (ACO)
[194351:194351:1005/103148.280296:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[194351:194351:1005/103148.280381:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[194351:194351:1005/115114.655285:ERROR:gles2_cmd_decoder_autogen.h(1685)] : [.RendererMainThread-0x1ce80012e200]GL ERROR :GL_INVALID_OPERATION : GetIntegerv: <- error from previous GL command
[194351:194351:1005/115114.680804:ERROR:gles2_cmd_decoder.cc(8648)] : [.RendererMainThread-0x1ce80012e200]GL ERROR :GL_INVALID_OPERATION : glFramebufferTexture2D: <- error from previous GL command
[194351:194351:1005/115119.739284:ERROR:gles2_cmd_decoder.cc(2852)] : [.RendererMainThread-0x1ce80012e200]GL ERROR :GL_INVALID_OPERATION : BackFramebuffer::Destroy: <- error from previous GL command
[194351:194351:1005/115131.355485:ERROR:gles2_cmd_decoder_autogen.h(1685)] : [.RendererMainThread-0x1ce80012db00]GL ERROR :GL_INVALID_OPERATION : GetIntegerv: <- error from previous GL command
[194351:194351:1005/115131.379405:ERROR:gles2_cmd_decoder.cc(8648)] : [.RendererMainThread-0x1ce80012db00]GL ERROR :GL_INVALID_OPERATION : glFramebufferTexture2D: <- error from previous GL command
[194351:194351:1005/115135.345600:ERROR:gles2_cmd_decoder.cc(8648)] : [.RendererMainThread-0x1ce80012db00]GL ERROR :GL_INVALID_OPERATION : glFramebufferTexture2D: <- error from previous GL command
[194351:194351:1005/115148.909172:ERROR:gles2_cmd_decoder.cc(2852)] : [.RendererMainThread-0x1ce80012db00]GL ERROR :GL_INVALID_OPERATION : BackFramebuffer::Destroy: <- error from previous GL command
[194351:194351:1005/145759.214903:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[194351:194351:1005/145759.215000:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[194351:194351:1005/145935.846720:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[194351:194351:1005/145935.846806:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[194351:194351:1005/155821.013857:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[194351:194351:1005/164919.776620:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[194351:194351:1005/170215.511646:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[194351:194351:1006/044646.557273:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[194351:194351:1006/044646.557356:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[194351:194351:1006/045845.477926:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[194351:194351:1006/045845.477986:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[194351:194351:1006/064423.735366:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[194351:194351:1006/075744.181661:ERROR:shared_image_manager.cc(214)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment