1. f3f10d5 [ir] Disallow access with no indices by James Price · 6 months ago
  2. 81641be [glsl] Add fuzzer for IR generator by James Price · 6 months ago
  3. e564270 [glsl] Add benchmark for IR generator by James Price · 6 months ago
  4. 94884fc [glsl] Run PreservePadding before DirectVariableAccess by James Price · 6 months ago
  5. 925f03f [glsl] Name padding fields consistently by James Price · 6 months ago
  6. 71c1d54 [glsl] Propagate names to block struct wrappers by James Price · 6 months ago
  7. c644290 Support Dual Source Blending in SPIR-V reader with Tint IR by Jiawei Shao · 6 months ago
  8. a01beb5 [glsl][ir] Add padding to inline structs by dan sinclair · 6 months ago
  9. 2574827 [glsl][ir] Add struct padding members by dan sinclair · 6 months ago
  10. 34a321b [glsl][ir] Set more tests as `glsl-desktop` by dan sinclair · 6 months ago
  11. 4103ee3 [glsl][ir] Cleanup textures when replacing in builtin uniforms. by dan sinclair · 6 months ago
  12. d048638 [glsl][ir] Handle sampler-less depth textures. by dan sinclair · 6 months ago
  13. eef5708 [glsl][ir] Fix `coord` type for `imageStore` by dan sinclair · 6 months ago
  14. 1bde07c [glsl][ir] Consistently use `idx` for texture arguments. by dan sinclair · 6 months ago
  15. 367c032 [glsl][ir] Polyfill `textureSampleCompareLevel` by dan sinclair · 6 months ago
  16. cdfb6e7 [glsl][ir] Polyfill `textureSampleCompare` by dan sinclair · 6 months ago
  17. 4260675 [glsl] Add OffsetFirstIndex transform by James Price · 6 months ago chromium/6765
  18. 978af55 [glsl] Clamp frag depth using push constant values by James Price · 6 months ago
  19. 223a591 [glsl] Set up internal push constants by James Price · 6 months ago
  20. b6fc95f [glsl][ir] Polyfill `textureSampleGrad` by dan sinclair · 6 months ago
  21. ec448b1 [glsl][ir] Polyfill `textureSampleLevel` by dan sinclair · 6 months ago
  22. 3b689d8 [glsl][ir] Polyfill `textureSampleBias` by dan sinclair · 6 months ago
  23. 8055bf4 [glsl][ir] Polyfill `textureSample` by dan sinclair · 6 months ago
  24. 4d38382 [glsl][ir] Move robustness transform by dan sinclair · 6 months ago
  25. 4daebc4 [glsl][ir] Polyfill `textureGatherCompare` by dan sinclair · 6 months ago
  26. 144db47 [glsl][ir] Polyfill `textureGather` by dan sinclair · 6 months ago
  27. 680183f [glsl][ir] Handle combined samplers for texture only calls. by dan sinclair · 6 months ago
  28. eb9c4c3 GLSL: workaround texture sampling with offset on depth arrays. by Stephen White · 6 months ago
  29. cdcb1c1 [glsl][ir] Split uniform texture code from texture polyfill. by dan sinclair · 6 months ago
  30. 0b67439 [glsl][ir] Add support for getting texture information from unifrom by dan sinclair · 6 months ago
  31. 3d6760c [glsl][ir] Handle texture transforms by dan sinclair · 6 months ago
  32. 6d602f4 [glsl][ir] Add a transform to remove pointer lets. by dan sinclair · 6 months ago
  33. 8256abd [glsl][ir] Fix types for GLSL builtins by dan sinclair · 6 months ago chromium/6746 chromium/6747 chromium/6748
  34. fc7d346 [glsl][ir] Add `SampleMask` to ShaderIO. by dan sinclair · 6 months ago
  35. ab4e99f [glsl][ir] Polyfill float modulo by dan sinclair · 6 months ago chromium/6745
  36. a6300bf [glsl] Convert `select` to `mix` instead of ternary. by dan sinclair · 6 months ago
  37. 5c14fb4 [glsl] Flip ordering of barriers. by dan sinclair · 6 months ago
  38. efd781b [glsl][ir] Polyfill `quantizeToF16` by dan sinclair · 6 months ago
  39. e18e808 [glsl][ir] Add context to unreachable message by dan sinclair · 6 months ago
  40. 8879b18 [glsl][ir] Add polyfill for `abs` by dan sinclair · 6 months ago
  41. 5deac0c [glsl][ir] Add polyfill for `frexp` by dan sinclair · 6 months ago
  42. fa3e144 [glsl][ir] Always polyfill `any` and `all`. by dan sinclair · 6 months ago
  43. 8ce2ed7 [glsl][ir] Polyfill `modf` by dan sinclair · 6 months ago
  44. e0ca165 [glsl][ir] Polyfill integer `dot` by dan sinclair · 6 months ago
  45. a7acef8 [glsl][ir] Enable bgra8unorm polyfill by dan sinclair · 6 months ago
  46. 803ff2b [glsl][ir] Convert vector relational operations by dan sinclair · 6 months ago
  47. 2a9fbdd [glsl][ir] Convert `any` and `all` of a scalar to a no-op by dan sinclair · 6 months ago
  48. 22f7682 [glsl][ir] Polyfill bitwise `&` and `|` on booleans by dan sinclair · 6 months ago
  49. da2fa97 [glsl][ir] Add `arrayLength` support by dan sinclair · 6 months ago
  50. 3d2a692 [glsl][ir] Polyfill `fma`. by dan sinclair · 6 months ago
  51. 7ffe38a [glsl][ir] Emit `degrees` and `radians` by dan sinclair · 6 months ago
  52. d13c9f9 [glsl][ir] Polyfill the `textureStore` call by dan sinclair · 6 months ago
  53. a5afb1f [glsl][ir] Polyfill the `textureLoad` call by dan sinclair · 6 months ago
  54. a209367 [glsl][ir] Fix `bitfieldInsert` GLSL def entry. by dan sinclair · 7 months ago
  55. 30eb6eb [glsl] Only clamp access mode in ES. by dan sinclair · 7 months ago
  56. 0872368 [glsl][ir] Polyfill the `textureNumLayers` call by dan sinclair · 7 months ago
  57. 250ad5a [glsl][ir] Split bitcast to separate polyfill by dan sinclair · 7 months ago
  58. 5bc6476 [glsl][ir] Polyfill the `insertBits` call by dan sinclair · 7 months ago
  59. dd143d2 [glsl][ir] Polyfill the `extractBits` call by dan sinclair · 7 months ago
  60. 416092b [glsl][ir] Polyfill the `countOneBits` call by dan sinclair · 7 months ago
  61. 8124737 [glsl][ir] Emit `textureDimensions` by dan sinclair · 7 months ago
  62. 9ae5b84 [glsl][ir] Add bitcast from/to f16. by dan sinclair · 7 months ago
  63. 562d9b7 [glsl][ir] Start bitcast emission. by dan sinclair · 7 months ago
  64. 7b7fb81 [glsl][ir] Emit the polyfills for atomic methods. by dan sinclair · 7 months ago
  65. da73356 [glsl][ir] Emit the passthrough atomic methods. by dan sinclair · 7 months ago
  66. 9d3ffa6 [glsl][ir] Polyfill the barrier commands. by dan sinclair · 7 months ago
  67. 949fa99 [glsl][ir] Polyfill the `select` command. by dan sinclair · 7 months ago
  68. a561b98 [glsl][ir] Create header section before preamble. by dan sinclair · 7 months ago
  69. f15c1c3 [glsl][ir] Add ShaderIO by dan sinclair · 7 months ago
  70. 182d933 [glsl][ir] Emit global variable information. by dan sinclair · 7 months ago
  71. 7928109 [glsl][ir] Emit `Atomic` types by dan sinclair · 7 months ago
  72. 379c7df [glsl][ir] Fix dpdyCoarse and Fine in ES. by dan sinclair · 7 months ago
  73. fb96429 [glsl][ir] Add conversion support by dan sinclair · 7 months ago
  74. 7abbf53 [glsl][ir] Add constructor support by dan sinclair · 7 months ago
  75. 32f3eff [glsl][ir] Add vector accessors. by dan sinclair · 7 months ago
  76. 6b1e61b [glsl][ir] Fix emission of array elements by dan sinclair · 7 months ago
  77. 49597cc [glsl][ir] Emit `Discard` and `TerminateInvocation` by dan sinclair · 7 months ago
  78. 7206591 [glsl][ir] Emit `Loop` and supporting instructions by dan sinclair · 7 months ago chromium/6697
  79. 0330f50 [glsl][ir] Emit `If` and `ExitIf` by dan sinclair · 7 months ago
  80. adaa316 [glsl][ir] Emit `Access` by dan sinclair · 7 months ago chromium/6692 chromium/6693 chromium/6694 chromium/6695 chromium/6696
  81. ce61a4e [glsl][ir] Emit `Switch` by dan sinclair · 7 months ago
  82. c2f6f2f [glsl][ir] Emit load and store by dan sinclair · 7 months ago
  83. 0b44e31 [glsl][ir] Support depth multisampled texture types by dan sinclair · 7 months ago
  84. 6f6384b [glsl][ir] Support multisampled texture types by dan sinclair · 7 months ago
  85. 8fd0dbd [glsl][ir] Support depth texture types by dan sinclair · 7 months ago
  86. d66b749 [glsl][ir] Add storage texture desktop types. by dan sinclair · 7 months ago
  87. df9c1bf [glsl][ir] Support sampled texture types by dan sinclair · 7 months ago
  88. 01f14b5 [glsl][ir] Support `CoreUnary`. by dan sinclair · 7 months ago
  89. 636e476 [glsl][ir] Support `CoreBinary`. by dan sinclair · 7 months ago
  90. ae6643f [glsl][ir] Emit pass through builtin call functions. by dan sinclair · 7 months ago
  91. b0550df [glsl][ir] Emit `let` values. by dan sinclair · 7 months ago
  92. 12b95ee [glsl][ir] Emit StorageTexture types. by dan sinclair · 7 months ago
  93. e667679 [glsl][ir] Only zero init certain address spaces. by dan sinclair · 7 months ago
  94. a6941c6 Move more defines to `utils/compiler.h` by dan sinclair · 7 months ago
  95. c101627 [glsl][ir] Emit `precision` in fragment shaders by dan sinclair · 7 months ago
  96. 2d91320 Remove some unordered_{set|map} by dan sinclair · 7 months ago
  97. d275769 [glsl][ir] Force entry point name to `main`. by dan sinclair · 7 months ago
  98. 65a7642 [glsl][ir] Emit struct types. by dan sinclair · 7 months ago
  99. aa14c8e [glsl][ir] Emit Matrix types by dan sinclair · 7 months ago
  100. 0ea2c0e [glsl][ir] Emit vector types. by dan sinclair · 7 months ago