1. 2edb8d4 inspector: Expose map of names to constant IDs by James Price · 3 years, 10 months ago
  2. 60ade89 writer/wgsl: Fix build by James Price · 3 years, 10 months ago
  3. 26e0312 writer: Use semantic info for constant IDs by James Price · 3 years, 10 months ago
  4. f2f3bfc resolver: Allocate IDs for named pipeline constants by James Price · 3 years, 10 months ago
  5. 8650247 ast: Support override decorations without IDs by James Price · 3 years, 10 months ago
  6. 09587e1 reader/wgsl: Parse '&' and '*' by Ben Clayton · 3 years, 10 months ago
  7. 2ef8033 Add SPIR-V translation scheme for ptr-ref by David Neto · 3 years, 10 months ago
  8. fa96033 Update SPIRV-Tools, SPIRV-Headers by David Neto · 3 years, 10 months ago
  9. 52b06fb ast: Add address-of and dereference unary ops by Ben Clayton · 3 years, 10 months ago
  10. 688fe44 writer/wgsl: Cut dependencies on sem info by Ben Clayton · 3 years, 10 months ago
  11. 9b1ee6b spirv-reader: HLSL-IO: Emit entry point as wrapper by David Neto · 3 years, 10 months ago
  12. f6c84e4 Use StorageClass::kNone for ast local var decls by Ben Clayton · 3 years, 10 months ago
  13. 884a4e2 spirv-reader: Refactor decoration-getting for vars by David Neto · 3 years, 10 months ago
  14. bd65d8e Remove cpplint from DEPS by Ben Clayton · 3 years, 10 months ago
  15. 858d7a3 spirv-reader: valid SPIR-V in function_var tests by David Neto · 3 years, 10 months ago
  16. 3103a1f BindingRemapper: Allow for binding point collisions by Ben Clayton · 3 years, 10 months ago
  17. 451f2cc Add ast::DisableValidationDecoration by Ben Clayton · 3 years, 10 months ago
  18. ad39329 Fix all linter warnings by Ben Clayton · 3 years, 10 months ago
  19. 5df7661 Resolver: Move common logic into Variable() by Ben Clayton · 3 years, 10 months ago
  20. ecd31c5 Remove texture_external overload for textureSample and add textureSampleLevel by Brandon Jones · 3 years, 10 months ago
  21. 42f8999 writer/wgsl: Ensure that test programs are valid by James Price · 3 years, 10 months ago
  22. 4ace822 Kokoro: Check lint and doxygen by Ben Clayton · 3 years, 10 months ago
  23. 6344d4c spirv-reader: Substitute 1.0 for scalar normalize by David Neto · 3 years, 10 months ago
  24. 32b5018 spirv-reader: Don't mention handle storage class by David Neto · 3 years, 10 months ago
  25. facd331 spirv-reader: textureDimensions returns 3-elem vec for Cube,CubeArray by David Neto · 3 years, 10 months ago
  26. b5236b2 Fix linter complaint by David Neto · 3 years, 10 months ago
  27. ce0b1c1 Fix test: "matrix scalar element type must be f32" by Antonio Maiorano · 3 years, 10 months ago
  28. 77daee1 Remove legacy EmitVertexPointSize transform by James Price · 3 years, 10 months ago
  29. fe7f7b3 Fix test: "No OpEntryPoint instruction was found" by Antonio Maiorano · 3 years, 10 months ago
  30. 97a7d26 Transform textureLoad calls for texture_external by Brandon Jones · 3 years, 10 months ago
  31. 5a839b5 spirv-reader: handle tests, valid SPIR-V, part 5 by David Neto · 3 years, 10 months ago
  32. 2e80c83 spirv-reader: handle tests SPIR-V validity, part 4 by David Neto · 3 years, 10 months ago
  33. b7b30b7 spirv-reader: fix texel type for textureStore by David Neto · 3 years, 10 months ago
  34. 3dcf239 spirv-reader: handle tests SPIR-V validity, part 3 by David Neto · 3 years, 10 months ago
  35. cc1e9e0 spirv-reader: fix Grad-based tests by David Neto · 3 years, 10 months ago
  36. 36eba06 spirv-reader: remove multisampled_2d_array support by David Neto · 3 years, 10 months ago
  37. 7162990 spirv-reader: handle tests: make valid SPIR-V, part 2 by David Neto · 3 years, 10 months ago
  38. 65a60c5 spirv-reader: handle test: make valid SPIR-V, part 1 by David Neto · 3 years, 10 months ago
  39. f25ad24 Fix test: "unknown case statement" from spirv reader by Antonio Maiorano · 3 years, 10 months ago
  40. 1959cde spirv-reader: rename test class for handle tests by David Neto · 3 years, 10 months ago
  41. e0448d3 ProgramBuilder: make Const helpers require a constructor arg by Antonio Maiorano · 3 years, 10 months ago
  42. a083f32 spirv-reader: import tests: make valid SPIR-V by David Neto · 3 years, 10 months ago
  43. ad19a63 Add sem::Reference by Ben Clayton · 3 years, 10 months ago
  44. 3f968e7 Resolver: Validate resource binding decorations by Ben Clayton · 3 years, 10 months ago
  45. 6ba446f Remove "Is" tests by Ben Clayton · 3 years, 10 months ago
  46. eebf0c9 Fix lint errors by Ben Clayton · 3 years, 10 months ago
  47. f14e0e1 Rename all type UnwrapXXX() methods by Ben Clayton · 3 years, 10 months ago
  48. fcda15e Move storage_class validation from wgsl to resolver by Ben Clayton · 3 years, 10 months ago
  49. a34fa0e Remove sem::Alias by Ben Clayton · 3 years, 10 months ago
  50. cbbe576 reader/spirv - add type hierarchy by Ben Clayton · 3 years, 10 months ago
  51. c705b6c Add external_texture_transform to backend writers by Brandon Jones · 3 years, 10 months ago
  52. 8f96595 ExternalTextureTransform: Fix undefined behavior by Ben Clayton · 3 years, 10 months ago
  53. 1f68519 spirv-reader: make valid SPIR-V for derivative tests by David Neto · 3 years, 10 months ago
  54. 799cece spirv-reader: rename test class for GetDecorationsFor by David Neto · 3 years, 10 months ago
  55. 9fdfa1e Resolver: validate else condition is boolean by Antonio Maiorano · 3 years, 10 months ago
  56. 6a56744 spirv-reader: make valid SPIR-V for memory tests by David Neto · 3 years, 10 months ago
  57. 24fdbf9 spirv-reader: named type tests are deliberately invalid SPIR-V by David Neto · 3 years, 10 months ago
  58. 92ba7ee spirv-reader: logical instruction test validity by David Neto · 3 years, 10 months ago
  59. 9b26923 spirv-reader: validity for user name tests by David Neto · 3 years, 10 months ago
  60. 2e1a284 writer/spirv: Simplify member accesses by Ben Clayton · 3 years, 10 months ago
  61. 4cd5eea sem: Fold together sem::Array and sem::ArrayType by Ben Clayton · 3 years, 10 months ago
  62. 6732e85 spirv-reader: CFG tests: make valid SPIR-V by David Neto · 3 years, 10 months ago
  63. 74490e1 Test that entry point IO attributes are of valid types by Ryan Harrison · 3 years, 10 months ago
  64. ff7a5f8 spriv-reader: CFG tests: end with OpFunctionEnd by David Neto · 3 years, 10 months ago
  65. 25df959 spirv-reader: Rename test class for CFG tests by David Neto · 3 years, 10 months ago
  66. 7e55817 test-all.sh: Rework use of directory argument by David Neto · 3 years, 10 months ago
  67. 593c87b Remove fuzzing for transform::EmitVertPointSize by Ryan Harrison · 3 years, 10 months ago
  68. 46b3b05 Allow AST dumping even if resolution failed by David Neto · 3 years, 10 months ago
  69. fb13f02 writer/wgsl: Only generate from the AST types by Ben Clayton · 3 years, 10 months ago
  70. ba6ab5e sem: Fold together sem::Struct and sem::StructType by Ben Clayton · 3 years, 10 months ago
  71. 33d0f6a Fix UBSAN error by Ben Clayton · 3 years, 10 months ago
  72. 698d013 writer/spirv: Fix dynamic array accessors by James Price · 3 years, 10 months ago
  73. a2580d6 spirv reader: replace typ::Type with ast::Type by Antonio Maiorano · 3 years, 10 months ago
  74. 467184f reader/spirv: Remove debug spew by Ben Clayton · 3 years, 10 months ago
  75. fe5c305 Fix all doxygen warnings by Ben Clayton · 3 years, 10 months ago
  76. e21ad14 spirv-reader: fix signedness for shifts by David Neto · 3 years, 10 months ago
  77. b82acac Resolver: Clean up diagnostics by Ben Clayton · 3 years, 10 months ago
  78. 0600796 ast::Struct: Remove Clone() hack by Ben Clayton · 3 years, 10 months ago
  79. b7bd0e1 reader/wgsl: Migrate to AST types by Ben Clayton · 3 years, 10 months ago
  80. 58750ea sem: Have sem::Type derive from sem::Node by Ben Clayton · 3 years, 10 months ago
  81. a0174e6 Add fuzzing for transform::VertexPulling by Ryan Harrison · 3 years, 10 months ago
  82. 4f34e78 spirv-reader: bit tests: make valid SPIR-V by David Neto · 3 years, 10 months ago
  83. d2be7ce reader/wgsl: Allow constants without initializers by James Price · 3 years, 10 months ago
  84. 08df57a validator: Require constants to have initializers by James Price · 3 years, 10 months ago
  85. ab3a921 validator: Disallow [[override]] on non-const vars by James Price · 3 years, 10 months ago
  86. a67f8a4 writer/spirv: Fix constant initialization by James Price · 3 years, 10 months ago
  87. 0aeb77c Fix GCC builds by Ryan Harrison · 3 years, 10 months ago
  88. b4a8a15 spirv-reader: arithmetic tests: make valid SPIR-V by David Neto · 3 years, 10 months ago
  89. 922779b spirv-reader: conversion tests: make valid SPIR-V by David Neto · 3 years, 10 months ago
  90. bc94cd6 Interrupt fuzzer if invalid program is generated by Ryan Harrison · 3 years, 10 months ago
  91. ba08d7b spirv-reader: update tests to use valid SPIR-V by David Neto · 3 years, 10 months ago
  92. 202d97d writer/spirv: Add type to constructor cache key by James Price · 3 years, 10 months ago
  93. 58f93c9 Build fixes by Ben Clayton · 3 years, 10 months ago
  94. 8e1d177 Remove Clone() from sem::Types by Ben Clayton · 3 years, 10 months ago
  95. 8c6808f transform/Spirv: Add EmitVertexPointSize logic by James Price · 3 years, 10 months ago
  96. 6c1cf65 sem::Matrix: Pass the column type to the constructor by Ben Clayton · 3 years, 10 months ago
  97. b432f23 Add Transform For External Textures by Brandon Jones · 3 years, 10 months ago
  98. c9ee7eb Prepare for having TypesBuilder return ast::Types by Ben Clayton · 3 years, 10 months ago
  99. dee76ff spirv-reader: update tests to valid SPIR-V by David Neto · 3 years, 10 months ago
  100. 6e24610 spirv-reader: set failure bit when SPIR-V validation fails by David Neto · 3 years, 10 months ago