1. df503f0 [hlsl-writer] Refactor output emission. by dan sinclair · 3 years, 9 months ago
  2. bdb8672 [hlsl-writer] StorageBuffer support. by dan sinclair · 3 years, 9 months ago
  3. fc1327f [validation] implement the pair of entry point stage and name must be unique by Sarah Mashayekhi · 3 years, 9 months ago
  4. 6a0e28b [valdiation] Add disable test for v-0020, the <entry point name, pipeline stage> must be unique by Sarah Mashayekhi · 3 years, 9 months ago
  5. 4fb431c [validation] validates if global variables have a storage class by Sarah Mashayekhi · 3 years, 9 months ago
  6. deea295 [wgsl-parser] Set max recursion depth on const_expr by dan sinclair · 3 years, 9 months ago
  7. a291fc1 Ran 'git cl format' over an empty CL by Ryan Harrison · 3 years, 9 months ago
  8. 3765a24 [validation] clean up: using ValidatorImpl member instead of creating one by Sarah Mashayekhi · 3 years, 9 months ago
  9. 3fad211 [validation] Add a validator test helper class by Sarah Mashayekhi · 3 years, 9 months ago
  10. 63a5aa7 [wgsl-reader] Adding for loops by Tomek Ponitka · 3 years, 9 months ago
  11. 4641d76 Rolling 6 dependencies by Ryan Harrison · 3 years, 9 months ago
  12. f70065f [validation] Validate if entry point functions accept parameters by Sarah Mashayekhi · 3 years, 9 months ago
  13. c3038dd [validation] Adds disable test for v-0023, entry point functions accept no params by Sarah Mashayekhi · 3 years, 9 months ago
  14. 43c2a6c [wgsl-reader] Adding body_statement to statement grammar by Tomek Ponitka · 3 years, 9 months ago
  15. 04f5166 Fix triangle.wgsl's floating point literals. by Corentin Wallez · 3 years, 9 months ago
  16. c189b1d Re-enable float emission tests by David Neto · 3 years, 9 months ago
  17. e871e48 [validation] validate if entry point functions return void by Sarah Mashayekhi · 3 years, 9 months ago
  18. 1026fe3 [validation] Add disabled test for v-0024-entry point functions return void by Sarah Mashayekhi · 3 years, 9 months ago
  19. 3c9fee1 [validation] checks if function used in entry point exists by Sarah Mashayekhi · 3 years, 9 months ago
  20. 255cfe8 [validation] Add disabled test for v-0019-entry point functions must exist by Sarah Mashayekhi · 3 years, 9 months ago
  21. 8db00df [validation] Checks if recursions exist by Sarah Mashayekhi · 3 years, 9 months ago
  22. d38df39 [hlsl-writer] Add support for import statements. by dan sinclair · 3 years, 9 months ago
  23. a1087ee [hlsl-writer] Generate intrinsics. by dan sinclair · 3 years, 9 months ago
  24. 3739a23 [hlsl-writer] Emit cast expressions. by dan sinclair · 3 years, 9 months ago
  25. 10585f0 [hlsl-writer] Add tests for entry point data. by dan sinclair · 3 years, 9 months ago
  26. 6fdc77a [hlsl-writer] Emit module constants. by dan sinclair · 3 years, 9 months ago
  27. 1811639 [hlsl-writer] Fix emission of struct aliases. by dan sinclair · 3 years, 9 months ago
  28. bfaa6f8 [hlsl-writer] Emit uniform variables. by dan sinclair · 3 years, 9 months ago
  29. 7df4a84 [hlsl-writer] Add CallExpression. by dan sinclair · 3 years, 9 months ago
  30. 34fd95c [hlsl-writer] Add support for input locations and builtins. by dan sinclair · 3 years, 9 months ago
  31. be89a06 [hlsl-writer] Add function handling. by dan sinclair · 3 years, 9 months ago
  32. 94a374f Add missing block decoration. by dan sinclair · 3 years, 9 months ago
  33. 844f632 [type-determiner] return false when type determining an undeclared function by Sarah Mashayekhi · 3 years, 9 months ago
  34. 8fcf269 [validation] Add Disabled test for detecting recursion by Sarah Mashayekhi · 3 years, 9 months ago
  35. dd99471 [spirv-writer] Output name for constant global variables. by dan sinclair · 3 years, 9 months ago
  36. b08e253 [validation] Validates if return statement type matches function return type by Sarah Mashayekhi · 3 years, 9 months ago
  37. eec1a6e [validation] Validates function name uniqueness by Sarah Mashayekhi · 3 years, 9 months ago
  38. 23c3fee [validation]: Add disabled test for validating return statement type matches function types by Sarah Mashayekhi · 3 years, 9 months ago
  39. d73f812 [validation] Validates return statement by Sarah Mashayekhi · 3 years, 9 months ago
  40. a532ac5 Fix handling of .spvasm inputs by Ryan Harrison · 3 years, 9 months ago
  41. 5e7ef27 [ast] Adds get last statement to ast::Function by Sarah Mashayekhi · 3 years, 9 months ago
  42. f16250b [validation] Validates functions return statement by Sarah Mashayekhi · 3 years, 9 months ago
  43. 633b1a7 Minor updates to fix compilation. by dan sinclair · 3 years, 9 months ago
  44. 0617663 Change output of string based data from sample app. by dan sinclair · 3 years, 9 months ago
  45. eca0eaa Find un-named entry points, change set number by Idan Raiter · 3 years, 9 months ago
  46. ef6a4af Add instance step mode to vertex pulling transform by Idan Raiter · 3 years, 9 months ago
  47. 63551e3 Add vertex pulling transform by Idan Raiter · 3 years, 9 months ago
  48. d3107bd [validation] Validates declaration name uniqueness by Sarah Mashayekhi · 3 years, 9 months ago
  49. a5e7ead Disable failing tests by dan sinclair · 3 years, 9 months ago
  50. bc80805 [spirv-writer] Infer and emit matrix layout by David Neto · 3 years, 9 months ago
  51. e88f1c3 [validation] v-0021: cannot re-assign constants by Sarah Mashayekhi · 3 years, 9 months ago
  52. 65f88d6 [Validation] v-0006: variables must be defined before use by Sarah Mashayekhi · 3 years, 9 months ago
  53. 6eb2a85 [spirv-reader] Remove support for NumWorkgroups builtin variable by David Neto · 3 years, 9 months ago
  54. b77399c [validator] implement variable_stack_ by Sarah Mashayekhi · 3 years, 9 months ago
  55. f18d737 Rolling 7 dependencies and fix BUILD.gn by Ryan Harrison · 3 years, 9 months ago
  56. 3125a8d [ast] Add texture types to the AST. by dan sinclair · 3 years, 10 months ago
  57. fe8c59a Add SamplerType to AST. by dan sinclair · 3 years, 10 months ago
  58. 8278f2c [hlsl-writer] Add loop support. by dan sinclair · 3 years, 10 months ago
  59. 97bc4ad [hlsl-writer] Add if/else statements. by dan sinclair · 3 years, 10 months ago
  60. cbe0668 [hlsl-writer] Emit variable declarations. by dan sinclair · 3 years, 10 months ago
  61. b07cb63 Add SPIR-V Reader Fuzzer by Ryan Harrison · 3 years, 10 months ago
  62. 26479f1 Remove _exe suffix from sample program by Ryan Harrison · 3 years, 10 months ago
  63. 40f16dd Change the default for BUILD.gn to build all the modules by Ryan Harrison · 3 years, 10 months ago
  64. 1a50cb9 Simplify fuzzer targets to ease adding additional targets by Ryan Harrison · 3 years, 10 months ago
  65. 753f40b Fixup build warnings by dan sinclair · 3 years, 10 months ago
  66. c8a85aa [wgsl-reader] Add stride support. by dan sinclair · 3 years, 10 months ago
  67. ac4a289 [wgsl-writer] Emit array stride decoration. by dan sinclair · 3 years, 10 months ago
  68. a8e4e2a Add BlockStatement insert and non-const global_variables by Idan Raiter · 3 years, 10 months ago
  69. a3f9778 [Validator] Using pointers instead of refs by Sarah Mashayekhi · 3 years, 10 months ago
  70. f961850 [hlsl-writer] Add member accessor emission. by dan sinclair · 3 years, 10 months ago
  71. 7cf1979 [hlsl-writer] Add AsExpression to the HLSL backend. by dan sinclair · 3 years, 10 months ago
  72. d450a92 [hlsl-writer] Add BlockStatement support. by dan sinclair · 3 years, 10 months ago
  73. cda5af0 [hlsl-writer] Emit discard. by dan sinclair · 3 years, 10 months ago
  74. ec007b9 [hlsl-writer] Emit array accessors. by dan sinclair · 3 years, 10 months ago
  75. 0e48082 [hlsl-writer] Add alias type support. by dan sinclair · 3 years, 10 months ago
  76. 4a11b56 [hlsl-writer] Add constructor emission. by dan sinclair · 3 years, 10 months ago
  77. 4551a31 Add hlsl writer tests to BUILD.gn by dan sinclair · 3 years, 10 months ago
  78. 8cce7ce [hlsl-writer] Add type emission. by dan sinclair · 3 years, 10 months ago
  79. bf4614e Update some language usage. by dan sinclair · 3 years, 10 months ago
  80. d35e4e1 [spirv-reader] Only support column-major matrices by David Neto · 3 years, 10 months ago
  81. c5cd8f5 Remove binutils from DEPS and pull in changes to build.gni from Dawn by Ryan Harrison · 3 years, 10 months ago
  82. 88f0ae3 Get 'gn gen --check' passing by Ryan Harrison · 3 years, 10 months ago
  83. e018cef Fix Tint ninja build by Idan Raiter · 3 years, 10 months ago
  84. e8c12f3 Remove StatementList. by dan sinclair · 3 years, 10 months ago
  85. cfdc599 [spirv-reader] Update to create BlockStatements by dan sinclair · 3 years, 10 months ago
  86. f751501 [wgsl-reader] Update to create BlockStatements by dan sinclair · 3 years, 10 months ago
  87. 37c0970 Convert LoopStatement to use BlockStatement. by dan sinclair · 3 years, 10 months ago
  88. 77040b8 Convert IfStatement and ElseStatement to use BlockStatement. by dan sinclair · 3 years, 10 months ago
  89. 7c2fa1e Convert CaseStatement to use BlockStatement. by dan sinclair · 3 years, 10 months ago
  90. 4069f33 Convert Function to use BlockStatement. by dan sinclair · 3 years, 10 months ago
  91. 0975dd5 [spirv-writer] Add BlockStatement emission. by dan sinclair · 3 years, 10 months ago
  92. cd182b1 [msl-writer] Emit BlockStatement. by dan sinclair · 3 years, 10 months ago
  93. 21f8e25 [wgsl-writer] Add emission of BlockStatement. by dan sinclair · 3 years, 10 months ago
  94. 775cb51 [ast] Add BlockStatement by dan sinclair · 3 years, 10 months ago
  95. 99ad0e8 [msl-writer] Emit intrinsics. by dan sinclair · 3 years, 10 months ago
  96. 8f3c635 Remove KillStatement by dan sinclair · 3 years, 10 months ago
  97. 23508f4 [spirv-reader] Convert from KillStatement to DiscardStatement by dan sinclair · 3 years, 10 months ago
  98. f75f2cd [wgsl-reader] Add `discard` parsing. by dan sinclair · 3 years, 10 months ago
  99. d81bebc [wgsl-writer] Add DiscardStatement support by dan sinclair · 3 years, 10 months ago
  100. a9696b5 [msl-writer] Emit DiscardStatement. by dan sinclair · 3 years, 10 months ago