aboutsummaryrefslogtreecommitdiffstats
path: root/components/webgpu/ipc_messages
Commit message (Expand)AuthorAgeFilesLines
* webgpu: Add a `webgpu_traits` crate (#36320)Martin Robinson2025-04-044-498/+0
* webgpu: leverage routed_promise in calls returning promises (#35859)webbeef2025-03-232-30/+25
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-3/+3
* webgpu: implement get image for webgpu canvas (#35237)Samson2025-01-311-0/+5
* chore: Update wgpu and fix webgpu pref (#35020)Samson2025-01-161-2/+0
* Update wgpu to trunk (#34607)Samson2024-12-131-9/+9
* Upgrade Rust to 1.82.0 (#34592)Jonathan Schwender2024-12-121-0/+2
* Only send mapping back on unmap when MapMode = WRITE (#34054)Samson2024-10-291-5/+3
* webgpu: renovate gpucanvascontext and webgpu presentation to match the spec (...Samson2024-10-011-16/+31
* webgpu: destroy GPUTexture without erroring (#33534)Samson2024-09-251-4/+1
* reuse ImageKey for gpucanvascontext (#33517)Samson2024-09-221-2/+2
* chore: Update wgpu (#33506)Samson2024-09-211-3/+2
* webgpu: Factor out swapchain to separate file (#33367)Samson2024-09-091-7/+9
* webgpu: Clean up `GPUCommandEncoders` and add some validation (#33223)Samson2024-08-301-11/+6
* webgpu: Sync `GPUBuffer` (#33154)Samson2024-08-272-3/+12
* webgpu: Implement proper async pipeline creation and GPUPipelineError (#32636)Samson2024-08-082-1/+26
* separate Queue&Device Id (#32966)Samson2024-08-081-0/+6
* webgpu: Use wgpu's instead of string errors and update limits handling (#32925)Samson2024-08-041-11/+11
* webgpu: Update wgpu to 22.0 (#32827)Samson2024-07-251-1/+1
* Less nesting in webgpu response (#32799)Samson2024-07-172-22/+29
* webgpu: Divide message code into separate files (#32700)Samson2024-07-124-0/+445