1. 4069f33 Convert Function to use BlockStatement. by dan sinclair · 3 years, 11 months ago
  2. 0975dd5 [spirv-writer] Add BlockStatement emission. by dan sinclair · 3 years, 11 months ago
  3. cd182b1 [msl-writer] Emit BlockStatement. by dan sinclair · 3 years, 11 months ago
  4. 21f8e25 [wgsl-writer] Add emission of BlockStatement. by dan sinclair · 3 years, 11 months ago
  5. 775cb51 [ast] Add BlockStatement by dan sinclair · 3 years, 11 months ago
  6. d5a4775 Query API: QuerySet on D3D12 by Hao Li · 3 years, 11 months ago
  7. 99ad0e8 [msl-writer] Emit intrinsics. by dan sinclair · 3 years, 11 months ago
  8. 8f3c635 Remove KillStatement by dan sinclair · 3 years, 11 months ago
  9. 23508f4 [spirv-reader] Convert from KillStatement to DiscardStatement by dan sinclair · 3 years, 11 months ago
  10. f75f2cd [wgsl-reader] Add `discard` parsing. by dan sinclair · 3 years, 11 months ago
  11. d81bebc [wgsl-writer] Add DiscardStatement support by dan sinclair · 3 years, 11 months ago
  12. a9696b5 [msl-writer] Emit DiscardStatement. by dan sinclair · 3 years, 11 months ago
  13. 6a61d41 [spirv-writer] Add DiscardStatement support. by dan sinclair · 3 years, 11 months ago
  14. b4374c2 [ast] Add DiscardStatement AST node. by dan sinclair · 4 years ago
  15. ce973e3 [validation] Add a disabled test for re-assigning a constant. by Sarah Mashayekhi · 4 years ago
  16. 0955230 Fixup some doc and compile issues. by dan sinclair · 4 years ago
  17. 591fe91 [validation] implement invalidate assignment to a different type. by Sarah Mashayekhi · 4 years ago
  18. 0d158ac Fix some bugs in buffer mapping in the wire client by Kai Ninomiya · 4 years ago
  19. c7ae7a0 Implement sampleMask in D3D12 and OpenGL. by Corentin Wallez · 4 years ago
  20. 453eb97 Handle review feedback. by dan sinclair · 4 years ago
  21. 429aa81 Add simple test runner. by dan sinclair · 4 years ago
  22. 4d9cadd Enabling sampleMask usage in RenderPipelineVk by Tomek Ponitka · 4 years ago
  23. 7a0b734 Fix BUILD.gn builds by Ryan Harrison · 4 years ago
  24. b522fb3 [msl-writer] Only emit in/out structs if function call requires. by dan sinclair · 4 years ago
  25. 9061d5d Remove deprecated use_relative_hooks reference by Ryan Harrison · 4 years ago
  26. 433670b Add usage of main from chromium when part of a chromium build by Ryan Harrison · 4 years ago
  27. 8bd3bcf Revert "Turn on WGSL support by default in Dawn" by Corentin Wallez · 4 years ago
  28. 9a2b692 Add return to simple test by dan sinclair · 4 years ago
  29. fbf4506 [validation] Add a disabled test for assignment statement. by Sarah Mashayekhi · 4 years ago
  30. b6f0299 [spirv-reader] Support OpAny, OpAll, OpIsInf, OpIsNan by David Neto · 4 years ago
  31. e3de74f [spirv-writer] Emit select intrinsic. by dan sinclair · 4 years ago
  32. 16a2ea1 Add type determination for the select intrinsic. by dan sinclair · 4 years ago
  33. d71e80b [spirv-reader] Add README.md by David Neto · 4 years ago
  34. 28d0f4b [spirv-reader] Support function call returning void by David Neto · 4 years ago
  35. a0b73e8 [hlsl-writer] Add assignment statement. by dan sinclair · 4 years ago
  36. 41aa1a1 [hlsl-writer] Add switch statement support by dan sinclair · 4 years ago
  37. 557a0f8 [hlsl-writer] Emit case statements. by dan sinclair · 4 years ago
  38. 6dab73b [hlsl-writer] Emit unary operators. by dan sinclair · 4 years ago
  39. abfdd22 [hlsl-writer] Emit break, return and continue. by dan sinclair · 4 years ago
  40. dee9136 [hlsl-writer] Add binary operator emission. by dan sinclair · 4 years ago
  41. e1d976e Turn on WGSL support by default in Dawn by Ryan Harrison · 4 years ago
  42. fbbc617 Parse void function call. by dan sinclair · 4 years ago
  43. e522840 [hlsl-writer] Add emission of identifiers by dan sinclair · 4 years ago
  44. b44fe3c Emit call statements from the various backends. by dan sinclair · 4 years ago
  45. 50080b7 Type determine the call statement. by dan sinclair · 4 years ago
  46. 2e40491 Add a call ast statement. by dan sinclair · 4 years ago
  47. 0a56a10 [spirv-reader] Support select over scalars and vectors by David Neto · 4 years ago
  48. d6b024b Add missing Doxygen comments on two methods. by David Neto · 4 years ago
  49. c29bad2 [spirv-reader] Support function calls, except returning void by David Neto · 4 years ago
  50. feffa9d [hlsl-writer] Scaffold the HLSL backend. by dan sinclair · 4 years ago
  51. 5dee499 [msl-writer] Emit storage buffers. by dan sinclair · 4 years ago
  52. 26c8a21 [msl-writer] Add import emission. by dan sinclair · 4 years ago
  53. 747e80a [spirv-reader] Drop NonWritable NonReadable for now by David Neto · 4 years ago
  54. c8af502 Fix issues with BUILD.gn by Ryan Harrison · 4 years ago
  55. c4cebc7 Roll 5 dependencies by Ryan Harrison · 4 years ago
  56. 18c85f5 [msl-writer] Cleanups and refactors. by dan sinclair · 4 years ago
  57. 3ed44f5 dawn.json: Noop argument rename for mapAsync by Corentin Wallez · 4 years ago
  58. f1c3fb7 [msl-writer] Handle uniform buffers. by dan sinclair · 4 years ago
  59. e6c5755 [spirv-reader] Support DescriptorSet and Binding by David Neto · 4 years ago
  60. 6982c22 [spirv-reader] Handle old-style storage buffers by David Neto · 4 years ago
  61. 92ebe87 Vulkan: Set apiVersion dawn targets by Xinghua Cao · 4 years ago
  62. d0dd661 Implement buffer lazy initialization before CopyBufferToTexture() by Jiawei Shao · 4 years ago
  63. 1233b66 Guard [MTLDevice recommendedMaxWorkingSetSize] only on MacOS by Austin Eng · 4 years ago
  64. 4a4c76b Add offset argument in BufferZeroInit mapping test by Austin Eng · 4 years ago
  65. f6e7044 Add offset and size to Get[Const]MappedRange. by Corentin Wallez · 4 years ago
  66. 13904a6 Rolling 6 dependencies by David Neto · 4 years ago
  67. 4b7ca6b Call vkFreeCommandBuffers before destroying the vkCommandPool by Austin Eng · 4 years ago
  68. 64dd82e Remove depth sampling tests of non-normalized depth values by Austin Eng · 4 years ago
  69. e01dd67 Make common/ compile with Emscripten by Austin Eng · 4 years ago
  70. 7f4980e Optimizing WriteTexture offset on Vulkan by Tomek Ponitka · 4 years ago
  71. 7365226 Changing validation order for linear texture data by Tomek Ponitka · 4 years ago
  72. 5c89c8d Query API: ResolveQuerySet by Hao Li · 4 years ago
  73. 77eb64e Implement buffer lazy initialization before mapping by Jiawei Shao · 4 years ago
  74. 2733af5 Optimizing WriteTexture row pitch on Vulkan by Tomek Ponitka · 4 years ago
  75. 450b6f4 Use MapAsync callback for server->client map callbacks. by Corentin Wallez · 4 years ago
  76. b92a363 Vulkan: Fix MemoryServiceZirconHandle CreateImage by Austin Eng · 4 years ago
  77. cb2938a D3D12: Bucket descriptor allocation by powers of two by Austin Eng · 4 years ago
  78. e8e089a Add missing headers to BUILD.gn and CMakeLists.txt by Austin Eng · 4 years ago
  79. 3c3d227 [spirv-reader] Support Location on module vars by David Neto · 4 years ago
  80. d8a4d4b [spirv-reader] Ignore empty string user names by David Neto · 4 years ago
  81. 34f5133 Validate 1D texture bindings cannot be multisampled by Austin Eng · 4 years ago
  82. 5f43fed [spirv-reader] Handle gl_Position by David Neto · 4 years ago
  83. 31cfdb1 Clean up how deps are defined in BUILD.gn by Ryan Harrison · 4 years ago
  84. 53b1770 Remove refs.cfg. by dan sinclair · 4 years ago
  85. 780c594 Fixup group list name by dan sinclair · 4 years ago
  86. 4264af9 [msl-writer] Emitting of program constants. by dan sinclair · 4 years ago
  87. c15c6eb dawn_wire/server: Use MapAsync to do Map[Read/Write]Async by Corentin Wallez · 4 years ago
  88. 2a232ba DawnTest: Use MapAsync for expectations. by Corentin Wallez · 4 years ago
  89. af09f74 Roll third_party/swiftshader/ ad65826a2..e8dd233c7 (10 commits) by Corentin Wallez · 4 years ago
  90. 3f10421 [msl-writer] Fixup matrix and array constructors. by dan sinclair · 4 years ago
  91. 4556cbe Differentiate size and stride in array type name. by dan sinclair · 4 years ago
  92. aa60138 [spirv-reader] Support duplicate type definitions by David Neto · 4 years ago
  93. e28cc55 Implementing Queue::WriteTexture in Vulkan by Tomek Ponitka · 4 years ago
  94. 1b9b53a dawn.json: Noop fixup for writeTexture. by Corentin Wallez · 4 years ago
  95. b0391c6f [msl-writer] Add struct offset support. by dan sinclair · 4 years ago
  96. 7caf6e5 [msl-writer] Add builtin support by dan sinclair · 4 years ago
  97. 8296112 Use canned CheckPatchFormatted instead of our own linting by Kai Ninomiya · 4 years ago
  98. ce665b4 Adding TextureZeroInitTests for WriteTexture by Tomek Ponitka · 4 years ago
  99. 01aeca2 Add .clang-format files and format more files by Kai Ninomiya · 4 years ago
  100. 5423d91 Add helpers for referenced variables. by dan sinclair · 4 years ago