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