1. 02a603b Metal: Handle potential OOM in other places. by Corentin Wallez · 3 years, 8 months ago
  2. 0d50a2c ComputePipelineDescriptor.computeStage->compute by Brandon Jones · 3 years, 9 months ago
  3. c9a6df3 Metal: Support creating compute pipeline asynchronously by Jiawei Shao · 3 years, 9 months ago
  4. 50f9958 DeviceBase: Make object creation use ResultOrError<Ref<T>> by Corentin Wallez · 4 years ago
  5. 0055d95 Metal: Wrap NS classes and protocols in NSRef. by Corentin Wallez · 4 years, 4 months ago
  6. 676e8f3 Metal: Use ShaderModule reflection when possible. by Corentin Wallez · 4 years, 6 months ago
  7. c64242d Make RefCounted derived objects have private destructors by Rafael Cintron · 5 years ago
  8. a0afd31 Separate device lost from internal errors. by Corentin Wallez · 5 years ago
  9. 352a589 Add code path to use spvc in Metal backend by Ryan Harrison · 5 years ago
  10. 5c413af Propagating errors out of GetFunction in MTL backend by Ryan Harrison · 5 years ago
  11. 1f6c8c4 Make dawn_native use the webgpu.h header by Corentin Wallez · 5 years ago
  12. a900cce Remove indirection for computeStage by Corentin Wallez · 6 years ago
  13. cb0cb65 Rename DeviceErrorCallback to ErrorCallback and add ErrorType arg by Austin Eng · 6 years ago
  14. b9b088f Rename ShaderStageBit to ShaderStage. by Corentin Wallez · 6 years ago
  15. bfc9cee Implement OpArrayLength on Metal by Corentin Wallez · 6 years ago
  16. 2a1d8c2 Remove ShaderStage that doesn't exist in WebGPU. by Corentin Wallez · 6 years ago
  17. fbe6cfd Update ComputePipelineDescriptor to use PipelineStageDescriptor by Austin Eng · 6 years ago
  18. 8e335a5 Descriptorize ComputePipeline by Corentin Wallez · 7 years ago
  19. 0fa2feb Roll SPIRV-Cross and use upstream repo. by Corentin Wallez · 7 years ago
  20. 49a65d0 dawn_native: Fixup namespace from backend:: to dawn_native:: by Corentin Wallez · 7 years ago
  21. d37523f Move src/backend to src/dawn_native by Corentin Wallez · 7 years ago[Renamed (93%) from src/backend/metal/ComputePipelineMTL.mm]
  22. 226110f Rename nxt:: to dawn:: in the backends by Corentin Wallez · 7 years ago
  23. 4a9ef4e Rename the copyright authors from NXT to Dawn by Corentin Wallez · 7 years ago
  24. 0f2e7b6 Metal: Split MetalBackend in Forward.h and DeviceMTL by Corentin Wallez · 7 years ago
  25. f58d84d Format: src/backend/metal by Corentin Wallez · 7 years ago
  26. b0c75a5 Member rename: src/backend/metal by Corentin Wallez · 7 years ago
  27. 30beb65 Metal: Make the MSL indices match the ones of PipelineLayout by Corentin Wallez · 8 years ago
  28. 494a157 Split Pipeline in Render and Compute, Metal part by Corentin Wallez · 8 years ago