Status Update
Comments
ka...@google.com <ka...@google.com> #2
nm...@google.com <nm...@google.com> #3
Device used
Which device did you use to reproduce this issue?
Please provide sample project or apk to reproduce the issue. Also mention the steps to be followed for reproducing the issue with the given sample project or apk.
Frequency
How frequently does this issue occur? (e.g 100% of the time, 10% of the time)
th...@google.com <th...@google.com> #4
Conditions to have this crash:
- Android 8.0.0, whatever the manufacturer (Samsung, Sony, LG…)
- Have the Accessbility Service enable (which is for an optional feature on my application)
Into the last 7 days I got few thousands of users affected which represents 5% of users with both conditions.
I understand this bug is now fixed on your side (because I don't have any report on 8.1 for example) but as Android 8.0 is more and more deployed I have more crash reports everyday.
It can be really very useful to have a workaround from our application side to avoid this issue rather than just "wait for 8.1 to be more deployed".
fa...@chromium.org <fa...@chromium.org> #5
eb...@google.com <eb...@google.com> #6
In copy one crash report I got from Crashlytics on a Nexus 6P yesterday.
ch...@gmail.com <ch...@gmail.com> #7
fa...@google.com <fa...@google.com> #8
Alright, I will just wait a couple years for them to update their users.
fa...@google.com <fa...@google.com> #9
If I off the pc he is say
ti...@suse.com <ti...@suse.com> #10
Android 8.1
be...@students.rowan.edu <be...@students.rowan.edu> #11
The commit has also been backported to recent 6.12 kernels versions, at least as early as 6.12.13.
th...@google.com <th...@google.com> #12
It appears readdir("/dev/dri") gets called a few times in my build. All of the calls ultimately come from libdrm's drmGetDevices2 [1], which is not under our control and is provided by the system. Perhaps it's worth investigating if changing that function resolves the issue.
I'd also like to know if --render-node-override /dev/dri/renderD128
or --render-node-override /dev/dri/renderD129
changes anything.
[1]
#0 __GI___open64_nocancel (file=file@entry=0x7fffdcad2315 "/dev/dri", oflag=oflag@entry=591872) at ../sysdeps/unix/sysv/linux/open64_nocancel.c:39
#1 0x00007fffdfc14225 in __opendir (name=name@entry=0x7fffdcad2315 "/dev/dri") at ../sysdeps/unix/sysv/linux/opendir.c:86
#2 0x00007fffdcacc647 in drmGetDevices2 (flags=0, devices=0x7fffbcbf9910, max_devices=256) at ../xf86drm.c:4794
#3 0x00007fffb3f5f029 in ??? () at /usr/lib/x86_64-linux-gnu/libvulkan_intel_hasvk.so
#4 0x00007fffb3f5f152 in ??? () at /usr/lib/x86_64-linux-gnu/libvulkan_intel_hasvk.so
#5 0x00007fffb3f5fc41 in ??? () at /usr/lib/x86_64-linux-gnu/libvulkan_intel_hasvk.so
#6 0x00007fffcb5ad54f in setup_loader_term_phys_devs () at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libvulkan.so.1
#7 0x00007fffcb59f9e9 in terminator_EnumeratePhysicalDevices () at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libvulkan.so.1
#8 0x00007fffcb4f85a3 in ??? () at /lib/x86_64-linux-gnu/libVkLayer_MESA_device_select.so
#9 0x00007fffcb5b2c0c in vkEnumeratePhysicalDevices () at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libvulkan.so.1
#10 0x00007ffff21e8421 in angle::GetSystemInfoVulkanWithICD(angle::SystemInfo*, angle::vk::ICD) () at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libgl_wrapper.so
#11 0x00007ffff21d6b45 in features::IsDefaultANGLEVulkan() () at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libgl_wrapper.so
#12 0x00007fffdd3e5ca8 in gl::init::(anonymous namespace)::GetEGLInitDisplays(bool, bool, bool, bool, bool, bool, bool, base::CommandLine const*, std::__Cr::vector<gl::DisplayType, std::__Cr::allocator<gl::DisplayType> >*) () at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libgl_init.so
#13 0x00007fffdd3e6a5e in gl::init::GetDisplayInitializationParams(bool*, std::__Cr::vector<gl::DisplayType, std::__Cr::allocator<gl::DisplayType> >*) ()
at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libgl_init.so
#14 0x00007fffdd3eb3b2 in gl::init::InitializeGLOneOffPlatform(gl::GpuPreference) () at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libgl_init.so
#15 0x00007fffdd3e9673 in gl::init::InitializeGLOneOffPlatformImplementation(bool, bool, gl::GpuPreference) ()
at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libgl_init.so
#16 0x00007fffdd3e9385 in gl::init::(anonymous namespace)::InitializeGLOneOffPlatformHelper(bool, gl::GpuPreference) ()
at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libgl_init.so
#17 0x00007fffdd3e959b in gl::init::InitializeGLNoExtensionsOneOff(bool, gl::GpuPreference) () at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libgl_init.so
#18 0x00007fffdf1e56f0 in gpu::GpuInit::InitializeInProcess(base::CommandLine*, gpu::GpuPreferences const&) ()
at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libgpu_ipc_service.so
#19 0x00007ffff31ac2c5 in content::InProcessGpuThread::Init() () at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libcontent.so
#20 0x00007ffff78b8612 in base::Thread::ThreadMain() () at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libbase.so
#21 0x00007ffff78d7b13 in base::(anonymous namespace)::ThreadFunc(void*) () at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libbase.so
#22 0x00007fffdfbcc6c2 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
#23 0x00007fffdfc47128 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
#0 __GI___open64_nocancel (file=file@entry=0x7fffdcad2315 "/dev/dri", oflag=oflag@entry=591872) at ../sysdeps/unix/sysv/linux/open64_nocancel.c:39
#1 0x00007fffdfc14225 in __opendir (name=name@entry=0x7fffdcad2315 "/dev/dri") at ../sysdeps/unix/sysv/linux/opendir.c:86
#2 0x00007fffdcacc647 in drmGetDevices2 (flags=0, devices=0x7fffbcbf8870, max_devices=256) at ../xf86drm.c:4794
#3 0x00007fffb74c0749 in ??? () at /usr/lib/x86_64-linux-gnu/libvulkan_intel.so
#4 0x00007fffb74c0872 in ??? () at /usr/lib/x86_64-linux-gnu/libvulkan_intel.so
#5 0x00007fffb74c1361 in ??? () at /usr/lib/x86_64-linux-gnu/libvulkan_intel.so
#6 0x00007fffcaa7354f in setup_loader_term_phys_devs () at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libvulkan.so.1
#7 0x00007fffcaa659e9 in terminator_EnumeratePhysicalDevices () at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libvulkan.so.1
#8 0x00007fffca0405a3 in ??? () at /lib/x86_64-linux-gnu/libVkLayer_MESA_device_select.so
#9 0x00007fffcaa78c0c in vkEnumeratePhysicalDevices () at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libvulkan.so.1
#10 0x00007fffd9f4c9c5 in ??? () at /lib/x86_64-linux-gnu/libgallium-24.2.2-1+gl0.so
#11 0x00007fffd9f4de0e in ??? () at /lib/x86_64-linux-gnu/libgallium-24.2.2-1+gl0.so
#12 0x00007fffd9b975f5 in ??? () at /lib/x86_64-linux-gnu/libgallium-24.2.2-1+gl0.so
#13 0x00007fffd9b97530 in ??? () at /lib/x86_64-linux-gnu/libgallium-24.2.2-1+gl0.so
#14 0x00007fffd94cecee in ??? () at /lib/x86_64-linux-gnu/libgallium-24.2.2-1+gl0.so
#15 0x00007fffd94d37f9 in ??? () at /lib/x86_64-linux-gnu/libgallium-24.2.2-1+gl0.so
#16 0x00007fffd94d39d1 in ??? () at /lib/x86_64-linux-gnu/libgallium-24.2.2-1+gl0.so
#17 0x00007fffcaab5dae in ??? () at /lib/x86_64-linux-gnu/libGLX_mesa.so.0
#18 0x00007fffcaabb035 in ??? () at /lib/x86_64-linux-gnu/libGLX_mesa.so.0
#19 0x00007fffcaabbf68 in ??? () at /lib/x86_64-linux-gnu/libGLX_mesa.so.0
#20 0x00007fffcaab895b in ??? () at /lib/x86_64-linux-gnu/libGLX_mesa.so.0
#21 0x00007fffb97fb111 in rx::FunctionsGLX::initialize(_XDisplay*, int, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >*) ()
at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libGLESv2.so
#22 0x00007fffb97f705a in rx::DisplayGLX::initialize(egl::Display*) () at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libGLESv2.so
#23 0x00007fffb95a80e8 in egl::Display::initialize() () at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libGLESv2.so
#24 0x00007fffb92a9c71 in egl::Initialize(egl::Thread*, egl::Display*, int*, int*) () at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libGLESv2.so
#25 0x00007fffb92ad9c1 in EGL_Initialize () at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libGLESv2.so
#26 0x00007fffce9f0e12 in eglInitialize () at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libEGL.so
#27 0x00007ffff20e6ad6 in gl::EGLApiBase::eglInitializeFn(void*, int*, int*) () at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libgl_wrapper.so
#28 0x00007ffff21b86e3 in gl::GLDisplayEGL::InitializeDisplay(bool, std::__Cr::vector<gl::DisplayType, std::__Cr::allocator<gl::DisplayType> >, gl::EGLDisplayPlatform, gl::GLDisplayEGL*) ()
at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libgl_wrapper.so
#29 0x00007ffff21b6bbe in gl::GLDisplayEGL::Initialize(bool, std::__Cr::vector<gl::DisplayType, std::__Cr::allocator<gl::DisplayType> >, gl::EGLDisplayPlatform) ()
at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libgl_wrapper.so
#30 0x00007ffff7e98710 in ui::GLOzoneEGL::InitializeGLOneOffPlatform(bool, std::__Cr::vector<gl::DisplayType, std::__Cr::allocator<gl::DisplayType> >, gl::GpuPreference) ()
at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libui_ozone.so
#31 0x00007fffdd3eb43d in gl::init::InitializeGLOneOffPlatform(gl::GpuPreference) () at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libgl_init.so
#32 0x00007fffdd3e9673 in gl::init::InitializeGLOneOffPlatformImplementation(bool, bool, gl::GpuPreference) ()
at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libgl_init.so
#33 0x00007fffdd3e9385 in gl::init::(anonymous namespace)::InitializeGLOneOffPlatformHelper(bool, gl::GpuPreference) ()
at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libgl_init.so
#34 0x00007fffdd3e959b in gl::init::InitializeGLNoExtensionsOneOff(bool, gl::GpuPreference) () at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libgl_init.so
#35 0x00007fffdf1e56f0 in gpu::GpuInit::InitializeInProcess(base::CommandLine*, gpu::GpuPreferences const&) ()
at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libgpu_ipc_service.so
#36 0x00007ffff31ac2c5 in content::InProcessGpuThread::Init() () at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libcontent.so
#37 0x00007ffff78b8612 in base::Thread::ThreadMain() () at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libbase.so
--Type <RET> for more, q to quit, c to continue without paging--
#38 0x00007ffff78d7b13 in base::(anonymous namespace)::ThreadFunc(void*) () at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libbase.so
#39 0x00007fffdfbcc6c2 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
#40 0x00007fffdfc47128 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
#0 __GI___open64_nocancel (file=file@entry=0x7fffdcad2315 "/dev/dri", oflag=oflag@entry=591872) at ../sysdeps/unix/sysv/linux/open64_nocancel.c:39
#1 0x00007fffdfc14225 in __opendir (name=name@entry=0x7fffdcad2315 "/dev/dri") at ../sysdeps/unix/sysv/linux/opendir.c:86
#2 0x00007fffdcacc647 in drmGetDevices2 (flags=0, devices=0x7fffbcbf8ba0, max_devices=256) at ../xf86drm.c:4794
#3 0x00007fff7dec0749 in ??? () at /usr/lib/x86_64-linux-gnu/libvulkan_intel.so
#4 0x00007fff7dec0872 in ??? () at /usr/lib/x86_64-linux-gnu/libvulkan_intel.so
#5 0x00007fff7dec1361 in ??? () at /usr/lib/x86_64-linux-gnu/libvulkan_intel.so
#6 0x00007fffc26ee54f in setup_loader_term_phys_devs () at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libvulkan.so.1
#7 0x00007fffc26e09e9 in terminator_EnumeratePhysicalDevices () at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libvulkan.so.1
#8 0x00007fffc94775a3 in ??? () at /lib/x86_64-linux-gnu/libVkLayer_MESA_device_select.so
#9 0x00007fffc26f3c0c in vkEnumeratePhysicalDevices () at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libvulkan.so.1
#10 0x00007fffdcf148bf in dawn::native::vulkan::GatherPhysicalDevices(VkInstance_T*, dawn::native::vulkan::VulkanFunctions const&) ()
at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libdawn_native.so
#11 0x00007fffdceb64a8 in dawn::native::vulkan::VulkanInstance::Initialize(dawn::native::InstanceBase const*, dawn::native::vulkan::ICD) ()
at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libdawn_native.so
#12 0x00007fffdceb5ed0 in dawn::native::vulkan::VulkanInstance::Create(dawn::native::InstanceBase const*, dawn::native::vulkan::ICD) ()
at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libdawn_native.so
#13 0x00007fffdceb8328 in dawn::native::vulkan::Backend::DiscoverPhysicalDevices(dawn::native::UnpackedPtr<dawn::native::RequestAdapterOptions> const&) ()
at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libdawn_native.so
#14 0x00007fffdce0dc8f in dawn::native::InstanceBase::EnumeratePhysicalDevices(dawn::native::UnpackedPtr<dawn::native::RequestAdapterOptions> const&) ()
at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libdawn_native.so
#15 0x00007fffdce0d756 in dawn::native::InstanceBase::EnumerateAdapters(dawn::native::RequestAdapterOptions const*) ()
at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libdawn_native.so
#16 0x00007fffdcd5cb6e in dawn::native::Instance::EnumerateAdapters(WGPURequestAdapterOptions const*) const ()
at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libdawn_native.so
#17 0x00007fffdcd5cc7e in dawn::native::Instance::EnumerateAdapters(wgpu::RequestAdapterOptions const*) const ()
at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libdawn_native.so
#18 0x00007ffff4b4e3f0 in gpu::CollectDawnInfo(gpu::GpuPreferences const&, bool, std::__Cr::vector<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::allocator<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > >*) ()
at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libgpu.so
#19 0x00007fffdf484779 in viz::GpuServiceImpl::GetDawnInfoOnMain(bool, base::OnceCallback<void (std::__Cr::vector<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::allocator<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > > const&)>) ()
at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libcomponents_viz_service.so
#20 0x00007fffdf4872ef in base::internal::Invoker<base::internal::FunctorTraits<void (viz::GpuServiceImpl::*&&)(bool, base::OnceCallback<void (std::__Cr::vector<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::allocator<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > > const&)>), viz::GpuServiceImpl*, bool&&, base::OnceCallback<void (std::__Cr::vector<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::allocator<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > > const&)>&&>, base::internal::BindState<true, true, false, void (viz::GpuServiceImpl::*)(bool, base::OnceCallback<void (std::__Cr::vector<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::allocator<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > > const&)>), base::internal::UnretainedWrapper<viz::GpuServiceImpl, base::unretained_traits::MayNotDangle, (partition_alloc::internal::RawPtrTraits)0>, bool, base::OnceCallback<void (std::__Cr::vector<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::allocator<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > > const&)> >, void ()>::RunOnce(base::internal::BindStateBase*) ()
at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libcomponents_viz_service.so
#21 0x00007ffff77873f1 in base::OnceCallback<void ()>::Run() && () at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libbase.so
#22 0x00007ffff7840a6d in base::TaskAnnotator::RunTaskImpl(base::PendingTask&) () at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libbase.so
#23 0x00007ffff787b95b in base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::DoWorkImpl(base::LazyNow*) ()
at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libbase.so
--Type <RET> for more, q to quit, c to continue without paging--
#24 0x00007ffff787aceb in base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::DoWork() ()
at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libbase.so
#25 0x00007ffff787c0f5 in non-virtual thunk to base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::DoWork() ()
at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libbase.so
#26 0x00007ffff77c0c56 in base::MessagePumpDefault::Run(base::MessagePump::Delegate*) () at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libbase.so
#27 0x00007ffff787cac1 in base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, base::TimeDelta) ()
at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libbase.so
#28 0x00007ffff7811046 in base::RunLoop::Run(base::Location const&) () at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libbase.so
#29 0x00007ffff78b8306 in base::Thread::Run(base::RunLoop*) () at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libbase.so
#30 0x00007ffff78b8755 in base::Thread::ThreadMain() () at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libbase.so
#31 0x00007ffff78d7b13 in base::(anonymous namespace)::ThreadFunc(void*) () at /usr/local/google/home/thomasanderson/dev/chromium_2/src/out/Release/libbase.so
#32 0x00007fffdfbcc6c2 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
#33 0x00007fffdfc47128 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
ch...@gmail.com <ch...@gmail.com> #13
i = 0;
while ((dent = readdir(sysdir))) {
ret = process_device(&device, dent->d_name, -1, devices != NULL, flags);
if (ret)
continue;
if (i >= MAX_DRM_NODES) {
fprintf(stderr, "More than %d drm nodes detected. "
"Please report a bug - that should not happen.\n"
"Skipping extra nodes\n", MAX_DRM_NODES);
break;
}
local_devices[i] = device;
i++;
}
node_count = i;
ltrace(1) might show the results of the readdir(3) library calls. strace(1) will show the underlying system call activity generated by readdir(3). Compare those with the output of ls(1) on DRM_DIR_NAME.
It's possible that either the underlying system calls are skipping an entry, or that the readdir(3) library function is caching the directory entries incorrectly. Another thought is to write a dummy C program that walks DRM_DIR_NAME and prints the raw directory entries; try it on v6.13 and v6.14-rc and compare.
ll...@gmail.com <ll...@gmail.com> #14
go...@gmail.com <go...@gmail.com> #15
/dev/dri/renderD129 makes it work again, but it still doesn't work with --render-node-override /dev/dri/renderD128 which is my AMD dGPU. D129 is my Intel iGPU.
Also this is only broken for --ozone-platform=wayland. --ozone-platform=x11 picks my AMD dGPU and works without any render-node-overrides.
ch...@gmail.com <ch...@gmail.com> #16
go...@gmail.com <go...@gmail.com> #17
ch...@gmail.com <ch...@gmail.com> #18
be...@students.rowan.edu <be...@students.rowan.edu> #19
ti...@suse.com <ti...@suse.com> #20
fa...@chromium.org <fa...@chromium.org> #21
Ozone X11 platform gets a gbm device --render-node-override
--render-node-override=/dev/dri/renderD129
would make it work because egl device and gbm device match.
ANGLE on EGL logic would pick i915
regardless the kernel patch, and ozone wayland would pick renderD128
always, unless --render-node-override
says otherwise. Also
ti...@suse.com <ti...@suse.com> #22
To be noted, on AMD+AMD, 128 = d-GPU, 129 = APU. But this was so in older kernels (< 6.6.x), too, and there was no such problem at that time, AFAIK.
ch...@gmail.com <ch...@gmail.com> #23
To be absolutely clear, I agree that commit b9b588f22a is directly related to the problem. My comment in #18 was only to suggest that the observation about v6.11.11 in #17 contradicted our other findings to date.
Because commit b9b588f22a addresses
Since this issue has proven to be elusive to strace, I can provide a branch in my
ch...@gmail.com <ch...@gmail.com> #24
I should also say that, though I acknowledge that problems started when commit b9b588f22a appeared, fstests and many other tests have passed with that commit applied, and there have been no other reported issues. That makes me open to the idea that the problem could be due to a latent bug in libdrm or somewhere else.
ch...@gmail.com <ch...@gmail.com> #25
See the tmpfs-readdir branch in
# trace-cmd record -p function -l offset_readdir
In another window, run the reproducer. When it is done, ^C the trace-cmd process. It should generate a trace.dat file. Attach it here, or send it to my email address (found in commit b9b588f22a).
At the tip of that branch, there is a small change suggested yesterday on linux-fsdevel@ that might or might not help. Let me know if the reproducer continues to fail or now works.
ti...@suse.com <ti...@suse.com> #26
On SUSE bugzilla entry, I asked the reporter to test my crafted libdrm package where I modified drmGetDevices2() to return the sorted list of devices per name. Interestingly, it was confirmed that this broke both on 6.13.0 (that is without libfs change) and on later 6.13.x kernel (with libfs change). So, the order of the list returned from drmGetDevices2() influences on the behavior of Chrome (in Wayland mode), apparently, and it explains why libfs change triggered the problem.
ti...@suse.com <ti...@suse.com> #27
So my wild guess is that whatever calling drmGetDevices() seems taking the first device from the returned list, but the order of the list may vary depending on the directory enumeration, hence it got broken.
The reported system has: card0 = dGPU and card1 = APU, while renderD128 = APU and renderD129 = dGPU.
Meanwhile, the readdir() returned in the past (since 6.6.x kernel): renderD128, card1, renderD129, card0.
This made drmGetDevices2() returning two elements (folding the same devices into the single entry) with #0 = APU (card1+renderD128) and #1 = dGPU (card0+renderD129) in the order.
And, now the order of readdir() is reversed on the newer kernels: card0, renderD129, card1, renderD128.
This made drmGetDevices2() returning two elements but in the reversed order, #0 = dGPU, and #1 = APU.
fa...@chromium.org <fa...@chromium.org> #28
I'm working on a chrome CL to respect drmGetDevices2()
order in other parts of chrome ATM, instead of iterating on file name order.
fa...@chromium.org <fa...@chromium.org> #29
+robert.mader@, who impelmented ANGLE EGL_EXT_device_drm[_render_node] w/ vulkan
dx...@google.com <dx...@google.com> #30
Project: chromium/src
Branch: main
Author: Kramer Ge
Link:
[Ozone/Wayland]Use drmGetDevices2() to search for drm_render_node path
Expand for full commit details
eglQueryDeviceStringEXT calls drmGetDevices2, which invokes readdir().
The order of returned list by readdir() is implementation-specific.
This patch makes ozone/wayland follow the ordering of drmGetDevices2
with a list of preferred drivers to try to match the device selection
of ANGLE EGL backend.
Referencing impl:
third_party/angle/src/libANGLE/renderer/gl/egl/FunctionsEGL.cpp
third_party/libdrm/src/tests/drmdevice.c
Bug: 396434686, 337870536, 350117524, 343352540
Change-Id: I7c3fcb4c035265669bf04f1d3152c70b59065c35
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6360860
Reviewed-by: Nick Yamane <nickdiego@igalia.com>
Commit-Queue: Kramer Ge <fangzhoug@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1434329}
Files:
- M
ui/ozone/platform/wayland/common/drm_render_node_path_finder.cc
Hash: e97ed78384e0129fefd885ce0c14945e2561326d
Date: Tue Mar 18 19:14:31 2025
fa...@chromium.org <fa...@chromium.org> #31
When chrome canary 136.0.7076.0 is released later today, can someone verify if it works against the dual-graphics setup? This should be able to resolve the discrepancy of render_node selection of EGL and gbm_device.
go...@gmail.com <go...@gmail.com> #32
Driver Information
==================
Initialization time : 93
In-process GPU : false
Skia Backend : GaneshGL
Passthrough Command Decoder : true
Sandboxed : false
GPU0 : VENDOR= 0x1002, DEVICE=0x73ff, DRIVER_VENDOR=Mesa, DRIVER_VERSION=25.1.0
GPU1 : VENDOR= 0x8086, DEVICE=0xa780, DRIVER_VENDOR=Mesa, DRIVER_VERSION=25.1.0 *ACTIVE*
Optimus : false
AMD switchable : true
Pixel shader version : 1.00
Vertex shader version : 1.00
Max. MSAA samples : 16
Machine model name :
Machine model version :
GL implementation parts : (gl=egl-angle,angle=opengl)
Display type : ANGLE_OPENGL
GL_VENDOR : Google Inc. (Intel)
GL_RENDERER : ANGLE (Intel, Mesa Intel(R) Graphics (RPL-S), OpenGL ES 3.2 Mesa 25.1.0-devel (git-5b11c3ff0a))
GL_VERSION : OpenGL ES 2.0.0 (ANGLE 2.1.25060 git hash: fac33bb32383)
In this log, GPU0 is a dedicated PCI slot gpu, while GPU1 is integrated gpu on the processor die. Chrome should (and used to) pick GPU0 here, not GPU1.
And if I force it to use GPU0 with --render-node-override=/dev/dri/renderD128, it fails to do hardware acceleration again
fa...@chromium.org <fa...@chromium.org> #33
Chrome --render-node-override=/dev/dri/renderD128
doesn't force the GPU selection in ANGLE, which prefers i915 in a dual gpu system.
+geofflang@ referencing the flex cl: FunctionsEGL::initialize()
?
fa...@chromium.org <fa...@chromium.org> #34
Some work I need to do to control EGL device selection using --render-node-override
as well.
mi...@gmail.com <mi...@gmail.com> #35
After updating Google Chrome to 136.0.7081.2-1, hardware acceleration resumed working. However, for unclear reasons, Chrome now uses an iGPU with a limited amount of video memory, as does the Gnome Shell. And when Google Chrome consumes all iGPU RAM, it becomes impossible to work on a computer. Window compositing fully slows down. I have to wait about a minute for something to happen on the screen. Yes, I like to launch a lot of Chrome windows, which leads to an unworkable desktop. After disabling the iGPU in BIOS, I was able to use my computer and write this message.
ke...@avu.nu <ke...@avu.nu> #36
fa...@chromium.org <fa...@chromium.org> #37
If you don't mind me asking, is your Intel Arc 770 connected to the display output? And what your other GPU is.
I think Chrome currently doesn't prioritize using the device that has a display output.
ke...@avu.nu <ke...@avu.nu> #38
If you don't mind me asking, is your Intel Arc 770 connected to the display output? And what your other GPU is.
I have two Intel Arc 770s, both connected to displays.
Description
Steps to reproduce the problem
Problem Description
I noticed as a Web browser user that on recent kernels when I scroll through pages with a lot of images, Google Chrome got substantially sluggish. Then I go to "chrome://gpu/" page and saw that GPU acceleration not working. And I bisected the issue and found this commit commit b9b588f22a0c049a14885399e27625635ae6ef91 Author: Chuck Leverchuck.lever@oracle.com
Date: Sat Dec 28 12:55:21 2024 -0500
fs/libfs.c | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 58 insertions(+), 26 deletions(-)
Author of commit Chuck Lever don't understand how changes on tmpfs related to GPU acceleration. Can you help us? Please joining to our conversation in mailing list herehttps://lore.kernel.org/all/CABXGCsMnkng1vqZ_8ODeFrynL1sskce1SWGskHtrHLmGo5qfDA@mail.gmail.com/T/
Additional Comments
Google Chrome 135.0.7012.4 (Official Build) dev (64-bit) Revision 8371be53ed521e0e91e662fb2ccafe98f0c40b84-refs/branch-heads/7012@{#10} OS Linux JavaScript V8 13.5.56 User Agent Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Command Line /usr/bin/google-chrome-unstable --flag-switches-begin --enable-quic --ozone-platform-hint=auto --enable-features=PostQuantumKyber --flag-switches-end --ozone-platform=wayland Executable Path /opt/google/chrome-unstable/google-chrome-unstable Profile Path /home/mikhail/.config/google-chrome-unstable/Default Command-line Variations --force-fieldtrials="*ANGLEPerContextBlobCache/Enabled_20241007/*AdsP4/Enabled_20241117/*AggressiveShaderCacheLimits/Enabled_20250131/*AnnotatedPageContentExtraction/Background1/*AsyncDirectP4/Enabled_20250114/*AttributionReportingInBrowserProcessing/Enabled_20241211/*AudioInputConfirmReadsViaShmem/Enabled/*AutofillAddressSuggestionsOnTyping/Enabled/*AutofillBetterLocalHeuristicPlaceholderSupport/Control/AutofillDisableLocalCardMigration/Control/*AutofillEnableAblationStudy/Disabled_addresses/AutofillEnableAccountStorageForIneligibleCountries/Control/AutofillEnableCardBenefitsIph/Enabled/*AutofillEnableCvcStorage/Launched_98/*AutofillEnableEmailHeuristicOutsideForms/Control/*AutofillEnableSupportForParsingWithSharedLabels/Enabled/AutofillEnableVcnGrayOutForMerchantOptOut/Enabled/*AutofillFixValueSemantics/Control_20250127/*AutofillGreekRegexes/Control/*AutofillI18nAddressModelAndRegexesGEITPL/Control/*AutofillI18nFRAddressModel/Control/*AutofillI18nNLAddressModel/Enabled/*AutofillImproveSubmissionDetectionV2/Enabled_FallbackOptimize_20250211/AutofillImprovedLabels/Enabled_20241217/*AutofillIncludeUrlInCrowdsourcing/Control/AutofillInferLabelFromDefaultSelectText/Control/*AutofillOptimizeFormExtraction/Enabled/AutofillParseEmailLabelAndPlaceholder/Control/AutofillRecordCorrectionOfSelectElements/Control/*AutofillSupportPhoneticNameForJP/Control_20250204/AutofillUnmaskCardRequestTimeout/Enabled/*AutofillVoteWhenInactive/Control/*BackForwardCacheForPageWithCacheControlNotStoredHeader/Enabled_20240925/BackForwardCacheNonStickyDoubleFix/Enabled/*BackgroundTabLoadingFromPerformanceManager/Control_20241209/*BatchUploadDesktop/Control_20250210/BatterySaverModeAlignWakeUps/Control_20241203/*BookmarksUseBinaryTreeInTitledUrlIndex/Control/*BoostRenderProcessForLoading/Default/*BrowserSearchGatewayTrafficMigration/Enabled_20241120/*CCSlimming/Enabled/*CSSLazyParsingFastPath/Control_9/CameraMicPreview/Control_20241119/*CanvasHibernationExperiments/Enabled_20240923/CastStreamingVp9/Control/*ChromeChannelDev/Enabled/*ChromnientFetchSrp/FetchSrpEnabled_20250114/*ChromnientIPH/EnabledSocialMedia_v2/*ClientSideDetectionAcceptHCAllowlist/Enabled/*ClientSideDetectionBrandAndIntentForScamDetection/Control_20250123/ClientSideDetectionSamplePing/Control_20241106_50/ClientSideDetectionSendLlamaForcedTriggerInfo/Enabled/ComposeAcceptanceSurvey/Control_20241126/ComposeCloseSurvey/Control_20241126/ConditionalImageResize/Control_20250115_algo_info_on_ping/*ContentUsesBrowserThemeColorMode/Control/*CookieDeprecationFacilitatedTestingCookieDeprecation/PerProfileControlOne_PreStable_20240207/*CreateURLLoaderPipeAsync/Enabled/*DIPSOnHTTPCache/Default/*DedicatedWorkerAblationStudy/Slowdown100ms_20250116/*DesktopNtpImageErrorDetection/ImageErrorDetection_20241011/*DesktopNtpMobilePromo/Enabled_20241203/*EnableCertManagementUIV2Write/Control_20250129/*EnableImmediateDrawDuringScrollInteraction/Enabled_20250129/*EnableLazyLoadImageForInvisiblePage/Control_CANARY_DEV_20241204/EnablePolicyPromotionBanner/Enabled/EnablePrintWatermark/Control/*EnableTLS13EarlyData/Control_20250122/*EnterpriseFileObfuscation/Control_20250213/EnterpriseUpdatedProfileCreationScreen/Control/*EsbAsASyncedSetting/Enabled_20250122/*EscapeLtGtInAttributes/Control_20250127/*EventTimingIgnorePresentationTimeFromUnexpectedFrameSource/Control_V1/*EventTimingSelectionAutoScrollNoInteractionId/Control/*ExpandCompositedCullRect/4000_20250206/*ExpiredHistograms/ExpiryEnabledWithAllowlist/*ExtendedReportingRemovePrefDependency/EnabledRemovePrefDependency_20250211/*ExtensionManifestV2Deprecation/Control_SoftDeprecationCanaryDevBeta_StartsActive_1/*ExtensionManifestV3NetworkSpeechSynthesis/Control/*ExtensionParentalControlsOnLinuxMacWindows/Holdback/*ExtensionsToolbarAndMenuRedesign/Default/*ExtremeLightweightUAFDetector/Control_v10/*FeatureParamWithCache/Disabled_20241030/FeedbackIncludeVariations/Control/*FencedFramesEnableCrossOriginAutomaticBeaconData/Control/*FenderAutoPreconnectLcpOrigins/EnabledWithOne_20250129/*FieldTracing/default/*FingerprintingProtectionFilter/Control_20250207/FledgeFacilitatedTestingSignalsHeaders/EnabledLaunch/*FluentScrollbar/Control/ForceSupervisedUserReauthenticationForYouTube/Control/FreezingOnBatterySaver/Enabled_20250204/*FreezingOnBatterySaverTweaks/LowCPUThreshold_20250207/*GCOnArrayBufferAllocationFailure/Enabled/GranitePermissionsHaTS/GeoSurvey_20250108/*GwpAsan2024Linux/RS2_PA_v5/*HangoutsExtensionV3/Control/*HistoryEmbeddingsSearchHaTS/Control/*HistoryEmbeddingsV2Images/Control/*HttpCacheNoVarySearch/Control/*HttpDiskCachePrewarming/WithReadAndDiscardBodySkipDuringStartupSubresourceOnly_20250204/*IgnoreDuplicateNavs/Enabled_threshold_2s_20241031_20241031/*InitImageDecodeLastUseTime/Enabled/*InlineFullscreenPerfExperiment/Control/*KeepAliveInBrowserMigrationHoldback/Default_20250210/*LCPPDeferUnusedPreloadRequest/EnableWithPostTask_20250205/*LCPPFontURLPredictor/EnabledCrossSite_1_20250115/*LCPPImageLoadingPriority/MediumPriorityConf5Data7_20250207/*LCPPPrefetchSubresource/Enabled_20250128/*LCPTimingPredictorPrerender2/Control_20250129/*LayoutNGShapeCache/Enabled/*LimitedEntropyRandomizationTestStudyGwsVisible/Control_20241003/*LogUrlScoringSignals/Control_20241009/*LowEndMemoryExperiment/Control_20250115/*LowPriorityAsyncScriptExecution/NonAds_AsyncScript_20250122/MHTML_Improvements/Control/*MediaRecorderUseMediaVideoEncoder/Enabled_20250206/*MerchantTrust/MerchantTrustDisabled_WithControlSurvey/*MoveThemePrefsToSpecifics/Control1_20250124/*MultipleSpareRPHs/Disabled_20250206/*NewContentForCheckerboardedScrolls/Control_2/*NewOSCryptAlgorithmForPasswords/Control_20250210/*NonAndroidUseFrameIntervalDecider/Control/*NonStableGWS/Default_LinuxDev/*OcclusionCullingQuadSplitLimit/quad_split_limit_8_20251018/*OmniboxDriveEligibility/EnabledPrimaryAccountStrictEligibilityAndNoSyncRequirement_V1/*OmniboxMlUrlScoringDesktopV2/Enabled_FullModel_20241216/*OmniboxOnDeviceBrainModelI18nDesktop/Default/*OptimizationTargetClientSidePhishingGradualRollout/Enabled_20250213/*OptimizationTargetGeolocationPermissionPredictionsGradualRollout/Control_20250205/*OptimizationTargetNotificationPermissionPredictionsGradualRollout/Control_20250212/*OriginKeyedProcessesByDefault/Control/*PMProcessPriorityPolicy/Enabled_20241213/*PWANavigationCapturingV2WindowMacLinux/EnabledSettingOffByDefault20250124/*PageMetadataDesktopExpansion/Enabled_20250116/*PartialPageZeroing/EnabledV8Only_20241106/*PartitionAllocFewerMemoryRegions/Enabled/*PartitionAllocShadowMetadata/Control_20241209/*PartitionVisitedLinkDatabaseWithSelfLinks/EnabledWithSelfLinks_20250122_canary_dev_beta/*PassHistogramSharedMemoryOnLaunch/Enabled/*PassageEmbeddingsPerformance/Enabled_Small_20250131/*PasswordFormClientsideClassifier/Control_20250115/*PasswordFormGroupedAffiliations/Enabled_20241211/PasswordLeakToggleMove/Control_20241205/*PasswordManualFallbackAvailable/Enabled_20250123/*PdfCr23/Enabled_20250210/PdfInkSignatures/Enabled_20250114/*PdfOutOfProcessIframe/Control_20240912/*PdfSearchify/Enabled_20250117/PdfUseShowSaveFilePicker/Enabled/PdfUseSkiaRenderer/Control_20250122/*PolicyBlocklistProceedUntilResponse/Enabled_20241216/*PrefetchNewWaitLoop/Control_20250131/*PrefetchReusable/Control_20250130/PrefetchServiceWorkerNoFetchHandlerFix/Enabled/*PreloadingConfig/Default_20250124/*Prerender2BookmarkBarTriggerV2/MouseDownAndMouseHover300ms_20241119/*Prerender2EarlyDocumentLifecycleUpdateV2/Default/*Prerender2FallbackPrefetchSpecRules/Enabled_ReusableUseIfIsLikelyAheadOfPrerender2048KiB_20250123/*Prerender2NewTabPageTriggerV2/OnlyMouseDown_20241030/*PreserveDiscardableImageMapQuality/Enabled_2/*PresetTracing-Desktop/Enabled/PrivacyGuideAiSettings/Treatment_20250203/PrivacySandboxAdsApiUxEnhancements/Enabled_20250203/PrivacySandboxAllowPromptForBlocked3PCookies/Control/PrivacySandboxEqualizedPromptButtons/Control/*PrivacySandboxNoticeQueue/Control/*ProtectedAudienceBAndAServerAPIMultiSeller/Control/ProtectedAudienceBidderUseBalancingThreadSelector/Enabled_MaxImbalance_8/*ProtectedAudienceDealsSupport/Enabled/ProtectedAudienceEagerJSCompilation/Control/ProtectedAudienceEarlyProcessCreationStudy/Enabled_V2/ProtectedAudienceMorePAggMetrics/Enabled/ProtectedAudienceMultiThreadedSellerWorklet/TwoThreads/ProtectedAudienceNoWasmLazyCompilationStudy/Control/ProtectedAudiencePreconnectCacheStudy/Enabled_V3/ProtectedAudiencePrepareBidderContextsStudy/Enabled_1_Multiplier_2_Divisor/ProtectedAudiencePrepareSellerContextsStudy/Control/*ProtectedAudienceTrustedKVSupport/Enabled/*ProtectedAudiencesKAnonymityEnforcementStudy/Disabled_20250127/*QUIC/FlagEnabled/*RasterInducingScroll/Control_4/*ReadAnythingReadAloudDesktop/Control_20250115/ReadAnythingReadAloudPhraseHighlighting/Control/*RecordFreezingEligibilityUKM/Enabled/RedWarningSurvey/Default_20250205/RemoveCancelledScriptedIdleTasks/Enabled_20250213/*RemoveRendererProcessLimit/Enabled_20250203/*RenderDocumentWithNavigationQueueing/EnabledAllFramesWithQueueing_NoDelayLTV_20250107/*RenderPassDrawnRect/EnabledLaunch/*ResolutionBasedDecoderPriority/ControlV1/SafeBrowsingDeepScanningCriteria/Enabled/SafetyHubOneOffHats/Default_03112024/*SafetyHubServicesOnStartUp/Control/SavePasswordHashFromProfilePicker/Enabled_20250106/ScrimForBrowserWindowModal/Control/*ScrimForTabModal/Control/SearchEngineChoiceClearInvalidPref/Control/*SearchEnginePreconnectInterval/EnabledWith50_20250203/*SearchPrefetchHighPriorityPrefetches/Control_20241209/SecurityPageHats/Disabled_20250205/*SeedFileTrial/Control_V7/*SelectParserRelaxation/Enabled_Uncontrolled_20250204/*SendTabToSelfIOSPushNotifications/Enabled_NON_STABLE_50_20241113/*ServiceWorkerAutoPreload/EnableWithWebRequestAPI_20241212/*ServiceWorkerAvoidMainThreadForInitializationForDesktop/Control_20241210/*ServiceWorkerStaticRouterRaceNetworkRequestPerformanceImprovement/Control_20250108/SettingSearchExplorationHaTS/Enabled/*SharingDisableVapid/Enabled/*SimdutfBase64Support/Default/*SimpleCachePrioritizedCaching/Control_20250107/*SiteInstanceGroupsForDataUrls/Enabled_20241206/*SkipPagehideInCommitForDSENavigation/Control/*SkipUnnecessaryRemoteFrameGeometryPropagation/Control_20250110/*SpeculativeFixForServiceWorkerDataInDidStartServiceWorkerContext/Control/*SpeculativeImageDecodes/Enabled/*SpeculativeServiceWorkerWarmUp/Control_20241211/*StaleSessionCookieCleanup/Control/*StaleStorageCleanup/Enabled/*StandardizedTimerClamping/Control_1/*SubframeProcessReuseThresholds/Enabled512MB_Launched/*SyncIncreaseNudgeDelayForSingleClient/EnabledWith5XNudgeDelay/*SyncIncreaseSessionNudgeDelay/EnabledWith20SecondsDelay/*ThrottleFrameRateOnManyDidNotProduceFrame/Control_20250120/ToastRefinementsStudy/EnabledWithRefinements/*TrustSafetySentimentSurveyV2/Control_m122_20240318/*UKM/Enabled_20180314/*UMA-LayerConstrained-Uniformity-DefaultEntropyLayer_DefaultEntropyStudy/group_02/*UMA-LayerConstrained-Uniformity-LowEntropyLayer_LowEntropyStudy/group_03/*UMA-Population-Restrict/normal/*UMA-Pseudo-Metrics-Effect-Injection-25-Percent/SmallEffect_23_20241105/*UMA-Uniformity-Trial-0.5-Percent-1/group_84/*UMA-Uniformity-Trial-0.5-Percent-2/group_160/*UMA-Uniformity-Trial-1-Percent/group_57/*UMA-Uniformity-Trial-10-Percent/group_07/*UMA-Uniformity-Trial-10-Percent-sanity/default/*UMA-Uniformity-Trial-100-Percent/group_01/*UMA-Uniformity-Trial-20-Percent/group_01/*UMA-Uniformity-Trial-20-Percent-Session/default/*UMA-Uniformity-Trial-5-Percent/group_16/*UMA-Uniformity-Trial-50-Percent/group_01/*UkmSamplingRate/Sampled/*UnoDesktopM0Followup/Control_20250106/*UseRustJsonParserInCurrentSequence/EnabledLaunch/*V8GCSpeedUsesCounters/Enabled/*V8MinorGcTaskWithLowerPriority/Enabled/*V8SeparateGCPhases/Enabled_20250210/*V8UpdateLimitAfterLoading/Control_20250210/*V8WasmDeoptCallIndirectInlining/Control_20241204/*WaitForLateScrollEvents/Control/*WebAudioBypassOutputBuffering/Control_20250128/*WebAuthnUsePasskeyFromAnotherDeviceInContextMenu/Enabled/WebContentsDiscard/Enabled/*WebRTC-ForceDtls13/Control,_20250207/*WebRTC-QCM-Dynamic-VP8/_Control_20240912/*WebRTC-Video-AV1EvenPayloadSizes/_Control/*WebRTC-Video-H26xPacketBuffer/Enabled_20250211/WebRtcEncodedTransformDirectCallback/Enabled/*WhatsNewHats/Enabled_en_20250130" --force-fieldtrial-params="AnnotatedPageContentExtraction.Background1:capture_delay/5s/include_geometry/false/include_hidden_but_searchable_content/false/include_inner_text/false/on_critical_path/false,AutofillImprovedLabels.Enabled_20241217:autofill_improved_labels_with_differentiating_labels_in_front/false/autofill_improved_labels_without_main_text_changes/false,BackForwardCacheForPageWithCacheControlNotStoredHeader.Enabled_20240925:level/restore-unless-cookie-change/ttl/3m,ChromnientIPH.EnabledSocialMedia_v2:availability/any/event_trigger/name%3Alens_overlay_iph_triggered%3Bcomparator%3Aany%3Bwindow%3A90%3Bstorage%3A365/event_used/name%3Alens_overlay_used%3Bcomparator%3A%3D%3D0%3Bwindow%3A90%3Bstorage%3A365/session_rate/%3D%3D0/x_url_allow_filters/%5B%22facebook%2Ecom%22%2C%22web%2Ewhatsapp%2Ecom%22%2C%22instagram%2Ecom%22%2C%22x%2Ecom%22%2C%22twitter%2Ecom%22%2C%22reddit%2Ecom%22%2C%22tiktok%2Ecom%22%2C%22pinterest%2Ecom%22%2C%22quora%2Ecom%22%2C%22youtube%2Ecom%2Fshorts%22%5D/x_url_block_filters/%5B%22facebook%2Ecom%2Flogin%22%2C%22x%2Ecom%2Flogin%22%2C%22instagram%2Ecom%2Faccounts%2Flogin%22%2C%22reddit%2Ecom%2Flogin%22%2C%22tiktok%2Ecom%2Flogin%22%2C%22pinterest%2Ecom%2Flogin%22%2C%22amazon%2Ecom%2Fap%2Fsignin%22%5D/x_wait_time/7s,CookieDeprecationFacilitatedTestingCookieDeprecation.PerProfileControlOne_PreStable_20240207:decision_delay_time/1s/disable_3p_cookies/false/disable_ads_apis/false/enable_otr_profiles/false/enable_silent_onboarding/true/label/prestable_control_1%2E2/need_onboarding_for_label/true/need_onboarding_for_synthetic_trial/true/use_profile_filtering/true/version/2,DedicatedWorkerAblationStudy.Slowdown100ms_20250116:DedicatedWorkerStartDelayInMs/100,DesktopNtpMobilePromo.Enabled_20241203:NtpMobilePromoTargetUrlParam/https%3A%2F%2Fwww%2Egoogle%2Ecom%2Fchrome%2Fgo-mobile%2F%3Fios-campaign%3Ddesktop-chr-ntp%26android-campaign%3Ddesktop-chr-ntp,ExpandCompositedCullRect.4000_20250206:dpr_coef/1/pixels/4000/small_scroller_opt/true,ExpiredHistograms.ExpiryEnabledWithAllowlist:allowlist/,FenderAutoPreconnectLcpOrigins.EnabledWithOne_20250129:lcpp_preconnect_frequency_threshold/0%2E5/lcpp_preconnect_max_origins/1,FreezingOnBatterySaverTweaks.LowCPUThreshold_20250207:freezing_high_cpu_proportion/0%2E05,GranitePermissionsHaTS.GeoSurvey_20250108:probability/0%2E3/prompt_disposition_filter/AnchoredBubble/prompt_disposition_reason_filter/DefaultFallback/request_type_filter/Geolocation/survey_display_time/OnPromptResolved/trigger_id/gqeUMMLT20ugnJ3q1cK0NWHyGuSi,GwpAsan2024Linux.RS2_PA_v5:RendererAllocationSamplingMultiplier/800/RendererAllocationSamplingRange/10,HttpDiskCachePrewarming.WithReadAndDiscardBodySkipDuringStartupSubresourceOnly_20250204:http_disk_cache_prewarming_main_resource/false/http_disk_cache_prewarming_use_read_and_discard_body_option/true,IgnoreDuplicateNavs.Enabled_threshold_2s_20241031_20241031:duplicate_nav_threshold/2s,LCPPDeferUnusedPreloadRequest.EnableWithPostTask_20250205:load_timing/post_task/preloaded_reason/all,LCPPFontURLPredictor.EnabledCrossSite_1_20250115:lcpp_cross_site_font_prediction_allowed/true/lcpp_font_prefetch_threshold/1%2E1/lcpp_font_url_frequency_threshold/0%2E1/lcpp_max_font_url_count_per_origin/5/lcpp_max_font_url_length/1024/lcpp_max_font_url_to_preload/1,LCPPImageLoadingPriority.MediumPriorityConf5Data7_20250207:lcpp_adjust_image_load_priority/true/lcpp_adjust_image_load_priority_confidence_threshold/0%2E5/lcpp_adjust_image_load_priority_override_first_n_boost/true/lcpp_adjust_image_load_priority_total_frequency_threshold/7/lcpp_enable_image_load_priority_for_htmlimageelement/false/lcpp_enable_perf_improvements/true/lcpp_histogram_sliding_window_size/1000/lcpp_image_load_priority/medium/lcpp_max_element_locator_length/1024/lcpp_max_histogram_buckets/10/lcpp_max_hosts_to_track/100/lcpp_recorded_lcp_element_types/image_only,LowPriorityAsyncScriptExecution.NonAds_AsyncScript_20250122:delay_async_exec_opt_out_auto_fetch_priority_hint/false/delay_async_exec_opt_out_high_fetch_priority_hint/true/delay_async_exec_opt_out_low_fetch_priority_hint/false/low_pri_async_exec_cross_site_only/true/low_pri_async_exec_disable_when_lcp_not_in_html/false/low_pri_async_exec_exclude_document_write/true/low_pri_async_exec_exclude_non_parser_inserted/true/low_pri_async_exec_feature_limit/3s/low_pri_async_exec_lower_task_priority/low/low_pri_async_exec_main_frame_only/true/low_pri_async_exec_target/non_ads/low_pri_async_exec_timeout/1s,MerchantTrust.MerchantTrustDisabled_WithControlSurvey:en_site_id/YdFFpSNzs0ugnJ3q1cK0TuMcibft/probability/1%2E0,OcclusionCullingQuadSplitLimit.quad_split_limit_8_20251018:num_of_splits/8,PWANavigationCapturingV2WindowMacLinux.EnabledSettingOffByDefault20250124:link_capturing_state/reimpl_default_off,PageMetadataDesktopExpansion.Enabled_20250116:supported_countries/%2A/supported_locales/%2A,Prerender2BookmarkBarTriggerV2.MouseDownAndMouseHover300ms_20241119:prerender_bookmarkbar_on_mouse_hover_trigger/true/prerender_bookmarkbar_on_mouse_pressed_trigger/true/prerender_start_delay_on_mouse_hover_ms/300,Prerender2FallbackPrefetchSpecRules.Enabled_ReusableUseIfIsLikelyAheadOfPrerender2048KiB_20250123:kPrerender2FallbackBodySizeLimit/2097152/kPrerender2FallbackPrefetchReusablePolicy/UseIfIsLikelyAheadOfPrerender,Prerender2NewTabPageTriggerV2.OnlyMouseDown_20241030:prerender_new_tab_page_on_mouse_hover_trigger/false/prerender_new_tab_page_on_mouse_pressed_trigger/true,PresetTracing-Desktop.Enabled:allow_list/3BE375DA%2CC272BF7C/compressed/true/config/zjDwYQrGBQoaU2xvd0ludGVyYWN0aW9uVG9OZXh0UGFpbnQSFxUK16M8IhBuYXZpZ2F0aW9uLXN0YXJ0GgQYwM8kIk0VAAAAPypDCj5CbGluay5SZXNwb25zaXZlbmVzcy5Vc2VyHVksLk1heEV2ZW50RHVyBUxELkFsbFR5cGVzEMgBQIgnIksVBU8ARN5PAEhLZXlib2FyZBDg1AMiTipMCkZCTpcAGFBlckFuaW0FgxRGcmFtZS4FlmRRdWV1ZVRpbWVUb1Byb2Nlc3NpbmdTdGFydAFQmDKcAwoGCIDIASABErICCq8CChhvcmcuY2hyb21pdW0udHJhY2VfZQHfPIoHkQIKASoSBGJhc2USBWIBhPBMEgliZW5jaG1hcmsSAmNjEhFkZXZ0b29scy50aW1lbGluZRIFaW5wdXQSB2xhdGVuY3kSC2xhdGVuY3lJbmZvEgVtb2pvbRIKbmF2aWcFulQSEnJlbmRlcmVyLnNjaGVkdWxlchIJGQtwEHNlcXVlbmNlX21hbmFnZXISCHRvcGxldmVsEg0RCuAuZmxvdxICdjgSCnY4LmV4ZWN1dGUSIGRpc2FibGVkLWJ5LWRlZmF1bHQtY3B1X3Byb2ZpbGVyEiVOIgBG0wBACl9fbWV0YWRhdGESHwodChtKMwEVIRAZChcKFTohACxpZ2dlcnMSIQofCh0yGwAcc2FtcGxlcl8RkpAKuAoKFUFsd2F5c09uU3BlZWRTY2VuYXJpbxIEGLDqARIJIgdzIcwMdXAiSkXVBCpD3mcCVbZ83gIiKComCiFCcm93c2VyLlRhYnMuVG90YWxTd2l0Y2hR6DgzELAJIigVCtcjPSohCh0RL0BNYWluVGhyZWFkc0Nvbmdlc2F%2BQBAFIjwqOgo1UGFnZUxvYWQuZYkcVGltaW5nLk51h0BUb0ZpcnN0Q29udGVudGZ1bAUnWBCcSiI2KjQKMEhhbmdXYXRjaGVyLklzCWUQSHVuZy4NfE3hCC5VSQkcBBABtjgABElPFTgQLyotCidlJwh1cC4FlQhXZWINmCRzLk5vbkVtcHR5BZ94MxDQhgMiQRXNzEw9KjoKNkdyYXBoaWNzLlNtb290aIU0DFBlcmOBIxRyb3BwZWRlnwRzMyFzAFNNzzRzEGIiPxWamZk%2BKjgKNGW6QC5TY3JvbGxKYW5rLkRlbGF5ETkNTfBGYWdlLkZpeGVkV2luZG93EBkiNwoPVXNlclJlcG9ydGVkUFBNIiRwZWJiaGNqZm9rYWRiZ2JubG1vZ2Rra2FhaG1hbW5hcC0BJk45AJhmbWZmbWNtYm9lamFlbGtjY21ibmJkaW5vYWFoaWFqbC1QUE0ymAWBPyiABCABEo0ECooECmo%2FBATsA4E%2FCA1hY4WFFGJpbGl0eY1OnUeNWQQIYoFgFF9nYxIHYkmIhWEACIWa8ENlb3MSBmRldmljZRIKZGlza19jYWNoZRIGZHdyaXRlEgpleHRlbnNpb25zEgZmbGVkZ2USBWZvbnRzEgNncHUSA2lwY1qSBDwHbG9hZGluZxIGbWVtb3J5TqMEXAdvbW5pYm94EglwYXNzd29yZHMSBXBvd4GNkb4EEg0RCiRfaG9zdBINU2VyAbAsV29ya2VyEgNzcWwScbsUEgRzeW5jaskEBHVphc0cB3Y4Lndhc22KygQAGU7KBAmjACJOGwAUc3lzdGVtgbYUcmljcxInTiQAEHVzZXJf6U0AX4mpHHMSDXNhZmVfJaIhNf4aBaYaBUp5BTbEABAKiw0KBGE8BBIOpRk4MgcIgN3bARABEigVzczMirMEAANuKAgI4KcS%2FnIF%2FnIF%2FnIF%2FnIF%2FnIF%2FnIF%2FnIF%2FnIFoXIQQCo%2BCjrNflb6BkguRW1iZWRkZWRWaWRlb19XaXRo2fAIEB4i%2Fh4K%2Fh4Kbh4KRCIXKhUKEFNxbC52ZnMuU3luYw5JCiwQuBciLCoqCiZTdGGpxlQuQmFkTWVzc2FnZVRlcm1pbmF0ZWQu7S4cEAAiKyopCiV%2BLgAOcwoUZRAAMtMFwVMOkgoYCgUIgAEgAv5aBv5aBv5aBv5aBv5aBv5aBv5aBv5aBkJaBhAiCiAKHDI4CxanDB50CyAyEAESLwotCikyJAAsYmFja2dyb3VuZF9zGkULFTIEEAH2qAuGjgYM%2BA4KDcGOIF9EZXRhaWxlZP6XBv6XBv6XBv6XBv6XBv6XBv6XBv6XBv6XBv6XBv6XBv6XBv6XBv6XBr6XBgS3Bz6XBhDxBQruBW7xDATQBf7xDP7xDP7xDP7xDP7xDP7xDP7xDILxDAAYTikNEiETABxSGgAe1Q5SOAAUZmlsZRIeTjgALGxpZmVjeWNsZXMSJk4gAB5sDio0E1LuEhojDRBzdGF0c1YkDjB2OC5nYxILd2FrZXVwFkgTLtUN%2FnsH%2FnsHznsHfL4EChdQZXJmb3JtYW5jZVVYUi1UZWFtZm9vZBIDGJBOKkUTBDKCEg8VDtAQFn0KGAES3wEK3AFu5gMEvgFh5qIyDxopEAAHHhAVIgUQAAceehAED2kOMhUILnNjDv4RDlYPJlUQInoQjsUPBAdjFkcTGBIFYXVkaW8yFhEu1AFGwxRNJwRtZRYOEGrDFP4QAk4QAhA6jQEKDjaxASWoBCI6Qt8SDBiQTiKW4hJaPACO5RI%3D,ProtectedAudienceBidderUseBalancingThreadSelector.Enabled_MaxImbalance_8:BidderThreadSelectorMaxImbalance/8,ProtectedAudienceMultiThreadedSellerWorklet.TwoThreads:seller_worklet_thread_pool_size/2,ProtectedAudiencePrepareBidderContextsStudy.Enabled_1_Multiplier_2_Divisor:BidderContextsDivisor/2/BidderContextsMultiplier/1/MaxBidderContextsPerThread/10,ProtectedAudiencesKAnonymityEnforcementStudy.Disabled_20250127:KAnonymityServiceQueryInterval/6d,QUIC.FlagEnabled:channel/D/epoch/20250117,RenderDocumentWithNavigationQueueing.EnabledAllFramesWithQueueing_NoDelayLTV_20250107:level/all-frames/queueing_level/full,SearchEnginePreconnectInterval.EnabledWith50_20250203:preconnect_interval/50,ServiceWorkerAutoPreload.EnableWithWebRequestAPI_20241212:enable_subresource_preload/false/has_web_request_api_proxy/false/respect_navigation_preload/true/use_allowlist/false,SettingSearchExplorationHaTS.Enabled:en_site_id/JcjxgSDnh0ugnJ3q1cK0UVkwDj1o/probability/1%2E0/settings-time/10s/survey/settings,SubframeProcessReuseThresholds.Enabled512MB_Launched:SubframeProcessReuseMemoryThreshold/536870912,SyncIncreaseNudgeDelayForSingleClient.EnabledWith5XNudgeDelay:SyncIncreaseNudgeDelayForSingleClientFactor/5%2E0,UKM.Enabled_20180314:WhitelistEntries/AboutThisSiteStatus%2CAbusiveExperienceHeuristic%2CAbusiveExperienceHeuristic%2EJavaScriptDialog%2CAbusiveExperienceHeuristic%2ETabUnder%2CAbusiveExperienceHeuristic%2EWindowOpen%2CAccessibility%2EImageDescriptions%2CAccessibility%2ERenderer%2CAccuracyTipDialog%2CAccuracyTipStatus%2CAdFrameLoad%2CAdPageLoad%2CAdsIntervention%2ELastIntervention%2CAmpPageLoad%2CAndroid%2EDarkTheme%2EAutoDarkMode%2CAndroid%2EMultiWindowChangeActivity%2CAndroid%2EMultiWindowState%2CAndroid%2EScreenRotation%2CAndroid%2EUserRequestedUserAgentChange%2CAppListAppClickData%2CAppListAppLaunch%2CAppListNonAppImpression%2CAutofill%2ECardUploadDecision%2CAutofill%2EDeveloperEngagement%2CAutofill%2EEditedAutofilledFieldAtSubmission%2CAutofill%2EFieldFillStatus%2CAutofill%2EFieldTypeValidation%2CAutofill%2EFormEvent%2CAutofill%2EFormFillSuccessIOS%2CAutofill%2EFormSubmitted%2CAutofill%2EHiddenRepresentationalFieldSkipDecision%2CAutofill%2EInteractedWithForm%2CAutofill%2ERepeatedServerTypePredictionRationalized%2CAutofill%2ESelectedMaskedServerCard%2CAutofill%2ESuggestionFilled%2CAutofill%2ESuggestionsShown%2CAutofill%2ETextFieldDidChange%2CAutofillAssistant%2EInChromeTriggering%2CAutofillAssistant%2ELiteScriptFinished%2CAutofillAssistant%2ELiteScriptOnboarding%2CAutofillAssistant%2ELiteScriptShownToUser%2CAutofillAssistant%2ELiteScriptStarted%2CAutofillAssistant%2ETiming%2CBackForwardCacheDisabledForRenderFrameHostReason%2CBackForwardCacheDisallowActivationReason%2CBackgroundFetch%2CBackgroundFetchDeletingRegistration%2CBackgroundSyncCompleted%2CBackgroundSyncRegistered%2CBadging%2CBlink%2EContextMenu%2EImageSelection%2CBlink%2EFindInPage%2CBlink%2EHTMLParsing%2CBlink%2EPageLoad%2CBlink%2EPaintTiming%2CBlink%2EScript%2EAsyncScripts%2CBlink%2EUpdateTime%2CBlink%2EUseCounter%2CBloatedRenderer%2CChromeOSApp%2EInstalledApp%2CChromeOSApp%2ELaunch%2CChromeOSApp%2EUninstallApp%2CChromeOSApp%2EUsageTime%2CClickInput%2CClientRenderingAPI%2CCompositor%2ERendering%2CCompositor%2EUserInteraction%2CContactsPicker%2EShareStatistics%2CContentIndex%2EAdded%2CContentIndex%2EDeletedByUser%2CContentIndex%2EOpened%2CContextMenuAndroid%2ESelected%2CContextMenuAndroid%2EShown%2CContextualSearch%2CContextualSuggestions%2CCPUUsageMeasurement%2CCrossOriginSubframeWithoutEmbeddingControl%2CDataReductionProxy%2CDetachedWindows%2EExperimental%2CDocument%2EOutliveTimeAfterShutdown%2CDocumentCreated%2CDownload%2ECompleted%2CDownload%2EInterrupted%2CDownload%2EResumed%2CDownload%2EStarted%2CEvent%2EScrollBegin%2ETouch%2CEvent%2EScrollBegin%2EWheel%2CEvent%2EScrollUpdate%2ETouch%2CEvent%2EScrollUpdate%2EWheel%2CExtensions%2ECrossOriginFetchFromContentScript3%2CExtensions%2EWebRequest%2EKeepaliveRequestFinished%2CFileSystemAPI%2EWebRequest%2CFlocPageLoad%2CFontMatchAttempts%2CGeneratedNavigation%2CGoogleDocsOfflineExtension%2CGraphics%2ESmoothness%2EEventLatency%2CGraphics%2ESmoothness%2ELatency%2CGraphics%2ESmoothness%2ENormalizedPercentDroppedFrames%2CGraphics%2ESmoothness%2EPercentDroppedFrames%2CGraphics%2ESmoothness%2EThroughput%2CHistoryClusters%2CHistoryManipulationIntervention%2CHistoryNavigation%2CIdentifiability%2CInputEvent%2CInputMethod%2EAssistive%2EMatch%2CInputMethod%2ENonCompliantApi%2CInstalledRelatedApps%2CIntervention%2EDocumentWrite%2EScriptBlock%2CIOS%2EFindInPageSearchMatches%2CIOS%2EIsDefaultBrowser%2CIOS%2EPageAddedToReadingList%2CIOS%2EPageReadability%2CIOS%2EPageZoomChanged%2CIOS%2ERendererGone%2CIOS%2EURLMismatchInLegacyAndSlimNavigationManager%2CJavascriptFrameworkPageLoad%2CLayout%2EDisplayCutout%2EStateChanged%2CLiteVideo%2CLoadCountsPerTopLevelDocument%2CLoadingPredictor%2CLocalNetworkRequests%2CLoginDetection%2CLookalikeUrl%2ENavigationSuggestion%2CMainFrameDownload%2CMainFrameNavigation%2CMedia%2EAutoplay%2EAttempt%2CMedia%2EAutoplay%2EAudioContext%2CMedia%2EAutoplay%2EMuted%2EUnmuteAction%2CMedia%2EBasicPlayback%2CMedia%2EEME%2EApiPromiseRejection%2CMedia%2EEME%2ECreateMediaKeys%2CMedia%2EEME%2ERequestMediaKeySystemAccess%2CMedia%2EEngagement%2ESessionFinished%2CMedia%2EEngagement%2EShortPlaybackIgnored%2CMedia%2EFeed%2EDiscover%2CMedia%2EGlobalMediaControls%2EActionButtonPressed%2CMedia%2EKaleidoscope%2ENavigation%2CMedia%2ELearning%2EPredictionRecord%2CMedia%2ESiteMuted%2CMedia%2EVideoDecodePerfRecord%2CMedia%2EWatchTime%2CMedia%2EWebAudio%2EAudioContext%2EAudibleTime%2CMedia%2EWebMediaPlayerState%2CMediaRouter%2ECastWebSenderExtensionLoadUrl%2CMediaRouter%2ESiteInitiatedMirroringStarted%2CMediaRouter%2ETabMirroringStarted%2CMemory%2EExperimental%2CMemory%2ETabFootprint%2CMixedContentAutoupgrade%2EResourceRequest%2CMobileFriendliness%2CMobileMenu%2EDirectShare%2CMobileMenu%2EFindInPage%2CMobileMenu%2EShare%2CNavigationPredictorAnchorElementMetrics%2CNavigationPredictorPageLinkClick%2CNavigationPredictorPageLinkMetrics%2CNavigationPredictorRendererWarmup%2CNavigationTiming%2CNet%2ELegacyTLSVersion%2CNoStatePrefetch%2CNotification%2COfflineMeasurements%2COfflinePages%2ESavePageRequested%2COmniboxSecurityIndicator%2EFormSubmission%2COptimizationGuide%2COptimizationGuideAutotuning%2CPageContentAnnotations%2CPageDomainInfo%2CPageForegroundSession%2CPageInfoBubble%2CPageLoad%2CPageLoad%2EFromGoogleSearch%2CPageLoad%2EInternal%2CPageLoad%2EServiceWorkerControlled%2CPageLoad%2ESignedExchange%2CPageLoadCapping%2CPageWithPassword%2CPaintPreviewCapture%2CPasswordForm%2CPasswordManager%2EWellKnownChangePasswordResult%2CPaymentApp%2ECheckoutEvents%2CPaymentRequest%2ECheckoutEvents%2CPaymentRequest%2ETransactionAmount%2CPepper%2EBroker%2CPerfectHeuristics%2CPerformanceAPI%2ELongTask%2CPerformanceAPI%2EMemory%2CPerformanceAPI%2EMemory%2ELegacy%2CPeriodicBackgroundSyncEventCompleted%2CPeriodicBackgroundSyncRegistered%2CPermission%2CPermissionUsage%2CPlugins%2EFlashInstance%2CPopup%2EClosed%2CPopup%2EPage%2CPortal%2EActivate%2CPostMessage%2EIncoming%2EFrame%2CPostMessage%2EIncoming%2EPage%2CPowerUsageScenariosIntervalData%2CPrefetchProxy%2CPrefetchProxy%2EAfterSRPClick%2CPrefetchProxy%2EPrefetchedResource%2CPrerenderPageLoad%2CPreviews%2CPreviewsCoinFlip%2CPreviewsDeferAllScript%2CPreviewsResourceLoadingHints%2CPublicImageCompressionDataUse%2CPublicImageCompressionImageLoad%2CPWA%2EVisit%2CReaderModeActivated%2CReaderModeReceivedDistillability%2CRendererSchedulerTask%2CRenderViewContextMenu%2EUsed%2CResponsiveness%2EUserInteraction%2CResponsivenessMeasurement%2CSameSiteDifferentSchemeRequest%2CSameSiteDifferentSchemeResponse%2CSchemefulSameSiteContextDowngrade%2CScreenBrightness%2CSecurity%2ESafetyTip%2CSecurity%2ESiteEngagement%2CSharedHighlights%2ELinkGenerated%2CSharedHighlights%2ELinkOpened%2CSharing%2EClickToCall%2CShopping%2EChromeCart%2CShopping%2EFormSubmitted%2CShopping%2EWillSendRequest%2CSiteIsolation%2EXSD%2EBrowser%2EBlocked%2CSmartCharging%2CSMSReceiver%2CSSL%2EMixedContentShown%2CSSL%2EMixedContentShown2%2CSubframeDownload%2CSubresourceFilter%2CSubresourceRedirect%2EPublicSrcVideoCompression%2CTab%2ERendererOOM%2CTab%2EScreenshot%2CTabManager%2EBackground%2EFirstAlertFired%2CTabManager%2EBackground%2EFirstAudioStarts%2CTabManager%2EBackground%2EFirstFaviconUpdated%2CTabManager%2EBackground%2EFirstNonPersistentNotificationCreated%2CTabManager%2EBackground%2EFirstTitleUpdated%2CTabManager%2EBackground%2EForegroundedOrClosed%2CTabManager%2EExperimental%2EBackgroundTabOpening%2ETabSwitchLoadStopped%2CTabManager%2EExperimental%2ESessionRestore%2EForegroundTab%2EPageLoad%2CTabManager%2EExperimental%2ESessionRestore%2ETabSwitchLoadStopped%2CTabManager%2ELifecycleStateChange%2CTabManager%2ETabLifetime%2CTabManager%2ETabMetrics%2CTabManager%2EWindowMetrics%2CTouchToFill%2EShown%2CTranslate%2CTranslatePageLoad%2CTrustedWebActivity%2ELocationDelegation%2CTrustedWebActivity%2EOpen%2CTrustedWebActivity%2EQualityEnforcementViolation%2CUnload%2CUserActivity%2CUserActivityId%2CUserSettingsEvent%2CV8%2EWasm%2EModuleCompiled%2CV8%2EWasm%2EModuleDecoded%2CV8%2EWasm%2EModuleInstantiated%2CV8%2EWasm%2EModuleTieredUp%2CVirtualKeyboard%2EOpen%2CWebAPK%2EInstall%2CWebAPK%2ESessionEnd%2CWebAPK%2EUninstall%2CWebAPK%2EVisit%2CWebApp%2EDailyInteraction%2CWebOTPImpact%2CWebRTC%2EAddressHarvesting%2CWebRTC%2EComplexSdp%2CWorker%2EClientAdded%2CXR%2EPageSession%2CXR%2EWebXR%2CXR%2EWebXR%2EPresentationSession%2CXR%2EWebXR%2ESession%2CXR%2EWebXR%2ESessionRequest,UMA-Pseudo-Metrics-Effect-Injection-25-Percent.SmallEffect_23_20241105:multiplicative_factor/1%2E002,UkmSamplingRate.Sampled:Blink%2EFrameLoader/100/BrowsingTopics%2EDocumentBrowsingTopicsApiResult2/100/ClientRenderingAPI/100/Cookies%2EBlocked%2EDueToOriginMismatch/50/Cookies%2EFirstPartyPartitionedInCrossSiteContextV3/100/Extensions%2EWebRequest%2EKeepaliveRequestFinished/100/Network%2EDataUrls/100/PartitionedCookiePresentV2/300/PerformanceAPI%2ELongAnimationFrame/100/PerformanceAPI%2EMemory%2ELegacy/100/PerformanceManager%2EPageResourceUsage2/100/RendererSchedulerTask/300/SubresourceLoad%2EZstdContentEncoding/100/WindowProxyUsage/3000/_default_sampling/1,UseRustJsonParserInCurrentSequence.EnabledLaunch:UseRustJsonParserInCurrentSequence/true,WaitForLateScrollEvents.Control:mode/DispatchScrollEventsImmediately,WhatsNewHats.Enabled_en_20250130:en_site_id/6bnVh68QF0ugnJ3q1cK0NQxjpCFS/probability/0%2E01" --enable-features="ANGLEPerContextBlobCache<ANGLEPerContextBlobCache,AckOnSurfaceActivationWhenInteractive<EnableImmediateDrawDuringScrollInteraction,AggressiveShaderCacheLimits<AggressiveShaderCacheLimits,AiSettingsPageRefresh<PrivacyGuideAiSettings,AnnotatedPageContentExtraction<AnnotatedPageContentExtraction,AttributionReportingInBrowserMigration<AttributionReportingInBrowserProcessing,AudioInputConfirmReadsViaShmem<AudioInputConfirmReadsViaShmem,AutofillAddressSuggestionsOnTyping<AutofillAddressSuggestionsOnTyping,AutofillEnableCardBenefitsIph<AutofillEnableCardBenefitsIph,AutofillEnableCvcStorageAndFilling<AutofillEnableCvcStorage,AutofillEnableCvcStorageAndFillingEnhancement<AutofillEnableCvcStorage,AutofillEnableSupportForParsingWithSharedLabels<AutofillEnableSupportForParsingWithSharedLabels,AutofillEnableVcnGrayOutForMerchantOptOut<AutofillEnableVcnGrayOutForMerchantOptOut,AutofillImprovedLabels<AutofillImprovedLabels,AutofillOptimizeFormExtraction<AutofillOptimizeFormExtraction,AutofillPreferSavedFormAsSubmittedForm<AutofillImproveSubmissionDetectionV2,AutofillUnmaskCardRequestTimeout<AutofillUnmaskCardRequestTimeout,AutofillUseNLAddressModel<AutofillI18nNLAddressModel,AutofillUseSubmittedFormInHtmlSubmission<AutofillImproveSubmissionDetectionV2,BackForwardCacheNonStickyDoubleFix<BackForwardCacheNonStickyDoubleFix,BackgroundTracingPerformanceMark<PresetTracing-Desktop,BookmarkTriggerForPrerender2<Prerender2BookmarkBarTriggerV2,CCSlimming<CCSlimming,CPUMeasurementInFreezingPolicy<FreezingOnBatterySaverTweaks,CacheControlNoStoreEnterBackForwardCache<BackForwardCacheForPageWithCacheControlNotStoredHeader,Canvas2DHibernation<CanvasHibernationExperiments,Canvas2DHibernationReleaseTransferMemory<CanvasHibernationExperiments,ClearCanvasResourcesInBackground<CanvasHibernationExperiments,ClientSideDetectionAcceptHCAllowlist<ClientSideDetectionAcceptHCAllowlist,ClientSideDetectionSendLlamaForcedTriggerInfo<ClientSideDetectionSendLlamaForcedTriggerInfo,CookieDeprecationFacilitatedTesting<CookieDeprecationFacilitatedTestingCookieDeprecation,CreateURLLoaderPipeAsync<CreateURLLoaderPipeAsync,DedicatedWorkerAblationStudyEnabled<DedicatedWorkerAblationStudy,DeleteOrphanLocalStorageOnStartup<StaleStorageCleanup,DeleteStaleLocalStorageOnStartup<StaleStorageCleanup,DrawImmediatelyWhenInteractive<EnableImmediateDrawDuringScrollInteraction,DrawQuadSplitLimit<OcclusionCullingQuadSplitLimit,EnablePolicyPromotionBanner<EnablePolicyPromotionBanner,EsbAsASyncedSetting<EsbAsASyncedSetting,EvictOrphanQuotaStorage<StaleStorageCleanup,EvictStaleQuotaStorage<StaleStorageCleanup,EvictionUnlocksResources<CanvasHibernationExperiments,ExpandCompositedCullRect<ExpandCompositedCullRect,ExpiredHistogramLogic<ExpiredHistograms,ExtendedReportingRemovePrefDependency<ExtendedReportingRemovePrefDependency,*FieldTracing<FieldTracing,FledgeAuctionDealSupport<ProtectedAudienceDealsSupport,FledgeBidderUseBalancingThreadSelector<ProtectedAudienceBidderUseBalancingThreadSelector,FledgeFacilitatedTestingSignalsHeaders<FledgeFacilitatedTestingSignalsHeaders,FledgePrepareBidderContextsInAdvance<ProtectedAudiencePrepareBidderContextsStudy,FledgeSellerWorkletThreadPool<ProtectedAudienceMultiThreadedSellerWorklet,FledgeStartAnticipatoryProcesses<ProtectedAudienceEarlyProcessCreationStudy,FledgeTrustedSignalsKVv2Support<ProtectedAudienceTrustedKVSupport,FledgeUsePreconnectCache<ProtectedAudiencePreconnectCacheStudy,FreezingOnBatterySaver<FreezingOnBatterySaver,GCOnArrayBufferAllocationFailure<GCOnArrayBufferAllocationFailure,GwpAsanPartitionAlloc<GwpAsan2024Linux,*HappinessTrackingSurveysForComposeAcceptance<ComposeAcceptanceSurvey,*HappinessTrackingSurveysForComposeClose<ComposeCloseSurvey,HappinessTrackingSurveysForDesktopSettings<SettingSearchExplorationHaTS,HappinessTrackingSurveysForDesktopWhatsNew<WhatsNewHats,HttpDiskCachePrewarming<HttpDiskCachePrewarming,IPH_LensOverlay<ChromnientIPH,IgnoreDuplicateNavs<IgnoreDuplicateNavs,InitImageDecodeLastUseTime<InitImageDecodeLastUseTime,KAnonymityService<ProtectedAudiencesKAnonymityEnforcementStudy,KeepAliveInBrowserMigration<KeepAliveInBrowserMigrationHoldback,LCPCriticalPathPredictor<LCPPImageLoadingPriority,LCPPAutoPreconnectLcpOrigin<FenderAutoPreconnectLcpOrigins,LCPPDeferUnusedPreload<LCPPDeferUnusedPreloadRequest,LCPPFontURLPredictor<LCPPFontURLPredictor,LCPPPrefetchSubresource<LCPPPrefetchSubresource,LayoutNGShapeCache<LayoutNGShapeCache,LowPriorityAsyncScriptExecution<LowPriorityAsyncScriptExecution,MacAllowBackgroundingRenderProcesses<PMProcessPriorityPolicy,MediaRecorderUseMediaVideoEncoder<MediaRecorderUseMediaVideoEncoder,MerchantTrustEvaluationControlSurvey<MerchantTrust,NewTabPageTriggerForPrerender2<Prerender2NewTabPageTriggerV2,NtpBackgroundImageErrorDetection<DesktopNtpImageErrorDetection,NtpMobilePromo<DesktopNtpMobilePromo,OmniboxDocumentProvider<OmniboxDriveEligibility,OmniboxDocumentProviderEnterpriseEligibility<OmniboxDriveEligibility,OmniboxDocumentProviderNoSyncRequirement<OmniboxDriveEligibility,OmniboxDocumentProviderPrimaryAccountRequirement<OmniboxDriveEligibility,PMProcessPriorityPolicy<PMProcessPriorityPolicy,PageContentAnnotationsPersistSalientImageMetadata<PageMetadataDesktopExpansion,PartitionAllocFewerMemoryRegions<PartitionAllocFewerMemoryRegions,PartitionVisitedLinkDatabaseWithSelfLinks<PartitionVisitedLinkDatabaseWithSelfLinks,PassHistogramSharedMemoryOnLaunch<PassHistogramSharedMemoryOnLaunch,PassageEmbedder<PassageEmbeddingsPerformance,PasswordFormGroupedAffiliations<PasswordFormGroupedAffiliations,PasswordManualFallbackAvailable<PasswordManualFallbackAvailable,PdfCr23<PdfCr23,PdfInk2<PdfInkSignatures,PdfSearchify<PdfSearchify,PdfUseShowSaveFilePicker<PdfUseShowSaveFilePicker,PermissionsPromptSurvey<GranitePermissionsHaTS,PolicyBlocklistProceedUntilResponse<PolicyBlocklistProceedUntilResponse,PostQuantumKyber,PrefetchServiceWorkerNoFetchHandlerFix<PrefetchServiceWorkerNoFetchHandlerFix,Prerender2FallbackPrefetchSpecRules<Prerender2FallbackPrefetchSpecRules,PreserveDiscardableImageMapQuality<PreserveDiscardableImageMapQuality,PresetTracing<PresetTracing-Desktop,PreventDuplicateImageDecodes<SpeculativeImageDecodes,PriorityOverridePendingViews<PMProcessPriorityPolicy,PrivacyGuideAiSettings<PrivacyGuideAiSettings,PrivacySandboxAdsApiUxEnhancements<PrivacySandboxAdsApiUxEnhancements,PrivateAggregationApiProtectedAudienceAdditionalExtensions<ProtectedAudienceMorePAggMetrics,PwaNavigationCapturing<PWANavigationCapturingV2WindowMacLinux,QueueNavigationsWhileWaitingForCommit<RenderDocumentWithNavigationQueueing,RecordFreezingEligibilityUKM<RecordFreezingEligibilityUKM,*RedWarningSurvey<RedWarningSurvey,RemotePageMetadata<PageMetadataDesktopExpansion,RemoveCancelledScriptedIdleTasks<RemoveCancelledScriptedIdleTasks,RemoveRendererProcessLimit<RemoveRendererProcessLimit,RenderDocument<RenderDocumentWithNavigationQueueing,RenderPassDrawnRect<RenderPassDrawnRect,SafeBrowsingDeepScanningCriteria<SafeBrowsingDeepScanningCriteria,*SafetyHubHaTSOneOffSurvey<SafetyHubOneOffHats,SavePasswordHashFromProfilePicker<SavePasswordHashFromProfilePicker,SearchEnginePreconnectInterval<SearchEnginePreconnectInterval,SelectParserRelaxation<SelectParserRelaxation,SendExplicitDecodeRequestsImmediately<SpeculativeImageDecodes,SendTabToSelfIOSPushNotifications<SendTabToSelfIOSPushNotifications,ServiceWorkerAutoPreload<ServiceWorkerAutoPreload,SharingDisableVapid<SharingDisableVapid,SimpleURLLoaderUseReadAndDiscardBodyOption<HttpDiskCachePrewarming,SiteInstanceGroupsForDataUrls<SiteInstanceGroupsForDataUrls,SpeculativeImageDecodes<SpeculativeImageDecodes,SubframeProcessReuseThresholds<SubframeProcessReuseThresholds,SyncAutofillWalletCredentialData<AutofillEnableCvcStorage,SyncIncreaseNudgeDelayForSingleClient<SyncIncreaseNudgeDelayForSingleClient,ToastRefinements<ToastRefinementsStudy,UMAPseudoMetricsEffect<UMA-Pseudo-Metrics-Effect-Injection-25-Percent,Ukm<UKM,UkmSamplingRate<UkmSamplingRate,UseRustJsonParser<UseRustJsonParserInCurrentSequence,V8Flag_minor_gc_task_with_lower_priority<V8MinorGcTaskWithLowerPriority,V8Flag_zero_unused_memory<PartialPageZeroing,V8GCSpeedUsesCounters<V8GCSpeedUsesCounters,V8SeparateGCPhases<V8SeparateGCPhases,WaitForLateScrollEvents<WaitForLateScrollEvents,WebAuthnUsePasskeyFromAnotherDeviceInContextMenu<WebAuthnUsePasskeyFromAnotherDeviceInContextMenu,WebContentsDiscard<WebContentsDiscard,WebRTC-Video-H26xPacketBuffer<WebRTC-Video-H26xPacketBuffer,WebRtcEncodedTransformDirectCallback<WebRtcEncodedTransformDirectCallback" --disable-features="AttributionDebugReportingCookieDeprecationTesting<CookieDeprecationFacilitatedTestingCookieDeprecation,AutofillBetterLocalHeuristicPlaceholderSupport<AutofillBetterLocalHeuristicPlaceholderSupport,AutofillDisableLocalCardMigration<AutofillDisableLocalCardMigration,AutofillEnableAblationStudy<AutofillEnableAblationStudy,AutofillEnableAccountStorageForIneligibleCountries<AutofillEnableAccountStorageForIneligibleCountries,AutofillEnableEmailHeuristicOutsideForms<AutofillEnableEmailHeuristicOutsideForms,AutofillFixCurrentValueInImport<AutofillFixValueSemantics,AutofillFixFormTracking<AutofillImproveSubmissionDetectionV2,AutofillFixInitialValueOfSelect<AutofillFixValueSemantics,AutofillFixValueSemantics<AutofillFixValueSemantics,AutofillGreekRegexes<AutofillGreekRegexes,AutofillIncludeUrlInCrowdsourcing<AutofillIncludeUrlInCrowdsourcing,AutofillInferLabelFromDefaultSelectText<AutofillInferLabelFromDefaultSelectText,AutofillParseEmailLabelAndPlaceholder<AutofillParseEmailLabelAndPlaceholder,AutofillRecordCorrectionOfSelectElements<AutofillRecordCorrectionOfSelectElements,AutofillRemovePaymentsButterDropdown<UnoDesktopM0Followup,AutofillSupportPhoneticNameForJP<AutofillSupportPhoneticNameForJP,AutofillUseFRAddressModel<AutofillI18nFRAddressModel,AutofillUseITAddressModel<AutofillI18nAddressModelAndRegexesGEITPL,AutofillUsePLAddressModel<AutofillI18nAddressModelAndRegexesGEITPL,AutofillVoteWhenInactive<AutofillVoteWhenInactive,BackgroundTabLoadingFromPerformanceManager<BackgroundTabLoadingFromPerformanceManager,BatchUploadDesktop<BatchUploadDesktop,BatterySaverModeAlignWakeUps<BatterySaverModeAlignWakeUps,BookmarksUseBinaryTreeInTitledUrlIndex<BookmarksUseBinaryTreeInTitledUrlIndex,CSSLazyParsingFastPath<CSSLazyParsingFastPath,CameraMicPreview<CameraMicPreview,CastStreamingVp9<CastStreamingVp9,ClearCountryPrefForStoredUnknownCountry<SearchEngineChoiceClearInvalidPref,ClientSideDetectionBrandAndIntentForScamDetection<ClientSideDetectionBrandAndIntentForScamDetection,ClientSideDetectionSamplePing<ClientSideDetectionSamplePing,ConditionalImageResize<ConditionalImageResize,ContentUsesBrowserThemeColorMode<ContentUsesBrowserThemeColorMode,DelayLayerTreeViewDeletionOnLocalSwap<RenderDocumentWithNavigationQueueing,DeleteStaleSessionCookiesOnStartup<StaleSessionCookieCleanup,EnableCertManagementUIV2<EnableCertManagementUIV2Write,EnableCertManagementUIV2EditCerts<EnableCertManagementUIV2Write,EnableCertManagementUIV2Write<EnableCertManagementUIV2Write,EnableExtensionsPermissionsForSupervisedUsersOnDesktop<ExtensionParentalControlsOnLinuxMacWindows,EnableFingerprintingProtectionFilter<FingerprintingProtectionFilter,EnableLazyLoadImageForInvisiblePage<EnableLazyLoadImageForInvisiblePage,EnablePrintWatermark<EnablePrintWatermark,EnableSupervisedUserSkipParentApprovalToInstallExtensions<ExtensionParentalControlsOnLinuxMacWindows,EnableTLS13EarlyData<EnableTLS13EarlyData,EncryptAllPasswordsWithOSCryptAsync<NewOSCryptAlgorithmForPasswords,EnterpriseFileObfuscation<EnterpriseFileObfuscation,EnterpriseUpdatedProfileCreationScreen<EnterpriseUpdatedProfileCreationScreen,EscapeLtGtInAttributes<EscapeLtGtInAttributes,EventTimingIgnorePresentationTimeFromUnexpectedFrameSource<EventTimingIgnorePresentationTimeFromUnexpectedFrameSource,EventTimingSelectionAutoScrollNoInteractionId<EventTimingSelectionAutoScrollNoInteractionId,ExtensionManifestV2Disabled<ExtensionManifestV2Deprecation,ExtensionManifestV3NetworkSpeechSynthesis<ExtensionManifestV3NetworkSpeechSynthesis,ExtremeLightweightUAFDetector<ExtremeLightweightUAFDetector,EyeDropper,FeatureParamWithCache<FeatureParamWithCache,FeedbackIncludeVariations<FeedbackIncludeVariations,FencedFramesCrossOriginAutomaticBeaconData<FencedFramesEnableCrossOriginAutomaticBeaconData,FingerprintingProtectionUx<FingerprintingProtectionFilter,FledgeBiddingAndAuctionServerAPIMultiSeller<ProtectedAudienceBAndAServerAPIMultiSeller,FledgeConsiderKAnonymity<ProtectedAudiencesKAnonymityEnforcementStudy,FledgeEagerJSCompilation<ProtectedAudienceEagerJSCompilation,FledgeEnforceKAnonymity<ProtectedAudiencesKAnonymityEnforcementStudy,FledgeNoWasmLazyCompilation<ProtectedAudienceNoWasmLazyCompilationStudy,FledgePrepareSellerContextsInAdvance<ProtectedAudiencePrepareSellerContextsStudy,FluentScrollbar<FluentScrollbar,ForceSupervisedUserReauthenticationForYouTube<ForceSupervisedUserReauthenticationForYouTube,GetUserMediaDeferredDeviceSettingsSelection<CameraMicPreview,HangoutsExtensionV3<HangoutsExtensionV3,HappinessTrackingSurveysForHistoryEmbeddings<HistoryEmbeddingsSearchHaTS,HappinessTrackingSurveysForSecurityPage<SecurityPageHats,HttpCacheNoVarySearch<HttpCacheNoVarySearch,ImprovedSettingsUIOnDesktop<UnoDesktopM0Followup,ImprovedSigninUIOnDesktop<UnoDesktopM0Followup,InlineFullscreenPerfExperiment<InlineFullscreenPerfExperiment,KillSpareRenderOnMemoryPressure<MultipleSpareRPHs,LCPTimingPredictorPrerender2<LCPTimingPredictorPrerender2,LightweightUafDetector<GwpAsan2024Linux,LogUrlScoringSignals<LogUrlScoringSignals,LowEndMemoryExperiment<LowEndMemoryExperiment,LowerHighResolutionTimerThreshold<BatterySaverModeAlignWakeUps,MHTML_Improvements<MHTML_Improvements,MerchantTrust<MerchantTrust,MerchantTrustEvaluationExperimentSurvey<MerchantTrust,MerchantTrustLearnSurvey<MerchantTrust,MoveThemePrefsToSpecifics<MoveThemePrefsToSpecifics,MultipleSpareRPHs<MultipleSpareRPHs,NewContentForCheckerboardedScrolls<NewContentForCheckerboardedScrolls,OmniboxDocumentProviderEnterpriseEligibilityWhenUnknown<OmniboxDriveEligibility,OriginKeyedProcessesByDefault<OriginKeyedProcessesByDefault,OutlineSilhouetteIcon<UnoDesktopM0Followup,PartitionAllocEventuallyZeroFreedMemory<PartialPageZeroing,PartitionAllocShadowMetadata<PartitionAllocShadowMetadata,PasswordFormClientsideClassifier<PasswordFormClientsideClassifier,PasswordLeakToggleMove<PasswordLeakToggleMove,PdfOopif<PdfOutOfProcessIframe,PdfUseSkiaRenderer<PdfUseSkiaRenderer,PrefetchNewWaitLoop<PrefetchNewWaitLoop,PrefetchReusable<PrefetchReusable,PrivacySandboxAllowPromptForBlocked3PCookies<PrivacySandboxAllowPromptForBlocked3PCookies,PrivacySandboxEqualizedPromptButtons<PrivacySandboxEqualizedPromptButtons,PrivacySandboxNoticeQueue<PrivacySandboxNoticeQueue,RasterInducingScroll<RasterInducingScroll,ReadAnythingReadAloud<ReadAnythingReadAloudDesktop,ReadAnythingReadAloudPhraseHighlighting<ReadAnythingReadAloudPhraseHighlighting,RenderDocumentCompositorReuse<RenderDocumentWithNavigationQueueing,ResolutionBasedDecoderPriority<ResolutionBasedDecoderPriority,SafeBrowsingHashPrefixRealTimeLookupsSamplePing<ExtendedReportingRemovePrefDependency,SafetyHubServicesOnStartUp<SafetyHubServicesOnStartUp,ScrimForBrowserWindowModal<ScrimForBrowserWindowModal,ScrimForTabModal<ScrimForTabModal,SearchNavigationPrefetch<SearchPrefetchHighPriorityPrefetches,ServiceWorkerAvoidMainThreadForInitialization<ServiceWorkerAvoidMainThreadForInitializationForDesktop,ServiceWorkerBypassFetchHandlerHashStrings<ServiceWorkerAutoPreload,ServiceWorkerStaticRouterRaceNetworkRequestPerformanceImprovement<ServiceWorkerStaticRouterRaceNetworkRequestPerformanceImprovement,SimpleCachePrioritizedCaching<SimpleCachePrioritizedCaching,SkipPagehideInCommitForDSENavigation<SkipPagehideInCommitForDSENavigation,SkipTpcdMitigationsForAds<CookieDeprecationFacilitatedTestingCookieDeprecation,SkipUnnecessaryRemoteFrameGeometryPropagation<SkipUnnecessaryRemoteFrameGeometryPropagation,SpeculativeFixForServiceWorkerDataInDidStartServiceWorkerContext<SpeculativeFixForServiceWorkerDataInDidStartServiceWorkerContext,SpeculativeServiceWorkerWarmUp<SpeculativeServiceWorkerWarmUp,StandardizedTimerClamping<StandardizedTimerClamping,TPCDAdHeuristicSubframeRequestTagging<CookieDeprecationFacilitatedTestingCookieDeprecation,ThrottleFrameRateOnManyDidNotProduceFrame<ThrottleFrameRateOnManyDidNotProduceFrame,TimerSlackMac<BatterySaverModeAlignWakeUps,TrustSafetySentimentSurveyV2<TrustSafetySentimentSurveyV2,UpdatedSupervisedUserExtensionApprovalStrings<ExtensionParentalControlsOnLinuxMacWindows,UseFrameIntervalDecider<NonAndroidUseFrameIntervalDecider,UseNewEncryptionMethod<NewOSCryptAlgorithmForPasswords,V8UpdateLimitAfterLoading<V8UpdateLimitAfterLoading,WebAssemblyDeopt<V8WasmDeoptCallIndirectInlining,WebAssemblyInliningCallIndirect<V8WasmDeoptCallIndirectInlining,WebAudioBypassOutputBuffering<WebAudioBypassOutputBuffering" --disable-field-trial-config Active Variations 6f27bc8a-bfdec7ff 2b978349-de642ad8 102166ac-3ff8b3d4 89986dbe-a146d626 415c3492-df8984b1 d992c558-6e51b958 cae5a6b5-3f4a17df 2da5c32c-3f4a17df 4583a71-f23d1dea 191df81f-e5e8675e f69863c5-8d55def 7651c438-f23d1dea 3e8fe123-3f4a17df d0d3d7ff-da773fbf f73edf58-f23d1dea 9e2f1488-f23d1dea bc06eaa3-f23d1dea 147c5d66-3f4a17df 3192d619-3838b4de cc96eaac-f23d1dea e9fef5c2-3f4a17df 94e21eca-ca563d7d 73b87075-f23d1dea dc88470b-27689602 13427e22-feab11cc 83efc983-b96e23e4 98e50d92-f23d1dea 6b7d4090-ca7d8d80 2dbe7f3c-a2856b46 95988a12-3f4a17df b7ed4ad2-1ea7fff5 c66576a2-b9d928b3 ca05d627-3f4a17df e0a545c4-50136e8f 85354e40-f1d25985 e513b79b-3f4a17df 40c9a7b-72064fb3 a2380a9-f23d1dea 999e8980-b9386c08 7faa7be9-3f4a17df 8a12c4c0-ca7d8d80 ce4a99f0-915f5f7b 43bba9d8-5530b7c0 a36728e6-ed61d795 aad6b02b-57a2e1ec f3d990c-5b70ccd6 5e4b4ebb-aa623fdb 3779be93-e0c1af82 9b2f36d-2eee41b7 f32b2e65-af2cb1de 8c6d6f42-da773fbf 1b5a61aa-df3eb1c2 5762377a-f23d1dea f8411335-f9d0cd17 a582a1b8-5ad3f43d d7ce3099-5917b949 caf19648-6f96895f ea5cba78-f23d1dea 3c4bd797-3ac589b9 3b02c079-ca7d8d80 bd6dd170-3f27fe19 780df7d2-a77cca0b 55920447-f23d1dea a05c89eb-e4638d2a 7a0fa40a-4ad60575 87684b46-1eaf754a e5463f36-f23d1dea 73f1e332-84ebe9 dd2c99d6-3f4a17df c2363a95-48213c9c 432d9464-f23d1dea df4cc4f9-f23d1dea 151258bf-f23d1dea 3e672fd9-f23d1dea ae1581ef-4fa368e7 9cf6c713-ab7eedf6 5a24997e-3f4a17df e41e244a-f23d1dea 7feffab5-f61f4d90 ac900222-8bea5c5a 95a095bd-1513c0a 96d006a-917b716e c2d7a2b1-f5b35ce4 f42905ff-57a2e1ec 71c14987-3f4a17df eec7c38f-d34910a9 bacf219a-bb36e9b8 f65fe3d3-68a0348a ad9b71e2-1d82b185 d2aa7cc-bc7519c 289c0dda-6e6a71f 7aed4fe4-565822f9 70404afa-b3c532fd 17196951-17606bad 13250fa3-b96e23e4 eb4e0c4a-f23d1dea a716659b-c1e1f06f b4c2bd17-96d0a835 7f24847e-baa5fb6e b981004e-4bf664a0 d9a58f4c-ca7d8d80 f7b9a9e3-c2d0b2b9 4b82c9ff-8ba5a422 c88fa1e2-69cad30d b77e335a-f23d1dea 265c01cc-91fa8391 e900a5ae-e73cd312 d85d2369-417f9ea6 eef5d69a-1f7099f6 fba0616d-3f4a17df 98f58bfe-feab11cc 136ff6f9-ead117c 4076100b-3f4a17df 8c162025-44e55b83 664def95-68a0348a 778c677c-6e51b958 601d6bde-b243ed5b c861514b-33a613db 68fef0c-2d191bcc 868b8811-c3ba1bd9 b76b514f-355cf283 55c5338b-84242d46 97df86a8-1fc9e6c3 59a12fbe-fc932238 633b8aa8-8fa76b29 ed2195eb-ca7d8d80 de028327-d8b680e5 12043b46-ccbf1ec8 2ca06d17-2f393ff0 298d3638-3f4a17df 88e285c2-f23d1dea 2be5fc80-f23d1dea 66b7a83f-3f4a17df f3f1bfdb-3f4a17df 86362250-3dd257e1 4ea303a6-85fb2903 79a319d6-89266556 19593c6e-68a0348a 298e40a7-3f4a17df 4d918ed3-bb102ed4 f3b6291d-bfa020a6 f5181214-377be55a 3e730d23-1e5d42aa 663ec21b-f23d1dea ee06384e-f23d1dea 25582f52-33a14d9f ea0d881d-feab11cc b6f29041-e31a762 108bcc75-9853e1e1 2bac9a6a-7d821a91 e85106e5-222f0919 ced7ce3e-fe9bb571 c046d00b-fa9e6287 3c68162d-3f4a17df af3bcdf9-ca7d8d80 198413d6-9528c67e 8e8365ea-41ab810d 6ef0294d-f23d1dea 35840c8c-a626eabf fe28a636-f23d1dea 52a20523-3f4a17df d0083347-2eb9b192 d384e2ea-f23d1dea c26ea5ae-3f4a17df 5b364a35-ff508b81 6f3b1c64-75fcf58a 5b87cd6f-dfd386d8 ac8ad2d0-b240576f 6174e731-e0d69ce 90860314-3cb5f6f9 494d8760-52325d43 eadcacdf-6bdfffe7 bc93991a-d7f6b13c 3ac60855-486e2a9c f48c01d3-18f3d809 63dcb6a3-31d50f90 e706e746-e6cf9e3a f296190c-5192b0cf 4442aae2-75cb33fc f690cf64-4ad60575 ed1d377-e1cc0f14 75f0f0a0-e1cc0f14 710c3f90-4ad60575 e2b18481-9d9eea77 e7e71889-e1cc0f14 3a8271ac-12c226 97c42540-afa1992 2cda667c-377be55a 92c76c82-3f4a17df 72ee2098-3f4a17df bdcaab27-33a613db 4a86715e-b96e23e4 d89640a1-a78e3e1c 762e8080-f23d1dea 9a0df95c-5fb31bfb 2f7af740-3f4a17df e92dc7d-dc06eb38 db649fc5-eabe7f04 90ea881-89c0c029 c5eb687a-9a096e1 c55491ea-83d18a08 49171648-3f4a17df f4f00e05-f23d1dea 9a38bae3-6046c8a7 2d1e43a3-3d47f4f4 386dc267-3d47f4f4 6c377b0f-a744f381 9481ce98-3f4a17df a983f698-3dc07a40 2a426c03-3d47f4f4 70678518-83ffdacd be338734-8e9604d4 5f9907a9-206f6a6e 8eeccb9a-fc300990 2b465683-206f6a6e 52fc7926-fe672c53 bc9b361d-dee66fa8 a41a7188-42cfaffb ff71bfdc-dee66fa8 e7cc79d5-dee66fa8 4b935545-3d47f4f4 d69d967d-3695c92e
Summary
Upcoming Linux Kernel changes broked HW acceleration in Google Chrome
Custom Questions
Does this work in other browsers?
Not sure - I don't know
Contents of chrome://gpu:
Graphics Feature Status
Version Information
Data exported : 2025-02-12T09:25:54.322Z Chrome version : Chrome/135.0.6999.2 Operating system : Linux 6.14.0-rc2-febbc555cf0f+ Software rendering list URL:https://chromium.googlesource.com/chromium/src/+/7f7cf45aa144808d567cd8f5f3fe78cc253efef4/gpu/config/software_rendering_list.json
Driver bug list URL : https://chromium.googlesource.com/chromium/src/+/7f7cf45aa144808d567cd8f5f3fe78cc253efef4/gpu/config/gpu_driver_bug_list.json
ANGLE commit id : 29e20d52bfe2
2D graphics backend : Skia/135 a325d1e171f895f67ba4fd5fdcbbf7ddebe8c777
Command Line : /usr/bin/google-chrome-unstable --flag-switches-begin --enable-quic --ozone-platform-hint=auto --enable-features=PostQuantumKyber --flag-switches-end --ozone-platform=wayland
Driver Information
Initialization time : 225 In-process GPU : false Passthrough Command Decoder : true Sandboxed : false GPU0 : VENDOR= 0xffff [Google Inc. (Google)], DEVICE=0xffff [ANGLE (Google, Vulkan 1.3.0 (SwiftShader Device (Subzero) (0x0000C0DE)), SwiftShader driver-5.0.0)], DRIVER_VENDOR=SwANGLE, DRIVER_VERSION=5.0.0 ACTIVE Optimus : false AMD switchable : false Pixel shader version : 1.00 Vertex shader version : 1.00 Max. MSAA samples : 4 Machine model name : Machine model version : GL implementation parts : (gl=egl-angle,angle=swiftshader) Display type : ANGLE_SWIFTSHADER GL_VENDOR : Google Inc. (Google) GL_RENDERER : ANGLE (Google, Vulkan 1.3.0 (SwiftShader Device (Subzero) (0x0000C0DE)), SwiftShader driver-5.0.0) GL_VERSION : OpenGL ES 2.0.0 (ANGLE 2.1.24802 git hash: 29e20d52bfe2) GL_EXTENSIONS : GL_AMD_performance_monitor GL_ANGLE_base_vertex_base_instance_shader_builtin GL_ANGLE_blob_cache GL_ANGLE_client_arrays GL_ANGLE_compressed_texture_etc GL_ANGLE_depth_texture GL_ANGLE_framebuffer_blit GL_ANGLE_framebuffer_multisample GL_ANGLE_get_image GL_ANGLE_get_serialized_context_string GL_ANGLE_get_tex_level_parameter GL_ANGLE_instanced_arrays GL_ANGLE_memory_object_flags GL_ANGLE_memory_size GL_ANGLE_pack_reverse_row_order GL_ANGLE_polygon_mode GL_ANGLE_program_binary_readiness_query GL_ANGLE_program_cache_control GL_ANGLE_read_only_depth_stencil_feedback_loops GL_ANGLE_relaxed_vertex_attribute_type GL_ANGLE_request_extension GL_ANGLE_rgbx_internal_format GL_ANGLE_robust_client_memory GL_ANGLE_robust_fragment_shader_output GL_ANGLE_robust_resource_initialization GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ANGLE_texture_usage GL_ANGLE_translated_shader_source GL_ANGLE_vulkan_image GL_APPLE_clip_distance GL_ARM_rgba8 GL_ARM_shader_framebuffer_fetch GL_ARM_shader_framebuffer_fetch_depth_stencil 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_compressed_texture GL_CHROMIUM_copy_texture GL_CHROMIUM_lose_context GL_EXT_EGL_image_external_wrap_modes GL_EXT_blend_minmax GL_EXT_buffer_storage GL_EXT_clear_texture GL_EXT_clip_control GL_EXT_color_buffer_half_float GL_EXT_compressed_ETC1_RGB8_sub_texture GL_EXT_copy_image GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_depth_clamp 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_instanced_arrays GL_EXT_map_buffer_range GL_EXT_memory_object GL_EXT_memory_object_fd GL_EXT_occlusion_query_boolean GL_EXT_polygon_offset_clamp 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_separate_shader_objects GL_EXT_shader_framebuffer_fetch GL_EXT_shader_framebuffer_fetch_non_coherent GL_EXT_shader_non_constant_global_initializers GL_EXT_shader_texture_lod GL_EXT_shadow_samplers GL_EXT_texture_border_clamp GL_EXT_texture_compression_bptc GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc_srgb GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_mirror_clamp_to_edge GL_EXT_texture_rg GL_EXT_texture_sRGB_decode GL_EXT_texture_storage GL_EXT_texture_type_2_10_10_10_REV GL_EXT_unpack_subimage GL_KHR_blend_equation_advanced GL_KHR_debug GL_KHR_robust_buffer_access_behavior GL_KHR_robustness GL_KHR_texture_compression_astc_ldr GL_NV_depth_buffer_float2 GL_NV_fence GL_NV_framebuffer_blit GL_NV_pack_subimage GL_NV_pixel_buffer_object GL_NV_polygon_mode GL_NV_read_depth GL_NV_read_depth_stencil GL_NV_read_stencil GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_sync 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_copy_image GL_OES_depth24 GL_OES_depth32 GL_OES_depth_texture GL_OES_depth_texture_cube_map 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_primitive_bounding_box GL_OES_required_internalformat GL_OES_rgb8_rgba8 GL_OES_sample_shading GL_OES_standard_derivatives GL_OES_surfaceless_context GL_OES_texture_3D GL_OES_texture_border_clamp 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_OES_vertex_half_float Disabled Extensions : Disabled WebGL Extensions : Window system binding vendor : Google Inc. (Google) Window system binding version : 1.5 (ANGLE 2.1.24802 git hash: 29e20d52bfe2) Window system binding extensions: EGL_EXT_create_context_robustness EGL_ANGLE_surface_orientation EGL_KHR_create_context EGL_KHR_image EGL_KHR_image_base EGL_EXT_image_gl_colorspace EGL_KHR_gl_colorspace EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_get_all_proc_addresses EGL_KHR_fence_sync EGL_KHR_wait_sync EGL_ANGLE_create_context_webgl_compatibility EGL_CHROMIUM_create_context_bind_generates_resource EGL_KHR_swap_buffers_with_damage 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_no_config_context EGL_IMG_context_priority EGL_KHR_create_context_no_error EGL_KHR_reusable_sync EGL_EXT_buffer_age EGL_ANGLE_create_surface_swap_interval EGL_ANGLE_vulkan_image EGL_KHR_partial_update EGL_ANGLE_global_fence_sync EGL_ANGLE_memory_usage_report XDG_CURRENT_DESKTOP : GNOME XDG_SESSION_TYPE : wayland GDMSESSION : gnome Interfaces exposed by the Wayland compositor: wl_compositor:6 wl_shm:2 wl_output:4 zxdg_output_manager_v1:3 wl_data_device_manager:3 xdg_toplevel_drag_manager_v1:1 zwp_primary_selection_device_manager_v1:1 wl_subcompositor:1 xdg_wm_base:6 gtk_shell1:5 wp_viewporter:1 wp_fractional_scale_manager_v1:1 zwp_pointer_gestures_v1:3 zwp_tablet_manager_v2:1 wl_seat:8 zwp_relative_pointer_manager_v1:1 zwp_pointer_constraints_v1:1 zxdg_exporter_v2:1 zxdg_importer_v2:1 zxdg_exporter_v1:1 zxdg_importer_v1:1 wp_single_pixel_buffer_manager_v1:1 zwp_keyboard_shortcuts_inhibit_manager_v1:1 zwp_text_input_manager_v3:1 wp_presentation:1 xdg_activation_v1:1 zwp_idle_inhibit_manager_v1:1 wp_linux_drm_syncobj_manager_v1:1 xdg_wm_dialog_v1:1 xdg_system_bell_v1:1 wp_drm_lease_device_v1:1 wp_drm_lease_device_v1:1 wp_commit_timing_manager_v1:1 wp_fifo_manager_v1:1 zwp_linux_dmabuf_v1:5 wl_drm:2 Ozone platform : wayland Direct rendering version : unknown Reset notification strategy : 0x8252 GPU process crash count : 3 gfx::BufferFormats supported for allocation and texturing: R_8: not supported, R_16: not supported, RG_88: not supported, RG_1616: 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, YUVA_420_TRIPLANAR: not supported, P010: not supported
Problems Detected
WebGPU has been disabled via blocklist or the command line. Disabled Features: webgpu
WebGL2 has been disabled via blocklist or the command line. Disabled Features: webgl2
Accelerated rasterization has been disabled, either via blocklist, about:flags or the command line. Disabled Features: rasterization
Accelerated video encode has been disabled, either via blocklist, about:flags or the command line. Disabled Features: video_encode
Accelerated video decode has been disabled, either via blocklist, about:flags or the command line. Disabled Features: video_decode
WebGL has been disabled via blocklist or the command line. Disabled Features: webgl
Gpu compositing has been disabled, either via blocklist, about:flags or the command line. The browser will fall back to software compositing and hardware acceleration will be unavailable. Disabled Features: gpu_compositing
Accelerated 2D canvas is unavailable: either disabled via blocklist or the command line. Disabled Features: 2d_canvas
ANGLE Features
allowCompressedFormats (Frontend workarounds): Enabled
alwaysEnableEmulatedMultidrawExtensions (Frontend workarounds): Disabled
alwaysRunLinkSubJobsThreaded (Frontend features): Enabled
cacheCompiledShader (Frontend features): Enabled
compileJobIsThreadSafe (Frontend features): Enabled
disableAnisotropicFiltering (Frontend workarounds): Disabled
disableDrawBuffersIndexed (Frontend features): Disabled
disableProgramBinary (Frontend features): Disabled
disableProgramCaching (Frontend features): Disabled
disableProgramCachingForTransformFeedback (Frontend workarounds): Disabled
dumpShaderSource (Frontend features): Disabled
dumpTranslatedShaders (Frontend features): Disabled
emulatePixelLocalStorage (Frontend features): Enabled
enableCaptureLimits (Frontend features): Disabled
enableProgramBinaryForCapture (Frontend features): Disabled
enableShaderSubstitution (Frontend workarounds): Disabled
enableTranslatedShaderSubstitution (Frontend workarounds): Disabled
forceDepthAttachmentInitOnClear (Frontend workarounds): Disabled
forceFlushAfterDrawcallUsingShadowmap (Frontend workarounds): Disabled
forceGlErrorChecking (Frontend features): Disabled
forceInitShaderVariables (Frontend features): Disabled
forceMinimumMaxVertexAttributes (Frontend features): Disabled
forceRobustResourceInit (Frontend features): Disabled
linkJobIsThreadSafe (Frontend features): Enabled
loseContextOnOutOfMemory (Frontend workarounds): Enabled
rejectWebglShadersWithUndefinedBehavior (Frontend workarounds): Enabled
singleThreadedTextureDecompression (Frontend workarounds): Disabled
uncurrentEglSurfaceUponSurfaceDestroy (Frontend workarounds): Enabled
adjustClearColorPrecision (Vulkan workarounds): Disabled
allocateNonZeroMemory (Vulkan features): Disabled
allowGenerateMipmapWithCompute (Vulkan features): Disabled
allowHostImageCopyDespiteNonIdenticalLayout (Vulkan features): Disabled
allowMultisampledRenderToTextureEmulation (Vulkan workarounds): Disabled
appendAliasedMemoryDecorations (Vulkan workarounds): Enabled
asyncCommandBufferResetAndGarbageCleanup (Vulkan features): Enabled
avoidOpSelectWithMismatchingRelaxedPrecision (Vulkan workarounds): Disabled
bottomLeftOriginPresentRegionRectangles (Vulkan workarounds): Disabled
bresenhamLineRasterization (Vulkan features): Enabled
clDumpVkSpirv (Vulkan features): Disabled
clampFragDepth (Vulkan workarounds): Disabled
clampPointSize (Vulkan workarounds): Disabled
compressVertexData (Vulkan workarounds): Disabled
descriptorSetCache (Vulkan features): Disabled
disableDepthStencilResolveThroughAttachment (Vulkan workarounds): Disabled
disableFlippingBlitWithCommand (Vulkan workarounds): Disabled
disablePipelineCacheLoadForTesting (Vulkan workarounds): Disabled
disableSeparateShaderObjects (Vulkan app workarounds): Disabled
disallowMixedDepthStencilLoadOpNoneAndLoad (Vulkan workarounds): Disabled
doubleDepthBiasConstantFactor (Vulkan workarounds): Disabled
eglColorspaceAttributePassthrough (Vulkan features): Disabled
emulateAdvancedBlendEquations (Vulkan features): Disabled
emulateDithering (Vulkan features): Disabled
emulateR32fImageAtomicExchange (Vulkan workarounds): Enabled
emulateTransformFeedback (Vulkan features): Enabled
emulatedPrerotation180 (Vulkan features): Disabled
emulatedPrerotation270 (Vulkan features): Disabled
emulatedPrerotation90 (Vulkan features): Disabled
enableAdditionalBlendFactorsForDithering (Vulkan app workarounds): Disabled
enableAsyncPipelineCacheCompression (Vulkan workarounds): Enabled
enableMergeClientAttribBuffer (Vulkan features): Disabled
enableMultisampledRenderToTexture (Vulkan workarounds): Disabled
enableParallelCompileAndLink (Vulkan features): Disabled
enablePipelineCacheDataCompression (Vulkan features): Enabled
enablePortabilityEnumeration (Vulkan workarounds): Disabled
enablePreRotateSurfaces (Vulkan features): Disabled
enablePrecisionQualifiers (Vulkan features): Enabled
explicitlyCastMediumpFloatTo16Bit (Vulkan workarounds): Disabled
explicitlyEnablePerSampleShading (Vulkan workarounds): Enabled
exposeES32ForTesting (Vulkan workarounds): Disabled
exposeNonConformantExtensionsAndVersions (Vulkan workarounds): Disabled
forceContinuousRefreshOnSharedPresent (Vulkan features): Disabled
forceD16TexFilter (Vulkan workarounds): Disabled
forceDisableFullScreenExclusive (Vulkan workarounds): Disabled
forceFallbackFormat (Vulkan workarounds): Disabled
forceFragmentShaderPrecisionHighpToMediump (Vulkan workarounds): Disabled
forceMaxUniformBufferSize16KB (Vulkan workarounds): Disabled
forceNearestFiltering (Vulkan workarounds): Disabled
forceNearestMipFiltering (Vulkan workarounds): Disabled
forceSampleUsageForAhbBackedImages (Vulkan app workarounds): Disabled
forceSubmitImmutableTextureUpdates (Vulkan app workarounds): Disabled
forceTextureLodOffset1 (Vulkan workarounds): Disabled
forceTextureLodOffset2 (Vulkan workarounds): Disabled
forceTextureLodOffset3 (Vulkan workarounds): Disabled
forceTextureLodOffset4 (Vulkan workarounds): Disabled
forceWaitForSubmissionToCompleteForQueryResult (Vulkan workarounds): Disabled
generateFragmentShadingRateAttchementWithCpu (Vulkan features): Disabled
hasBlobCacheThatEvictsOldItemsFirst (Vulkan features): Enabled
hasEffectivePipelineCacheSerialization (Vulkan features): Disabled
limitMaxStorageBufferSize (Vulkan workarounds): Disabled
limitSampleCountTo2 (Vulkan workarounds): Disabled
logMemoryReportCallbacks (Vulkan features): Disabled
logMemoryReportStats (Vulkan features): Disabled
mapUnspecifiedColorSpaceToPassThrough (Vulkan features): Disabled
mergeProgramPipelineCachesToGlobalCache (Vulkan workarounds): Enabled
mutableMipmapTextureUpload (Vulkan features): Enabled
overrideSurfaceFormatRGB8ToRGBA8 (Vulkan workarounds): Enabled
padBuffersToMaxVertexAttribStride (Vulkan workarounds): Disabled
perFrameWindowSizeQuery (Vulkan workarounds): Disabled
permanentlySwitchToFramebufferFetchMode (Vulkan features): Disabled
persistentlyMappedBuffers (Vulkan features): Enabled
preferAggregateBarrierCalls (Vulkan workarounds): Enabled
preferCPUForBufferSubData (Vulkan features): Disabled
preferCachedNoncoherentForDynamicStreamBufferUsage (Vulkan features): Disabled
preferDeviceLocalMemoryHostVisible (Vulkan features): Enabled
preferDoubleBufferSwapchainOnFifoMode (Vulkan features): Disabled
preferDrawClearOverVkCmdClearAttachments (Vulkan workarounds): Disabled
preferDriverUniformOverSpecConst (Vulkan features): Enabled
preferDynamicRendering (Vulkan features): Enabled
preferHostCachedForNonStaticBufferUsage (Vulkan features): Disabled
preferLinearFilterForYUV (Vulkan features): Disabled
preferMSRTSSFlagByDefault (Vulkan features): Disabled
preferMonolithicPipelinesOverLibraries (Vulkan workarounds): Enabled
preferSkippingInvalidateForEmulatedFormats (Vulkan workarounds): Enabled
preferSubmitAtFBOBoundary (Vulkan workarounds): Enabled
preferSubmitOnAnySamplesPassedQueryEnd (Vulkan workarounds): Disabled
provokingVertex (Vulkan features): Enabled
retainSPIRVDebugInfo (Vulkan features): Disabled
roundOutputAfterDithering (Vulkan workarounds): Disabled
slowDownMonolithicPipelineCreationForTesting (Vulkan workarounds): Disabled
supports16BitInputOutput (Vulkan features): Disabled
supports16BitPushConstant (Vulkan features): Disabled
supports16BitStorageBuffer (Vulkan features): Disabled
supports16BitUniformAndStorageBuffer (Vulkan features): Disabled
supports8BitPushConstant (Vulkan features): Disabled
supports8BitStorageBuffer (Vulkan features): Disabled
supports8BitUniformAndStorageBuffer (Vulkan features): Disabled
supportsAndroidHardwareBuffer (Vulkan features): Disabled
supportsAndroidNativeFenceSync (Vulkan features): Disabled
supportsAngleRgbxInternalFormat (Vulkan features): Enabled
supportsAppleClipDistance (Vulkan features): Enabled
supportsAstcSliced3d (Vulkan features): Disabled
supportsBindMemory2 (Vulkan features): Enabled
supportsBlendOperationAdvanced (Vulkan features): Enabled
supportsBlendOperationAdvancedCoherent (Vulkan features): Disabled
supportsColorWriteEnable (Vulkan features): Disabled
supportsComputeTranscodeEtcToBc (Vulkan features): Disabled
supportsCustomBorderColor (Vulkan features): Enabled
supportsDenormFtzFp16 (Vulkan features): Disabled
supportsDenormFtzFp32 (Vulkan features): Disabled
supportsDenormFtzFp64 (Vulkan features): Disabled
supportsDenormPreserveFp16 (Vulkan features): Disabled
supportsDenormPreserveFp32 (Vulkan features): Disabled
supportsDenormPreserveFp64 (Vulkan features): Disabled
supportsDepthClampZeroOne (Vulkan features): Disabled
supportsDepthClipControl (Vulkan features): Enabled
supportsDepthStencilIndependentResolveNone (Vulkan features): Enabled
supportsDepthStencilResolve (Vulkan features): Enabled
supportsDynamicRendering (Vulkan features): Enabled
supportsDynamicRenderingLocalRead (Vulkan features): Enabled
supportsExtendedDynamicState (Vulkan features): Enabled
supportsExtendedDynamicState2 (Vulkan features): Disabled
supportsExternalFenceCapabilities (Vulkan features): Enabled
supportsExternalFenceFd (Vulkan features): Disabled
supportsExternalFormatResolve (Vulkan features): Disabled
supportsExternalMemoryDmaBufAndModifiers (Vulkan features): Disabled
supportsExternalMemoryFd (Vulkan features): Enabled
supportsExternalMemoryFuchsia (Vulkan features): Disabled
supportsExternalMemoryHost (Vulkan features): Enabled
supportsExternalSemaphoreCapabilities (Vulkan features): Enabled
supportsExternalSemaphoreFd (Vulkan features): Enabled
supportsExternalSemaphoreFuchsia (Vulkan features): Disabled
supportsFormatFeatureFlags2 (Vulkan features): Enabled
supportsFoveatedRendering (Vulkan features): Disabled
supportsFragmentShaderPixelInterlock (Vulkan features): Disabled
supportsFragmentShadingRate (Vulkan features): Disabled
supportsFullScreenExclusive (Vulkan features): Disabled
supportsGGPFrameToken (Vulkan features): Disabled
supportsGeometryStreamsCapability (Vulkan features): Disabled
supportsGetMemoryRequirements2 (Vulkan features): Enabled
supportsGraphicsPipelineLibrary (Vulkan features): Enabled
supportsHostImageCopy (Vulkan features): Enabled
supportsHostQueryReset (Vulkan features): Enabled
supportsImage2dViewOf3d (Vulkan features): Disabled
supportsImageCompressionControl (Vulkan features): Disabled
supportsImageCompressionControlSwapchain (Vulkan features): Disabled
supportsImageCubeArray (Vulkan features): Enabled
supportsImageFormatList (Vulkan features): Enabled
supportsImagelessFramebuffer (Vulkan features): Enabled
supportsIncrementalPresent (Vulkan features): Disabled
supportsIndexTypeUint8 (Vulkan features): Enabled
supportsLegacyDithering (Vulkan features): Disabled
supportsLockSurfaceExtension (Vulkan features): Disabled
supportsLogicOpDynamicState (Vulkan features): Disabled
supportsMaintenance5 (Vulkan features): Disabled
supportsMemoryBudget (Vulkan features): Disabled
supportsMixedReadWriteDepthStencilLayouts (Vulkan features): Enabled
supportsMultiDrawIndirect (Vulkan features): Enabled
supportsMultisampledRenderToSingleSampled (Vulkan features): Disabled
supportsMultiview (Vulkan features): Enabled
supportsPipelineCreationFeedback (Vulkan features): Enabled
supportsPipelineProtectedAccess (Vulkan features): Disabled
supportsPipelineRobustness (Vulkan features): Enabled
supportsPipelineStatisticsQuery (Vulkan features): Disabled
supportsPortabilityEnumeration (Vulkan features): Enabled
supportsPresentation (Vulkan features): Enabled
supportsPrimitiveTopologyListRestart (Vulkan features): Enabled
supportsPrimitivesGeneratedQuery (Vulkan features): Disabled
supportsProtectedMemory (Vulkan features): Disabled
supportsRasterizationOrderAttachmentAccess (Vulkan features): Enabled
supportsRenderPassLoadStoreOpNone (Vulkan features): Enabled
supportsRenderPassStoreOpNone (Vulkan features): Disabled
supportsRenderpass2 (Vulkan features): Enabled
supportsRoundingModeRteFp16 (Vulkan features): Disabled
supportsRoundingModeRteFp32 (Vulkan features): Disabled
supportsRoundingModeRteFp64 (Vulkan features): Disabled
supportsRoundingModeRtzFp16 (Vulkan features): Disabled
supportsRoundingModeRtzFp32 (Vulkan features): Disabled
supportsRoundingModeRtzFp64 (Vulkan features): Disabled
supportsSPIRV14 (Vulkan features): Enabled
supportsSampler2dViewOf3d (Vulkan features): Disabled
supportsSamplerMirrorClampToEdge (Vulkan features): Enabled
supportsShaderFloat16 (Vulkan features): Disabled
supportsShaderFloat64 (Vulkan features): Disabled
supportsShaderFramebufferFetch (Vulkan features): Enabled
supportsShaderFramebufferFetchDepthStencil (Vulkan features): Enabled
supportsShaderFramebufferFetchNonCoherent (Vulkan features): Enabled
supportsShaderInt8 (Vulkan features): Disabled
supportsShaderNonSemanticInfo (Vulkan features): Disabled
supportsShaderStencilExport (Vulkan features): Disabled
supportsSharedPresentableImageExtension (Vulkan features): Disabled
supportsSignedZeroInfNanPreserveFp16 (Vulkan features): Enabled
supportsSignedZeroInfNanPreserveFp32 (Vulkan features): Enabled
supportsSignedZeroInfNanPreserveFp64 (Vulkan features): Enabled
supportsSurfaceCapabilities2Extension (Vulkan features): Enabled
supportsSurfaceMaintenance1 (Vulkan features): Enabled
supportsSurfaceProtectedCapabilitiesExtension (Vulkan features): Disabled
supportsSurfaceProtectedSwapchains (Vulkan features): Disabled
supportsSurfacelessQueryExtension (Vulkan features): Enabled
supportsSwapchainMaintenance1 (Vulkan features): Enabled
supportsSynchronization2 (Vulkan features): Enabled
supportsTextureCompressionAstcHdr (Vulkan features): Disabled
supportsTimelineSemaphore (Vulkan features): Enabled
supportsTimestampSurfaceAttribute (Vulkan features): Disabled
supportsTransformFeedbackExtension (Vulkan features): Disabled
supportsUniformBufferStandardLayout (Vulkan features): Enabled
supportsVertexInputDynamicState (Vulkan features): Enabled
supportsYUVSamplerConversion (Vulkan features): Enabled
supportsYuvTarget (Vulkan features): Disabled
swapbuffersOnFlushOrFinishWithSingleBuffer (Vulkan features): Disabled
syncMonolithicPipelinesToBlobCache (Vulkan workarounds): Disabled
useCullModeDynamicState (Vulkan workarounds): Enabled
useDepthBiasEnableDynamicState (Vulkan workarounds): Disabled
useDepthCompareOpDynamicState (Vulkan workarounds): Enabled
useDepthTestEnableDynamicState (Vulkan workarounds): Enabled
useDepthWriteEnableDynamicState (Vulkan workarounds): Enabled
useDualPipelineBlobCacheSlots (Vulkan features): Disabled
useEmptyBlobsToEraseOldPipelineCacheFromBlobCache (Vulkan features): Disabled
useFrontFaceDynamicState (Vulkan workarounds): Enabled
useMultipleDescriptorsForExternalFormats (Vulkan workarounds): Enabled
useNonZeroStencilWriteMaskStaticState (Vulkan workarounds): Disabled
usePrimitiveRestartEnableDynamicState (Vulkan workarounds): Disabled
useRasterizerDiscardEnableDynamicState (Vulkan workarounds): Disabled
useResetCommandBufferBitForSecondaryPools (Vulkan workarounds): Disabled
useStencilOpDynamicState (Vulkan workarounds): Enabled
useStencilTestEnableDynamicState (Vulkan workarounds): Enabled
useVertexInputBindingStrideDynamicState (Vulkan workarounds): Disabled
useVkEventForBufferBarrier (Vulkan features): Enabled
useVkEventForImageBarrier (Vulkan features): Enabled
useVmaForImageSuballocation (Vulkan features): Enabled
usesNativeBuiltinClKernel (Vulkan features): Disabled
varyingsRequireMatchingPrecisionInSpirv (Vulkan workarounds): Disabled
verifyPipelineCacheInBlobCache (Vulkan features): Disabled
waitIdleBeforeSwapchainRecreation (Vulkan workarounds): Disabled
warmUpPipelineCacheAtLink (Vulkan features): Enabled
wrapSwitchInIfTrue (Vulkan workarounds): Disabled
Dawn Info
<CPU> OpenGLES backend - ANGLE (Google, Vulkan 1.3.0 (SwiftShader Device (Subzero) (0x0000C0DE)), SwiftShader driver-5.0.0) (Compatibility Mode)
[WebGPU Status]
[Adapter Supported Features]
[Enabled 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.
disable_indexed_draw_buffers: (https://crbug.com/dawn/582 ):
Disables the use of indexed draw buffer state which is unsupported on some
platforms.
flush_before_client_wait_sync: (https://crbug.com/dawn/633 ):
Call glFlush before glClientWaitSync to work around bugs in the latter
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 sending SPIR-V code to be compiled in the GPU process.
use_placeholder_fragment_in_vertex_only_pipeline: (https://crbug.com/dawn/136 ):
Use a placeholder empty fragment shader in vertex only render pipeline.
This toggle must be enabled for OpenGL ES backend, the Vulkan Backend, and
serves as a workaround by default enabled on some Metal devices with Intel
GPU to ensure the depth result is correct.
timestamp_quantization: (https://crbug.com/dawn/1800 ):
Enable timestamp queries quantization to reduce the precision of timers
that can be created with timestamp queries.
use_blit_for_buffer_to_stencil_texture_copy: (https://crbug.com/dawn/1389 ):
Use a blit instead of a copy command to copy buffer data to the stencil
aspect of a texture. Works around an issue where stencil writes by copy
commands are not visible to a render or compute pass.
use_blit_for_depth16unorm_texture_to_buffer_copy: (https://crbug.com/dawn/1782 ):
Use a blit instead of a copy command to copy depth aspect of a texture to
a buffer.Workaround for OpenGL and OpenGLES.
use_blit_for_depth32float_texture_to_buffer_copy: (https://crbug.com/dawn/1782 ):
Use a blit instead of a copy command to copy depth aspect of a texture to
a buffer.Workaround for OpenGLES.
use_blit_for_stencil_texture_to_buffer_copy: (https://crbug.com/dawn/1782 ):
Use a blit instead of a copy command to copy stencil aspect of a texture
to a buffer.Workaround for OpenGLES.
use_blit_for_snorm_texture_to_buffer_copy: (https://crbug.com/dawn/1781 ):
Use a blit instead of a copy command to copy snorm texture to a
buffer.Workaround for OpenGLES.
use_blit_for_rgb9e5ufloat_texture_copy: (https://crbug.com/381214487 ):
Use a blit instead of a copy command to copy rg11b10ufloat texture to a
texture or a buffer.Workaround for OpenGLES.
use_t2b2t_for_srgb_texture_copy: (https://crbug.com/dawn/2362 ):
Use T2B and B2T copies to emulate a T2T copy between sRGB and non-sRGB
textures.Workaround for OpenGLES.
gl_depth_bias_modifier: (https://crbug.com/42241017 ):
Empirically some GL drivers select n+1 when a depth value lies between 2^n
and 2^(n+1), while the WebGPU CTS is expecting n. Scale the depth bias
value by multiple 0.5 on certain backends to achieve conformant result.
[WebGPU Required 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 sending SPIR-V code to be compiled in the GPU process.
timestamp_quantization: (https://crbug.com/dawn/1800 ):
Enable timestamp queries quantization to reduce the precision of timers
that can be created with timestamp queries.
<Integrated GPU> Vulkan backend - AMD Radeon Graphics (RADV RAPHAEL_MENDOCINO)
[WebGPU Status]
[Adapter Supported Features]
[Enabled 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 it use the D24S8 format when possible.
vulkan_use_s8: (https://crbug.com/dawn/666 ):
Vulkan has a pure stencil8 format but it is not universally available.
When this toggle is on, the backend will use S8 for the stencil8 format,
otherwise it will fallback to D32S8 or D24S8.
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 sending SPIR-V code to be compiled in the GPU process.
vulkan_use_demote_to_helper_invocation_extension: (https://crbug.com/42250787 ):
Sets the use of the vulkan demote to helper extension
use_placeholder_fragment_in_vertex_only_pipeline: (https://crbug.com/dawn/136 ):
Use a placeholder empty fragment shader in vertex only render pipeline.
This toggle must be enabled for OpenGL ES backend, the Vulkan Backend, and
serves as a workaround by default enabled on some Metal devices with Intel
GPU to ensure the depth result is correct.
timestamp_quantization: (https://crbug.com/dawn/1800 ):
Enable timestamp queries quantization to reduce the precision of timers
that can be created with timestamp queries.
use_vulkan_zero_initialize_workgroup_memory_extension: (https://crbug.com/dawn/1302 ):
Initialize workgroup memory with OpConstantNull on Vulkan when the Vulkan
extension VK_KHR_zero_initialize_workgroup_memory is supported.
vulkan_use_image_robust_access_2: (https://crbug.com/tint/1890 ):
Disable Tint robustness transform on textures when VK_EXT_robustness2 is
supported and robustImageAccess2 == VK_TRUE.
vulkan_use_buffer_robust_access_2: (https://crbug.com/tint/1890 ):
Disable index clamping on the runtime-sized arrays on buffers in Tint
robustness transform when VK_EXT_robustness2 is supported and
robustBufferAccess2 == VK_TRUE.
vulkan_use_storage_input_output_16: (https://crbug.com/tint/2161 ):
Use the StorageInputOutput16 SPIR-V capability for f16 shader IO types
when the device supports it.
[WebGPU Required 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 sending SPIR-V code to be compiled in the GPU process.
timestamp_quantization: (https://crbug.com/dawn/1800 ):
Enable timestamp queries quantization to reduce the precision of timers
that can be created with timestamp queries.
<Discrete GPU> Vulkan backend - AMD Radeon RX 7900 XTX (RADV NAVI31)
[WebGPU Status]
[Adapter Supported Features]
[Enabled 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 it use the D24S8 format when possible.
vulkan_use_s8: (https://crbug.com/dawn/666 ):
Vulkan has a pure stencil8 format but it is not universally available.
When this toggle is on, the backend will use S8 for the stencil8 format,
otherwise it will fallback to D32S8 or D24S8.
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 sending SPIR-V code to be compiled in the GPU process.
vulkan_use_demote_to_helper_invocation_extension: (https://crbug.com/42250787 ):
Sets the use of the vulkan demote to helper extension
use_placeholder_fragment_in_vertex_only_pipeline: (https://crbug.com/dawn/136 ):
Use a placeholder empty fragment shader in vertex only render pipeline.
This toggle must be enabled for OpenGL ES backend, the Vulkan Backend, and
serves as a workaround by default enabled on some Metal devices with Intel
GPU to ensure the depth result is correct.
timestamp_quantization: (https://crbug.com/dawn/1800 ):
Enable timestamp queries quantization to reduce the precision of timers
that can be created with timestamp queries.
use_vulkan_zero_initialize_workgroup_memory_extension: (https://crbug.com/dawn/1302 ):
Initialize workgroup memory with OpConstantNull on Vulkan when the Vulkan
extension VK_KHR_zero_initialize_workgroup_memory is supported.
vulkan_use_image_robust_access_2: (https://crbug.com/tint/1890 ):
Disable Tint robustness transform on textures when VK_EXT_robustness2 is
supported and robustImageAccess2 == VK_TRUE.
vulkan_use_buffer_robust_access_2: (https://crbug.com/tint/1890 ):
Disable index clamping on the runtime-sized arrays on buffers in Tint
robustness transform when VK_EXT_robustness2 is supported and
robustBufferAccess2 == VK_TRUE.
vulkan_use_storage_input_output_16: (https://crbug.com/tint/2161 ):
Use the StorageInputOutput16 SPIR-V capability for f16 shader IO types
when the device supports it.
[WebGPU Required 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 sending SPIR-V code to be compiled in the GPU process.
timestamp_quantization: (https://crbug.com/dawn/1800 ):
Enable timestamp queries quantization to reduce the precision of timers
that can be created with timestamp queries.
<CPU> Vulkan backend - llvmpipe (LLVM 19.1.7, 256 bits)
[WebGPU Status]
[Adapter Supported Features]
[Enabled 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 it use the D24S8 format when possible.
vulkan_use_s8: (https://crbug.com/dawn/666 ):
Vulkan has a pure stencil8 format but it is not universally available.
When this toggle is on, the backend will use S8 for the stencil8 format,
otherwise it will fallback to D32S8 or D24S8.
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 sending SPIR-V code to be compiled in the GPU process.
vulkan_use_demote_to_helper_invocation_extension: (https://crbug.com/42250787 ):
Sets the use of the vulkan demote to helper extension
use_placeholder_fragment_in_vertex_only_pipeline: (https://crbug.com/dawn/136 ):
Use a placeholder empty fragment shader in vertex only render pipeline.
This toggle must be enabled for OpenGL ES backend, the Vulkan Backend, and
serves as a workaround by default enabled on some Metal devices with Intel
GPU to ensure the depth result is correct.
timestamp_quantization: (https://crbug.com/dawn/1800 ):
Enable timestamp queries quantization to reduce the precision of timers
that can be created with timestamp queries.
use_vulkan_zero_initialize_workgroup_memory_extension: (https://crbug.com/dawn/1302 ):
Initialize workgroup memory with OpConstantNull on Vulkan when the Vulkan
extension VK_KHR_zero_initialize_workgroup_memory is supported.
vulkan_use_image_robust_access_2: (https://crbug.com/tint/1890 ):
Disable Tint robustness transform on textures when VK_EXT_robustness2 is
supported and robustImageAccess2 == VK_TRUE.
vulkan_use_buffer_robust_access_2: (https://crbug.com/tint/1890 ):
Disable index clamping on the runtime-sized arrays on buffers in Tint
robustness transform when VK_EXT_robustness2 is supported and
robustBufferAccess2 == VK_TRUE.
[WebGPU Required 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 sending SPIR-V code to be compiled in the GPU process.
timestamp_quantization: (https://crbug.com/dawn/1800 ):
Enable timestamp queries quantization to reduce the precision of timers
that can be created with timestamp queries.
<CPU> Vulkan backend - SwiftShader Device (Subzero)
[WebGPU Status]
[Adapter Supported Features]
[Enabled 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 it use the D24S8 format when possible.
vulkan_use_s8: (https://crbug.com/dawn/666 ):
Vulkan has a pure stencil8 format but it is not universally available.
When this toggle is on, the backend will use S8 for the stencil8 format,
otherwise it will fallback to D32S8 or D24S8.
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 sending SPIR-V code to be compiled in the GPU process.
vulkan_use_demote_to_helper_invocation_extension: (https://crbug.com/42250787 ):
Sets the use of the vulkan demote to helper extension
use_placeholder_fragment_in_vertex_only_pipeline: (https://crbug.com/dawn/136 ):
Use a placeholder empty fragment shader in vertex only render pipeline.
This toggle must be enabled for OpenGL ES backend, the Vulkan Backend, and
serves as a workaround by default enabled on some Metal devices with Intel
GPU to ensure the depth result is correct.
timestamp_quantization: (https://crbug.com/dawn/1800 ):
Enable timestamp queries quantization to reduce the precision of timers
that can be created with timestamp queries.
use_vulkan_zero_initialize_workgroup_memory_extension: (https://crbug.com/dawn/1302 ):
Initialize workgroup memory with OpConstantNull on Vulkan when the Vulkan
extension VK_KHR_zero_initialize_workgroup_memory is supported.
[WebGPU Required 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 sending SPIR-V code to be compiled in the GPU process.
timestamp_quantization: (https://crbug.com/dawn/1800 ):
Enable timestamp queries quantization to reduce the precision of timers
that can be created with timestamp queries.
Compositor Information
Tile Update Mode: One-copy Partial Raster : Enabled
GpuMemoryBuffers Status
R_8 : Software only R_16 : Software only RG_88 : Software only RG_1616 : Software only BGR_565 : GPU_READ RGBA_4444 : Software only RGBX_8888 : GPU_READ, SCANOUT, SCANOUT_CPU_READ_WRITE, SCANOUT_FRONT_RENDERING RGBA_8888 : GPU_READ, SCANOUT, SCANOUT_CPU_READ_WRITE, SCANOUT_FRONT_RENDERING BGRX_8888 : GPU_READ, SCANOUT, SCANOUT_CPU_READ_WRITE, SCANOUT_FRONT_RENDERING BGRA_1010102 : SCANOUT, SCANOUT_CPU_READ_WRITE, SCANOUT_FRONT_RENDERING RGBA_1010102 : SCANOUT, SCANOUT_CPU_READ_WRITE, SCANOUT_FRONT_RENDERING BGRA_8888 : GPU_READ, SCANOUT, SCANOUT_CPU_READ_WRITE, SCANOUT_FRONT_RENDERING RGBA_F16 : Software only YVU_420 : Software only YUV_420_BIPLANAR : SCANOUT_CAMERA_READ_WRITE, SCANOUT_CPU_READ_WRITE, SCANOUT_VEA_CPU_READ, SCANOUT_FRONT_RENDERING, VEA_READ_CAMERA_AND_CPU_READ_WRITE YUVA_420_TRIPLANAR: Software only P010 : Software only
Display(s) Information
Info : Display[4] bounds=[0,0 1920x1080], workarea=[0,0 1920x1080], scale=2, rotation=0, panel_rotation=0 external detected Color space (all) : {primaries:BT709, transfer:SRGB, matrix:RGB, range:FULL} Buffer format (all) : RGBA_8888 Color volume : {name:'srgb', r:[0.6400, 0.3300], g:[0.3000, 0.6000], b:[0.1500, 0.0600], w:[0.3127, 0.3290]} SDR white level in nits : 203 HDR relative maximum luminance: 1 Bits per color component : 8 Bits per pixel : 24
Video Acceleration Information
Decoding: Encoding:
Vulkan Information
Device Performance Information
Driver Information for Hardware GPU
Initialization time : 273 In-process GPU : false Passthrough Command Decoder : true Sandboxed : false GPU0 : VENDOR= 0x1002, DEVICE=0x164e, DRIVER_VENDOR=Mesa, DRIVER_VERSION=25.1.0 ACTIVE GPU1 : VENDOR= 0x1002, DEVICE=0x744c Optimus : false AMD switchable : false Pixel shader version : 1.00 Vertex shader version : 1.00 Max. MSAA samples : 8 Machine model name : Machine model version : GL implementation parts : (gl=egl-angle,angle=opengl) Display type : ANGLE_OPENGL GL_VENDOR : Google Inc. (AMD) GL_RENDERER : ANGLE (AMD, AMD Radeon Graphics (radeonsi raphael_mendocino LLVM 19.1.7), OpenGL ES 3.2 Mesa 25.1.0-devel) GL_VERSION : OpenGL ES 2.0.0 (ANGLE 2.1.24802 git hash: 29e20d52bfe2) GL_EXTENSIONS : GL_AMD_performance_monitor GL_ANGLE_base_vertex_base_instance_shader_builtin GL_ANGLE_blob_cache GL_ANGLE_client_arrays GL_ANGLE_compressed_texture_etc GL_ANGLE_depth_texture GL_ANGLE_framebuffer_blit GL_ANGLE_framebuffer_multisample GL_ANGLE_get_serialized_context_string GL_ANGLE_get_tex_level_parameter GL_ANGLE_instanced_arrays GL_ANGLE_memory_size GL_ANGLE_program_binary_readiness_query GL_ANGLE_program_cache_control 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_translated_shader_source GL_ARB_sync GL_ARM_rgba8 GL_CHROMIUM_bind_generates_resource GL_CHROMIUM_bind_uniform_location GL_CHROMIUM_color_buffer_float_rgba GL_CHROMIUM_copy_texture GL_CHROMIUM_lose_context GL_CHROMIUM_sync_query GL_EXT_blend_func_extended GL_EXT_blend_minmax GL_EXT_clear_texture GL_EXT_clip_control GL_EXT_color_buffer_half_float GL_EXT_compressed_ETC1_RGB8_sub_texture GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_depth_clamp 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_instanced_arrays GL_EXT_map_buffer_range GL_EXT_memory_object GL_EXT_memory_object_fd GL_EXT_occlusion_query_boolean GL_EXT_polygon_offset_clamp 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_shadow_samplers GL_EXT_texture_border_clamp GL_EXT_texture_compression_bptc GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc_srgb GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_mirror_clamp_to_edge GL_EXT_texture_norm16 GL_EXT_texture_rg GL_EXT_texture_sRGB_decode GL_EXT_texture_storage GL_EXT_texture_type_2_10_10_10_REV GL_EXT_unpack_subimage GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_KHR_debug GL_KHR_parallel_shader_compile GL_KHR_robustness GL_KHR_texture_compression_astc_ldr GL_KHR_texture_compression_astc_sliced_3d GL_MESA_framebuffer_flip_y 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_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_sync 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_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_required_internalformat GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_surfaceless_context GL_OES_texture_3D GL_OES_texture_border_clamp 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 Disabled Extensions : GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent Disabled WebGL Extensions : Window system binding vendor : Google Inc. (AMD) Window system binding version : 1.5 (ANGLE 2.1.24802 git hash: 29e20d52bfe2) Window system binding extensions: EGL_EXT_create_context_robustness EGL_KHR_create_context EGL_KHR_image_base EGL_KHR_gl_colorspace EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_texture_3D_image EGL_KHR_gl_renderbuffer_image EGL_KHR_get_all_proc_addresses EGL_KHR_fence_sync EGL_KHR_wait_sync EGL_ANGLE_create_context_webgl_compatibility EGL_CHROMIUM_create_context_bind_generates_resource EGL_KHR_swap_buffers_with_damage 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_ANDROID_native_fence_sync EGL_ANGLE_create_context_backwards_compatible EGL_KHR_no_config_context EGL_KHR_create_context_no_error EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_KHR_reusable_sync EGL_ANGLE_external_context_and_surface EGL_ANGLE_context_virtualization EGL_ANGLE_memory_usage_report XDG_CURRENT_DESKTOP : GNOME XDG_SESSION_TYPE : wayland GDMSESSION : gnome Interfaces exposed by the Wayland compositor: wl_compositor:6 wl_shm:2 wl_output:4 zxdg_output_manager_v1:3 wl_data_device_manager:3 xdg_toplevel_drag_manager_v1:1 zwp_primary_selection_device_manager_v1:1 wl_subcompositor:1 xdg_wm_base:6 gtk_shell1:5 wp_viewporter:1 wp_fractional_scale_manager_v1:1 zwp_pointer_gestures_v1:3 zwp_tablet_manager_v2:1 wl_seat:8 zwp_relative_pointer_manager_v1:1 zwp_pointer_constraints_v1:1 zxdg_exporter_v2:1 zxdg_importer_v2:1 zxdg_exporter_v1:1 zxdg_importer_v1:1 wp_single_pixel_buffer_manager_v1:1 zwp_keyboard_shortcuts_inhibit_manager_v1:1 zwp_text_input_manager_v3:1 wp_presentation:1 xdg_activation_v1:1 zwp_idle_inhibit_manager_v1:1 wp_linux_drm_syncobj_manager_v1:1 xdg_wm_dialog_v1:1 xdg_system_bell_v1:1 wp_drm_lease_device_v1:1 wp_drm_lease_device_v1:1 wp_commit_timing_manager_v1:1 wp_fifo_manager_v1:1 zwp_linux_dmabuf_v1:5 wl_drm:2 Ozone platform : wayland Direct rendering version : unknown Reset notification strategy : 0x8252 GPU process crash count : 3 gfx::BufferFormats supported for allocation and texturing: R_8: supported, R_16: supported, RG_88: supported, RG_1616: supported, BGR_565: supported, RGBA_4444: supported, RGBX_8888: supported, RGBA_8888: supported, BGRX_8888: supported, BGRA_1010102: supported, RGBA_1010102: supported, BGRA_8888: supported, RGBA_F16: supported, YVU_420: not supported, YUV_420_BIPLANAR: not supported, YUVA_420_TRIPLANAR: supported, P010: not supported
Graphics Feature Status for Hardware GPU
Driver Bug Workarounds for Hardware GPU
Problems Detected for Hardware GPU
WebGPU has been disabled via blocklist or the command line. Disabled Features: webgpu
Accelerated video encode has been disabled, either via blocklist, about:flags or the command line. Disabled Features: video_encode
Linux ATI drivers crash on binding incomplete cube map texture to FBO: (http://crbug.com/518889 )
Applied Workarounds: force_cube_map_positive_x_allocation
Disable KHR_blend_equation_advanced until cc shaders are updated: (http://crbug.com/661715 )
Applied Workarounds: disable(GL_KHR_blend_equation_advanced),
disable(GL_KHR_blend_equation_advanced_coherent)
Software to Accelerated canvas update breaks Linux AMD: (http://crbug.com/710029 )
Applied Workarounds: disable_software_to_accelerated_canvas_upgrade
Force integer or srgb cube map texture complete on Linux AMD: (http://crbug.com/712117 )
Applied Workarounds: force_int_or_srgb_cube_texture_complete
Expose WebGL's disjoint_timer_query extensions on platforms with site isolation: (http://crbug.com/808744 ), (http://crbug.com/870491 )
Applied Workarounds: enable_webgl_timer_query_extensions
Some drivers can't recover after OUT_OF_MEM and context lost: (http://crbug.com/893177 )
Applied Workarounds: exit_on_context_lost
Log Messages
[102614:102614:0212/140332.681904:WARNING:sandbox_linux.cc(420)] : InitializeSandbox() called with multiple threads in process gpu-process. [102614:102614:0212/140332.684528:WARNING:viz_main_impl.cc(85)] : VizNullHypothesis is disabled (not a warning) [102614:102614:0212/140333.198304:ERROR:angle_platform_impl.cc(49)] : ImageEGL.cpp:112 (operator()): eglCreateImage failed with 0x00003009 [102614:102614:0212/140333.198646:ERROR:scoped_egl_image.cc(23)] : Failed to create EGLImage: EGL_SUCCESS [102614:102614:0212/140333.198877:ERROR:native_pixmap_egl_binding.cc(114)] : Unable to initialize binding from pixmap [102614:102614:0212/140333.199089:ERROR:ozone_image_backing.cc(319)] : OzoneImageBacking::ProduceSkiaGanesh failed to create GL representation [102614:102614:0212/140333.199289:ERROR:shared_image_manager.cc(408)] : SharedImageManager::ProduceSkia: Trying to produce a Skia representation from an incompatible backing: OzoneImageBacking [102614:102614:0212/140333.199573:ERROR:gpu_service_impl.cc(1182)] : Exiting GPU process because some drivers can't recover from errors. GPU process will restart shortly. GpuProcessHost: The GPU process exited with code 8704. [102777:102777:0212/140333.566646:WARNING:sandbox_linux.cc(420)] : InitializeSandbox() called with multiple threads in process gpu-process. [102777:102777:0212/140333.569116:WARNING:viz_main_impl.cc(85)] : VizNullHypothesis is disabled (not a warning) [102777:102777:0212/140333.973989:ERROR:angle_platform_impl.cc(49)] : ImageEGL.cpp:112 (operator()): eglCreateImage failed with 0x00003009 [102777:102777:0212/140333.974355:ERROR:scoped_egl_image.cc(23)] : Failed to create EGLImage: EGL_SUCCESS [102777:102777:0212/140333.974601:ERROR:native_pixmap_egl_binding.cc(114)] : Unable to initialize binding from pixmap [102777:102777:0212/140333.974967:ERROR:ozone_image_backing.cc(319)] : OzoneImageBacking::ProduceSkiaGanesh failed to create GL representation [102777:102777:0212/140333.975203:ERROR:shared_image_manager.cc(408)] : SharedImageManager::ProduceSkia: Trying to produce a Skia representation from an incompatible backing: OzoneImageBacking GpuProcessHost: The GPU process exited with code 8704. [102876:102876:0212/140334.429590:WARNING:sandbox_linux.cc(420)] : InitializeSandbox() called with multiple threads in process gpu-process. [102876:102876:0212/140334.431799:WARNING:viz_main_impl.cc(85)] : VizNullHypothesis is disabled (not a warning) [102876:102876:0212/140334.703423:ERROR:angle_platform_impl.cc(49)] : ImageEGL.cpp:112 (operator()): eglCreateImage failed with 0x00003009 [102876:102876:0212/140334.703757:ERROR:scoped_egl_image.cc(23)] : Failed to create EGLImage: EGL_SUCCESS [102876:102876:0212/140334.703990:ERROR:native_pixmap_egl_binding.cc(114)] : Unable to initialize binding from pixmap [102876:102876:0212/140334.704224:ERROR:ozone_image_backing.cc(319)] : OzoneImageBacking::ProduceSkiaGanesh failed to create GL representation [102876:102876:0212/140334.704458:ERROR:shared_image_manager.cc(408)] : SharedImageManager::ProduceSkia: Trying to produce a Skia representation from an incompatible backing: OzoneImageBacking GpuProcessHost: The GPU process exited with code 8704. [102943:102943:0212/140335.108463:WARNING:sandbox_linux.cc(420)] : InitializeSandbox() called with multiple threads in process gpu-process. [102943:102943:0212/140335.110448:WARNING:viz_main_impl.cc(85)] : VizNullHypothesis is disabled (not a warning) [102943:102943:0212/140335.219490:ERROR:gl_utils.cc(431)] : [.WebGL-0x262401b15400]GL Driver Message (OpenGL, Performance, GL_CLOSE_PATH_NV, High): GPU stall due to ReadPixels [102943:102943:0212/140335.274065:ERROR:gl_utils.cc(431)] : [.WebGL-0x262401b15400]GL Driver Message (OpenGL, Performance, GL_CLOSE_PATH_NV, High): GPU stall due to ReadPixels [102943:102943:0212/140335.299874:ERROR:gl_utils.cc(431)] : [.WebGL-0x262401b15400]GL Driver Message (OpenGL, Performance, GL_CLOSE_PATH_NV, High): GPU stall due to ReadPixels [102943:102943:0212/140420.205835:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0400006B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140420.291289:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0400006B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140420.303145:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0400006B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140420.339267:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0400006B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140420.359108:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0400006B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140420.368286:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0400006B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140421.671966:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0400206B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140422.904908:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0400206B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140422.914817:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0400206B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140422.951170:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0400206B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140422.959770:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0400206B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140425.870941:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0D00006B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140425.881468:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0D00006B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140425.895799:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0D00006B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140425.904139:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0D00006B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140426.483832:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0700006B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140426.500461:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0700006B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140426.541488:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0006100B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140426.552690:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0700006B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140428.713928:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0D00006B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140428.722890:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0D00006B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140428.749507:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0D00006B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140428.757957:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0D00006B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140431.399184:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0400206B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140431.407758:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0400206B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140431.459819:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0400206B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140431.468838:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0400206B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140431.487392:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0400206B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140431.496587:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0400206B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140431.524856:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0400206B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140431.535760:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0400206B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140431.636729:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0D00006B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140431.645376:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0400206B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140431.657969:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0400206B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140431.665545:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0400206B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140431.702603:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0400206B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140431.712610:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0400206B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140431.725669:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0400206B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140431.735032:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0400206B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140431.818942:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0D00006B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140431.827709:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0400206B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140431.886313:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0400206B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140431.904849:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0D00006B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140431.970810:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0400206B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140431.982014:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0400206B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140432.017593:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0400206B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140432.024739:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0400206B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140432.040714:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0400206B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140432.048443:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0400206B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140432.082556:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0400206B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140432.090707:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0400206B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140432.487734:ERROR:gl_display.cc(495)] : EGL Driver message (Error) eglCreateContext: Requested version is not supported [102943:102943:0212/140432.803299:ERROR:gl_display.cc(495)] : EGL Driver message (Error) eglCreateContext: Requested version is not supported [102943:102943:0212/140433.140075:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0400206B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140433.179814:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0400206B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140433.225788:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0400206B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140433.246965:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0400206B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140433.315776:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0400206B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140433.333008:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0400206B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140435.225236:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0700006B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140435.233857:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0700006B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140435.287588:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0700006B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140435.296294:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0700006B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140454.064153:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0D00006B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140454.072316:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0D00006B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140454.113316:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0D00006B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140454.132958:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0D00006B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140455.895148:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0D00006B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140455.902720:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0D00006B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140455.935774:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0D00006B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140455.943188:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0D00006B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/140651.909292:ERROR:gles2_cmd_decoder_passthrough.cc(1083)] : [GroupMarkerNotSet(crbug.com/242999)!:A0400206B41B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. [102943:102943:0212/141613.633255:ERROR:gl_display.cc(495)] : EGL Driver message (Error) eglCreateContext: Requested version is not supported [102943:102988:0212/141753.788728:ERROR:shared_image_manager.cc(509)] : SharedImageManager::ProduceMemory: Trying to Produce a Memory representation from a non-existent mailbox. [102943:102988:0212/141753.844398:ERROR:shared_image_manager.cc(509)] : SharedImageManager::ProduceMemory: Trying to Produce a Memory representation from a non-existent mailbox. [102943:102988:0212/141753.853783:ERROR:shared_image_manager.cc(509)] : SharedImageManager::ProduceMemory: Trying to Produce a Memory representation from a non-existent mailbox. [102943:102988:0212/141753.860474:ERROR:shared_image_manager.cc(509)] : SharedImageManager::ProduceMemory: Trying to Produce a Memory representation from a non-existent mailbox. [102943:102988:0212/141753.867442:ERROR:shared_image_manager.cc(509)] : SharedImageManager::ProduceMemory: Trying to Produce a Memory representation from a non-existent mailbox. [102943:102988:0212/142047.928256:ERROR:shared_image_manager.cc(509)] : SharedImageManager::ProduceMemory: Trying to Produce a Memory representation from a non-existent mailbox. [102943:102988:0212/142146.644965:ERROR:shared_image_manager.cc(509)] : SharedImageManager::ProduceMemory: Trying to Produce a Memory representation from a non-existent mailbox. [102943:102943:0212/142554.184198:ERROR:gl_display.cc(495)] : EGL Driver message (Error) eglCreateContext: Requested version is not supported
Additional Data
Category: Audio / Video
Chrome Channel: Not sure
Regression: N/A