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