1. 75aaa49 [ir][spirv-writer] Emit function variables by James Price · 1 year, 11 months ago
  2. 6e40b1a [tint][ir][ToProgram] Begin emitting Switch statements by Ben Clayton · 1 year, 11 months ago
  3. b34f5f6 Fix Dawn Windows ASAN fuzzer build by Austin Eng · 1 year, 11 months ago
  4. 73b49ad Add Dawn android bots to CQ by Austin Eng · 1 year, 11 months ago
  5. 62d9b14 d3d11: enable OpArrayLengthTest by Peng Huang · 1 year, 11 months ago
  6. f4cb783 [tools][perfmon]: Minor improvements by Ben Clayton · 1 year, 11 months ago
  7. 59f4cfb Moves cpp_headers into public_deps when depending on the dawn:cpp. by Loko Kung · 1 year, 11 months ago
  8. e121931 Compat GL/GLES: blit a depth texture to a buffer using compute by shrekshao · 1 year, 11 months ago
  9. 8c361e5 Suppress another CTS test failing on Apple M2 by Austin Eng · 1 year, 11 months ago
  10. 5ae7d10 Fixes TSAN race by moving cleanup of platform into dtor. by Loko Kung · 1 year, 11 months ago
  11. 43b110c [ir] Only show type on lhs by dan sinclair · 1 year, 11 months ago
  12. 3f18fc9 Suppress tests failing on Apple GPUs by Austin Eng · 1 year, 11 months ago
  13. c420148 [tint][ir] Guard transform source sets in GN build by James Price · 1 year, 11 months ago
  14. 54d1d71 [ir][spirv-writer] Move code to `ir` subdirectory by James Price · 1 year, 11 months ago
  15. 90b8cc1 [ir] Add load instruction by James Price · 1 year, 11 months ago
  16. 2731b76 Namespace dawn/common/ and dawn/utils/ in dawn:: by Austin Eng · 1 year, 11 months ago
  17. 0bb1bb3 [ir] Remove references, indirection and address-of by James Price · 1 year, 11 months ago
  18. 7511bf6 Removes remaining SetPlatform APIs from being exposed in native. by Loko Kung · 1 year, 11 months ago
  19. 82db91a [ir][spirv-writer] Emit `If` flow nodes by James Price · 1 year, 11 months ago
  20. 0dec17a Roll ANGLE from 9de2cfb06593 to 1caa81ece426 (1 revision) by Dawn Autoroller · 1 year, 11 months ago
  21. 6d133b8 Roll vulkan-deps from aa7040d649de to b2cca2b64d1d (5 revisions) by dawn-autoroll · 1 year, 11 months ago
  22. df093e9 Roll SwiftShader from 28718d8b4108 to f549d5e6c663 (1 revision) by Dawn Autoroller · 1 year, 11 months ago
  23. 7ac28d3 [ir] Add AddEmptyEntryPoint transform by James Price · 1 year, 11 months ago
  24. 8a224f6 Suppress WebGPU tests flaky on Mac by Yuly Novikov · 1 year, 11 months ago
  25. 95b0612 [ir] Add base `ir::transform::Transform` class by James Price · 1 year, 11 months ago
  26. db5ad9f [tint] Materialize compound assignment RHS by James Price · 2 years ago chromium/5778
  27. 11ee6b6 [ir] Handle phony assignment. by dan sinclair · 2 years ago
  28. bbaa456 [ir] Remove instruction allocator. by dan sinclair · 2 years ago
  29. 0531610 [ir] Add basic block arguments. by dan sinclair · 2 years ago
  30. 9fc46dc [ir] Drop address space and access from ir::Var. by dan sinclair · 2 years ago
  31. 25ae311 [tint][ir][ToProgram] Emit returns with values by Ben Clayton · 2 years ago
  32. a6e7cfc [tint][ir][ToProgram] Emit returns without values by Ben Clayton · 2 years ago
  33. 6ab77f1 [tint][ir][ToProgram] Emit 'else if' instead of 'else { if' by Ben Clayton · 2 years ago
  34. 1ea1e1a [tint][ir][ToProgram] Begin flow node traversal by Ben Clayton · 2 years ago
  35. 0b9cb10 [tint][ir][ToProgram] Implement var expressions by Ben Clayton · 2 years ago
  36. 83c5c8b Roll ANGLE from 293b19018eef to 9de2cfb06593 (6 revisions) by Dawn Autoroller · 2 years ago chromium/5777
  37. 6492547 Roll vulkan-deps from 1c207a160274 to aa7040d649de (11 revisions) by dawn-autoroll · 2 years ago
  38. f55d13b [ir] Add increment and decrement statements. by dan sinclair · 2 years ago
  39. 112b7fd Allow device lost callback to be passed at creation by Brandon Jones · 2 years ago
  40. 0e6534e [tint] Make Transform base class by James Price · 2 years ago
  41. a6d8e81 [ir][spirv-writer] Implement binary subtract by James Price · 2 years ago
  42. 6eed684 Add milestones script by Brian Sheedy · 2 years ago
  43. 9940c7b [tint][ir][ToProgram] Stub ToProgram() by Ben Clayton · 2 years ago
  44. 34832fe d3d11: enable CopyTextureForBrowserTests by Peng Huang · 2 years ago
  45. 0df7f8b [ir] Update disassembly output. by dan sinclair · 2 years ago
  46. 7ddaaf2 d3d11: enable CopyExternalTextureForBrowserTests by Peng Huang · 2 years ago
  47. e85cb2b Remove luci.recipes.use_python3 by Austin Eng · 2 years ago
  48. 11bd8a0 [ir] Fix scope stack for loops. by dan sinclair · 2 years ago
  49. 055de27 [ir][spirv-writer] Emit vector constants by James Price · 2 years ago
  50. f85dc40 Roll ANGLE from 6f959e07eaef to 293b19018eef (1 revision) by Dawn Autoroller · 2 years ago
  51. 2f324c5 [ir] Remove list of entry points from module by James Price · 2 years ago
  52. f59547f [ir] Add optional CreateFunction parameters. by dan sinclair · 2 years ago
  53. 69b5900 [ir] Use the branch helper in the spirv tests. by dan sinclair · 2 years ago
  54. 1a8d078 [tools] Add 'add-gerrit-hashtags' tool by Ben Clayton · 2 years ago
  55. ee8cdb5 Roll vulkan-deps from f3e8446466d8 to 1c207a160274 (3 revisions) by dawn-autoroll · 2 years ago
  56. 34c794e [tint][ir] Shuffle and refactor from_program.cc by Ben Clayton · 2 years ago chromium/5776
  57. 8d98977 [tint][ir] Make the ir::BuilderImpl PIMPL by Ben Clayton · 2 years ago
  58. c9dd75a clang-format by Ben Clayton · 2 years ago
  59. 14ed533 Updates DawnInstanceDescriptor to pass in the Platform. by Loko Kung · 2 years ago
  60. f9f9f82 Add Dawn Wire Server LPM Fuzzer [5/N] by Brendon Tiszka · 2 years ago
  61. 64df2e6 d3d11: fix and enable ExternalTextureTests by Peng Huang · 2 years ago
  62. c29e10c d3d11: enable GpuMemorySynchronizationTests by jchen10 · 2 years ago
  63. 339c00f Roll ANGLE from 57e4bb883c21 to 6f959e07eaef (2 revisions) by Dawn Autoroller · 2 years ago
  64. c9923d2 [ir] Set default flow node values. by dan sinclair · 2 years ago
  65. 809187c [ir] Move ir::Builder to hold module reference by dan sinclair · 2 years ago
  66. 27521c6 Add Dawn Wire Server LPM Fuzzer [4/N] by Brendon Tiszka · 2 years ago
  67. 8e42cfa Expand intentional Metal counter sets leak to Intel Gen11 by Austin Eng · 2 years ago
  68. 36aa48c [tint][ir] Clean up tests by Ben Clayton · 2 years ago
  69. 0aa34f2 Roll SwiftShader from a62e8dbc3467 to 28718d8b4108 (2 revisions) by Dawn Autoroller · 2 years ago chromium/5775
  70. 8370ddd [ir][spirv-writer] Emit vector types by James Price · 2 years ago
  71. 90b9ac2 Animometer: update FPS calculation by Peng Huang · 2 years ago
  72. 074ddbc Roll vulkan-deps from 3a356ab97987 to f3e8446466d8 (1 revision) by dawn-autoroll · 2 years ago chromium/5774
  73. 04cef27 Fix broken links in docs by Albin Bernhardsson · 2 years ago
  74. 978bc12 CMake: Build GLFW with X11/Wayland support to match Dawn by Corentin Wallez · 2 years ago
  75. 0699b4f [tools] Add 'time-cmd' by Ben Clayton · 2 years ago
  76. ac4b5f2 Roll ANGLE from 560ba1c63ae6 to 57e4bb883c21 (1 revision) by Dawn Autoroller · 2 years ago
  77. 89a3dac [tools] Extract unicode progress bar to library by Ben Clayton · 2 years ago chromium/5771 chromium/5772 chromium/5773
  78. 1a8bc1d [tint] Add support for benchmarking .spv files by Ben Clayton · 2 years ago
  79. 516a4fd Roll ANGLE from b526112dafd7 to 560ba1c63ae6 (4 revisions) by Dawn Autoroller · 2 years ago chromium/5770
  80. 20ca8a5 Roll ANGLE from 25def1a0da1c to b526112dafd7 (3 revisions) by Dawn Autoroller · 2 years ago chromium/5769
  81. e5d1a84 Implement depth-clip-control without VK_EXT_depth_clip_enable by Albin Bernhardsson · 2 years ago
  82. 9ae8ed2 Add fetch_dawn_dependencies by Elie Michel · 2 years ago chromium/5768
  83. 2d6690e Roll third_party/webgpu-cts/ 499ce7de2..4fd26fe4a (7 commits) by Austin Eng · 2 years ago
  84. 7109f3b Roll vulkan-deps from 729c65ec74f6 to 3a356ab97987 (2 revisions) by dawn-autoroll · 2 years ago
  85. 2ad7cd5 Add platforms to milestones.json by Brian Sheedy · 2 years ago
  86. b072608 [tint] static_assert that C in Castable<C[, B]> is correct by Ben Clayton · 2 years ago
  87. 6ac063d Roll ANGLE from b1395bcbac18 to 25def1a0da1c (2 revisions) by Dawn Autoroller · 2 years ago chromium/5767
  88. 6d50a49 Suppress another TextureViewRenderingTest on Intel d3d11 by Austin Eng · 2 years ago
  89. e7adafa Roll vulkan-deps from 8ea63733746a to 729c65ec74f6 (4 revisions) by dawn-autoroll · 2 years ago
  90. 2b7406a [tint] Remove ast:: prefixes from AST transforms by James Price · 2 years ago
  91. 4ae03fa Remove some KEEP tags by Austin Eng · 2 years ago
  92. d5611aa Validate compute pass timestamp queries are unique by Brandon Jones · 2 years ago
  93. a03e55d Add dawn-try-mac-intel-exp to CTS rolls by Austin Eng · 2 years ago
  94. b4acbb8 [tint] Introduce an ast::transform namespace by James Price · 2 years ago
  95. 7351fb3 Roll ANGLE from 8b9440b630cb to b1395bcbac18 (4 revisions) by Dawn Autoroller · 2 years ago
  96. 9924426 Unset vertex buffer: validations and unittests by Yunchao He · 2 years ago
  97. eb53af1 d3d11: suppress two TextureViewRenderingTest with Intel D3D11 by Peng Huang · 2 years ago chromium/5766
  98. 760036c Add Dawn DEPS branched trybots by Brian Sheedy · 2 years ago
  99. 096ce59 Move Adapter toggles from PhysicalDevice to Adapter by Austin Eng · 2 years ago
  100. 4d6f048 Roll vulkan-deps from c84ccdc63da1 to 8ea63733746a (2 revisions) by dawn-autoroll · 2 years ago