- 441f10a Remove deprecated BindGroupLayout options. by Corentin Wallez · 4 years, 4 months ago
- 5fad85b Remove deprecated SetIndexBuffer (without format). by Corentin Wallez · 4 years, 4 months ago
- b38a9c3 Add end2end tests flags --enable-toggles and --disable-toggles by Austin Eng · 4 years, 5 months ago
- 2bb8035 Integrate deprecation testing into DawnTestBase by Kai Ninomiya · 4 years, 5 months ago
- 4196a54 Add wgpu::TextureComponentType::DepthComparison by Corentin Wallez · 4 years, 6 months ago
- a46737c Add wgpu::BindingType::MultisampledTexture by Corentin Wallez · 4 years, 6 months ago
- 8575cb3 Add setIndexBufferWithFormat method by Brandon Jones · 4 years, 7 months ago
- 24b5971 Remove deprecated wgpu::BufferCopyView members by Corentin Wallez · 4 years, 8 months ago
- 13f3340 Remove wgpu::Buffer::SetSubData by Corentin Wallez · 4 years, 8 months ago
- e236f7d Remove deprecated array layer descriptor members by Corentin Wallez · 4 years, 8 months ago
- 7ce4924 Fixing linear texture data validation on bytesPerRow by Tomek Ponitka · 4 years, 8 months ago
- eac38cf Fixing a deprecated arrayLayer value inside Queue::WriteTexture by Tomek Ponitka · 4 years, 8 months ago
- 8c201df Allow arrayLayerCount=0 during the deprecation period. by Corentin Wallez · 4 years, 8 months ago
- 3e6db22 Add BufferCopyView.layout and deprecate old fields by Kai Ninomiya · 4 years, 9 months ago
- 984493d Deprecate TextureCopyView::arrayLayer -> origin.z by Corentin Wallez · 4 years, 10 months ago
- 4234d78 Deprecate TextureDescriptor::arrayLayerCount -> size.depth by Corentin Wallez · 4 years, 10 months ago
- 47a3341 Deprecate Buffer::SetSubData in favor of Queue::WriteBuffer by Corentin Wallez · 4 years, 10 months ago
- 40dc5d3 Cleanup: Remove unnecessary TestSetUp overload by Austin Eng · 4 years, 11 months ago
- ecabfe8 Remove wgpu::BufferCopyView::rowPitch/imageHeight by Corentin Wallez · 5 years ago
- 2eca22f Remove ShaderModule::code/codeSize by Corentin Wallez · 5 years ago
- 4376552 Remove wgpu::Device::CreateQueue by Corentin Wallez · 5 years ago
- b761fe1 Remove wgpu::BindGroupLayoutEntry::textureDimension by Corentin Wallez · 5 years ago
- 84ae2bf Remove deprecated "Binding" types and members by Corentin Wallez · 5 years ago
- f70db58 Fix MSVC compilation. by Felix Maier · 5 years ago
- cdf2d8d Deprecate BufferCopyView.rowPitch/imageHeight -> bytesPerRow/rowsPerImage by Corentin Wallez · 5 years ago
- 6420092 Reland "Slab-allocate VkDescriptorSets" by Austin Eng · 5 years ago
- 7e972be Revert "Slab-allocate VkDescriptorSets" by Corentin Wallez · 5 years ago
- 96c4019 Slab-allocate VkDescriptorSets by Austin Eng · 5 years ago
- fee2783 Deprecate ShaderModuleDescriptor.code in favor of chained descriptor by Corentin Wallez · 5 years ago
- 3966eb1 Deprecate BG[L]Desc::binding[s|Count] in favor of entr[ies|yCount] by Corentin Wallez · 5 years ago
- 98334df Deprecate BGLEntry::textureDimension in favor of viewDimension by Corentin Wallez · 5 years ago
- 8a43794 Introduce Device::GetDefaultQueue and deprecate CreateQueue by Corentin Wallez · 5 years ago