1. bee45bb dawn: Fix GetExecutablePath for iOS. by Danusch Merrikh-Yazdi · 4 years, 5 months ago
  2. c073ada Fix compilation of VkResult changes on MSVC and ChromeOS by Corentin Wallez · 4 years, 5 months ago
  3. 1586b4d Vulkan: prevent degenerate buffer sizes from reaching the driver by Corentin Wallez · 4 years, 5 months ago
  4. 6ea362c fuzzing: Add error injection macros to the Vulkan backend by Austin Eng · 4 years, 5 months ago
  5. 2c8a17e Refactor Device destructors to WaitForIdleForDestruction + Destroy by Natasha Lee · 4 years, 5 months ago
  6. 1bbbe8f Rolling 3 dependencies by Ryan Harrison · 4 years, 5 months ago
  7. 77fd475 Remove unnecessary getters from dawn_native::Instance. by Corentin Wallez · 4 years, 5 months ago
  8. 97fb51f Add script to generate fuzzer seed corpus from tests by Austin Eng · 4 years, 5 months ago
  9. 5c413af Propagating errors out of GetFunction in MTL backend by Ryan Harrison · 4 years, 5 months ago
  10. 69cdaf9 RenderPipeline: validate depth bias params are not NaN by Corentin Wallez · 4 years, 5 months ago
  11. ab4485f RefCounted: use more precise barriers by Corentin Wallez · 4 years, 5 months ago
  12. 73c5573 Use GetBindGroupLayout in BindGroupTests by Yunchao He · 4 years, 5 months ago
  13. 51c347a Add two missing checks on render pass descriptor by Jiawei Shao · 4 years, 5 months ago
  14. af094e6 Adding SPVC fuzzers by Sarah Mashayekhi · 4 years, 5 months ago
  15. 6ce8f32 D3D12: Fix 64-bit overflow for large buffers and return OOM. by Bryan Bernhart · 4 years, 5 months ago
  16. 280b96e Re-enable -Wunguarded-availability in Dawn standalone builds by Corentin Wallez · 4 years, 5 months ago
  17. e8e9d5d Use InfoLog to report perftest results. by Corentin Wallez · 4 years, 5 months ago
  18. ea89189 docs: Add note about dawn_perf_tests without a Chromium checkout by Austin Eng · 4 years, 5 months ago
  19. cbc206e Add intermediate dawn_wire command handler to dump command traces by Austin Eng · 4 years, 5 months ago
  20. d1db0e9 docs: Add section about dawn_perf_tests by Austin Eng · 4 years, 5 months ago
  21. 652fd5a Use correct Initialize call to spvc for Metal backend by Ryan Harrison · 4 years, 5 months ago
  22. f15fc26 Rolling 4 dependencies by Ryan Harrison · 4 years, 5 months ago
  23. ff8b3f4 Inline CommandAllocator/Iterator by Austin Eng · 4 years, 6 months ago
  24. 56b1242 Implement readonly storage buffer on OpenGL backend by Yunchao He · 4 years, 6 months ago
  25. ef8dee9 Implement readonly storage buffer on Metal backend by Yunchao He · 4 years, 6 months ago
  26. 5554283 Implement readonly storage buffer on D3D12 backend by Yunchao He · 4 years, 6 months ago
  27. 4326a8a Use GetBindGroupLayout in GpuMemorySynchronizationTests by Yunchao He · 4 years, 6 months ago
  28. 792ff47 Validate texture max size by Natasha Lee · 4 years, 6 months ago
  29. dc3317d Namespace Log.h/cpp in dawn:: by Corentin Wallez · 4 years, 6 months ago
  30. dd45843 Refactor D3D12 pipeline creation to better propagate errors by Ryan Harrison · 4 years, 6 months ago
  31. 32c1eae Use spvc API for calls in ShaderModuleD3D12 by Ryan Harrison · 4 years, 6 months ago
  32. 84d8362 Remove generation of proxy dawn.h and dawncpp.h by Corentin Wallez · 4 years, 6 months ago
  33. ce8bf12 Readonly storage buffer - Vulkan backend by Yunchao He · 4 years, 6 months ago
  34. 4ff9eaf Rolling 4 dependencies by Ryan Harrison · 4 years, 6 months ago
  35. 84a5775 Vulkan: Choose D32S8 or D24S8 depending on availability by Corentin Wallez · 4 years, 6 months ago
  36. ec0020c Add links to, and format Toggles.cpp by Corentin Wallez · 4 years, 6 months ago
  37. 95586ff Add Log.h to replace all uses of iostream by Corentin Wallez · 4 years, 6 months ago
  38. 1d6250d docs: write an overview of Dawn and split README.md by Corentin Wallez · 4 years, 6 months ago
  39. 7ecb926 Merge two calls to InitializeHLSL into one by Ryan Harrison · 4 years, 6 months ago
  40. 42b3b9c Plumb UseSpvc toggle for tests by Ryan Harrison · 4 years, 6 months ago
  41. 53782d6 Use GetBindGroupLayout in TextureViewTests by Austin Eng · 4 years, 6 months ago
  42. cd62568 Use GetBindGroupLayout in TextureFormatTests by Austin Eng · 4 years, 6 months ago
  43. 1fe9979 Use GetBindGroupLayout in SamplerTests by Austin Eng · 4 years, 6 months ago
  44. da82324 Use GetBindGroupLayout in RenderBundleTests by Austin Eng · 4 years, 6 months ago
  45. 016f306 Use GetBindGroupLayout in ComputeCopyStorageBufferTests by Austin Eng · 4 years, 6 months ago
  46. ca5f61f Use GetBindGroupLayout in DepthStencilStateTests by Austin Eng · 4 years, 6 months ago
  47. 159d5c6 Use GetBindGroupLayout in IOSurfaceWrappingTests by Austin Eng · 4 years, 6 months ago
  48. 476a14a Use GetBindGroupLayout in MultisampledRenderingTests by Austin Eng · 4 years, 6 months ago
  49. ac89f2d Use GetBindGroupLayout in ComputeStorageBufferBarrierTests by Austin Eng · 4 years, 6 months ago
  50. e40c87c Use GetBindGroupLayout in ComputeSharedMemoryTests by Austin Eng · 4 years, 6 months ago
  51. f9033b8 Use GetBindGroupLayout in ComputeIndirectTests by Austin Eng · 4 years, 6 months ago
  52. cd642f9 Use GetBindGroupLayout in TextureZeroInitTests by Austin Eng · 4 years, 6 months ago
  53. 48befdf Use GetBindGroupLayout in CompressedTextureFormatTests by Austin Eng · 4 years, 6 months ago
  54. 3d38301 Use GetBindGroupLayout in ColorStateTests by Austin Eng · 4 years, 6 months ago
  55. be5c135 Refactor code to have rudimentary support for using SPVC by Ryan Harrison · 4 years, 6 months ago
  56. 969df2b Fix a typo in viewport test by Yunchao He · 4 years, 6 months ago
  57. fd12e1b Add runtime toggle to select IR generation path in SPVC by Ryan Harrison · 4 years, 6 months ago
  58. 77f6db7 Fix BUILD.gn issues for Android & Fuschia by Ryan Harrison · 4 years, 6 months ago
  59. 40b10e4 Add memory synchronization tests - multiple write then multiple read by Yunchao He · 4 years, 6 months ago
  60. 0625ae2 Add runtime toggle for using SPVC by Ryan Harrison · 4 years, 6 months ago
  61. 22e73a5 Use spvc's rules for spirv-cross by Ryan Harrison · 4 years, 6 months ago
  62. 0ee91fc Vulkan: Choose correct libvulkan on Android by Corentin Wallez · 4 years, 6 months ago
  63. 1e2c2f2 Vulkan: Don't require TRANSFER for universal queues by Corentin Wallez · 4 years, 6 months ago
  64. 6731464 Allow compilation of Dawn on Android by Corentin Wallez · 4 years, 6 months ago
  65. 00b1e38 Re-enable spirv-cross fuzzers by Ryan Harrison · 4 years, 6 months ago
  66. 2559fc0 Removing for_fuzzers target by Ryan Harrison · 4 years, 6 months ago
  67. 74cebd6 Allow using swiftshader with the Vulkan backend by Corentin Wallez · 4 years, 6 months ago
  68. 80d71ec Remove build rules for spvc support & spirv-cross fuzzers by Ryan Harrison · 4 years, 6 months ago
  69. 20c014c Fix typo in the name of wgpuGetProcAddress by Corentin Wallez · 4 years, 6 months ago
  70. e935604 Rolling 3 dependencies by Ryan Harrison · 4 years, 6 months ago
  71. 8e9c3f6 Fix compilation on MSVC by Corentin Wallez · 4 years, 6 months ago
  72. 733842c Add memory synchronization tests - render to compute and vice versa by Yunchao He · 4 years, 6 months ago
  73. e568fe1 Remove WrapVulkanImageOpaqueFD by Brian Ho · 4 years, 6 months ago
  74. f6eb890 Implement getBindGroupLayout by Austin Eng · 4 years, 6 months ago
  75. d0993ba Test TextureComponentType and TextureViewDimension compatibility by Austin Eng · 4 years, 6 months ago
  76. aca8c4a Remove the concept of "native_methods" in the generators by Corentin Wallez · 4 years, 6 months ago
  77. 540abab Introduce a "callback" type in dawn.json by Corentin Wallez · 4 years, 6 months ago
  78. 4b0b7a5 Skip validation during command recording when skip_validation is on by Austin Eng · 4 years, 6 months ago
  79. 48bf745 Revert "Convert spvc build flag to a runtime toggle" by Ryan Harrison · 4 years, 6 months ago
  80. 3f195e7 Fix link in standalone on Linux by Corentin Wallez · 4 years, 6 months ago
  81. 12e780d Fix D3D12 render-pass failure when GPU does not support sampling positions. by Bryan Bernhart · 4 years, 6 months ago
  82. 1954436 Convert spvc build flag to a runtime toggle by Ryan Harrison · 4 years, 6 months ago
  83. 127cd1f Skip small texture alignment test on NV GPUs. by Bryan Bernhart · 4 years, 6 months ago
  84. 899c170 Implement a dma-buf MemoryService by Brian Ho · 4 years, 6 months ago
  85. 0d4a7b0 Correctly reset mappedData in MapTwice buffer test by Corentin Wallez · 4 years, 6 months ago
  86. 4d15609 Add a toggle to disable Dawn validation by Austin Eng · 4 years, 6 months ago
  87. 98ba76a Define an interface to import dma-bufs by Brian Ho · 4 years, 6 months ago
  88. ae687f5 Add CreateImage support to MemoryService by Brian Ho · 4 years, 6 months ago
  89. 858f93b Disable Vulkan validation layers on Chrome OS by Brian Ho · 4 years, 6 months ago
  90. 8f3dc58 Add in flag for using spvc instead of direct spriv-cross access by Ryan Harrison · 4 years, 6 months ago
  91. d312313 Request dma-buf Vulkan extensions by Brian Ho · 4 years, 6 months ago
  92. 39695fd Rolling 4 dependencies by Ryan Harrison · 4 years, 6 months ago
  93. 9e5b9ed Enable Vulkan validation layers on Linux by Jiajie Hu · 4 years, 6 months ago
  94. 756a9d7 Create VkImage before importing external memory by Brian Ho · 4 years, 6 months ago
  95. 02dd733 Add memory synchronization tests - data deps chain among passes by Yunchao He · 4 years, 6 months ago
  96. 54e5072 BUILD.gn: Only build dawn_bindings in standalone by Corentin Wallez · 4 years, 6 months ago
  97. 452225d Add tests for map buffer twice by Yunchao He · 4 years, 6 months ago
  98. 0c02f54 code refactoring: prefix const color values with RGBA8 by Yunchao He · 4 years, 6 months ago
  99. 083a1ce Inline a 1 bit payload in RefCounted by Corentin Wallez · 4 years, 6 months ago
  100. 9c81f87 Allow SetBindGroup command to be skipped with dynamic offsets. by Bryan Bernhart · 4 years, 6 months ago