1. af7f395 Tint: Add vertex validation for storage buffers and textures by Natalie Chouinard · 9 months ago
  2. 61f763c [Tint] Only allow read textures in vertex shader by Natalie Chouinard · 9 months ago
  3. aa88fa0 [tint] Enable new subgroup extensions in backends by James Price · 9 months ago
  4. 03dce11 [tint] Add subgroup builtin attribute validation by James Price · 9 months ago
  5. 0e9fb17 [tint] Add subgroup builtin function validation by James Price · 9 months ago
  6. a7b4a26 [tint] Validate subgroups_f16 dependencies by James Price · 9 months ago
  7. 32950eb [tint] Add subgroups and subgroups_f16 extensions by James Price · 9 months ago
  8. 2791ca9 [ir] Fix spelling mistake. by dan sinclair · 9 months ago
  9. 57873ab [tint][fuzz] Skip ClampFragDepth with non-struct push constants by James Price · 9 months ago
  10. 4b0bd18 [tint] Skip override expression in BuiltinPolyfill by James Price · 9 months ago
  11. f30ecee [tint][fuzz] Skip DemoteToHelper with shadowing by James Price · 9 months ago
  12. 489966e [tint][fuzz] Skip PromoteSideEffectsToDecl with shadowing by James Price · 9 months ago
  13. cc74428 [tint][fuzz] Skip FoldConstants with shadowing by James Price · 9 months ago
  14. e7dd06a [glsl] Fixup binding comments from review. by dan sinclair · 9 months ago
  15. 3a5289d [tint][fuzz] Skip OffsetFirstIndex with shadowing by James Price · 9 months ago
  16. 74da3bc [hlsl] Emit constant structures. by dan sinclair · 9 months ago
  17. d5521a9 [tint][fuzz] Migrate proto definitions to common lib directory by Ryan Harrison · 9 months ago
  18. 8c55580 [hlsl] Add `discard` by dan sinclair · 9 months ago
  19. e8a799d [hlsl] Enable passing DISABLED tests. by dan sinclair · 9 months ago
  20. 89bfec4 [hlsl] Remove Logical And/Or test stubs by dan sinclair · 9 months ago
  21. 08f3865 [hlsl] Enable the Binary transform. by dan sinclair · 9 months ago
  22. 7b5707f [hlsl] Polyfill the HLSL IR select builtin. by dan sinclair · 9 months ago
  23. c1f534c [hlsl] Convert bitcast to a transform. by dan sinclair · 9 months ago
  24. fdd71d7 Compat: Generate shader module error for rg formats as storage textures by Gregg Tavares · 9 months ago chromium/6552 chromium/6553
  25. 70d7fe8 [msl] Add polyfills for degrees() and radians() by James Price · 9 months ago
  26. ffb4b38 [msl] Add polyfill for quantizeToF16 by James Price · 9 months ago
  27. 3066433 [hlsl] Add Bitcast support to the HLSL IR printer. by dan sinclair · 9 months ago
  28. a9c7be0 [ir] Add switch validation. by dan sinclair · 10 months ago
  29. 1cf515c Compat: make textureLoad with texture_depth_xxx emit error by Gregg Tavares · 10 months ago
  30. 7e1fd8c [hlsl] Add start of FXC polyfill for HLSL IR backend. by dan sinclair · 10 months ago
  31. be4f9bd [hlsl] Add Load/Store vector element to HLSL IR backend. by dan sinclair · 10 months ago
  32. f15f1c2 [msl] Emit @index for blend_src attributes by James Price · 10 months ago
  33. 447c185 [hlsl] Add DXC and FXC specific switch tests. by dan sinclair · 10 months ago
  34. b58a264 [hlsl] Emit module scoped variables in IR backend. by dan sinclair · 10 months ago chromium/6549 chromium/6550
  35. 36fbf3d [hlsl] Add `convert` to HLSL IR backend. by dan sinclair · 10 months ago
  36. 8b21164 [hlsl] Emit `Construct` instructions in HLSL IR backend. by dan sinclair · 10 months ago
  37. d0305d5 Tint: Replace all the appearance of `index` attribute with `blend_src` by Jiawei Shao · 10 months ago
  38. 3d249b5 [hlsl] Generate typedef for array returns. by dan sinclair · 10 months ago
  39. db84712 Require both `blend_src(0)` and `blend_src(1)` must be used in one struct by Jiawei Shao · 10 months ago
  40. 48be7e8 [msl] Add newlines between global declarations by James Price · 10 months ago
  41. ddcec00 [msl] Add polyfill for dot builtin by James Price · 10 months ago
  42. 764f1ba Disable UBSAN on dlsym-loaded function pointer call by Antonio Maiorano · 10 months ago
  43. 4f5dc92 spirv-reader: preserve NonWritable decoration on module-scope vars by David Neto · 10 months ago
  44. f9e2038 [hlsl] Add option to specify the downstream HLSL compiler. by dan sinclair · 10 months ago
  45. 0f8f9e6 [hlsl] Emit simple switches from HLSL IR backend. by dan sinclair · 10 months ago
  46. 7753f63 metal: Emit MSL powr for WGSL pow builtin by Sunny Sachanandani · 10 months ago chromium/6547
  47. 9f42432 [hlsl] Add Unary support to HLSL IR backend. by dan sinclair · 10 months ago
  48. 6ba6d52 [hlsl] Add function parameters to HLSL IR backend by dan sinclair · 10 months ago
  49. 43c6768 [tint] Add "DeathTest" suffix to all death tests by James Price · 10 months ago
  50. 10b1c0c [hlsl] Add some binary IR unit tests. by dan sinclair · 10 months ago
  51. 377c46d [hlsl] Emit `swizzle` instructions by dan sinclair · 10 months ago
  52. c0258db [hlsl] Emit `if` instructions by dan sinclair · 10 months ago
  53. cfe34a9 [hlsl] Emit loop instructions in IR backend. by dan sinclair · 10 months ago
  54. 8fba6d8 [ir] Create a real logical not operator. by dan sinclair · 10 months ago
  55. 81bfd88 [msl] Set Output::needs_storage_buffer_sizes by James Price · 10 months ago
  56. 2875d9c [msl] Set binding point for buffer size UBO by James Price · 10 months ago
  57. 1c4ff69 [msl] Add polyfill for distance builtin by James Price · 10 months ago
  58. 4850e28 [msl] Add polyfill for length builtin by James Price · 10 months ago
  59. 84db15d [msl] Add parentheses around break-if condition by James Price · 10 months ago
  60. 7bfbe8f [msl] Add polyfill for textureGatherCompare by James Price · 10 months ago
  61. 3efa5b1 [msl] Add polyfill for textureGather by James Price · 10 months ago
  62. 237b678 [msl] Add polyfill for textureSampleGrad by James Price · 10 months ago
  63. fabad50 [msl] Add polyfill for textureSampleCompareLevel by James Price · 10 months ago
  64. efe681f [hlsl] Add `Access` instruction to IR backend. by dan sinclair · 10 months ago
  65. 6f3a39f [hlsl] Implement more type emission. by dan sinclair · 10 months ago
  66. c785291 [hlsl] Start `struct` type emission. by dan sinclair · 10 months ago
  67. d1c31db [hlsl] Add passthrough builtin calls by dan sinclair · 10 months ago
  68. c69667d [hlsl] Emit zero value var initializers by dan sinclair · 10 months ago
  69. b581098 [hlsl] Emit `store` instructions in HLSL IR backend. by dan sinclair · 10 months ago
  70. 9b6fadf [hlsl] Emit `var` values in HLSL IR Backend. by dan sinclair · 10 months ago
  71. aebca2e Compat: Make sample, linear usage info createShaderModule errors by Gregg Tavares · 10 months ago
  72. 8bf3d0a7 [hlsl] Mark inlined and skipped block instructions. by dan sinclair · 10 months ago
  73. 6d509cf [hlsl] Add simple `Load` instruction. by dan sinclair · 10 months ago
  74. be18fa4 [hlsl] Emit CoreBinary from HLSL IR by dan sinclair · 10 months ago
  75. cfdf90b [hlsl] Enable AddEmptyEntryPoint in HLSL IR by dan sinclair · 10 months ago
  76. 2fa56aa [hlsl] Add UserCall to the IR backend. by dan sinclair · 10 months ago
  77. a75e9a5 [hlsl] Emit `numthreads` from HLSL IR backend. by dan sinclair · 10 months ago
  78. d839909 [hlsl] Return the entry points from HLSL IR printer. by dan sinclair · 10 months ago
  79. 24e5c13 [msl] Enable MSL IR If tests with PHI nodes. by dan sinclair · 10 months ago
  80. 9e9afae [hlsl] Fix incorrect HLSL test output by dan sinclair · 10 months ago
  81. 732e58c [hlsl] Add HLSL IR printer var/let tests by dan sinclair · 10 months ago
  82. fdcbf02 [ir] Add a templated `zero` helper. by dan sinclair · 10 months ago
  83. 58fc3f1 Disallow textureStore in vertex shader tests by Natalie Chouinard · 10 months ago
  84. 6e71f23 [msl] Add polyfill for textureNumSamples by James Price · 10 months ago
  85. 0368d97 [msl] Add polyfill for textureNumLayers by James Price · 10 months ago
  86. 3052b3c [msl] Add polyfill for textureSampleCompare by James Price · 10 months ago
  87. 14f0204 [ir] Strip all IO attributes in ShaderIO transform by James Price · 10 months ago
  88. 12f32d1 [hlsl] Add HLSL IR printer constant tests by dan sinclair · 10 months ago
  89. 57c1580 [ir] Fix IR dumping for disassembler rename by James Price · 10 months ago
  90. 7ef03f6 [msl] Add polyfill for textureNumLevels by James Price · 10 months ago
  91. 023be6f [msl] Add polyfill for textureSampleBias() by James Price · 10 months ago
  92. 2a08d5b2 [msl] Add polyfill for textureSampleLevel() by James Price · 10 months ago
  93. 9f4eff2 [msl] Fix undef struct constructor args by James Price · 10 months ago
  94. f9908d5 Manual roll vulkan-deps from 62eb765e42dd to 7d45b6d174eb (8 revisions) by Dawn Autoroller · 10 months ago
  95. d907aec [hlsl] Start flushing out some printer tests. by dan sinclair · 10 months ago chromium/6537
  96. ae30916 spirv-reader: fix call to textureDimensions when the result is unsigned by David Neto · 10 months ago
  97. f84480a Improve the error message on the invalid value type of `@blend_src` by Jiawei Shao · 10 months ago
  98. 51f19e3 [compat] Move sample_{index,mask} validation to Tint by James Price · 10 months ago
  99. 3e277d2 [msl] Skip undef arguments in struct constructors by James Price · 10 months ago
  100. 514cba8 [msl] Polyfill unpack2x16float builtin by James Price · 10 months ago