1. ccb0a77 [glsl][ir] Have tint run SingleEntryPoint for GLSL. by dan sinclair · 7 months ago
  2. 1e0c201 [glsl][ir] Regenerate skips by dan sinclair · 7 months ago
  3. 6d87fa6 [msl] Add support for clip_distances by James Price · 7 months ago
  4. 73fd374 [msl] Emit TINT_ISOLATE_UB macro by James Price · 7 months ago
  5. 0330f50 [glsl][ir] Emit `If` and `ExitIf` by dan sinclair · 7 months ago
  6. ea6efd9 [msl] Mark some tests as INVALID by James Price · 7 months ago
  7. adaa316 [glsl][ir] Emit `Access` by dan sinclair · 7 months ago chromium/6692 chromium/6693 chromium/6694 chromium/6695 chromium/6696
  8. c2f6f2f [glsl][ir] Emit load and store by dan sinclair · 7 months ago
  9. 6e93ca5 [glsl][ir] Generate skips. by dan sinclair · 7 months ago
  10. b41b866 [glsl][ir] Generate passing expectations. by dan sinclair · 7 months ago
  11. 5026041 [spirv][ir] Add memory model annotations to Load/Store by dan sinclair · 7 months ago
  12. aef5957 [hlsl] Regen skips for HLSL tint e2e files (both non-IR and IR) by Antonio Maiorano · 7 months ago
  13. d117d65 [spirv][ir] Add some missing decorations. by dan sinclair · 7 months ago
  14. 67b738c [spirv] Move E2E expectations to default paths by James Price · 7 months ago
  15. 0b5de40 [spirv] Remove AST E2E expectations by James Price · 7 months ago
  16. 1b77b6c [spirv] Generate IR expectations. by dan sinclair · 8 months ago
  17. 8f1d276 [hlsl] Update expectations for HLSL IR. by dan sinclair · 8 months ago
  18. 812c9d0 [msl] Regenerate test expectations by James Price · 9 months ago chromium/6568
  19. 48be7e8 [msl] Add newlines between global declarations by James Price · 9 months ago
  20. d1c31db [hlsl] Add passthrough builtin calls by dan sinclair · 9 months ago
  21. c69667d [hlsl] Emit zero value var initializers by dan sinclair · 9 months ago
  22. 6d509cf [hlsl] Add simple `Load` instruction. by dan sinclair · 9 months ago
  23. 6931379 [hlsl] Add generated IR expectations. by dan sinclair · 10 months ago
  24. 9f4eff2 [msl] Fix undef struct constructor args by James Price · 10 months ago
  25. 3e277d2 [msl] Skip undef arguments in struct constructors by James Price · 10 months ago
  26. b5a904c [msl] Emit continuing inside a new block by James Price · 10 months ago chromium/6519
  27. 77ac3f1 [ir] Add RemoveTerminatorArgs transform by James Price · 10 months ago
  28. dd89ce4 [glsl] Reorder GLSL transforms. by dan sinclair · 10 months ago
  29. 02cf911 [msl] Implement ShaderIO transform by James Price · 10 months ago
  30. 985b4e8 [msl] Populate Output::workgroup_allocations by James Price · 10 months ago
  31. c451f62 [msl] Support workgroup vars in ModuleScopeVars by James Price · 10 months ago
  32. 47fddc2 [msl] Emit struct name before constructors by James Price · 10 months ago
  33. de73431 [msl] Handle pointers in printer by James Price · 10 months ago
  34. 460f092 [msl] Update expectations by James Price · 10 months ago
  35. a30f8dd [msl] Regenerate E2E expectations for IR by James Price · 11 months ago
  36. 58f087d [tint] Add var tests for nested structs by Ben Clayton · 12 months ago
  37. f5abb82 tint: work around zero-init bug on some GPUs for workgroup size(1) by Antonio Maiorano · 1 year, 1 month ago
  38. a2455c9 [tint] Fix end-to-end tests. by Ben Clayton · 1 year, 2 months ago
  39. ca9f386 GLSL: set integers to precision highp. by Stephen White · 1 year, 2 months ago
  40. c11e2ed Make OFI transform push_constant-friendly. by Stephen White · 1 year, 2 months ago
  41. 9dc42ad [tint][ast] Fix type <-> parameter shadowing issues. by Ben Clayton · 1 year, 2 months ago
  42. 144ebed tint/hlsl: widen scope of workaround of DXC bug with const structs/arrays by Antonio Maiorano · 1 year, 2 months ago
  43. 4eeb0bd Implement push_constant-based firstIndex transform. by Stephen White · 1 year, 2 months ago
  44. 02262d8 [tint][msl] Fix C++17 warning. by Ben Clayton · 1 year, 2 months ago
  45. ffd485c [tint][msl] Replace volatile loop conditional with outer volatile conditional. by Ben Clayton · 1 year, 2 months ago
  46. 9be037c [tint][msl]: Use a volatile bool to control loop preservation by Ben Clayton · 1 year, 2 months ago
  47. 2d501c5 [tint] Fix emission of module-scope struct initializers by Ben Clayton · 1 year, 2 months ago
  48. b789a43 GLSL: implement push constants. by Stephen White · 1 year, 2 months ago
  49. 26dc5f6 msl ast_writer: Prevent emitted loops from erasure during optimizations by David Neto · 1 year, 3 months ago
  50. 575bb29 [ir][msl] Update expected by dan sinclair · 1 year, 4 months ago
  51. 794186c [ir][msl] Generate expectation files. by dan sinclair · 1 year, 4 months ago
  52. f1f381a [ir][msl] Generate expectation files. by dan sinclair · 1 year, 4 months ago
  53. 0e22bdb tint/msl: Fix emission of private variables by James Price · 2 years ago
  54. f1f56b2 tint/writer/glsl: Set default precision to highp by Ben Clayton · 2 years, 1 month ago
  55. 03de0e8 Move tint::transform::Robustness to a santizier transform by Ben Clayton · 2 years, 1 month ago
  56. 9dc48bc tint: Rename 'type' to 'alias' by Ben Clayton · 2 years, 2 months ago chromium/5559
  57. f528d33 tint/transform: fix PromoteInitializersToLet for constant expressions by Ben Clayton · 2 years, 4 months ago
  58. 4c8f5a1 tint: const eval of logical AND and OR by Antonio Maiorano · 2 years, 4 months ago
  59. 329dfd7 tint: Implement const-eval of modf by Ben Clayton · 2 years, 4 months ago
  60. ff7cf21 Rename StorageClass to AddressSpace. by dan sinclair · 2 years, 6 months ago
  61. 06844a5 tint/hlsl: remove [loop] attribute on all loops by Antonio Maiorano · 2 years, 6 months ago
  62. 29aa613 tint: const eval of comparison operations by Antonio Maiorano · 2 years, 7 months ago
  63. 3abad2c When emitting a MSL struct initializer emit the struct name. by dan sinclair · 2 years, 8 months ago
  64. 4abf28e tint: Add basic support for chromium_experimental_push_constant. by dan sinclair · 2 years, 8 months ago
  65. 7d34de8 tint/test-runner: Split expectations for FXC and DXC by Ben Clayton · 2 years, 8 months ago
  66. 256f111 Add transform to substitute overrides with const expressions. by dan sinclair · 2 years, 8 months ago
  67. c64ca23 tint: Deprecated module-scope 'let' for 'const' by Ben Clayton · 2 years, 9 months ago chromium/5150
  68. 53af158 tint/reader: Allow module-scope 'var' type inferencing by Ben Clayton · 2 years, 9 months ago
  69. 19576e9 tint/writer: Handle and emit 'const' variables by Ben Clayton · 2 years, 9 months ago
  70. f47887d tint/writer/msl: Generate an array<T,N> helper by Ben Clayton · 2 years, 9 months ago
  71. b29892b Update src/tint unittests to new @stage format. by dan sinclair · 2 years, 10 months ago chromium/5108
  72. 8e34852 tint/writer/spirv: Inline constant expressions by Ben Clayton · 2 years, 10 months ago
  73. e9f8b09 tint/writer/hlsl: Inline constant expressions by Ben Clayton · 2 years, 10 months ago
  74. cb6ddd2 tint/writer/msl: Inline constant expressions by Ben Clayton · 2 years, 10 months ago
  75. 25b7e98 tint/writer/glsl: Inline constant expressions by Ben Clayton · 2 years, 10 months ago
  76. c188ca6 tint: add --overrides flag to specify pipeline overrides by Antonio Maiorano · 2 years, 11 months ago
  77. 4d36557 Normalize all line endings to LF by Ben Clayton · 3 years ago
  78. 3b671cb wgsl: Separate struct members with commas by James Price · 3 years ago
  79. dbc13af tint->dawn: Shuffle source tree in preperation of merging repos by Ryan Harrison · 3 years, 1 month ago