1. 94884fc [glsl] Run PreservePadding before DirectVariableAccess by James Price · 6 months ago
  2. 925f03f [glsl] Name padding fields consistently by James Price · 6 months ago
  3. 71c1d54 [glsl] Propagate names to block struct wrappers by James Price · 6 months ago
  4. 074e17e HLSL-IR: fix error: unary: no matching overload for 'operator - (u32)' (again) by Antonio Maiorano · 6 months ago
  5. b95a03a HLSL-IR: polyfill modf and frexp by Antonio Maiorano · 6 months ago
  6. baad866 tint e2e: add skip on test that times out on bots by Antonio Maiorano · 6 months ago
  7. 020e317 Support Dual Source Blending in SPIR-V reader with Tint AST by Jiawei Shao · 6 months ago
  8. 15bbe6b HLSL-IR: ReplaceNonIndexableMatVecStores transform by Antonio Maiorano · 6 months ago
  9. a01beb5 [glsl][ir] Add padding to inline structs by dan sinclair · 6 months ago
  10. 2574827 [glsl][ir] Add struct padding members by dan sinclair · 6 months ago
  11. 34a321b [glsl][ir] Set more tests as `glsl-desktop` by dan sinclair · 6 months ago
  12. c830e96 Add tint e2e tests for vector assignment via dynamic index by Antonio Maiorano · 6 months ago
  13. bfb6645 HLSL-IR: fix textureDimensions polyfill using invalid type for swizzle (again) by Antonio Maiorano · 6 months ago
  14. 4103ee3 [glsl][ir] Cleanup textures when replacing in builtin uniforms. by dan sinclair · 6 months ago
  15. d048638 [glsl][ir] Handle sampler-less depth textures. by dan sinclair · 6 months ago
  16. eef5708 [glsl][ir] Fix `coord` type for `imageStore` by dan sinclair · 6 months ago
  17. 982bf99 [glsl] Mark more tests as desktop by dan sinclair · 6 months ago
  18. 08b5e37 [glsl][ir] Regenerate skip files. by dan sinclair · 6 months ago
  19. 367c032 [glsl][ir] Polyfill `textureSampleCompareLevel` by dan sinclair · 6 months ago
  20. cdfb6e7 [glsl][ir] Polyfill `textureSampleCompare` by dan sinclair · 6 months ago
  21. 4260675 [glsl] Add OffsetFirstIndex transform by James Price · 6 months ago chromium/6765
  22. 978af55 [glsl] Clamp frag depth using push constant values by James Price · 6 months ago
  23. 223a591 [glsl] Set up internal push constants by James Price · 6 months ago
  24. b6fc95f [glsl][ir] Polyfill `textureSampleGrad` by dan sinclair · 6 months ago
  25. 98577c3 HLSL-IR: mark infinite loop detected as INVALID by Antonio Maiorano · 6 months ago
  26. ec448b1 [glsl][ir] Polyfill `textureSampleLevel` by dan sinclair · 6 months ago
  27. 3b689d8 [glsl][ir] Polyfill `textureSampleBias` by dan sinclair · 6 months ago
  28. 8055bf4 [glsl][ir] Polyfill `textureSample` by dan sinclair · 6 months ago
  29. 4daebc4 [glsl][ir] Polyfill `textureGatherCompare` by dan sinclair · 6 months ago
  30. 144db47 [glsl][ir] Polyfill `textureGather` by dan sinclair · 6 months ago
  31. 680183f [glsl][ir] Handle combined samplers for texture only calls. by dan sinclair · 6 months ago
  32. 096f714 HLSL-IR: enable replace_pointer_lets in ValueToLet by Antonio Maiorano · 6 months ago chromium/6755 chromium/6756
  33. eb9c4c3 GLSL: workaround texture sampling with offset on depth arrays. by Stephen White · 6 months ago
  34. 4fc7d41 HLSL-IR: implement LocalizeStructArrayAssignment for FXC by Antonio Maiorano · 6 months ago
  35. cdcb1c1 [glsl][ir] Split uniform texture code from texture polyfill. by dan sinclair · 6 months ago
  36. 0b67439 [glsl][ir] Add support for getting texture information from unifrom by dan sinclair · 6 months ago
  37. 3d6760c [glsl][ir] Handle texture transforms by dan sinclair · 6 months ago
  38. 6fd5da8 [glsl][ir] Regenerate skips by dan sinclair · 6 months ago
  39. 6d602f4 [glsl][ir] Add a transform to remove pointer lets. by dan sinclair · 6 months ago
  40. fc7d346 [glsl][ir] Add `SampleMask` to ShaderIO. by dan sinclair · 6 months ago
  41. ab4e99f [glsl][ir] Polyfill float modulo by dan sinclair · 6 months ago chromium/6745
  42. a6300bf [glsl] Convert `select` to `mix` instead of ternary. by dan sinclair · 6 months ago
  43. 5c14fb4 [glsl] Flip ordering of barriers. by dan sinclair · 6 months ago
  44. efd781b [glsl][ir] Polyfill `quantizeToF16` by dan sinclair · 6 months ago
  45. 8879b18 [glsl][ir] Add polyfill for `abs` by dan sinclair · 6 months ago
  46. 5deac0c [glsl][ir] Add polyfill for `frexp` by dan sinclair · 6 months ago
  47. 0c0e7ec Add "hlsl-fxc" format to Tint executable by Antonio Maiorano · 6 months ago
  48. 8d56957 Fix Tint e2e test failures by Antonio Maiorano · 6 months ago
  49. 8ce2ed7 [glsl][ir] Polyfill `modf` by dan sinclair · 6 months ago
  50. e0ca165 [glsl][ir] Polyfill integer `dot` by dan sinclair · 6 months ago
  51. a7acef8 [glsl][ir] Enable bgra8unorm polyfill by dan sinclair · 6 months ago
  52. f3e7db0 [glsl] Mark tests as INVALID by dan sinclair · 6 months ago
  53. 803ff2b [glsl][ir] Convert vector relational operations by dan sinclair · 6 months ago
  54. 2a9fbdd [glsl][ir] Convert `any` and `all` of a scalar to a no-op by dan sinclair · 6 months ago
  55. 22f7682 [glsl][ir] Polyfill bitwise `&` and `|` on booleans by dan sinclair · 6 months ago
  56. da2fa97 [glsl][ir] Add `arrayLength` support by dan sinclair · 6 months ago
  57. 3d2a692 [glsl][ir] Polyfill `fma`. by dan sinclair · 6 months ago
  58. 7ffe38a [glsl][ir] Emit `degrees` and `radians` by dan sinclair · 6 months ago
  59. d35a3b6 Add subgroupInclusiveAdd and subgroupInclusiveMul by Peter McNeeley · 6 months ago
  60. 923288d HLSL-IR: add RemoveContinueInSwitch transform by Antonio Maiorano · 6 months ago
  61. a1e0778 HLSL-IR: fix error: unary: no matching overload for 'operator - (u32)' by Antonio Maiorano · 6 months ago
  62. d13c9f9 [glsl][ir] Polyfill the `textureStore` call by dan sinclair · 6 months ago
  63. a5afb1f [glsl][ir] Polyfill the `textureLoad` call by dan sinclair · 6 months ago
  64. 20cc913 HLSL-IR: regen Tint e2e tests by Antonio Maiorano · 6 months ago
  65. 9d4eb04 HLSL-IR: fix textureDimensions polyfill using invalid type for swizzle by Antonio Maiorano · 6 months ago
  66. d42e0e9 [ir] Always inline `handle` address space. by dan sinclair · 6 months ago
  67. d032c62 HLSL-IR: emit constant i32 literals as int(<literal>) by Antonio Maiorano · 6 months ago
  68. a209367 [glsl][ir] Fix `bitfieldInsert` GLSL def entry. by dan sinclair · 6 months ago
  69. fae723c [glsl] Regenerate skips by dan sinclair · 6 months ago
  70. 30eb6eb [glsl] Only clamp access mode in ES. by dan sinclair · 6 months ago
  71. e28f132 [tint] Update generator to add GLSL desktop flag by dan sinclair · 6 months ago
  72. 9f7ab42 Update parse_hlsl_errors script by Antonio Maiorano · 6 months ago
  73. 018c3c3 Make DXC/FXC tests invalid for unsupported extensions by Antonio Maiorano · 6 months ago
  74. c3d5d86 Make more FXC f16 tests INVALID by Antonio Maiorano · 6 months ago
  75. 93a8fa2 Make Quad* tests INVALID for FXC by Antonio Maiorano · 6 months ago
  76. 0872368 [glsl][ir] Polyfill the `textureNumLayers` call by dan sinclair · 6 months ago
  77. 5bc6476 [glsl][ir] Polyfill the `insertBits` call by dan sinclair · 6 months ago
  78. dd143d2 [glsl][ir] Polyfill the `extractBits` call by dan sinclair · 6 months ago
  79. 416092b [glsl][ir] Polyfill the `countOneBits` call by dan sinclair · 6 months ago
  80. 8124737 [glsl][ir] Emit `textureDimensions` by dan sinclair · 6 months ago
  81. 9ae5b84 [glsl][ir] Add bitcast from/to f16. by dan sinclair · 6 months ago
  82. 562d9b7 [glsl][ir] Start bitcast emission. by dan sinclair · 6 months ago
  83. d78abb3 HLSL-IR: implement NumWorkgroups builtin support by Antonio Maiorano · 6 months ago
  84. 7b7fb81 [glsl][ir] Emit the polyfills for atomic methods. by dan sinclair · 6 months ago
  85. da73356 [glsl][ir] Emit the passthrough atomic methods. by dan sinclair · 6 months ago
  86. a532ca4 [glsl][ir] Regenerate skips by dan sinclair · 6 months ago
  87. 9d3ffa6 [glsl][ir] Polyfill the barrier commands. by dan sinclair · 6 months ago
  88. 949fa99 [glsl][ir] Polyfill the `select` command. by dan sinclair · 6 months ago
  89. 1b75d8b [msl] Fix PackedVec3 for atomic builtins by James Price · 7 months ago
  90. 59c9377 [msl] Key PackedVec3 helpers on pointer type by James Price · 7 months ago
  91. 2744a22 [msl] Apply PackedVec3 to workgroup address space by James Price · 7 months ago
  92. bc56248 [msl] Fix read-write textureStore in entry points by James Price · 7 months ago chromium/6711
  93. 8648fb1 HLSL-IR: implement insertBits full polyfill by Antonio Maiorano · 7 months ago
  94. c440212 HLSL-IR: implement extractBits full polyfill by Antonio Maiorano · 7 months ago chromium/6709
  95. 94d556c [msl] Add polyfill for unary negation by James Price · 7 months ago
  96. c811e1e [ir] Polyfill fwidthFine for MSL and HLSL by James Price · 7 months ago
  97. cca4859 HLSL-IR: workaround DXC bug when 'as' casting constant integral splats by Antonio Maiorano · 7 months ago
  98. 131b7df [msl] Always use core polyfill for DP4 builtins by James Price · 7 months ago
  99. 8726fe4 HLSL-IR: only swizzle ctor value if not the right type by Antonio Maiorano · 7 months ago
  100. 607f4cb [tint] Fix max float as integer in conversion 'ConvF32ToIU32' by Peter McNeeley · 7 months ago