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