1. f15f1c2 [msl] Emit @index for blend_src attributes by James Price · 9 months ago
  2. 48be7e8 [msl] Add newlines between global declarations by James Price · 9 months ago
  3. ddcec00 [msl] Add polyfill for dot builtin by James Price · 9 months ago
  4. f6d51ec [msl] Regenerate E2E expectations for IR by James Price · 9 months ago
  5. 4f5dc92 spirv-reader: preserve NonWritable decoration on module-scope vars by David Neto · 9 months ago
  6. 7753f63 metal: Emit MSL powr for WGSL pow builtin by Sunny Sachanandani · 9 months ago chromium/6547
  7. 2875d9c [msl] Set binding point for buffer size UBO by James Price · 9 months ago
  8. 1c4ff69 [msl] Add polyfill for distance builtin by James Price · 9 months ago
  9. 4850e28 [msl] Add polyfill for length builtin by James Price · 9 months ago
  10. 84db15d [msl] Add parentheses around break-if condition by James Price · 9 months ago
  11. 7bfbe8f [msl] Add polyfill for textureGatherCompare by James Price · 9 months ago
  12. 3efa5b1 [msl] Add polyfill for textureGather by James Price · 9 months ago
  13. 237b678 [msl] Add polyfill for textureSampleGrad by James Price · 9 months ago
  14. fabad50 [msl] Add polyfill for textureSampleCompareLevel by James Price · 9 months ago
  15. d1c31db [hlsl] Add passthrough builtin calls by dan sinclair · 9 months ago
  16. c69667d [hlsl] Emit zero value var initializers by dan sinclair · 9 months ago
  17. b581098 [hlsl] Emit `store` instructions in HLSL IR backend. by dan sinclair · 9 months ago
  18. 9b6fadf [hlsl] Emit `var` values in HLSL IR Backend. by dan sinclair · 9 months ago
  19. 8bf3d0a7 [hlsl] Mark inlined and skipped block instructions. by dan sinclair · 9 months ago
  20. 6d509cf [hlsl] Add simple `Load` instruction. by dan sinclair · 9 months ago
  21. be18fa4 [hlsl] Emit CoreBinary from HLSL IR by dan sinclair · 9 months ago
  22. cfdf90b [hlsl] Enable AddEmptyEntryPoint in HLSL IR by dan sinclair · 9 months ago
  23. 2fa56aa [hlsl] Add UserCall to the IR backend. by dan sinclair · 9 months ago
  24. a75e9a5 [hlsl] Emit `numthreads` from HLSL IR backend. by dan sinclair · 9 months ago
  25. 6931379 [hlsl] Add generated IR expectations. by dan sinclair · 9 months ago
  26. 2cc6b3c [msl] Regenerate E2E expectations by James Price · 9 months ago
  27. e902718 Remove storage textures from vertex tests by Natalie Chouinard · 9 months ago
  28. 58fc3f1 Disallow textureStore in vertex shader tests by Natalie Chouinard · 9 months ago
  29. 8f8f8d7 Replace textureStore test with frag shader by Natalie Chouinard · 9 months ago
  30. 6e71f23 [msl] Add polyfill for textureNumSamples by James Price · 9 months ago
  31. 0368d97 [msl] Add polyfill for textureNumLayers by James Price · 9 months ago
  32. 3052b3c [msl] Add polyfill for textureSampleCompare by James Price · 9 months ago
  33. 14f0204 [ir] Strip all IO attributes in ShaderIO transform by James Price · 9 months ago
  34. 7ef03f6 [msl] Add polyfill for textureNumLevels by James Price · 9 months ago
  35. 023be6f [msl] Add polyfill for textureSampleBias() by James Price · 9 months ago
  36. 2a08d5b2 [msl] Add polyfill for textureSampleLevel() by James Price · 9 months ago
  37. 9f4eff2 [msl] Fix undef struct constructor args by James Price · 9 months ago
  38. 3e277d2 [msl] Skip undef arguments in struct constructors by James Price · 9 months ago
  39. 514cba8 [msl] Polyfill unpack2x16float builtin by James Price · 9 months ago
  40. cb36904 [msl] Generate E2E expectations for new tests by James Price · 9 months ago
  41. 8b73119 [tint] Remove clamping for textureStore by James Price · 9 months ago
  42. 45562e7 [msl] Emit `abs()` builtin by James Price · 9 months ago
  43. f4f5534 [msl] Add polyfill for textureStore() by James Price · 9 months ago
  44. 61de3b8 [msl] Add polyfill for textureLoad() by James Price · 9 months ago
  45. 316438f [msl] Emit read_write access for storage textures by James Price · 9 months ago
  46. 456cf28 [msl] Add polyfill for textureDimensions() by James Price · 9 months ago
  47. 54883c2 [msl] Handle textureSample builtins by James Price · 9 months ago
  48. b1504b7 [ir] Set parent blocks in Switch::Clone() by James Price · 9 months ago chromium/6525
  49. 085093d [msl] Use the output of FlattenBindings by James Price · 9 months ago
  50. cd4bf9a Remove WGSL extension `chromium_internal_dual_source_blending` by Jiawei Shao · 9 months ago
  51. fae957f [msl] Add polyfill for atomicCompareExchangeWeak by James Price · 9 months ago
  52. 0272fd2 [msl] Add support for most atomic builtins by James Price · 9 months ago
  53. 037b54b [ir] Fix ValueToLet for store-before-load by James Price · 9 months ago
  54. b5a904c [msl] Emit continuing inside a new block by James Price · 9 months ago chromium/6519
  55. 1aad86d [msl] Move RenameConflicts to core and use it by James Price · 9 months ago
  56. 38bef55 [ir] Fix consecutive calls in dependency scanner by James Price · 10 months ago
  57. 7eb5f8c [spirv] Fix terminator creation in MergeReturn by James Price · 10 months ago
  58. 77ac3f1 [ir] Add RemoveTerminatorArgs transform by James Price · 10 months ago
  59. 04e38e8 [tint][resolver] Mark all short-circuited RHS expressions as not-evaluated by Ben Clayton · 10 months ago
  60. dd89ce4 [glsl] Reorder GLSL transforms. by dan sinclair · 10 months ago
  61. 02cf911 [msl] Implement ShaderIO transform by James Price · 10 months ago
  62. c509bb3 [tint][ir][spirv] Deduplicate storage textures with different accesses by Ben Clayton · 10 months ago
  63. d7dfc6c Tint: Add input attachments support to spirv AST printer. by Le Hoang Quyen · 10 months ago
  64. 10d0b65 Tint: Add input attachments support to spirv IR printer. by Le Hoang Quyen · 10 months ago
  65. c224131 Tint: Add inputAttachmentLoad to core.def, wgsl.def, IR by Le Hoang Quyen · 10 months ago
  66. 985b4e8 [msl] Populate Output::workgroup_allocations by James Price · 10 months ago
  67. c451f62 [msl] Support workgroup vars in ModuleScopeVars by James Price · 10 months ago
  68. 81da611 Make textureDimensions(texture_external) use the visible size. by Corentin Wallez · 10 months ago
  69. 4e043e9 [msl] Add ArrayLengthFromUniform transform by James Price · 10 months ago
  70. 47fddc2 [msl] Emit struct name before constructors by James Price · 10 months ago
  71. 61d4d88 Rework the ExternalTexture computations slightly for clarity. by Corentin Wallez · 10 months ago chromium/6486
  72. a5fe7b9 [msl] Move BuiltinPolyfill transform by dan sinclair · 10 months ago
  73. 935b50f [msl] Emit min and max builtins by James Price · 10 months ago
  74. de73431 [msl] Handle pointers in printer by James Price · 10 months ago
  75. 460f092 [msl] Update expectations by James Price · 10 months ago
  76. 1d948c6 [msl] Print functions in dependency order by James Price · 10 months ago
  77. aa39095 [tint][ast] Fix DirectVariableAccess with uncalled function ptr params by Ben Clayton · 10 months ago
  78. 651732f [tint][ast] Fix RemovePhonies transform with short-circuited fn call by Ben Clayton · 10 months ago
  79. a30f8dd [msl] Regenerate E2E expectations for IR by James Price · 10 months ago
  80. d3bebe6c Support Coord Transformation for TextureLoadExternal() by Yan,Shaobo · 10 months ago chromium/6463
  81. d07a200 [spirv] Fix dynamic indexes into constant arrays by James Price · 11 months ago
  82. b0e445c [tint][IRToProgram] Create phony assignment if a value is not used by Ben Clayton · 11 months ago
  83. 988805a [tint][spirv-ast] Fix emission of discard followed by statement by Ben Clayton · 11 months ago
  84. 6fd43a0 [tint] Polyfill fwidthFine for MSL and HLSL by James Price · 11 months ago
  85. 166a691 [tint][test] Remove duplicated SPIR-V decorations by James Price · 11 months ago
  86. 58f087d [tint] Add var tests for nested structs by Ben Clayton · 12 months ago
  87. f3b93c1 Add FoldConstants transform by dan sinclair · 12 months ago
  88. c00db02 [tint][ir] Skip unreachable continuing blocks by James Price · 12 months ago
  89. b827111 [tint] Preserve derivatives in DemoteToHelper by James Price · 12 months ago
  90. add6c36 [tint][wgsl] Use two underscores for internal builtin fn by Ben Clayton · 1 year ago
  91. dd050a5 [tint][ast] Reimplement ArrayLengthFromUniform transform to support ptr params by Ben Clayton · 1 year ago
  92. f5abb82 tint: work around zero-init bug on some GPUs for workgroup size(1) by Antonio Maiorano · 1 year, 1 month ago
  93. 448c01b [tint] Implement support for r8unorm by Ben Clayton · 1 year, 1 month ago
  94. 614b1fd [renamer] Preserve swizzles through materialize by James Price · 1 year, 1 month ago
  95. 997bc01 [msl][glsl] Fix incorrect code gen for continuing inside switch. by dan sinclair · 1 year, 1 month ago
  96. aed92a6 [msl] Fix issue with module scoped private var and modf. by dan sinclair · 1 year, 1 month ago
  97. 86d1ad0 [tint][wgsl] Add bitcast entries to wgsl.def by Ben Clayton · 1 year, 1 month ago
  98. 17770f5 [tint][intrinsics] Add explicit template arguments by Ben Clayton · 1 year, 1 month ago
  99. 5a6b701 Add ClampFragDepth transform to GLSL writer. by Stephen White · 1 year, 1 month ago
  100. 1b00745 [tint][ir] Don't emit instructions with abstract types. by Ben Clayton · 1 year, 1 month ago