servo/components/webgpu
sagudev c8132137cd
webgpu: Use compositor_api instead of webrender_api (#37713)
webgpu currently sends updates WebRender directly via WebRender API
(same as webgl that I also plan to reform). 2D canvas uses Compositor
API for that and with this PR so does webgpu. This will be helpful for
#35733, where compositor must know state of image updates.

Testing: WebGPU CTS run:
https://github.com/sagudev/servo/actions/runs/15895299748

Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
2025-06-26 10:12:29 +00:00
..
Cargo.toml pixels: Move Snapshot and related data structures to pixels (#37590) 2025-06-20 14:47:06 +00:00
lib.rs webgpu: Use compositor_api instead of webrender_api (#37713) 2025-06-26 10:12:29 +00:00
poll_thread.rs tidy: Fix rustdoc warnings and add a tidy check for a common URL issue (#33366) 2024-09-08 15:04:19 +00:00
swapchain.rs webgpu: Use compositor_api instead of webrender_api (#37713) 2025-06-26 10:12:29 +00:00
wgpu_thread.rs webgpu: Use compositor_api instead of webrender_api (#37713) 2025-06-26 10:12:29 +00:00