| commit | 006a88d7902990763e6af18e9c20d6e96e13a88f | [log] [tgz] |
|---|---|---|
| author | Saifuddin Hitawala <hitawala@chromium.org> | Tue Jun 03 22:44:41 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 03 22:44:41 2025 |
| tree | 8295f6acaa4dc38c6e752cf19b240dddb3c28602 | |
| parent | 9d3dcd52c6c1c7a29aae12681c0944b8675d42d7 [diff] |
[gpu] Remove DumpWithoutCrashing for D3D11 NV12 texture creation We added DumpWithoutCrashing to investigate cases where client gets D3D11 backing factory but fails texture creation for NV12 textures due to sizes that are too large. We found that media's GMBVideoFramePool [1] is the client where the shared image is created for video frame and has a large size. Ideally we should query for a max texture size that is supported by d3d11 for NV12 format and store it in shared image caps but this is very platform dependent and not so straight-forward. This change remove the added crash keys and dumps. [1] https://source.chromium.org/chromium/chromium/src/+/main:media/video/gpu_memory_buffer_video_frame_pool.cc;drc=6099daedae9edf5b9ccbfb8267e108aaaf87371b;l=1243 Bug: 374461672 Change-Id: I6e56022a6272c163d57fecc205884bfa5a7969ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6617144 Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> Commit-Queue: Saifuddin Hitawala <hitawala@chromium.org> Cr-Commit-Position: refs/heads/main@{#1469019}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.