aboutsummaryrefslogtreecommitdiffstats
path: root/components/webgpu/wgpu_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* webgpu: destroy GPUTexture without erroring (#33534)Samson2024-09-251-6/+2
* reuse ImageKey for gpucanvascontext (#33517)Samson2024-09-221-13/+6
* chore: Update wgpu (#33506)Samson2024-09-211-84/+69
* webgpu: Factor out swapchain to separate file (#33367)Samson2024-09-091-230/+32
* webgpu: Clean up `GPUCommandEncoders` and add some validation (#33223)Samson2024-08-301-17/+8
* Update wgpu (#33209)Samson2024-08-271-168/+171
* webgpu: Sync `GPUBuffer` (#33154)Samson2024-08-271-27/+24
* webgpu: Align `writeBuffer` with spec (#33147)Samson2024-08-211-1/+0
* Update wgpu (#32981)Samson2024-08-081-5/+5
* webgpu: Implement proper async pipeline creation and GPUPipelineError (#32636)Samson2024-08-081-11/+70
* separate Queue&Device Id (#32966)Samson2024-08-081-9/+18
* webgpu: Use wgpu's instead of string errors and update limits handling (#32925)Samson2024-08-041-29/+26
* webgpu: Update wgpu to 22.0 (#32827)Samson2024-07-251-12/+19
* Remove failure breaks from webgpu thread (#32814)Samson2024-07-201-5/+1
* fix a couple of simple clipy warnings (#32813)Rodion Borovyk2024-07-191-5/+5
* Less nesting in webgpu response (#32799)Samson2024-07-171-91/+86
* webgpu: Update wgpu and revamp RenderPass (#32665)Samson2024-07-041-25/+147
* webgpu: Implement ShaderCompilationInfo (#32642)Samson2024-07-021-3/+11
* webgpu: Update wgpu and revamp computepass (#32575)Samson2024-06-281-38/+147
* Proper GPUDevice cleanup (#32520)Samson2024-06-201-26/+50
* webgpu: Implement device lost (#32354)Samson2024-06-171-20/+54
* webgpu: Parse and forward backend prefs to wgpu (#32410)Hieu Do2024-05-311-2/+14
* clippy: Fix warnings in `components/webgpu/wgpu_thread.rs` (#32392)Farid2024-05-311-30/+25
* webgpu: Move errorscopes to WGPU thread (#32304)Samson2024-05-221-100/+175
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* webgpu: Use WGPU poller thread for poll_all_devices (#32266)Samson2024-05-151-21/+21
* webgpu: Refactor webgpu crate (#32255)Samson2024-05-081-0/+1088