commit | 5768d7d2fa4dba2a5fdbaf0d93bddda88b882aae | [log][tgz] |
---|---|---|
author | Colin Blundell <blundell@chromium.org> | Tue Jul 08 00:08:09 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 08 00:08:09 2025 |
tree | 22ee410b0ca045ad37043488e15930bc91f2d8c8 | |
parent | f714219fd8b4b2b4e3c99fc3f59591c22de8d379[diff] |
[M138] [Blink] Fix WebGL TransferToImageBitmap() with SW compositingOriginal change's description:> [Blink] Fix WebGL TransferToImageBitmap() with SW compositing> > Followup to [1]: We need to ensure that the drawing buffer has its> metadata updated to mark the fact that the back buffer has conceptually> been "exported" as is done with GPU compositing. This mirrors what is> done when preparing a TransferableResource for use with the SW> compositor [2].> > [1]https://chromium-review.googlesource.com/c/chromium/src/+/6689314> [2]https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/platform/graphics/gpu/drawing_buffer.cc;l=477-480;drc=8890f41fc29f27f35837eeeb43fa97d7d999e279> > Bug: 428198855> Change-Id:Ic7c5873c83317dcfdd5361cde7eff68f80a6ce65> Reviewed-on:https://chromium-review.googlesource.com/c/chromium/src/+/6702296> Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org>> Commit-Queue: Colin Blundell <blundell@chromium.org>> Cr-Commit-Position: refs/heads/main@{#1482301}Bug: 429536514,428198855Change-Id:Ic7c5873c83317dcfdd5361cde7eff68f80a6ce65Reviewed-on:https://chromium-review.googlesource.com/c/chromium/src/+/6710743Auto-Submit: Chrome Cherry Picker <chrome-cherry-picker@chops-service-accounts.iam.gserviceaccount.com>Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>Cr-Commit-Position: refs/branch-heads/7204@{#1977}Cr-Branched-From: d5de512dc9dc8ddfe4e6d71b0637578bb6158683-refs/heads/main@{#1465706}
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 ishttps://www.chromium.org.
To check out the source code locally, don't usegit clone
! Instead, followthe instructions on how to get the code.
Documentation in the source is rooted indocs/README.md.
Learn how toGet 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 athttps://crbug.com/new.