1. e6fd0a9 [tint] Test expectations respect TIMEOUT by Peter McNeeley · 5 months ago
  2. 3ddc07a [glsl][ir] Make GLSL IR the only GLSL in tint e2e. by dan sinclair · 5 months ago
  3. fbc4ce7 [ir] Speed up `CheckType` validation. by dan sinclair · 5 months ago
  4. baad866 tint e2e: add skip on test that times out on bots by Antonio Maiorano · 6 months ago
  5. 367c032 [glsl][ir] Polyfill `textureSampleCompareLevel` by dan sinclair · 6 months ago
  6. cdfb6e7 [glsl][ir] Polyfill `textureSampleCompare` by dan sinclair · 6 months ago
  7. 0b67439 [glsl][ir] Add support for getting texture information from unifrom by dan sinclair · 6 months ago
  8. 6fd5da8 [glsl][ir] Regenerate skips by dan sinclair · 6 months ago
  9. 6d602f4 [glsl][ir] Add a transform to remove pointer lets. by dan sinclair · 6 months ago
  10. fae723c [glsl] Regenerate skips by dan sinclair · 6 months ago
  11. da73356 [glsl][ir] Emit the passthrough atomic methods. by dan sinclair · 7 months ago
  12. a532ca4 [glsl][ir] Regenerate skips by dan sinclair · 7 months ago
  13. 9d3ffa6 [glsl][ir] Polyfill the barrier commands. by dan sinclair · 7 months ago
  14. f15c1c3 [glsl][ir] Add ShaderIO by dan sinclair · 7 months ago
  15. 1e0c201 [glsl][ir] Regenerate skips by dan sinclair · 7 months ago
  16. adaa316 [glsl][ir] Emit `Access` by dan sinclair · 7 months ago chromium/6692 chromium/6693 chromium/6694 chromium/6695 chromium/6696
  17. 6e93ca5 [glsl][ir] Generate skips. by dan sinclair · 7 months ago
  18. f56acca [hlsl] Emit `textureSampleCompareLevel` in HLSL IR by dan sinclair · 8 months ago
  19. a23e79d [hlsl] Emit `textureSampleCompare` in HLSL IR by dan sinclair · 8 months ago
  20. 8f1d276 [hlsl] Update expectations for HLSL IR. by dan sinclair · 8 months ago
  21. 812c9d0 [msl] Regenerate test expectations by James Price · 9 months ago chromium/6568
  22. ddcec00 [msl] Add polyfill for dot builtin by James Price · 9 months ago
  23. d1c31db [hlsl] Add passthrough builtin calls by dan sinclair · 10 months ago
  24. c69667d [hlsl] Emit zero value var initializers by dan sinclair · 10 months ago
  25. 6d509cf [hlsl] Add simple `Load` instruction. by dan sinclair · 10 months ago
  26. 6931379 [hlsl] Add generated IR expectations. by dan sinclair · 10 months ago
  27. 0272fd2 [msl] Add support for most atomic builtins by James Price · 10 months ago
  28. 02cf911 [msl] Implement ShaderIO transform by James Price · 10 months ago
  29. de73431 [msl] Handle pointers in printer by James Price · 11 months ago
  30. a30f8dd [msl] Regenerate E2E expectations for IR by James Price · 11 months ago
  31. f1f381a [ir][msl] Generate expectation files. by dan sinclair · 1 year, 4 months ago
  32. 59269a2 Pass TextureBuiltinsFromUniformOptions. by Stephen White · 1 year, 7 months ago
  33. 11e786e Update GLSL Tint test expectations. by Stephen White · 1 year, 7 months ago
  34. 409483d [tint][bench] Trim core benchmarks by Ben Clayton · 1 year, 10 months ago
  35. b990d39 test/tint: Update SKIP "expectations" by Ben Clayton · 2 years, 1 month ago
  36. 987902e Update GLSL test results. by Stephen White · 2 years, 4 months ago
  37. 5071a54 Make reserved words an error. by dan sinclair · 2 years, 5 months ago
  38. 3b2b548 Remove module-scope let deprecation. by dan sinclair · 2 years, 5 months ago
  39. 2e376a9 tint/intrinsics: Allow mixing of signed / unsigned integer arguments by Ben Clayton · 2 years, 5 months ago
  40. 13f0890 tint/intrinsics: Texture queries now return unsigned integer / vectors by Ben Clayton · 2 years, 5 months ago
  41. 4c70d7f tint: Make uniformity analysis failures a hard error by Ben Clayton · 2 years, 6 months ago
  42. 05d8b02 GLSL: implement host-visible memory padding. by Stephen White · 2 years, 7 months ago
  43. 863d9ed GLSL: Change Add[Spirv]BlockAttribute to support GLSL by Stephen White · 2 years, 7 months ago
  44. 0fba14e tint/val: Make DXC validation output stable by Ben Clayton · 2 years, 8 months ago
  45. 056f97a tint: Add a benchmark for atan2 const eval by Ben Clayton · 2 years, 9 months ago
  46. 5286ea9 tint: Disallow write-only storage buffers by dan sinclair · 2 years, 9 months ago
  47. c64ca23 tint: Deprecated module-scope 'let' for 'const' by Ben Clayton · 2 years, 9 months ago chromium/5150
  48. b29892b Update src/tint unittests to new @stage format. by dan sinclair · 2 years, 10 months ago chromium/5108
  49. be656f7 tint: Implement uniformity analaysis by James Price · 2 years, 11 months ago
  50. 790e4c2 GLSL writer: emit gl_PointSize = 1 in all vertex shaders for OpenGL. by Stephen White · 3 years ago
  51. 0384932 tint: Replace smoothStep with smoothstep in tests by James Price · 3 years ago
  52. 3374f43 Normalize DEPS to ease merging with Dawn by Ryan Harrison · 3 years ago
  53. 3b671cb wgsl: Separate struct members with commas by James Price · 3 years ago
  54. dfc1a2c Remove support for the @stride attribute by James Price · 3 years ago
  55. 93baaae PromoteSideEffectsToDecl: add to 4 backends and regen tests by Antonio Maiorano · 3 years, 1 month ago
  56. e4e409f GLSL: remove spurious semicolons. by Stephen White · 3 years, 1 month ago
  57. 59f1e8d GLSL: special-case BinaryOp::kModulo for floating point. by Stephen White · 3 years, 1 month ago
  58. 9b152e6 GLSL: implement fma(). by Stephen White · 3 years, 1 month ago
  59. 2a02b68 GLSL: implement fract() builtin function. by Stephen White · 3 years, 1 month ago
  60. dbc13af tint->dawn: Shuffle source tree in preperation of merging repos by Ryan Harrison · 3 years, 1 month ago