1. 943a1a2 Add SwapChain::GetCurrentTexture by Corentin Wallez · 1 year, 7 months ago
  2. 06294ba Add wgpu::RenderBundle::SetLabel by Corentin Wallez · 1 year, 7 months ago
  3. daffe42 Implement device.CreateErrorShaderModule() by Jiawei Shao · 1 year, 7 months ago
  4. 47245bc Remove wgpu::TextureUsage::Present by Corentin Wallez · 1 year, 7 months ago
  5. 047bca4 dawn.json: add tags to not expose Dawn-specificities upstream. by Corentin Wallez · 1 year, 7 months ago
  6. 9fb0eed Implements float32-filterable feature. by Loko Kung · 1 year, 7 months ago
  7. 112b7fd Allow device lost callback to be passed at creation by Brandon Jones · 1 year, 7 months ago
  8. 14ed533 Updates DawnInstanceDescriptor to pass in the Platform. by Loko Kung · 1 year, 7 months ago
  9. 9924426 Unset vertex buffer: validations and unittests by Yunchao He · 1 year, 7 months ago
  10. b9e1271 Add FeatureLevel to AdapterBase; implement Compat. by Stephen White · 1 year, 7 months ago
  11. 8cb4581 Remove WGPUBufferMapAsyncStatus error by François Beaufort · 1 year, 8 months ago
  12. b27e2bf Adds generation for WGSL descriptor to rename source->code. by Loko Kung · 1 year, 8 months ago
  13. 7b82609 Make TextureComponentType an internal enum by Austin Eng · 1 year, 8 months ago chromium/5747
  14. 4e9ebef Deprecates PopErrorScope returning a bool. by Loko Kung · 1 year, 8 months ago
  15. ad571cf Add new errors to WGPUBufferMapAsyncStatusStatus by François Beaufort · 1 year, 8 months ago
  16. a406959 Add transient attachments and initial Metal support by Colin Blundell · 1 year, 8 months ago
  17. aae9f6b Fully deprecates DawnTogglesDeviceDescriptor. by Loko Kung · 1 year, 8 months ago
  18. abfa45b Deprecates use of filter mode for mipmap filters. by Loko Kung · 1 year, 8 months ago
  19. d2aaf76 Removes maxFragmentCombinedOutputResources limit and tests. by Loko Kung · 1 year, 8 months ago
  20. 89c89b7 Removes deprecation period code for renamed APIs (i.e. endPass/dispatch) by Loko Kung · 1 year, 8 months ago
  21. 3355731 Add Device::GetSupportedSurfaceUsage() method. by Le Hoang Quyen · 1 year, 8 months ago
  22. 087deed dawn.json: remove leftovers from implementation-based swapchains. by Corentin Wallez · 1 year, 8 months ago
  23. 7971bfe Add an option to enable implicit device synchronization. by Le Hoang Quyen · 1 year, 8 months ago
  24. a67bbe8 Remove WGPU_STRIDE_UNDEFINED by Corentin Wallez · 1 year, 8 months ago
  25. 99b8081 Add AdapterBase::APIGetInstance by Le Hoang Quyen · 1 year, 9 months ago
  26. 8150d1c Add natural size in imageCopyExternalTexture by Yan,Shaobo · 1 year, 9 months ago
  27. 69e1c4b DawnNative: implement Instance::ProcessEvents by Le Hoang Quyen · 1 year, 9 months ago
  28. 4f98dd4 Add maxFragmentCombinedOutputResources and validation for it. by Loko Kung · 1 year, 9 months ago
  29. c2657b2 Dawn: Promote DisallowUnsafeAPIs as instance toggle by Zhaoming Jiang · 1 year, 9 months ago
  30. f53010c Mark wgpu::TextureComponentType as Dawn-specific. by Corentin Wallez · 1 year, 10 months ago
  31. 9754bc4 Make properties required by Takahiro · 1 year, 10 months ago
  32. e958db0 Add ExternalTexture::Refresh() and ExternalTexture::Expire() by Yan,Shaobo · 1 year, 10 months ago
  33. c713005 Reland "Remove wgpu::CreatePipelineAsyncStatus::Error" by Corentin Wallez · 1 year, 10 months ago
  34. 32cb509 Revert "Remove wgpu::CreatePipelineAsyncStatus::Error" by Corentin Wallez · 1 year, 10 months ago chromium/5603
  35. 9fafbc0 Remove wgpu::CreatePipelineAsyncStatus::Error by Corentin Wallez · 1 year, 10 months ago
  36. f5cee3f Enable the optional feature bgra8unorm-storage on Metal by Jiawei Shao · 1 year, 10 months ago
  37. 0bf516b Remove clearColor, clearDepth, and clearStencil from dawn.json. by Loko Kung · 1 year, 10 months ago
  38. e4b4c47 dawn.json: split pipeline async status error by Corentin Wallez · 1 year, 10 months ago
  39. 132d8c7 Add flag to disable derivative_uniformity for SPIR-V ingestion by James Price · 1 year, 11 months ago
  40. a12ff9a Dawn: Deprecate DawnTogglesDeviceDescriptor with DawnTogglesDescriptor by Zhaoming Jiang · 1 year, 11 months ago
  41. 0963142 Add wgpu::Device::ValidateTextureDescriptor by Corentin Wallez · 1 year, 11 months ago
  42. f7beb85 Count the line pos, offset and size of compilation message in UTF-16 by Jiawei Shao · 2 years ago
  43. 713cd86 Change External Texture Crop Parameters by Brandon Jones · 2 years ago
  44. 915e55a Add Buffer.GetMapState() by Takahiro · 2 years ago
  45. 183df9d Implement External Texture Crop Functionality by Brandon Jones · 2 years ago
  46. e70563a Implements maxColorAttachmentBytesPerSample by Loko Kung · 2 years ago
  47. 85ceb08 Add ExternalTexture Rotate and FlipY Functionality by Brandon Jones · 2 years, 1 month ago
  48. 806c583 Wire: Make validation error prior to OOM if mappedAtCreation == false by Jiawei Shao · 2 years, 1 month ago
  49. e8dd681 Provide origin info for ExternalTexture by Yan,Shaobo · 2 years, 1 month ago
  50. 74f6bc7 Move timestamp query inside compute/render passes to new feature by Li Hao · 2 years, 2 months ago chromium/5387
  51. b4d8c80 Reland "Add CopyExternalTextureForBrowser()" by Yan,Shaobo · 2 years, 2 months ago
  52. f4baf27 Revert "Add CopyExternalTextureForBrowser()" by dan sinclair · 2 years, 2 months ago
  53. f392c38 Add CopyExternalTextureForBrowser() by Yan,Shaobo · 2 years, 2 months ago
  54. 96a0bd5 Add visibleRect to ExternalTextureDescriptor by Yan,Shaobo · 2 years, 2 months ago chromium/5379
  55. 873df0a webgpu.h: bundlesCount -> bundleCount by Corentin Wallez · 2 years, 3 months ago chromium/5333
  56. d1a5f93 Add maxBufferSize limit by shrekshao · 2 years, 3 months ago
  57. f304f25 Dawn: fix default value of size in BindGroupEntry by Zhaoming Jiang · 2 years, 3 months ago
  58. 5a0f8d3 Support optional query on adapter power preference by Jiawei Shao · 2 years, 3 months ago
  59. d4dd547 Implement "rg11b10ufloat-renderable" feature by Takahiro · 2 years, 3 months ago chromium/5317
  60. 773800b Reland "Implement maxBindingsPerBindGroup limit" by Brandon Jones · 2 years, 3 months ago
  61. 7ca82ac dawn: Refactor device creation and add shader-f16 feature by Zhaoming Jiang · 2 years, 3 months ago
  62. 567f068 Add the "internal" error type by Brandon Jones · 2 years, 3 months ago chromium/5288
  63. 2b0fce7 Revert "Implement maxBindingsPerBindGroup limit" by Brandon Jones · 2 years, 3 months ago
  64. 4d67a88 Implement maxBindingsPerBindGroup limit by Brandon Jones · 2 years, 4 months ago
  65. 3a53edc Promote LoseForTesting to ForceLoss device so that user agents can use. by Loko Kung · 2 years, 4 months ago
  66. bf32435 Add DeviceBase::APIGetAdapter by Austin Eng · 2 years, 4 months ago
  67. 9ec183e Update VertexStepMode::VertexBufferNotUsed jsrepr to undefined by Shrek Shao · 2 years, 5 months ago
  68. 1260a53 Mark descriptor/options as optional for requestDevice/Adapter by Corentin Wallez · 2 years, 5 months ago
  69. 256e026 dawn: Add Device::CreateErrorTexture(desc) by Corentin Wallez · 2 years, 5 months ago chromium/5193
  70. 8d73198 Remove depth-clamping and add depth-clip-control feature by Austin Eng · 2 years, 5 months ago
  71. a45561b dawn.json: Add the "chain roots" data for chained structs. by Corentin Wallez · 2 years, 5 months ago
  72. a3f4a32 Add clear alpha to one step to copy texture for browser by shrekshao · 2 years, 5 months ago
  73. c6cbcdb Add internal usage for copyTextureForBrowser by shrekshao · 2 years, 5 months ago
  74. 831296d Implement RenderPassDescriptor.maxDrawCount by Takahiro · 2 years, 6 months ago
  75. 7ce3c2d Add Device.CreateErrorExternalTexture() by Yan,Shaobo · 2 years, 6 months ago
  76. 431c7a4 Add maxInterStageShaderVariables Limits by Brandon Jones · 2 years, 6 months ago
  77. ef62b58 Skip Gamma and Gamut conversions for BT.709->SRGB by jchen10 · 2 years, 6 months ago
  78. 6d48f57 Remove support for depth24unorm-stencil8 by Brandon Jones · 2 years, 6 months ago
  79. 51d13a4 Add depth-clip-control feature enum by Austin Eng · 2 years, 6 months ago
  80. 1faf592 Delete WGPUDeviceProperties by Austin Eng · 2 years, 6 months ago
  81. cda3d7b Add maxColorAttachments limit by Austin Eng · 2 years, 6 months ago
  82. 45820ae Add reflection APIs for wgpu::QuerySet. by Corentin Wallez · 2 years, 6 months ago
  83. 736e97c Add reflection APIs for wgpu::Texture. by Corentin Wallez · 2 years, 6 months ago
  84. d428187 Add reflection APIs for wgpu::Buffer. by Corentin Wallez · 2 years, 6 months ago
  85. 139d9c2 Remove wgpu::ExternalTextureDescriptor::colorSpace by Corentin Wallez · 2 years, 7 months ago
  86. 1ee244b dawn/native: Add support for feature "indirect-first-instance" by Enrico Galli · 2 years, 7 months ago chromium/5097
  87. f3cf19f Change wgpu::VertexStepMode::VertexBufferNotUsed enum value by Takahiro · 2 years, 7 months ago
  88. 8cb8c7a Begin auto generating GPUInfo utilities by Brandon Jones · 2 years, 7 months ago
  89. d42a809 Record zero-attribute vertex buffer when creating render pipeline by Takahiro · 2 years, 7 months ago chromium/5085
  90. 136a0a4 Change External Texture YUV-To-RGB Matrix To Be Optional by Brandon Jones · 2 years, 7 months ago
  91. 7477120 Add nullable annotations to webgpu.h by Corentin Wallez · 2 years, 7 months ago
  92. 9ebba36 D3D12: Support feature chromium_experimental_dp4a by Jiawei Shao · 2 years, 7 months ago
  93. e61a390b Make External Texture ColorSpace Conversion Configurable by Brandon Jones · 2 years, 7 months ago
  94. cf4a85e Add External Texture Conversion Constant Params by Brandon Jones · 2 years, 8 months ago
  95. 573713a Add LoadOp back to emscripten gen bits headers by Shrek Shao · 2 years, 8 months ago
  96. 286061d Update default value for map range size to WGPU_WHOLE_MAP_SIZE by Shrek Shao · 2 years, 8 months ago
  97. 3daebe8 Deprecate dispatch* in favor of dispatchWorkgroups* by Brandon Jones · 2 years, 8 months ago
  98. 8085367 Enable Queue, Device labels to be set. (Take 2) by Brandon Jones · 2 years, 8 months ago
  99. 8d9d132 Revert "Enable Queue, Device labels to be set." by Ryan Harrison · 2 years, 8 months ago
  100. 0126761 Enable Queue, Device labels to be set. by Brandon Jones · 2 years, 9 months ago