1. 7615d94 [spirv-writer] Cleanup capabilities code. by dan sinclair · 3 years, 11 months ago
  2. 65cd5a8 [spirv-writer] Add support for outer_product by dan sinclair · 3 years, 11 months ago
  3. 36471fe [spirv-writer] Add support for derivatives. by dan sinclair · 3 years, 11 months ago
  4. 2cbbb5d [spirv-writer] Add support for dot call. by dan sinclair · 3 years, 11 months ago
  5. 3c3cf3c [spirv-writer] Add support for is_inf by dan sinclair · 3 years, 11 months ago
  6. c31903d [spirv-writer] Add is_nan support. by dan sinclair · 3 years, 11 months ago
  7. 0bcb50b [spirv-writer] Add support for all intrinsic. by dan sinclair · 3 years, 11 months ago
  8. 3e7dc82 [spirv-writer] Generate any intrinsic by dan sinclair · 3 years, 11 months ago
  9. 06d4947 [spirv-reader] Refactor emission for OpBranch by David Neto · 3 years, 11 months ago
  10. 3bbc45d [spirv-reader] Update test to show error caught by David Neto · 3 years, 11 months ago
  11. 90d6b2d [spirv-reader] Update test to show error is caught by David Neto · 3 years, 11 months ago
  12. 7d60a4c Fix nit in PRESUBMIT.py by Ryan Harrison · 3 years, 11 months ago
  13. ccb699e Remove right shift arithmetic operand. by dan sinclair · 3 years, 11 months ago
  14. 2b23e4b Remove unless_stmt by dan sinclair · 3 years, 11 months ago
  15. 6bd7061 Remove conditional break/continue. by dan sinclair · 3 years, 11 months ago
  16. 27d42ed [spirv-reader]: Support OpBranch by David Neto · 3 years, 11 months ago
  17. e76f4da Adding PRESUBMIT.py with a bunch of checks turned on by Ryan Harrison · 3 years, 11 months ago
  18. 579d33c Make case selectors an integer value by dan sinclair · 3 years, 11 months ago
  19. e009c20 Add IntLiteral parent for Sint and Uint literals. by dan sinclair · 3 years, 11 months ago
  20. c6f2947 Rename the IntLiteral to SintLiteral. by dan sinclair · 3 years, 11 months ago
  21. 1649dfa [spirv-reader] Support unreachable, as a return by David Neto · 3 years, 11 months ago
  22. 91332dc [spirv-reader] Support kill by David Neto · 3 years, 11 months ago
  23. 1d69915 Rename case statement conditions to selectors. by dan sinclair · 3 years, 11 months ago
  24. cb48e79 [spirv-reader] Support return, return-value by David Neto · 3 years, 11 months ago
  25. d861359 [spirv-reader] Emit loop and continuing by David Neto · 3 years, 11 months ago
  26. 468c26b [spirv-reader] Emit control flow: if/then/else by David Neto · 3 years, 11 months ago
  27. e2be489 Fix merge conflict by dan sinclair · 3 years, 11 months ago
  28. dadd149 [spirv-writer] Add fallthrough support by dan sinclair · 3 years, 11 months ago
  29. 916b408 [spirv-writer] Add switch support by dan sinclair · 3 years, 11 months ago
  30. 7768f5b [spirv-reader] use stack of statement lists by David Neto · 3 years, 11 months ago
  31. b83c651 [spirv-reader] Add problematic CFG case as disabled test by David Neto · 3 years, 11 months ago
  32. 1aadbd4 Add case_selectors update by dan sinclair · 3 years, 11 months ago
  33. 59fc026 [spirv-writer] Generate kill statements. by dan sinclair · 3 years, 11 months ago
  34. 091b2b5 Updating to match WGSL spec. by dan sinclair · 3 years, 11 months ago
  35. 46e959d Update intrinsics in the grammar. by dan sinclair · 3 years, 11 months ago
  36. 1d2ad81 Update WGSL grammar builtins to match spec. by dan sinclair · 3 years, 11 months ago
  37. 0647d23 [spirv-writer] Remove stpq support. by dan sinclair · 3 years, 11 months ago
  38. 5370390 Remove NOP. by dan sinclair · 3 years, 11 months ago
  39. 53f2026 Add if with else continue test. by dan sinclair · 4 years ago
  40. 615aaed [spirv-writer] Fill out cast code. by dan sinclair · 4 years ago
  41. 7e5e02f [spirv-reader] Support access chain by David Neto · 4 years ago
  42. 91c5a49 [wgsl-writer] Function var decls don't mention storage class by David Neto · 4 years ago
  43. 1bbc1cb [spirv-reader] Support null vector, matrix, arr, struct by David Neto · 4 years ago
  44. b275fd2 [spirv-reader] Systematic bad construct exit tests by David Neto · 4 years ago
  45. e3d2356 [spirv-reader] Remove TODO about nested selections by David Neto · 4 years ago
  46. c02de8f [spirv-reader] remove redundant disabled test by David Neto · 4 years ago
  47. 9f7297c [spirv-reader] Unordered float compares by David Neto · 4 years ago
  48. 4484fe1 Add include path to public config for BUILD.gn by Ryan Harrison · 4 years ago
  49. 0bbf1e7 Small fix for BUILD.gn by Ryan Harrison · 4 years ago
  50. 3e025a4 Rolling 6 dependencies by David Neto · 4 years ago
  51. cad427e [spirv-reader] Find if-selection internal headers by David Neto · 4 years ago
  52. d8082d2 [spirv-reader] Rename Edge::kToMerge to kIfBreak by David Neto · 4 years ago
  53. 15fd736 [spirv-reader] Classify kSwitchBreak from deep in control flow by David Neto · 4 years ago
  54. 4dfda01 Rename brace and bracket to match spec by dan sinclair · 4 years ago
  55. 1f1f08f Add spvtools deps to top-level targets by Ryan Harrison · 4 years ago
  56. ace7a13 Fixes to unbreak the BUILD.gn build by Ryan Harrison · 4 years ago
  57. a4e6858 Remove push constants. by dan sinclair · 4 years ago
  58. 506fe79 Remove unused entries from .gni file by Ryan Harrison · 4 years ago
  59. ab56088 [spirv-reader] Classify kSwitchBreak edges by David Neto · 4 years ago
  60. 920bdcd [spirv-reader] Refine selection construct concept by David Neto · 4 years ago
  61. 054927d [spirv-reader] Classify CFG edges by David Neto · 4 years ago
  62. 32b41b7 Add block annotations to computeboids by dan sinclair · 4 years ago
  63. 265d5d0 Unique method names in computeboids by dan sinclair · 4 years ago
  64. b1870ef [spirv-writer] Add a LocalSize execution mode. by dan sinclair · 4 years ago
  65. 2287f33 [spirv-writer] Add null initializers where needed. by dan sinclair · 4 years ago
  66. 5b43c58 [spirv-writer] First pass at entry point interface by dan sinclair · 4 years ago
  67. 6ca2699 Windows fixes. by dan sinclair · 4 years ago
  68. 253ee1b Fixup IntLiteral names. by dan sinclair · 4 years ago
  69. 6164da2 [spirv-writer] Handle load of array accessors if needed. by dan sinclair · 4 years ago
  70. 8a669aa [spirv-builder] Generate load for cast expression. by dan sinclair · 4 years ago
  71. c8c10e8 [spirv-writer] Generate load for var initializer, if needed by David Neto · 4 years ago
  72. de4259e Fixup computeboids translation error. by dan sinclair · 4 years ago
  73. abd472e [spirv-writer] Add start of cast support. by dan sinclair · 4 years ago
  74. 64db1d9 Add mising computeboids casts. by dan sinclair · 4 years ago
  75. cf35178 [spirv-writer] Load array accessors if required. by dan sinclair · 4 years ago
  76. cf2af15 [spirv-writer] Add assignment tests. by dan sinclair · 4 years ago
  77. 576c9af [spirv-writer] Add function with body test. by dan sinclair · 4 years ago
  78. a0b3754 [spirv-writer] Enable FunctionVar_WithNonConstantConstructor by dan sinclair · 4 years ago
  79. ac47807 Fix compute_boids.wgsl literal types, storage class by David Neto · 4 years ago
  80. 540ab21 [spirv-writer] Fragment shaders use OriginUpperLeft by David Neto · 4 years ago
  81. 7cac245 [spirv-writer] Handle multi name swizzles. by dan sinclair · 4 years ago
  82. a1a4800 [spirv-writer] Avoid branch after dead if/then if/else by David Neto · 4 years ago
  83. 9684d81 [spirv-writer] decorations are annotations by David Neto · 4 years ago
  84. 1be8d7f [spirv-writer] Declare extension when using vulkan memory model by David Neto · 4 years ago
  85. e3bf49a tint executable: infer output format, allow stdout by David Neto · 4 years ago
  86. 4092f22 [spirv-writer] Split the constructor expression method. by dan sinclair · 4 years ago
  87. a308ae2 [spirv-writer] Stub out more accessor tests by dan sinclair · 4 years ago
  88. b5b960e Rolling 7 dependencies by dan sinclair · 4 years ago
  89. 8ff8c07 [spirv-reader] Find switch case headers by David Neto · 4 years ago
  90. 3051bfd [spirv-writer] Handle building vectors from other vectors. by dan sinclair · 4 years ago
  91. 563d3e9 Add support for running [chromium-style] checks in CMake builds by Ryan Harrison · 4 years ago
  92. a5bba60 [spirv-builder] Handle single element swizzle. by dan sinclair · 4 years ago
  93. 40aa8d6 [spirv-writer] Generate loads for call parameters. by dan sinclair · 4 years ago
  94. 2283925 [spirv-writer] Add start of break and continue. by dan sinclair · 4 years ago
  95. a92c114 [spirv-reader] Label control flow constructs by David Neto · 4 years ago
  96. 195e4fe [spirv-reader] Verify order among header, continue, merge by David Neto · 4 years ago
  97. 26ec00a [spirv-writer] Handle alias struct members. by dan sinclair · 4 years ago
  98. d34b210 Add fuzzing target to BUILD.gn by Ryan Harrison · 4 years ago
  99. 597f52a [spirv-reader] Fix labels in CFG tests by David Neto · 4 years ago
  100. 75dbd87 Add missing storage classes to compute boids. by dan sinclair · 4 years ago