0
Files
src/gpu/command_buffer
Le Hoang Quyen d6b83d7635 Graphite: defer sending D3D11 commands to GPU.
Enable a toggle that tells Dawn to delay sending the commands to GPU
until the end of a frame where the swapbuffers is called.

This helps batching the commands and reducing the number of GPU
submissions to 1 per frame in most cases.

Bug: 377716220
Change-Id: Ic201abe18c84fbedf6005390a676cb5b4d0cb150
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6532447
Reviewed-by: Colin Blundell <blundell@chromium.org>
Commit-Queue: Quyen Le <lehoangquyen@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1458771}
2025-05-12 05:21:20 -07:00
..