1. bffc966 Add wgpuDeviceGetLimits. Split Required/Supported limit structs by Austin Eng · 3 years, 4 months ago
  2. 4935c14 Use WGPU_MIP_LEVEL_COUNT_UNDEFINED instead of 0 by jchen10 · 3 years, 4 months ago
  3. 088071a Add device ID and vendor ID to device properties by François Beaufort · 3 years, 4 months ago
  4. 77755b9 Remove deprecated wgpu::StoreOp::Clear by Corentin Wallez · 3 years, 4 months ago
  5. e2cc5d6 Remove deprecated texture usage names by Corentin Wallez · 3 years, 4 months ago
  6. c7203ba Remove deprecated ComputePipelineDescriptor.computeStage by Corentin Wallez · 3 years, 4 months ago
  7. 1ac4565 Remove deprecated RenderPass*Attachment.attachment by Corentin Wallez · 3 years, 4 months ago
  8. 96ac969 Use WGPU_ARRAY_LAYER_COUNT_UNDEFINED instead of 0 by jchen10 · 3 years, 4 months ago
  9. 02fbf16 Add validation, storage, and querying of limits by Austin Eng · 3 years, 4 months ago
  10. 2092a66 dawn_native: Add RequestDevice to the Adapter by Austin Eng · 3 years, 4 months ago
  11. 363c28e Remove typedefs for deprecated types. by Corentin Wallez · 3 years, 4 months ago
  12. 37a8649 Adds ASTC texture compression formats and Vulkan support for them. by Loko Kung · 3 years, 5 months ago
  13. 10b9cce Remove deprecated SetBlendColor and blend factors by Corentin Wallez · 3 years, 5 months ago chromium/4632
  14. c1bcbbf Add Labels For Pipelines and ShaderModule for D3D12/Vk by Brandon Jones · 3 years, 5 months ago
  15. c7226a7 Adds ETC2/EAC texture compression formats and Vulkan support for them by Loko Kung · 3 years, 5 months ago
  16. c1d3958 Adds placeholders for ETC2/ASTC compression texture format by Loko Kung · 3 years, 5 months ago
  17. da230e5 Remove typedefs for passed deprecations by Corentin Wallez · 3 years, 5 months ago
  18. c95e574 Add Debug Label Functionality For D3D12/Vk Buffers & Textures by Brandon Jones · 3 years, 5 months ago
  19. 27e17a6 Update deprecated TextureUsage flag names by Brandon Jones · 3 years, 5 months ago
  20. 9096fc2 Remove createRenderPipeline2 and GPURenderPipelineDescriptor2 by Brandon Jones · 3 years, 6 months ago
  21. f00c68a Adding APICopyTextureToTextureInternal by Juanmi · 3 years, 6 months ago
  22. 0eff598 Add chained DawnTextureInternalUsageDescriptor by Austin Eng · 3 years, 6 months ago
  23. ff6c9ca6 wgpu::InputStepMode -> VertexStepMode by Corentin Wallez · 3 years, 6 months ago chromium/4587
  24. 55a3897 Deprecated StoreOp::Clear in favor of Discard by Brandon Jones · 3 years, 7 months ago
  25. 55e08d5 CopyTextureForBrowser(): Support Alpha Ops by Yan, Shaobo · 3 years, 7 months ago
  26. 75f554d WireCmd: disallow optional members with length="otherMember" by Corentin Wallez · 3 years, 7 months ago
  27. 5173a02 Add invalidExtension in WGPUDeviceProperties by Hao Li · 3 years, 8 months ago
  28. 0d50a2c ComputePipelineDescriptor.computeStage->compute by Brandon Jones · 3 years, 8 months ago
  29. 11379a3 Add support for windows SwapChainPanel in SwapChain and Surface by 陈俊嘉 · 3 years, 8 months ago
  30. b44000e Add the user-visible logging interface. by Zhaoming Jiang · 3 years, 8 months ago
  31. 39633e2 Implement External Texture Binding Functionality by Brandon Jones · 3 years, 8 months ago chromium/4530
  32. 7e59470 Remove deprecated BindGroupLayoutEntry fields by Brandon Jones · 3 years, 8 months ago chromium/4516 chromium/4517
  33. 41c87d9 Removed deprecated CreateRenderPipeline path by Brandon Jones · 3 years, 8 months ago
  34. 4139fa5 Remove deprecated vertex formats by Brandon Jones · 3 years, 8 months ago
  35. a548578 Remove Fences by Brandon Jones · 3 years, 8 months ago
  36. 76e5a9f Remove deprecated API surface, Pt. 1 by Brandon Jones · 3 years, 8 months ago
  37. 83ae2ce Added offset and length to CompilationMessage by Brandon Jones · 3 years, 9 months ago
  38. 74326fe Add support for UWP CoreWindow in SwapChain and Surface by 陈俊嘉 · 3 years, 9 months ago
  39. 5e6a092 Deprecate renderpass color/depth .attachment by Brandon Jones · 3 years, 9 months ago
  40. 41b4c9d Add default to VertexState.bufferCount by Austin Eng · 3 years, 9 months ago
  41. 413dcf8 Rename setBlendColor->setBlendConstant by Brandon Jones · 3 years, 9 months ago
  42. 22b923c Updated BlendFactor enum to match spec by Brandon Jones · 3 years, 9 months ago
  43. 8a2c179 Remove dummy extension types by Brian Ho · 3 years, 10 months ago
  44. 5d2f204 Only allow CompareFunction::Undefined for samplerDesc.compare by Corentin Wallez · 3 years, 10 months ago
  45. 6f2bbe9 Implement GPUCompilationInfo by Brandon Jones · 3 years, 10 months ago
  46. 2cccd5a Add depth-clamping support for Metal by Brian Ho · 3 years, 10 months ago
  47. 0e92e9b Add GPUExternalTexture Types by Brandon Jones · 3 years, 10 months ago
  48. 6d0438c Add documentation for the codegen. by Corentin Wallez · 3 years, 10 months ago
  49. b00de7f API evolution GPUExtent3D.depth -> depthOrArrayLayers (Step 2) by shrekshao · 3 years, 10 months ago
  50. 8ac6a48 Make CreateRenderPipelineAsync use Descriptor2 by Corentin Wallez · 3 years, 10 months ago
  51. 6f9bc3a API evolution GPUExtent3D.depth -> depthOrArrayLayers (Step 1) by shrekshao · 3 years, 10 months ago
  52. 0702b70 Updating RenderPipelineDescriptor to the newest layout by Brandon Jones · 3 years, 11 months ago
  53. 8091584 Rename Buffer/TextureCopyView to ImageCopyBuffer/Texture. by Corentin Wallez · 3 years, 11 months ago
  54. a736d96 Make Extent3D::width non-optional. by Corentin Wallez · 3 years, 11 months ago
  55. e3f10e3 Updated VertexFormat enums by Brandon Jones · 4 years ago
  56. c093db2 Implement Queue::OnSubmittedWorkDone by Corentin Wallez · 4 years ago
  57. 2d3c2e3 Rename CreateReady*Pipeline to Create*PipelineAsync by Corentin Wallez · 4 years ago
  58. 536c7ae Generalize multi-aspect formats by Bryan Bernhart · 4 years ago
  59. 58a471a Add ability to generate typedefs from dawn.json by Brandon Jones · 4 years ago
  60. 14a2398 D3D12: Support per plane views with NV12 textures by Bryan Bernhart · 4 years ago
  61. 6d315da Device: Deprecated GetDefaultQueue in favor of ::GetQueue() by Corentin Wallez · 4 years ago
  62. fc441f9 Make wgpu::BindGroupLayoutEntry extensible by Corentin Wallez · 4 years ago
  63. b3177d4 Make SamplerDescriptor optional in CreateSampler by shrekshao · 4 years ago
  64. f8c5e4a Add maxAnisotropy to GPUSamplerDescriptor by shrekshao · 4 years, 1 month ago
  65. cf820d7 Rename STRIDE_UNDEFINED to COPY_STRIDE_UNDEFINED by Kai Ninomiya · 4 years, 1 month ago
  66. b35ae00 Fix erroneous validation logic for BindGroupLayoutEntry by Brandon Jones · 4 years, 1 month ago
  67. 9c52c299 Updating BindGroupLayoutEntry interface to match latest spec by Brandon Jones · 4 years, 1 month ago
  68. bb913a9 CopyTextureForBrowser: Support flipY option by Yan, Shaobo · 4 years, 2 months ago
  69. 441f10a Remove deprecated BindGroupLayout options. by Corentin Wallez · 4 years, 2 months ago
  70. 5fad85b Remove deprecated SetIndexBuffer (without format). by Corentin Wallez · 4 years, 2 months ago
  71. 01e4450 Query API: Non Precise Occlusion Query by Hao Li · 4 years, 2 months ago
  72. 464aaeb Add InjectValidationError to command encoder by Austin Eng · 4 years, 2 months ago
  73. 16036cf Add WGPU_STRIDE_UNDEFINED and update bytesPerRow/rowsPerImage validation by Kai Ninomiya · 4 years, 3 months ago
  74. 9d6265b Fix examples when using the wire. by Corentin Wallez · 4 years, 3 months ago
  75. db8766b Support internal pipelines for Dawn by Yan, Shaobo · 4 years, 3 months ago
  76. b0789fd Fix RPDesc::occlusionQuerySet not defaulting to nullptr by Corentin Wallez · 4 years, 3 months ago
  77. 6b08781 s/OutputAttachment/RenderAttachment/g by Corentin Wallez · 4 years, 3 months ago
  78. 42103bc Fix crash when device is removed before CreateReady*Pipeline callback by Jiawei Shao · 4 years, 3 months ago
  79. 03e1400 Add the entry point of CreateReadyRenderPipeline by Jiawei Shao · 4 years, 3 months ago
  80. ae5f950 Add the entry point of CreateReadyComputePipeline by Jiawei Shao · 4 years, 3 months ago
  81. 2931c42 Make wgpu::Extent3D default to {1, 1, 1}. by Corentin Wallez · 4 years, 3 months ago
  82. 4196a54 Add wgpu::TextureComponentType::DepthComparison by Corentin Wallez · 4 years, 3 months ago
  83. 73b7022 dawn.json: Expose the driver version in the adapter. by Corentin Wallez · 4 years, 3 months ago
  84. ed2b465 Report more detailed error information for the failures of mapAsync by Jiawei Shao · 4 years, 4 months ago
  85. a46737c Add wgpu::BindingType::MultisampledTexture by Corentin Wallez · 4 years, 4 months ago
  86. 670858d Change wgpu::Color from floats to doubles by Brandon Jones · 4 years, 4 months ago
  87. c01b264 Remove wgpu::BindingType::StorageTexture by Corentin Wallez · 4 years, 4 months ago
  88. 498d5ea Rename BC6HRGBSfloat to BC6HRGBFloat by Corentin Wallez · 4 years, 4 months ago
  89. 8575cb3 Add setIndexBufferWithFormat method by Brandon Jones · 4 years, 5 months ago
  90. f7123d7 Remove MapRead/WriteAsync and CreateBufferMapped by Corentin Wallez · 4 years, 5 months ago
  91. 2f6e4ec Add wgpu::TextureFormat::RGB9E5Ufloat by Corentin Wallez · 4 years, 5 months ago
  92. 24b5971 Remove deprecated wgpu::BufferCopyView members by Corentin Wallez · 4 years, 5 months ago
  93. 13f3340 Remove wgpu::Buffer::SetSubData by Corentin Wallez · 4 years, 5 months ago
  94. e236f7d Remove deprecated array layer descriptor members by Corentin Wallez · 4 years, 5 months ago
  95. 0d9fce1 Add texture aspect to texture copy view and validation tests by Austin Eng · 4 years, 6 months ago
  96. 3ed44f5 dawn.json: Noop argument rename for mapAsync by Corentin Wallez · 4 years, 6 months ago
  97. f6e7044 Add offset and size to Get[Const]MappedRange. by Corentin Wallez · 4 years, 6 months ago
  98. 5c89c8d Query API: ResolveQuerySet by Hao Li · 4 years, 6 months ago
  99. 1b9b53a dawn.json: Noop fixup for writeTexture. by Corentin Wallez · 4 years, 6 months ago
  100. 9da11c9 Fixes for Emscripten generators by Kai Ninomiya · 4 years, 6 months ago