1. a2241d4 Configure the namespace of native implementation in api.json by fujunwei · 3 years, 1 month ago chromium/4770
  2. 89ddadc Add feature queries to dawn_native/dawn_wire by Austin Eng · 3 years, 1 month ago
  3. 5397f9f Add basic or stub implementations of upstream instance/adapter APIs by Austin Eng · 3 years, 1 month ago chromium/4768
  4. 63f6546 Add a build target for a webgpu_dawn library by Austin Eng · 3 years, 1 month ago
  5. 264f239 dawn_wire: Remove unused support of "const*const*" by Jiawei Shao · 3 years, 1 month ago
  6. 3a46476 Make the prefix of proc table configurable in api.json by fujunwei · 3 years, 1 month ago chromium/4749 chromium/4750 chromium/4751
  7. c6d3a84 Replace reinterpret_cast with FromAPI/ToAPI where possible by Corentin Wallez · 3 years, 1 month ago
  8. 2d0007c Don't connect to backends that aren't needed by Austin Eng · 3 years, 1 month ago
  9. 2514566 Make validation error formatting more consistent by Brandon Jones · 3 years, 2 months ago
  10. 3faa478 Add FromAPI / ToAPI helpers for dawn_native by Austin Eng · 3 years, 3 months ago
  11. 7dc906a Improve validation messages for surface/swap chain by Brandon Jones · 3 years, 3 months ago
  12. 5497aad Improve validation errors for ShaderModule by Corentin Wallez · 3 years, 3 months ago
  13. a089e8c Improve validation errors in CommandValidation by Brandon Jones · 3 years, 3 months ago
  14. 9b643b7 Improve validation errors, Part 3 by Brandon Jones · 3 years, 3 months ago
  15. 6e57843 Fix build on GCC: Add missing include by Ben Clayton · 3 years, 4 months ago
  16. 8d195d5 Refactors dawn_native objects for list tracking and adds destroy skeleton API. by Loko Kung · 3 years, 4 months ago
  17. 8411a12 Add a mechanism for finding the best tier for a set of limits by Austin Eng · 3 years, 4 months ago
  18. ba66295 Improve validation errors, Part 1 by Brandon Jones · 3 years, 4 months ago
  19. 999cc24 Fix all GCC 10 warnings by Ben Clayton · 3 years, 4 months ago chromium/4652
  20. ff6c9ca6 wgpu::InputStepMode -> VertexStepMode by Corentin Wallez · 3 years, 6 months ago chromium/4587
  21. 5346e77 Add helper functions to iterate over ChainedStructs by Brian Ho · 3 years, 9 months ago
  22. 2ce4b90 dawn_native: Prefix all API methods with API by Corentin Wallez · 3 years, 10 months ago
  23. 58a471a Add ability to generate typedefs from dawn.json by Brandon Jones · 4 years ago
  24. b0789fd Fix RPDesc::occlusionQuerySet not defaulting to nullptr by Corentin Wallez · 4 years, 2 months ago
  25. 16e01af Reland "Add a per-thread proc table using thread local storage" by Austin Eng · 4 years, 3 months ago
  26. 326e14f Revert "Add a per-thread proc table using thread local storage" by Kai Ninomiya · 4 years, 3 months ago
  27. b04a92f Add a per-thread proc table using thread local storage by Austin Eng · 4 years, 3 months ago
  28. 76a8d0b Support chained extension structs on the wire by Austin Eng · 4 years, 9 months ago
  29. 13e2e13 Update WGPUChainedStruct usage to match webgpu.h by Corentin Wallez · 5 years ago
  30. 3a1746e Introduce wgpu::Surface and implement it for HWND, X11 and Metal by Corentin Wallez · 5 years ago
  31. 2b24c3d webgpu.h introduce a base struct for extension structures. by Corentin Wallez · 5 years ago
  32. 5fc2c82 Add Instance and CreateInstance to webgpu.h by Corentin Wallez · 5 years ago
  33. aca8c4a Remove the concept of "native_methods" in the generators by Corentin Wallez · 5 years ago
  34. 321c122 Remove the "Base" from pure-frontend dawn_native types by Corentin Wallez · 5 years ago
  35. 9f90c8d Make dawn_native public headers and dawn_wsi use webgpu.h by Corentin Wallez · 5 years ago
  36. 1f6c8c4 Make dawn_native use the webgpu.h header by Corentin Wallez · 5 years ago
  37. 2c8b5c6 Introduce the webgpu[_cpp].h headers. by Corentin Wallez · 5 years ago
  38. f104ec2 Fix missing #include. by Stephen White · 5 years ago
  39. e180b59 Fix compilation with shared_library components on Windows by Corentin Wallez · 5 years ago
  40. c57b180 Add dawnGetProcAddress. by Corentin Wallez · 5 years ago
  41. 9e9e29f Remove Bit from TextureUsageBit and BufferUsageBit by Corentin Wallez · 5 years ago
  42. 93196db Implement new defaults for Texture::CreateView by Kai Ninomiya · 5 years ago
  43. 4af9808 Make rasterization state descriptor optional by François Beaufort · 5 years ago
  44. 4f5fc2d Nuke Builders part 4: headers, proctable and miscreferences by Corentin Wallez · 6 years ago
  45. 45f9730 Capitalize C types dawn -> Dawn by Austin Eng · 6 years ago
  46. 6f0e1f9 Remove BufferView and inline offset/size in BindGroup by Corentin Wallez · 6 years ago
  47. 5aacd29 ProcTable: only cast the return value if needed. by Corentin Wallez · 6 years ago
  48. c7d7808 Make codegen not cast between fnptrs. by Corentin Wallez · 6 years ago
  49. 6fee61c Make Dawn error macro more explicit and have an "error type" by Corentin Wallez · 6 years ago
  50. 21a2385 Add initial BUILD.gn files for libdawn[|_native|_wire] by Corentin Wallez · 6 years ago
  51. dcb71a13 dawn_native: Factor getting procs into a single function. by Corentin Wallez · 6 years ago
  52. fe253f1 Generate a single ProcTable instead of one per backend. by Corentin Wallez · 6 years ago
  53. 1dd8b12 Fixed Spelling. by Jimmy Casey · 6 years ago
  54. 36afbb6 Make dawn_native use its own header for Dawn datatypes by Corentin Wallez · 6 years ago
  55. 49a65d0 dawn_native: Fixup namespace from backend:: to dawn_native:: by Corentin Wallez · 6 years ago
  56. d37523f Move src/backend to src/dawn_native by Corentin Wallez · 6 years ago