aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/gpuqueue.rs
Commit message (Expand)AuthorAgeFilesLines
* Various CanGc fixes (#33800)webbeef2024-10-111-1/+7
* chore: Update wgpu (#33506)Samson2024-09-211-1/+0
* webgpu: Move actual Create* implementations from `GPUDevice` to Self (#33320)Samson2024-09-051-1/+0
* Transform convert_* functions in gpuconvert.rs to From/TryFrom implementation...Taym Haddadi2024-09-041-4/+4
* webgpu: Clean up `GPUCommandEncoders` and add some validation (#33223)Samson2024-08-301-6/+3
* webgpu: Sync `GPUBuffer` (#33154)Samson2024-08-271-16/+1
* webgpu: Align `writeBuffer` with spec (#33147)Samson2024-08-211-9/+21
* separate Queue&Device Id (#32966)Samson2024-08-081-0/+8
* Less nesting in webgpu response (#32799)Samson2024-07-171-6/+2
* webgpu: Move errorscopes to WGPU thread (#32304)Samson2024-05-221-38/+30
* webgpu: Refactor webgpu crate (#32255)Samson2024-05-081-2/+1
* webgpu: Implement onSubmittedWorkDone (#31772)Samson2024-04-041-2/+41
* changed `match` to 'matches!' (#31850)Aarya Khandelwal2024-03-251-4/+3
* Move convert_* functions into gpuconvert.rs (#31521)eri2024-03-061-2/+5
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-5/+5
* Codegen support multiple interfaces in single webidl file & WebGPU single web...Samson2023-09-301-6/+4
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-7/+8
* Upgrade whole webgpu stack (#29795)Samson2023-08-201-12/+13
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+2
* Use Device limits and features provided by userKunal Mohan2020-09-231-7/+12
* Change ErrorScopeId type to NonZeroU64Kunal Mohan2020-08-031-19/+25
* Report errors from void returning operationsKunal Mohan2020-08-011-4/+21
* Implement GPUCommandEncoder.copy commandsKunal Mohan2020-07-211-27/+8
* Update GPUObjectBase webidl and cleanup valid flagsKunal Mohan2020-07-201-7/+6
* Implement GPUQueue.writeBuffer and GPUQueue.writeTextureKunal Mohan2020-07-041-2/+112
* Implement GPUBuffer.mapAsync and update wgpu-coreKunal Mohan2020-06-271-1/+1
* Update wgpu-core and wgpu-typesKunal Mohan2020-06-041-2/+2
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-6/+2
* Fixing some style related issues in WebGPU.Istvan Miklos2020-02-271-2/+5
* Initial implementation of GPUQueueZakor2020-02-131-0/+73