1. 53af158 tint/reader: Allow module-scope 'var' type inferencing by Ben Clayton · 2 years, 9 months ago
  2. 19576e9 tint/writer: Handle and emit 'const' variables by Ben Clayton · 2 years, 9 months ago
  3. 6c167a0 msl: Promote local private vars to function scope by dan sinclair · 2 years, 9 months ago
  4. 1a758d8 D3D12: Remove tempBuffers in ExecuteCommandList() by Jiawei Shao · 2 years, 9 months ago
  5. 7ebcfc7 tint/transform: PromoteInitializersToLet by Ben Clayton · 2 years, 9 months ago
  6. ce466c0 tint: spir-v writer: Fix matrix constructor from matrix variable by Antonio Maiorano · 2 years, 9 months ago
  7. dadf119 Clamp clear color value to legal range for uint/sint formats by Jiawei Shao · 2 years, 9 months ago chromium/5146
  8. 7ce3c2d Add Device.CreateErrorExternalTexture() by Yan,Shaobo · 2 years, 9 months ago
  9. 54b3da9 tint/transform: Handle 'const' for Unshadow. by Ben Clayton · 2 years, 9 months ago
  10. fcf9fdc tint/writer/wgsl: Emit 'const' variables by Ben Clayton · 2 years, 9 months ago chromium/5145
  11. f903133 tint/reader/wgsl: Drop const_expr parsing by Ben Clayton · 2 years, 9 months ago
  12. e48ef8e tint/reader: Enable 'const' parsing for unit-tests by Ben Clayton · 2 years, 9 months ago
  13. 511529f tint/resolver: Clean up workgroup-size error diagnostic by Ben Clayton · 2 years, 9 months ago
  14. 410a3bd tint/resolver: Propagate constant values between 'const's by Ben Clayton · 2 years, 9 months ago chromium/5144
  15. e3834c4 tint/resolver: Resolve 'const' variables by Ben Clayton · 2 years, 9 months ago
  16. 01208e7 tint: Rename Global() -> GlobalVar() by Ben Clayton · 2 years, 9 months ago
  17. 41486e1 tint: Rename GlobalConst() -> GlobalLet() by Ben Clayton · 2 years, 9 months ago
  18. 7289bca Add dawn version hash to cache keys. by Loko Kung · 2 years, 9 months ago
  19. b4ff8c8 tint/resolver: Simplify array size evaluation by Ben Clayton · 2 years, 9 months ago
  20. 268d7b8 tint: Add support for atomic ops to spirv reader by Antonio Maiorano · 2 years, 9 months ago
  21. ebed939 tint/resolver: Tidy up variable_test.cc by Ben Clayton · 2 years, 9 months ago
  22. ebafa81 Suppress ASAN failing D3D12 pipeline caching tests until debugged. by Loko Kung · 2 years, 9 months ago
  23. 68ae36e tint/resolver: Rename var_let_*test.cc -> variable_*test.cc by Ben Clayton · 2 years, 9 months ago
  24. dfeaf290 tint: Add sem::IndexAccessorExpression by Antonio Maiorano · 2 years, 9 months ago
  25. 32cb9cf tint/writer: Disable constant inlining for lets by Ben Clayton · 2 years, 9 months ago
  26. 431c7a4 Add maxInterStageShaderVariables Limits by Brandon Jones · 2 years, 9 months ago
  27. c5f7e8f tint: Fix emitting identity matrix ctor in HLSL by Zhaoming Jiang · 2 years, 9 months ago
  28. f47887d tint/writer/msl: Generate an array<T,N> helper by Ben Clayton · 2 years, 9 months ago
  29. 3c05430 tint/sem: Support arrays for sem::Constant by Ben Clayton · 2 years, 9 months ago
  30. c174692 OpenGL: Make Device::gl private. by Stephen White · 2 years, 9 months ago
  31. e8d47d5 tint/sem: Add more checks to constant_test.cc by Ben Clayton · 2 years, 9 months ago
  32. ab70ff7 tint/writer/spirv: Clean up accessor tests by Ben Clayton · 2 years, 9 months ago
  33. 3a68ab4 tint/writer: Minor generator cleanup. by Ben Clayton · 2 years, 9 months ago
  34. 5041480 tint/writer: Clean up EmitConstant() methods by Ben Clayton · 2 years, 9 months ago
  35. 18b9663 tint: remove duplicated ending newline in ctor_conv_intrinsic.cc by Zhaoming Jiang · 2 years, 9 months ago
  36. 245e91d Add AlignTo method to make a Blob's contents aligned by Austin Eng · 2 years, 9 months ago
  37. d69c5d2 Land Khronos's latest egl.h and eglplatform.h in third_party/khronos. by Stephen White · 2 years, 9 months ago
  38. ff2d2d8 Suppress running dawn_end2end_tests on Windows Intel Vulkan by Austin Eng · 2 years, 9 months ago
  39. c1cb9dc tint/resolver: Evaluate constant index accessors by Ben Clayton · 2 years, 9 months ago
  40. f99671b tint: spir-v reader: fix atomicCompareExchangeWeak with var comparator by Antonio Maiorano · 2 years, 9 months ago chromium/5139
  41. 77bf233 Move tint unittest behind a build flag. by dan sinclair · 2 years, 9 months ago
  42. 1ed376b tint/sem: Add range overload of Constant::AllZero() by Ben Clayton · 2 years, 9 months ago chromium/5137
  43. 7d2b9d9 Add alternative method to use a version/git hash from a file. by Loko Kung · 2 years, 9 months ago
  44. ef62b58 Skip Gamma and Gamut conversions for BT.709->SRGB by jchen10 · 2 years, 9 months ago
  45. 797f0f8 tint/sem: Return vector for Type::ElementOf(matrix) by Ben Clayton · 2 years, 9 months ago
  46. 44eb108 tint/resolver: Change return type of EvaluateConstantValue() by Ben Clayton · 2 years, 9 months ago
  47. e021566 tint/reader/wgsl: Lex 'const' by Ben Clayton · 2 years, 9 months ago
  48. 3b3ef36 tint/sem: Add Type::DeepestElementOf() by Ben Clayton · 2 years, 9 months ago
  49. 7ee3245 tint/ast: Add 'const' AST node by Ben Clayton · 2 years, 9 months ago
  50. 22d8dea tint/resolver: Fix ICE when failing to materialize by Ben Clayton · 2 years, 9 months ago
  51. e4e4854 tint/resolver: Clean up 'let' / 'override' resolving by Ben Clayton · 2 years, 9 months ago
  52. ee49b1e tint/resolver: Clean up 'var' resolving by Ben Clayton · 2 years, 9 months ago chromium/5133
  53. 80fdd62 tint: Process functions in dependency order by James Price · 2 years, 9 months ago
  54. a823ea1 dawn: Fix GCC warnings about functions not returning by Ben Clayton · 2 years, 9 months ago
  55. 4658362 tint: Refactor ModuleScopeVarToEntryPointParam by James Price · 2 years, 9 months ago
  56. 04f1214 dawn::wire::client: Make object constructors less barebones. by Corentin Wallez · 2 years, 9 months ago chromium/5132
  57. a55b29e dawn::wire::client: Make ObjectTypeToTypeEnum a template variable. by Corentin Wallez · 2 years, 9 months ago chromium/5131
  58. a05e31b tint/resolver: Clean up parameter resolving by Ben Clayton · 2 years, 9 months ago
  59. 369b0b4 Remove old src/include folder by dan sinclair · 2 years, 9 months ago
  60. 3f64e38 Fixup unused function and variable. by dan sinclair · 2 years, 9 months ago chromium/5129
  61. 0a4e2a1 Remove NOLINT lines from c++17 headers by dan sinclair · 2 years, 9 months ago
  62. c7f7ca3 tint: Simplify ++/-- handling in transform by James Price · 2 years, 9 months ago
  63. 0ebe86d dawn::wire::client: Merge object allocators, add variadic Make. by Corentin Wallez · 2 years, 9 months ago
  64. 0213292 Allow the DepthClipControl struct, validate the feature is enabled by Austin Eng · 2 years, 9 months ago
  65. d713669 Tint: Fix VectorizeScalarMatrixConstructors to run for ref to scalar by Zhaoming Jiang · 2 years, 9 months ago
  66. 889a499 Remove test/tint/BUILD.gn. by dan sinclair · 2 years, 9 months ago
  67. ecb46b3 tint/resolver: Move texture validation to the right place by Ben Clayton · 2 years, 9 months ago
  68. dcdf66e tint/ast: Derive off `ast::Variable` by Ben Clayton · 2 years, 9 months ago
  69. be6fb2a tint: Fix emitting vector constant in HLSL writer by Zhaoming Jiang · 2 years, 9 months ago
  70. 65d61d7 Log: Fix unused variable warnings when DAWN_DISABLE_LOGGING by Corentin Wallez · 2 years, 9 months ago
  71. 4b88dbc Fixup continue support in while loops. by dan sinclair · 2 years, 9 months ago chromium/5125
  72. 57dcd36 Fixup merge test issue by dan sinclair · 2 years, 9 months ago
  73. 49d1a2d Add while statement parsing. by dan sinclair · 2 years, 9 months ago
  74. 2a8861d2 tint: Rework errors around variable declarations by Ben Clayton · 2 years, 9 months ago
  75. 418e873 tint: Make sure enable directives go first in ordered_globals by Zhaoming Jiang · 2 years, 9 months ago
  76. 33563dc tint/transform: Move State to anonymous namespace by James Price · 2 years, 9 months ago
  77. 4a63612 Fix alphaToCoverageEnabled and sample_mask output validation by shrekshao · 2 years, 9 months ago
  78. 3e38d7e tint: Remove support for smoothStep builtin by James Price · 2 years, 9 months ago
  79. 446b1a7 tint/clone_context.h: Template the vector allocator type by Ben Clayton · 2 years, 9 months ago
  80. 2032d03 tint/transform: Remove use of StorageClass on parameter by Ben Clayton · 2 years, 9 months ago chromium/5124
  81. 7bdeb49 Fix comment on constructor parameter by David Neto · 2 years, 9 months ago
  82. 1f93b11 Validate zero-attribute for VertexBufferNotUsed buffers by Takahiro · 2 years, 9 months ago
  83. f0a97a0 dawn/node: Fix build by Ben Clayton · 2 years, 9 months ago
  84. 2ae2983 tint: Add ast::ParameterList, use it by Ben Clayton · 2 years, 9 months ago chromium/5123
  85. 7164b97 tint: Clean up Func() usage by Ben Clayton · 2 years, 9 months ago
  86. 93928b0 spirv-reader: Don't hoist builtin vars. by David Neto · 2 years, 9 months ago
  87. 6d200d5 Remove Depth24Unorm-stencil8 from IsDepthOrStencilFormat by Jiawei Shao · 2 years, 9 months ago chromium/5122
  88. 314840b Remove call of TextureFormatSupportsRendering from TextureValidationTest/SampleCount by Jiawei Shao · 2 years, 9 months ago
  89. 6d48f57 Remove support for depth24unorm-stencil8 by Brandon Jones · 2 years, 9 months ago
  90. 3b808be dawn::wire::client: Make ObjectBase destructor virtual. by Corentin Wallez · 2 years, 9 months ago
  91. 0daef56 dawn::wire::client::ObjectBase: encapsulate remaining members. by Corentin Wallez · 2 years, 9 months ago
  92. 0f97df8 dawn::wire::client: Track the object generation on the objects by Corentin Wallez · 2 years, 9 months ago
  93. 87af04b dawn::wire: Separate ObjectHandle to its own header. by Corentin Wallez · 2 years, 9 months ago
  94. 60f3832 dawn::wire::client: Write ObjectBase constructor params in a struct. by Corentin Wallez · 2 years, 9 months ago chromium/5120 chromium/5121
  95. 51d13a4 Add depth-clip-control feature enum by Austin Eng · 2 years, 9 months ago
  96. 1faf592 Delete WGPUDeviceProperties by Austin Eng · 2 years, 9 months ago
  97. cda3d7b Add maxColorAttachments limit by Austin Eng · 2 years, 9 months ago
  98. 06cc5c1 dawn.node: Implement reflection for container objects. by Corentin Wallez · 2 years, 9 months ago
  99. cae289d tint: Fix exactly representable check in lexer by Zhaoming Jiang · 2 years, 9 months ago chromium/5115 chromium/5116 chromium/5117 chromium/5118
  100. d3fa3f0 Add CacheRequest utilities and tests by Austin Eng · 2 years, 9 months ago chromium/5114