1. 71c1d54 [glsl] Propagate names to block struct wrappers by James Price · 6 months ago
  2. 074e17e HLSL-IR: fix error: unary: no matching overload for 'operator - (u32)' (again) by Antonio Maiorano · 6 months ago
  3. a1e0778 HLSL-IR: fix error: unary: no matching overload for 'operator - (u32)' by Antonio Maiorano · 6 months ago
  4. d032c62 HLSL-IR: emit constant i32 literals as int(<literal>) by Antonio Maiorano · 6 months ago
  5. 562d9b7 [glsl][ir] Start bitcast emission. by dan sinclair · 7 months ago
  6. 7b7fb81 [glsl][ir] Emit the polyfills for atomic methods. by dan sinclair · 7 months ago
  7. da73356 [glsl][ir] Emit the passthrough atomic methods. by dan sinclair · 7 months ago
  8. a532ca4 [glsl][ir] Regenerate skips by dan sinclair · 7 months ago
  9. 1e0c201 [glsl][ir] Regenerate skips by dan sinclair · 7 months ago
  10. 6e93ca5 [glsl][ir] Generate skips. by dan sinclair · 7 months ago
  11. 5026041 [spirv][ir] Add memory model annotations to Load/Store by dan sinclair · 7 months ago
  12. aef5957 [hlsl] Regen skips for HLSL tint e2e files (both non-IR and IR) by Antonio Maiorano · 7 months ago
  13. 520a86a [msl] Fix host-shareable struct padding by James Price · 7 months ago
  14. d117d65 [spirv][ir] Add some missing decorations. by dan sinclair · 7 months ago
  15. 67b738c [spirv] Move E2E expectations to default paths by James Price · 8 months ago
  16. 0b5de40 [spirv] Remove AST E2E expectations by James Price · 8 months ago
  17. 1b77b6c [spirv] Generate IR expectations. by dan sinclair · 8 months ago
  18. 8f1d276 [hlsl] Update expectations for HLSL IR. by dan sinclair · 8 months ago
  19. 48be7e8 [msl] Add newlines between global declarations by James Price · 10 months ago
  20. d1c31db [hlsl] Add passthrough builtin calls by dan sinclair · 10 months ago
  21. c69667d [hlsl] Emit zero value var initializers by dan sinclair · 10 months ago
  22. 6d509cf [hlsl] Add simple `Load` instruction. by dan sinclair · 10 months ago
  23. 6931379 [hlsl] Add generated IR expectations. by dan sinclair · 10 months ago
  24. fae957f [msl] Add polyfill for atomicCompareExchangeWeak by James Price · 10 months ago
  25. 0272fd2 [msl] Add support for most atomic builtins by James Price · 10 months ago
  26. a30f8dd [msl] Regenerate E2E expectations for IR by James Price · 11 months ago
  27. f5abb82 tint: work around zero-init bug on some GPUs for workgroup size(1) by Antonio Maiorano · 1 year, 1 month ago
  28. ca9f386 GLSL: set integers to precision highp. by Stephen White · 1 year, 2 months ago
  29. 9dc42ad [tint][ast] Fix type <-> parameter shadowing issues. by Ben Clayton · 1 year, 2 months ago
  30. 144ebed tint/hlsl: widen scope of workaround of DXC bug with const structs/arrays by Antonio Maiorano · 1 year, 2 months ago
  31. f1f381a [ir][msl] Generate expectation files. by dan sinclair · 1 year, 4 months ago
  32. 4249124 GLSL, HLSL: fix atomicSub() output. by Stephen White · 1 year, 6 months ago
  33. 4b8a3d3 [tint][transform][hlsl] Fix bad materialization by Ben Clayton · 1 year, 10 months ago
  34. 0c7a99f Tint/GLSL: rename identifiers containing double-underscores. by Stephen White · 1 year, 10 months ago chromium/5794
  35. 506b4f0 [spirv-reader] Use type inference for var and let by James Price · 1 year, 10 months ago
  36. 47dd301 tint/resolver: Resolve builtin structs by Ben Clayton · 2 years ago
  37. c00ff7f [tint] do not emit space for binding group 0 by Peng Huang · 2 years ago
  38. 0e22bdb tint/msl: Fix emission of private variables by James Price · 2 years ago
  39. f1f56b2 tint/writer/glsl: Set default precision to highp by Ben Clayton · 2 years, 1 month ago
  40. 03de0e8 Move tint::transform::Robustness to a santizier transform by Ben Clayton · 2 years, 1 month ago
  41. 1a1b527 tint/transform: Inline HLSL uniform / storage buffers by Ben Clayton · 2 years, 1 month ago
  42. 4d3ff97 tint: Resolve @builtin() args as expressions by Ben Clayton · 2 years, 1 month ago
  43. efb17b0 tint/writer/wgsl: Print @offset attributes as comment by Ben Clayton · 2 years, 4 months ago
  44. 6ab5d3c Tint/transform: make AddBlockAttribute always do wrapping if possible by Zhaoming Jiang · 2 years, 5 months ago
  45. 4faf358 Tint/builder/spirv: Fix atomicCompareExchangeWeak wrong return by Zhaoming Jiang · 2 years, 5 months ago chromium/5383
  46. e14a27b tint: remove LoopToForLoop and FoldTrivialSingleUseLets transforms for HLSL and GLSL by Antonio Maiorano · 2 years, 6 months ago
  47. 863d9ed GLSL: Change Add[Spirv]BlockAttribute to support GLSL by Stephen White · 2 years, 7 months ago
  48. 3abad2c When emitting a MSL struct initializer emit the struct name. by dan sinclair · 2 years, 8 months ago
  49. 7d34de8 tint/test-runner: Split expectations for FXC and DXC by Ben Clayton · 2 years, 8 months ago
  50. 6c098ba tint: Implement constant expression structures by Ben Clayton · 2 years, 9 months ago
  51. 268d7b8 tint: Add support for atomic ops to spirv reader by Antonio Maiorano · 2 years, 9 months ago