aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/gputexture.rs
Commit message (Expand)AuthorAgeFilesLines
* Move script gpu files into webgpu folder (#34415)atbrakhi2024-11-281-285/+0
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* webgpu: renovate gpucanvascontext and webgpu presentation to match the spec (...Samson2024-10-011-15/+2
* webgpu: destroy GPUTexture without erroring (#33534)Samson2024-09-251-14/+5
* chore: Update wgpu (#33506)Samson2024-09-211-8/+2
* Move convert_label to Into implementation (#33348)Taym Haddadi2024-09-061-3/+2
* webgpu: Move actual Create* implementations from `GPUDevice` to Self (#33320)Samson2024-09-051-2/+55
* Transform convert_* functions in gpuconvert.rs to From/TryFrom implementation...Taym Haddadi2024-09-041-2/+2
* webgpu: Clean up `GPUCommandEncoders` and add some validation (#33223)Samson2024-08-301-6/+7
* webgpu: Sync various parts of spec (#33009)Samson2024-08-191-8/+53
* webgpu: Remove mutex around Identities (#32682)派卡 (pi-cla)2024-07-031-1/+0
* webgpu: Move errorscopes to WGPU thread (#32304)Samson2024-05-221-25/+15
* webgpu: Refactor webgpu crate (#32255)Samson2024-05-081-3/+2
* webgpu: Update wgpu to 0.19 (#31995)Samson2024-04-261-6/+21
* clippy: Allow `too_many_arguments` for existing functions (#31974)eri2024-04-021-0/+2
* clippy: Fix needless borrow warnings (#31813)Oluwatobi Sofela2024-03-211-1/+1
* Move convert_* functions into gpuconvert.rs (#31521)eri2024-03-061-2/+3
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-4/+4
* Codegen support multiple interfaces in single webidl file & WebGPU single web...Samson2023-09-301-5/+3
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-7/+8
* Upgrade whole webgpu stack (#29795)Samson2023-08-201-29/+19
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+2
* Prevent redundant texture and buffer destroy callsKunal Mohan2020-08-251-0/+7
* update wgpu and some cleanupKunal Mohan2020-08-171-11/+6
* update wgpuKunal Mohan2020-08-161-23/+10
* Register invalid resources separatelyKunal Mohan2020-08-061-21/+45
* update wgpuKunal Mohan2020-08-061-2/+3
* Change ErrorScopeId type to NonZeroU64Kunal Mohan2020-08-031-7/+9
* Refactor and improve GPUErrorScopesKunal Mohan2020-07-301-19/+15
* Implement GPURenderBundleEncoder and GPURenderBundleKunal Mohan2020-07-241-2/+10
* Update GPUObjectBase webidl and cleanup valid flagsKunal Mohan2020-07-201-16/+11
* Implement GPUQueue.writeBuffer and GPUQueue.writeTextureKunal Mohan2020-07-041-0/+4
* Remove validation for GPUBindGroup, GPUBindGroupLayout, GPUPipelineLayoutKunal Mohan2020-06-191-9/+1
* Update wgpu-core and wgpu-typesKunal Mohan2020-06-191-27/+1
* Add GPUSampler and GPUTextureView to BindingResourceKunal Mohan2020-06-171-17/+56
* Implement GPUSwapChain and GPUCanvasContext and interface with WebrenderKunal Mohan2020-06-131-0/+6
* Update wgpu-core and wgpu-typesKunal Mohan2020-06-041-2/+2
* Implement GPUTexture and GPUTextureViewKunal Mohan2020-06-011-0/+188