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