1. cdcb1c1 [glsl][ir] Split uniform texture code from texture polyfill. by dan sinclair · 6 months ago
  2. 3d6760c [glsl][ir] Handle texture transforms by dan sinclair · 6 months ago
  3. 6fd5da8 [glsl][ir] Regenerate skips by dan sinclair · 6 months ago
  4. 6d602f4 [glsl][ir] Add a transform to remove pointer lets. by dan sinclair · 6 months ago
  5. a6300bf [glsl] Convert `select` to `mix` instead of ternary. by dan sinclair · 6 months ago
  6. 5c14fb4 [glsl] Flip ordering of barriers. by dan sinclair · 6 months ago
  7. efd781b [glsl][ir] Polyfill `quantizeToF16` by dan sinclair · 6 months ago
  8. 8879b18 [glsl][ir] Add polyfill for `abs` by dan sinclair · 6 months ago
  9. 5deac0c [glsl][ir] Add polyfill for `frexp` by dan sinclair · 6 months ago
  10. 8ce2ed7 [glsl][ir] Polyfill `modf` by dan sinclair · 6 months ago
  11. e0ca165 [glsl][ir] Polyfill integer `dot` by dan sinclair · 6 months ago
  12. a7acef8 [glsl][ir] Enable bgra8unorm polyfill by dan sinclair · 6 months ago
  13. f3e7db0 [glsl] Mark tests as INVALID by dan sinclair · 6 months ago
  14. 803ff2b [glsl][ir] Convert vector relational operations by dan sinclair · 6 months ago
  15. 2a9fbdd [glsl][ir] Convert `any` and `all` of a scalar to a no-op by dan sinclair · 6 months ago
  16. da2fa97 [glsl][ir] Add `arrayLength` support by dan sinclair · 6 months ago
  17. 3d2a692 [glsl][ir] Polyfill `fma`. by dan sinclair · 6 months ago
  18. 7ffe38a [glsl][ir] Emit `degrees` and `radians` by dan sinclair · 6 months ago
  19. d35a3b6 Add subgroupInclusiveAdd and subgroupInclusiveMul by Peter McNeeley · 7 months ago
  20. a1e0778 HLSL-IR: fix error: unary: no matching overload for 'operator - (u32)' by Antonio Maiorano · 7 months ago
  21. d13c9f9 [glsl][ir] Polyfill the `textureStore` call by dan sinclair · 7 months ago
  22. a5afb1f [glsl][ir] Polyfill the `textureLoad` call by dan sinclair · 7 months ago
  23. 20cc913 HLSL-IR: regen Tint e2e tests by Antonio Maiorano · 7 months ago
  24. 9d4eb04 HLSL-IR: fix textureDimensions polyfill using invalid type for swizzle by Antonio Maiorano · 7 months ago
  25. d42e0e9 [ir] Always inline `handle` address space. by dan sinclair · 7 months ago
  26. d032c62 HLSL-IR: emit constant i32 literals as int(<literal>) by Antonio Maiorano · 7 months ago
  27. a209367 [glsl][ir] Fix `bitfieldInsert` GLSL def entry. by dan sinclair · 7 months ago
  28. fae723c [glsl] Regenerate skips by dan sinclair · 7 months ago
  29. 30eb6eb [glsl] Only clamp access mode in ES. by dan sinclair · 7 months ago
  30. e28f132 [tint] Update generator to add GLSL desktop flag by dan sinclair · 7 months ago
  31. 018c3c3 Make DXC/FXC tests invalid for unsupported extensions by Antonio Maiorano · 7 months ago
  32. 93a8fa2 Make Quad* tests INVALID for FXC by Antonio Maiorano · 7 months ago
  33. 0872368 [glsl][ir] Polyfill the `textureNumLayers` call by dan sinclair · 7 months ago
  34. 5bc6476 [glsl][ir] Polyfill the `insertBits` call by dan sinclair · 7 months ago
  35. dd143d2 [glsl][ir] Polyfill the `extractBits` call by dan sinclair · 7 months ago
  36. 416092b [glsl][ir] Polyfill the `countOneBits` call by dan sinclair · 7 months ago
  37. 8124737 [glsl][ir] Emit `textureDimensions` by dan sinclair · 7 months ago
  38. 9ae5b84 [glsl][ir] Add bitcast from/to f16. by dan sinclair · 7 months ago
  39. 562d9b7 [glsl][ir] Start bitcast emission. by dan sinclair · 7 months ago
  40. 7b7fb81 [glsl][ir] Emit the polyfills for atomic methods. by dan sinclair · 7 months ago
  41. da73356 [glsl][ir] Emit the passthrough atomic methods. by dan sinclair · 7 months ago
  42. a532ca4 [glsl][ir] Regenerate skips by dan sinclair · 7 months ago
  43. 9d3ffa6 [glsl][ir] Polyfill the barrier commands. by dan sinclair · 7 months ago
  44. 949fa99 [glsl][ir] Polyfill the `select` command. by dan sinclair · 7 months ago
  45. 2744a22 [msl] Apply PackedVec3 to workgroup address space by James Price · 7 months ago
  46. bc56248 [msl] Fix read-write textureStore in entry points by James Price · 7 months ago chromium/6711
  47. 8648fb1 HLSL-IR: implement insertBits full polyfill by Antonio Maiorano · 7 months ago
  48. c440212 HLSL-IR: implement extractBits full polyfill by Antonio Maiorano · 7 months ago chromium/6709
  49. c811e1e [ir] Polyfill fwidthFine for MSL and HLSL by James Price · 7 months ago
  50. 131b7df [msl] Always use core polyfill for DP4 builtins by James Price · 7 months ago
  51. 607f4cb [tint] Fix max float as integer in conversion 'ConvF32ToIU32' by Peter McNeeley · 7 months ago
  52. a561b98 [glsl][ir] Create header section before preamble. by dan sinclair · 7 months ago
  53. f15c1c3 [glsl][ir] Add ShaderIO by dan sinclair · 7 months ago
  54. 182d933 [glsl][ir] Emit global variable information. by dan sinclair · 7 months ago
  55. ebe44a4 [glsl] Mark some more tests `INVALID` by dan sinclair · 7 months ago
  56. 8e8d840 [glsl] Mark invalid tests as `SKIP: INVALID`. by dan sinclair · 7 months ago
  57. 2d24558 [msl] Polyfill signed integer arithmetic by James Price · 7 months ago
  58. a23bcd8 [ir] Allow bitcast to be inlined by James Price · 7 months ago
  59. 379c7df [glsl][ir] Fix dpdyCoarse and Fine in ES. by dan sinclair · 7 months ago
  60. 1e0c201 [glsl][ir] Regenerate skips by dan sinclair · 7 months ago
  61. 6d87fa6 [msl] Add support for clip_distances by James Price · 7 months ago
  62. 73fd374 [msl] Emit TINT_ISOLATE_UB macro by James Price · 7 months ago
  63. d10ba2f [msl] Polyfill quadSwap* builtins by James Price · 7 months ago
  64. 91b17e7 [msl] Add SimdBallot transform by James Price · 7 months ago
  65. ea6efd9 [msl] Mark some tests as INVALID by James Price · 7 months ago
  66. adaa316 [glsl][ir] Emit `Access` by dan sinclair · 7 months ago chromium/6692 chromium/6693 chromium/6694 chromium/6695 chromium/6696
  67. c2f6f2f [glsl][ir] Emit load and store by dan sinclair · 7 months ago
  68. 12b95ee [glsl][ir] Emit StorageTexture types. by dan sinclair · 7 months ago
  69. 6e93ca5 [glsl][ir] Generate skips. by dan sinclair · 7 months ago
  70. b41b866 [glsl][ir] Generate passing expectations. by dan sinclair · 7 months ago
  71. 5026041 [spirv][ir] Add memory model annotations to Load/Store by dan sinclair · 7 months ago
  72. 61c2d1e [msl] Implement PackedVec3 transform by James Price · 7 months ago
  73. aef5957 [hlsl] Regen skips for HLSL tint e2e files (both non-IR and IR) by Antonio Maiorano · 7 months ago
  74. 520a86a [msl] Fix host-shareable struct padding by James Price · 7 months ago
  75. b2d106e [msl] Regenerate E2E expectations by James Price · 7 months ago
  76. 014d6f7 Make more fxc.hlsl files INVALID by Antonio Maiorano · 8 months ago
  77. 4f97c0e test_runner: scrub path of error/warning messages for FXC files by Antonio Maiorano · 8 months ago
  78. cf2f4d6 [hlsl] Regen skips for all tint e2e hlsl files by Antonio Maiorano · 8 months ago
  79. d117d65 [spirv][ir] Add some missing decorations. by dan sinclair · 8 months ago
  80. e27b166 [tint][msl] Implement quadSwap* builtin functions by Natalie Chouinard · 8 months ago
  81. 999d93a Allow marking expectations as INVALID. by dan sinclair · 8 months ago
  82. d2cd4f8 Generate missing hlsl e2e tests by Natalie Chouinard · 8 months ago
  83. 4469c71 [tint] MSL texture array negative integer clamp by Peter McNeeley · 8 months ago
  84. 06c6307 Generated missing tint e2e tests for ir.dxc.hlsl by Antonio Maiorano · 8 months ago
  85. e31fa9d [tint] Implement quadSwapX, Y and Diagonal by Natalie Chouinard · 8 months ago
  86. 3ffdc9a [hlsl] Emit mip level 0 for storage textures by Antonio Maiorano · 8 months ago
  87. 780c409 Regen ir.fxc.hlsl files by Antonio Maiorano · 8 months ago
  88. b7114a6 [tint] Implement quadBroadcast by Natalie Chouinard · 8 months ago chromium/6658 chromium/6659
  89. dbefda9 [tint] Implement subgroupShuffleXor, Up and Down by Natalie Chouinard · 8 months ago
  90. ede7633 [Compat] Use @size attribute for glsl pad struct by Shrek Shao · 8 months ago
  91. 67b738c [spirv] Move E2E expectations to default paths by James Price · 8 months ago
  92. 0b5de40 [spirv] Remove AST E2E expectations by James Price · 8 months ago
  93. 0486392 [tint][spirv] Allow signed subgroupBroadcast ID by Natalie Chouinard · 8 months ago
  94. 889f8fa [spirv] Add missing E2E test expectations by James Price · 8 months ago
  95. b862299 [tint] Implement subgroupShuffle by Natalie Chouinard · 8 months ago
  96. f15cc07 [tint] Implement subgroupElect and BroadcastFirst by Natalie Chouinard · 8 months ago
  97. 9562469 [tint] Implement subgroupAll and subgroupAny by Natalie Chouinard · 8 months ago chromium/6648
  98. 7be306a [tint] Implement subgroupMin and Max by Natalie Chouinard · 8 months ago
  99. e9e450e [tint] Implement subgroupAnd, Or, Xor builtins by Natalie Chouinard · 8 months ago
  100. 0893085 [tint][hlsl] Add countOneBits/reverseBits polyfill by Natalie Chouinard · 8 months ago