1. 26479f1 Remove _exe suffix from sample program by Ryan Harrison · 3 years, 9 months ago
  2. 40f16dd Change the default for BUILD.gn to build all the modules by Ryan Harrison · 3 years, 9 months ago
  3. 1a50cb9 Simplify fuzzer targets to ease adding additional targets by Ryan Harrison · 3 years, 9 months ago
  4. 753f40b Fixup build warnings by dan sinclair · 3 years, 9 months ago
  5. c8a85aa [wgsl-reader] Add stride support. by dan sinclair · 3 years, 9 months ago
  6. ac4a289 [wgsl-writer] Emit array stride decoration. by dan sinclair · 3 years, 9 months ago
  7. a8e4e2a Add BlockStatement insert and non-const global_variables by Idan Raiter · 3 years, 9 months ago
  8. a3f9778 [Validator] Using pointers instead of refs by Sarah Mashayekhi · 3 years, 9 months ago
  9. f961850 [hlsl-writer] Add member accessor emission. by dan sinclair · 3 years, 9 months ago
  10. 7cf1979 [hlsl-writer] Add AsExpression to the HLSL backend. by dan sinclair · 3 years, 9 months ago
  11. d450a92 [hlsl-writer] Add BlockStatement support. by dan sinclair · 3 years, 9 months ago
  12. cda5af0 [hlsl-writer] Emit discard. by dan sinclair · 3 years, 9 months ago
  13. ec007b9 [hlsl-writer] Emit array accessors. by dan sinclair · 3 years, 9 months ago
  14. 0e48082 [hlsl-writer] Add alias type support. by dan sinclair · 3 years, 9 months ago
  15. 4a11b56 [hlsl-writer] Add constructor emission. by dan sinclair · 3 years, 9 months ago
  16. 4551a31 Add hlsl writer tests to BUILD.gn by dan sinclair · 3 years, 9 months ago
  17. 8cce7ce [hlsl-writer] Add type emission. by dan sinclair · 3 years, 9 months ago
  18. bf4614e Update some language usage. by dan sinclair · 3 years, 9 months ago
  19. d35e4e1 [spirv-reader] Only support column-major matrices by David Neto · 3 years, 9 months ago
  20. c5cd8f5 Remove binutils from DEPS and pull in changes to build.gni from Dawn by Ryan Harrison · 3 years, 9 months ago
  21. 88f0ae3 Get 'gn gen --check' passing by Ryan Harrison · 3 years, 9 months ago
  22. e018cef Fix Tint ninja build by Idan Raiter · 3 years, 9 months ago
  23. e8c12f3 Remove StatementList. by dan sinclair · 3 years, 9 months ago
  24. cfdc599 [spirv-reader] Update to create BlockStatements by dan sinclair · 3 years, 9 months ago
  25. f751501 [wgsl-reader] Update to create BlockStatements by dan sinclair · 3 years, 9 months ago
  26. 37c0970 Convert LoopStatement to use BlockStatement. by dan sinclair · 3 years, 9 months ago
  27. 77040b8 Convert IfStatement and ElseStatement to use BlockStatement. by dan sinclair · 3 years, 9 months ago
  28. 7c2fa1e Convert CaseStatement to use BlockStatement. by dan sinclair · 3 years, 9 months ago
  29. 4069f33 Convert Function to use BlockStatement. by dan sinclair · 3 years, 9 months ago
  30. 0975dd5 [spirv-writer] Add BlockStatement emission. by dan sinclair · 3 years, 9 months ago
  31. cd182b1 [msl-writer] Emit BlockStatement. by dan sinclair · 3 years, 9 months ago
  32. 21f8e25 [wgsl-writer] Add emission of BlockStatement. by dan sinclair · 3 years, 9 months ago
  33. 775cb51 [ast] Add BlockStatement by dan sinclair · 3 years, 9 months ago
  34. 99ad0e8 [msl-writer] Emit intrinsics. by dan sinclair · 3 years, 9 months ago
  35. 8f3c635 Remove KillStatement by dan sinclair · 3 years, 9 months ago
  36. 23508f4 [spirv-reader] Convert from KillStatement to DiscardStatement by dan sinclair · 3 years, 9 months ago
  37. f75f2cd [wgsl-reader] Add `discard` parsing. by dan sinclair · 3 years, 9 months ago
  38. d81bebc [wgsl-writer] Add DiscardStatement support by dan sinclair · 3 years, 9 months ago
  39. a9696b5 [msl-writer] Emit DiscardStatement. by dan sinclair · 3 years, 9 months ago
  40. 6a61d41 [spirv-writer] Add DiscardStatement support. by dan sinclair · 3 years, 9 months ago
  41. b4374c2 [ast] Add DiscardStatement AST node. by dan sinclair · 3 years, 9 months ago
  42. ce973e3 [validation] Add a disabled test for re-assigning a constant. by Sarah Mashayekhi · 3 years, 9 months ago
  43. 0955230 Fixup some doc and compile issues. by dan sinclair · 3 years, 9 months ago
  44. 591fe91 [validation] implement invalidate assignment to a different type. by Sarah Mashayekhi · 3 years, 9 months ago
  45. 453eb97 Handle review feedback. by dan sinclair · 3 years, 9 months ago
  46. 429aa81 Add simple test runner. by dan sinclair · 3 years, 9 months ago
  47. 7a0b734 Fix BUILD.gn builds by Ryan Harrison · 3 years, 9 months ago
  48. b522fb3 [msl-writer] Only emit in/out structs if function call requires. by dan sinclair · 3 years, 9 months ago
  49. 433670b Add usage of main from chromium when part of a chromium build by Ryan Harrison · 3 years, 9 months ago
  50. 9a2b692 Add return to simple test by dan sinclair · 3 years, 9 months ago
  51. fbf4506 [validation] Add a disabled test for assignment statement. by Sarah Mashayekhi · 3 years, 9 months ago
  52. b6f0299 [spirv-reader] Support OpAny, OpAll, OpIsInf, OpIsNan by David Neto · 3 years, 9 months ago
  53. e3de74f [spirv-writer] Emit select intrinsic. by dan sinclair · 3 years, 9 months ago
  54. 16a2ea1 Add type determination for the select intrinsic. by dan sinclair · 3 years, 9 months ago
  55. d71e80b [spirv-reader] Add README.md by David Neto · 3 years, 9 months ago
  56. 28d0f4b [spirv-reader] Support function call returning void by David Neto · 3 years, 9 months ago
  57. a0b73e8 [hlsl-writer] Add assignment statement. by dan sinclair · 3 years, 9 months ago
  58. 41aa1a1 [hlsl-writer] Add switch statement support by dan sinclair · 3 years, 9 months ago
  59. 557a0f8 [hlsl-writer] Emit case statements. by dan sinclair · 3 years, 9 months ago
  60. 6dab73b [hlsl-writer] Emit unary operators. by dan sinclair · 3 years, 9 months ago
  61. abfdd22 [hlsl-writer] Emit break, return and continue. by dan sinclair · 3 years, 9 months ago
  62. dee9136 [hlsl-writer] Add binary operator emission. by dan sinclair · 3 years, 9 months ago
  63. fbbc617 Parse void function call. by dan sinclair · 3 years, 9 months ago
  64. e522840 [hlsl-writer] Add emission of identifiers by dan sinclair · 3 years, 9 months ago
  65. b44fe3c Emit call statements from the various backends. by dan sinclair · 3 years, 9 months ago
  66. 50080b7 Type determine the call statement. by dan sinclair · 3 years, 9 months ago
  67. 2e40491 Add a call ast statement. by dan sinclair · 3 years, 9 months ago
  68. 0a56a10 [spirv-reader] Support select over scalars and vectors by David Neto · 3 years, 9 months ago
  69. d6b024b Add missing Doxygen comments on two methods. by David Neto · 3 years, 9 months ago
  70. c29bad2 [spirv-reader] Support function calls, except returning void by David Neto · 3 years, 9 months ago
  71. feffa9d [hlsl-writer] Scaffold the HLSL backend. by dan sinclair · 3 years, 9 months ago
  72. 5dee499 [msl-writer] Emit storage buffers. by dan sinclair · 3 years, 9 months ago
  73. 26c8a21 [msl-writer] Add import emission. by dan sinclair · 3 years, 9 months ago
  74. 747e80a [spirv-reader] Drop NonWritable NonReadable for now by David Neto · 3 years, 9 months ago
  75. c8af502 Fix issues with BUILD.gn by Ryan Harrison · 3 years, 9 months ago
  76. 18c85f5 [msl-writer] Cleanups and refactors. by dan sinclair · 3 years, 9 months ago
  77. f1c3fb7 [msl-writer] Handle uniform buffers. by dan sinclair · 3 years, 9 months ago
  78. e6c5755 [spirv-reader] Support DescriptorSet and Binding by David Neto · 3 years, 9 months ago
  79. 6982c22 [spirv-reader] Handle old-style storage buffers by David Neto · 3 years, 9 months ago
  80. 13904a6 Rolling 6 dependencies by David Neto · 3 years, 9 months ago
  81. 3c3d227 [spirv-reader] Support Location on module vars by David Neto · 3 years, 9 months ago
  82. d8a4d4b [spirv-reader] Ignore empty string user names by David Neto · 3 years, 9 months ago
  83. 5f43fed [spirv-reader] Handle gl_Position by David Neto · 3 years, 9 months ago
  84. 31cfdb1 Clean up how deps are defined in BUILD.gn by Ryan Harrison · 3 years, 9 months ago
  85. 53b1770 Remove refs.cfg. by dan sinclair · 3 years, 9 months ago
  86. 780c594 Fixup group list name by dan sinclair · 3 years, 9 months ago
  87. 4264af9 [msl-writer] Emitting of program constants. by dan sinclair · 3 years, 9 months ago
  88. 3f10421 [msl-writer] Fixup matrix and array constructors. by dan sinclair · 3 years, 9 months ago
  89. 4556cbe Differentiate size and stride in array type name. by dan sinclair · 3 years, 9 months ago
  90. aa60138 [spirv-reader] Support duplicate type definitions by David Neto · 3 years, 9 months ago
  91. b0391c6 [msl-writer] Add struct offset support. by dan sinclair · 3 years, 9 months ago
  92. 7caf6e5 [msl-writer] Add builtin support by dan sinclair · 3 years, 9 months ago
  93. 5423d91 Add helpers for referenced variables. by dan sinclair · 3 years, 9 months ago
  94. d1684ed [msl-writer] Refactor some entry point variable code. by dan sinclair · 3 years, 9 months ago
  95. df415a8 [msl-writer] Generate entry point functions. by dan sinclair · 3 years, 9 months ago
  96. c5a5f96 [msl-writer] Handle emitting user function calls. by dan sinclair · 3 years, 9 months ago
  97. de2dd68 Inherit refererenced globals up the call stack. by dan sinclair · 3 years, 9 months ago
  98. a2eb8c5 [msl-writer] Generate input/output structs by dan sinclair · 3 years, 9 months ago
  99. 16890b9 Add determination of entrypoint callees. by dan sinclair · 3 years, 9 months ago
  100. 8604eb4 Update cube example by dan sinclair · 3 years, 9 months ago