1. 63b777b Dawn: Refactor device toggles by Zhaoming Jiang · 2 years, 3 months ago
  2. d0b284b Add Dawn Wire Server LPM Fuzzer [1/N] by Brendon Tiszka · 2 years, 3 months ago
  3. d9c0f21 tint/resolver: Make pointer aliasing a hard error by James Price · 2 years, 3 months ago
  4. f374b81 Remove `sig` deprecation. by dan sinclair · 2 years, 3 months ago
  5. b4049dc tint/docs: Add uniformity entries to release notes by James Price · 2 years, 3 months ago
  6. 41884e4 tint: Update origin-trial-changes for parser changes. by Ben Clayton · 2 years, 3 months ago
  7. c98d57d tint: Rename 'static_assert' to 'const_assert' by Ben Clayton · 2 years, 3 months ago
  8. 9dc48bc tint: Rename 'type' to 'alias' by Ben Clayton · 2 years, 3 months ago chromium/5559
  9. fe0c2a7 tint: TINT_EMIT_COVERAGE -> DAWN_EMIT_COVERAGE by James Price · 2 years, 4 months ago
  10. 24c8440 Update spirv-reader docs: supports texture and sampler func args by David Neto · 2 years, 5 months ago chromium/5469 chromium/5470 chromium/5471 chromium/5472 chromium/5473 chromium/5474
  11. 543dd18 tint: Remove textureSampleLevel(texture_external) by Ben Clayton · 2 years, 5 months ago
  12. 4d65fc9 tint: Implement pointer alias analysis by James Price · 2 years, 5 months ago
  13. 10fae7a tint: Rename `frexp().sig` to `frexp().fract` by Ben Clayton · 2 years, 5 months ago
  14. 55a8eac tint/resolver: Forbid workgroup pointer parameters by Ben Clayton · 2 years, 6 months ago
  15. 5071a54 Make reserved words an error. by dan sinclair · 2 years, 6 months ago
  16. 3b2b548 Remove module-scope let deprecation. by dan sinclair · 2 years, 6 months ago
  17. f218af0 Remove the `@stage` attribute by dan sinclair · 2 years, 6 months ago
  18. 0e6d95b doc: Create overview of the SPIR-V reader by David Neto · 2 years, 6 months ago
  19. eee8d88 Start adding IR. by dan sinclair · 2 years, 6 months ago
  20. 2e376a9 tint/intrinsics: Allow mixing of signed / unsigned integer arguments by Ben Clayton · 2 years, 6 months ago
  21. 13f0890 tint/intrinsics: Texture queries now return unsigned integer / vectors by Ben Clayton · 2 years, 6 months ago
  22. 0640c81 tint: make uniformity analysis failures warnings again by Antonio Maiorano · 2 years, 6 months ago
  23. 75bc93c tint: Fix const eval of type conversions by Ben Clayton · 2 years, 7 months ago
  24. ff7cf21 Rename StorageClass to AddressSpace. by dan sinclair · 2 years, 7 months ago
  25. d1a5f93 Add maxBufferSize limit by shrekshao · 2 years, 7 months ago
  26. 4c70d7f tint: Make uniformity analysis failures a hard error by Ben Clayton · 2 years, 7 months ago
  27. c4ebf2c tint: Implement textureSampleBaseClampToEdge by Ben Clayton · 2 years, 7 months ago
  28. 4d8fa43 docs/tint: Fix OT notes. by Ben Clayton · 2 years, 7 months ago
  29. 751e668 tint/intrinsics.def: Implement saturate() by Ben Clayton · 2 years, 8 months ago
  30. f3d9ea4 tint: Error if statically indexing out of bounds. by Ben Clayton · 2 years, 8 months ago
  31. 142141c Do simplifications assuming macOS 10.11 is the min version supported. by Corentin Wallez · 2 years, 9 months ago
  32. 0e141c2 Add reserved words to the origin trial changes. by dan sinclair · 2 years, 9 months ago
  33. f795308 docs/tint: Documented addition of 'static_assert' by Ben Clayton · 2 years, 9 months ago
  34. cae5547 docs/tint: Update OT changes for `array()` by Ben Clayton · 2 years, 9 months ago
  35. 4abf28e tint: Add basic support for chromium_experimental_push_constant. by dan sinclair · 2 years, 9 months ago
  36. 1260a53 Mark descriptor/options as optional for requestDevice/Adapter by Corentin Wallez · 2 years, 9 months ago
  37. 8b0ceea tint: Clean up legacy type cruft by Ben Clayton · 2 years, 10 months ago
  38. f19cb02 tint: Remove single scalar matrix constructors. by Ben Clayton · 2 years, 10 months ago
  39. a45561b dawn.json: Add the "chain roots" data for chained structs. by Corentin Wallez · 2 years, 10 months ago
  40. cfa951a tint: Remove semicolon as struct member delimeter by dan sinclair · 2 years, 10 months ago chromium/5161
  41. c64ca23 tint: Deprecated module-scope 'let' for 'const' by Ben Clayton · 2 years, 10 months ago chromium/5150
  42. d23f296 tint: Implement acosh, asinh, atanh by dan sinclair · 2 years, 10 months ago
  43. 53af158 tint/reader: Allow module-scope 'var' type inferencing by Ben Clayton · 2 years, 10 months ago
  44. 49d1a2d Add while statement parsing. by dan sinclair · 2 years, 10 months ago
  45. 3e38d7e tint: Remove support for smoothStep builtin by James Price · 2 years, 10 months ago
  46. 8174713 docs/tint: Update origin trial changes for abstract-numerics by Ben Clayton · 2 years, 11 months ago
  47. 0fa572f Emit deprecation warnings for @stage. by dan sinclair · 2 years, 11 months ago
  48. d574be5 Convert @stage to short form by dan sinclair · 2 years, 11 months ago
  49. 6ac7c8a tint: update origin-trial-changes.md for atomicCompareExchangeWeak changes by Antonio Maiorano · 2 years, 11 months ago
  50. 3b5edf1 tint: Add matrix identify and single-scalar ctors by Ben Clayton · 3 years ago
  51. 93cf346 [clang-tidy] Add ability to checkout clang-tidy. by dan sinclair · 3 years ago
  52. be656f7 tint: Implement uniformity analaysis by James Price · 3 years ago
  53. 26ebe5e tint: Refactor if-else statement representation by James Price · 3 years ago
  54. 5ee22f3 Cleanup duplicate files; Combine README and build docs. by dan sinclair · 3 years ago
  55. d97ff53 Update Starlark config to use 'main' branch by Ryan Harrison · 3 years ago
  56. fb5a492 Fix inclusive language presubmit by dan sinclair · 3 years ago
  57. 0384932 tint: Replace smoothStep with smoothstep in tests by James Price · 3 years ago
  58. a7230f0 tint: Standardize the way we forward-declare by Ben Clayton · 3 years, 1 month ago
  59. d521d0e Combine contributing files. by dan sinclair · 3 years, 1 month ago chromium/4997
  60. 9d27aaa Always use 0 for the Depth operand of OpTypeImage by Jiawei Shao · 3 years, 1 month ago chromium/4992
  61. d288079 Clean up contributing documentation post tint merge by Ryan Harrison · 3 years, 1 month ago chromium/4991
  62. ebfbaf8 Add top-level OWNERS and scope Tint owners more tightly. by Corentin Wallez · 3 years, 1 month ago
  63. d68d3a9 Add support for increment/decrement statements by James Price · 3 years, 1 month ago
  64. e87ac76 Merge remote-tracking branch 'tint/main' into HEAD by Ryan Harrison · 3 years, 1 month ago tint-merge
  65. e6c7fd7 wgsl: Make colon optional for case statements by James Price · 3 years, 1 month ago
  66. e47b313 Add compound assignment to the M102 release notes by James Price · 3 years, 1 month ago
  67. a9d2f63 Update style_guide c++ version. by dan sinclair · 3 years, 1 month ago
  68. e6c7609 builtins: Add smoothstep, deprecate smoothStep by James Price · 3 years, 1 month ago
  69. 3b671cb wgsl: Separate struct members with commas by James Price · 3 years, 1 month ago
  70. d9d08ae wgsl: make if/switch parentheses optional by James Price · 3 years, 1 month ago
  71. 7d38b88 Remove support for the elseif keyword by James Price · 3 years, 1 month ago
  72. dfc1a2c Remove support for the @stride attribute by James Price · 3 years, 1 month ago
  73. 6bd90d6 Remove support for [[attribute]] syntax by James Price · 3 years, 1 month ago
  74. 8bcecf3 Remove @block attribute by James Price · 3 years, 1 month ago
  75. bcd9ad2 Remove isNan, isInf, isFinite, and isNormal by James Price · 3 years, 2 months ago
  76. 44f039d Adds new chained struct for device creation to specify cache options. by Loko Kung · 3 years, 2 months ago
  77. dbc13af tint->dawn: Shuffle source tree in preperation of merging repos by Ryan Harrison · 3 years, 2 months ago
  78. 3fac602 Minor fixups for unicode CL by James Price · 3 years, 2 months ago
  79. d29d3d5 reader/wgsl: Support unicode identifiers by Ben Clayton · 3 years, 2 months ago
  80. d0ec88c Add support for override keyword and @id attribute by James Price · 3 years, 2 months ago
  81. 5f60eb7 docs: Add GLSL backend to arch.md by Ben Clayton · 3 years, 2 months ago
  82. f1d570a docs: document that OOO-decls is now supported by Ben Clayton · 3 years, 2 months ago
  83. a52abab Nuke SPIRV-Cross. by Stephen White · 3 years, 2 months ago
  84. 189b0ce tint->dawn: Move src/dawn_tests -> src/dawn/tests by Austin Eng · 3 years, 3 months ago
  85. c6ccd53 tint->dawn: Move src/fuzzers/dawn -> src/dawn/fuzzers by Ben Clayton · 3 years, 3 months ago
  86. 818001d tint->dawn: Move src/dawn_native -> src/dawn/native by Ben Clayton · 3 years, 3 months ago
  87. b2c4d7a tint->dawn: Move src/dawn_platform -> src/dawn/platform by Ben Clayton · 3 years, 3 months ago
  88. 20cbe6d tint->dawn: Move src/dawn_wire -> src/dawn/wire by Ben Clayton · 3 years, 3 months ago
  89. 1e657a6 tint->dawn: Move src/utils -> src/dawn/utils by Ben Clayton · 3 years, 3 months ago
  90. d9ab69a tint->dawn: Move src/common -> src/dawn/common by Ben Clayton · 3 years, 3 months ago
  91. 8250f2b resolver: Correctly validate 'break' inside 'continuing' by Ben Clayton · 3 years, 3 months ago
  92. b85e692 Rename 'intrinsic' to 'builtin' by Ben Clayton · 3 years, 3 months ago
  93. a996ffb Rename 'decoration' to 'attribute' by Ben Clayton · 3 years, 3 months ago
  94. b80e2f3 intrinsics: Remove ignore() by Ben Clayton · 3 years, 3 months ago
  95. 1a4185b Move src/fuzzers to src/fuzzers/dawn by Ben Clayton · 3 years, 3 months ago
  96. 26c31f6 Shuffle 'docs' directories by Ben Clayton · 3 years, 3 months ago
  97. 1c02eb8 validation: Require interpolate(flat) for integers by James Price · 3 years, 3 months ago
  98. f6e5cc0 Deprecate the @stride attribute by James Price · 3 years, 3 months ago
  99. 01e4b6f wgsl: Replace [[decoration]] with @decoration by Ben Clayton · 3 years, 3 months ago
  100. 6b1e5f5 wgsl: Do not require a semicolon after a struct by James Price · 3 years, 3 months ago