dawn /
dawn /
6b304e9ffd649602d8074d0362928479416c8d3e - 6b304e9 tint: validate max nesting depth of composite types by Antonio Maiorano · 2 years, 1 month ago
- 0b3400c tint: Add chromium_internal_relaxed_uniform_layout by James Price · 2 years, 1 month ago
- 8061356 tint: Pass constant::Values to ArrayOrStructCtor by James Price · 2 years, 1 month ago
- c5ec169 classify template args: add cases used to debug Treesitter scanner by David Neto · 2 years, 1 month ago
- 6176c85 tint: Preserve padding in matrices with three rows by James Price · 2 years, 1 month ago
- fe19fee tint/const-eval: Fix runtime semantics for (x % 0) by James Price · 2 years, 1 month ago
- 35df626 Refcount check in Buffer map async in Wire by Takahiro · 2 years, 1 month ago chromium/5622
- f615770 Dawn: Improve a couple error messages. by Corentin Wallez · 2 years, 1 month ago
- 9efc12d Roll ANGLE from ef6d14737424 to f524e4b8a244 (1 revision) by Dawn Autoroller · 2 years, 1 month ago chromium/5621
- 04529be Dawn/Tint: Polyfill reflect vec2<f32> for D3D12 FXC on Intel by Zhaoming Jiang · 2 years, 1 month ago
- 67a3918 Roll ANGLE from 5bc6bf325690 to ef6d14737424 (1 revision) by Dawn Autoroller · 2 years, 1 month ago chromium/5619 chromium/5620
- 111be84 Roll third_party/webgpu-cts/ 13410d18b..6e39b5d2f (14 commits) by Ben Clayton · 2 years, 1 month ago
- cb39492 Roll ANGLE from a4e23c66867d to 5bc6bf325690 (1 revision) by Dawn Autoroller · 2 years, 1 month ago chromium/5618
- 0be37e0 Roll ANGLE from e21c1efb06c6 to a4e23c66867d (6 revisions) by Dawn Autoroller · 2 years, 1 month ago chromium/5617
- 2ea4aac Support higher limits for maxDynamicUniform/StorageBuffers by Austin Eng · 2 years, 1 month ago
- 8ef7311 tint: validate max number of members in a struct by Antonio Maiorano · 2 years, 1 month ago
- 8cd5c61 tint/reader/wgsl: Remove element_count_expression() by Ben Clayton · 2 years, 1 month ago
- dec0c62 tint: optimize SymbolTable::New by Antonio Maiorano · 2 years, 1 month ago
- 66d4873 tint: Use PI/2 as the input value for sin tests by James Price · 2 years, 1 month ago chromium/5616
- 1a1b527 tint/transform: Inline HLSL uniform / storage buffers by Ben Clayton · 2 years, 1 month ago
- 7052cb5 Revert "Add test setting the locale." by Ben Clayton · 2 years, 1 month ago
- 9ec746e Disable async pipeline compilation on Mac AMD with backend validation by Austin Eng · 2 years, 1 month ago
- d436ee4 Roll ANGLE from 7189e4cfe43b to e21c1efb06c6 (6 revisions) by Dawn Autoroller · 2 years, 1 month ago
- e958db0 Add ExternalTexture::Refresh() and ExternalTexture::Expire() by Yan,Shaobo · 2 years, 1 month ago
- dd0332e D3D12: Add workaround for DstAlpha blend factor issue on Intel GPUs by Jiawei Shao · 2 years, 1 month ago
- fa5cda8 Add workaround to blit depth to depth in D3D12 T2T by Li Hao · 2 years, 1 month ago
- 8bd09f3 Roll ANGLE from 389b86e7d76c to 7189e4cfe43b (12 revisions) by Dawn Autoroller · 2 years, 1 month ago
- 65a45fd Handle errors in SPIRV-Reader tests. by dan sinclair · 2 years, 1 month ago
- 107aa81 tint: Improve error for assignment to immutable variable by Ben Clayton · 2 years, 1 month ago
- 9cdc334 Add test setting the locale. by dan sinclair · 2 years, 1 month ago
- 077d97a Add `SuggestAlternatives` to attributes. by dan sinclair · 2 years, 1 month ago
- 9386f73 tint: Fix compilation error with latest MSVC 17.5.0 by Antonio Maiorano · 2 years, 1 month ago
- 869bcab Make attribute grammar generic. by dan sinclair · 2 years, 1 month ago
- 20a82ac Roll SwiftShader from 3575b5479af5 to dca80fc3a894 (1 revision) by Dawn Autoroller · 2 years, 1 month ago
- 39b7330 Fix UV coord for TextureLoad by jchen10 · 2 years, 1 month ago
- d8a13ee Roll ANGLE from 177936ace37d to 389b86e7d76c (1 revision) by Dawn Autoroller · 2 years, 1 month ago
- b7faf4d Roll SwiftShader from 64eb04027b9f to 3575b5479af5 (1 revision) by Dawn Autoroller · 2 years, 1 month ago chromium/5614
- 9776edf tint: Improve error message for array element stride in uniform storage by Antonio Maiorano · 2 years, 1 month ago
- 182a7e8 Validate writable storage buffer bindings don't alias by shrekshao · 2 years, 1 month ago
- 1dac81a Roll ANGLE from 31684d8c336a to 177936ace37d (2 revisions) by Dawn Autoroller · 2 years, 1 month ago
- 187e0d5 Add `requires` directive by dan sinclair · 2 years, 1 month ago chromium/5613
- f35f1ff Refactors native mock classes to be more like the Null device. by Loko Kung · 2 years, 1 month ago
- 54a104e tint: Update constructor / conversion terminology by Ben Clayton · 2 years, 1 month ago
- cce5f48 Triage CTS failures by Corentin Wallez · 2 years, 1 month ago
- 4be42e5 tint/run-cts: make dump-shaders also disable symbol renaming by Antonio Maiorano · 2 years, 1 month ago
- b4d2bbb Make Texture/QuerySet destroy always valid. by Corentin Wallez · 2 years, 1 month ago
- f16b9bb Guard D3D12_FEATURE_D3D12_OPTIONS13 behind SDK version check by Austin Eng · 2 years, 1 month ago
- afc53fa tint/resolver: Bring back enum suggestions by Ben Clayton · 2 years, 1 month ago
- b549b30 tint: Validate @must_use on functions and builtins by Ben Clayton · 2 years, 1 month ago
- d849032 tools: Add @must_use support to intrinsics.def by Ben Clayton · 2 years, 1 month ago
- ce10962 Add parsing and emission of the `must_use` attribute. by dan sinclair · 2 years, 1 month ago
- dd57720 Roll ANGLE from c23dbe331608 to 31684d8c336a (11 revisions) by Dawn Autoroller · 2 years, 1 month ago
- 5662f79 tint/ast: Remove unnecessary ast:: prefixes by Ben Clayton · 2 years, 1 month ago chromium/5612
- 4a88a32 D3D12: derive T2T workaround from TextureCopyBetweenDimensionsSupported by Austin Eng · 2 years, 1 month ago
- 053fca8 Run SubstituteOverride transform before Robustness by Shrek Shao · 2 years, 1 month ago
- 239b429 tint/HoistToDeclBefore: Use explicit types by James Price · 2 years, 1 month ago
- 60d3738 tint: Fix ICE in ast::TemplatedIdentifier ctor by Ben Clayton · 2 years, 1 month ago
- 2f689a7 Remove deprecated inspector fields. by dan sinclair · 2 years, 1 month ago
- fdef033 tint/resolver: Fix ICE in ResolvedIdentifier::String() by Ben Clayton · 2 years, 1 month ago
- f0b4dbb tint: Resolve @interpolate() args as expressions by Ben Clayton · 2 years, 1 month ago
- 650426b Run ./tools/format by Ben Clayton · 2 years, 1 month ago
- a79c660 Add `@must_use` AST node. by dan sinclair · 2 years, 1 month ago
- b92ff39 Remove `static_assert` deprecation. by dan sinclair · 2 years, 1 month ago
- 0aa2cef Roll ANGLE from f76ecaeed1d0 to c23dbe331608 (1 revision) by Dawn Autoroller · 2 years, 1 month ago
- 4d3ff97 tint: Resolve @builtin() args as expressions by Ben Clayton · 2 years, 1 month ago
- 2157170 Remove the `type` keyword. by dan sinclair · 2 years, 1 month ago
- db9d445 Roll third_party/webgpu-cts/ 87f8f3d61..13410d18b (2 commits) by Ben Clayton · 2 years, 1 month ago chromium/5611
- 2d6f907 tint/reader/spirv: Remove stdout spam by Ben Clayton · 2 years, 1 month ago chromium/5610
- e58f89b Roll third_party/webgpu-cts/ 631d877e7..87f8f3d61 (2 commits) by Ben Clayton · 2 years, 1 month ago
- accc687 Add tint layering doc. by dan sinclair · 2 years, 1 month ago
- adcc598 Roll ANGLE from 05e62f39412e to f76ecaeed1d0 (1 revision) by Dawn Autoroller · 2 years, 1 month ago chromium/5608 chromium/5609
- 993a658 Move InterpolationSampling and InterpolationType to builtin. by dan sinclair · 2 years, 1 month ago
- e4f9476 D3D12: Replace dst-alpha with one for formats without alpha by Jiawei Shao · 2 years, 1 month ago
- b5af23d Move diagnostic severity and rule to builtin. by dan sinclair · 2 years, 1 month ago chromium/5607
- ef30aa4 Move type/builtin to builtin. by dan sinclair · 2 years, 1 month ago chromium/5606
- ba082fd Move TexelFormat to builtin by dan sinclair · 2 years, 1 month ago
- 2a65163 Move type::AddressSpace to builtin/ by dan sinclair · 2 years, 1 month ago
- b6cc4cb Move type/access to builtin. by dan sinclair · 2 years, 1 month ago
- 79781f2 tint: Unkeyword 'var' template args by Ben Clayton · 2 years, 1 month ago chromium/5605
- 28ec26b Roll ANGLE from e1dfc00aa66b to 05e62f39412e (1 revision) by Dawn Autoroller · 2 years, 1 month ago
- 1b90f93 tint: Remove type::AddressSpace::kNone by Ben Clayton · 2 years, 1 month ago
- 643f2aa tint/reader/wgsl: Remove type keywords by Ben Clayton · 2 years, 1 month ago
- a1bda83 spirv-reader: don't hoist opaque objects by David Neto · 2 years, 1 month ago
- 839324a Make "rg11b10ufloat-renderable" also allow resolving. by Corentin Wallez · 2 years, 1 month ago chromium/5604
- d0746d7 Roll third_party/webgpu-cts/ ad8abf400..631d877e7 (52 commits) by Ben Clayton · 2 years, 1 month ago
- a0e96b5 Rolling 8 dependencies by Austin Eng · 2 years, 1 month ago
- 1f8cb4f Roll ANGLE from a6dba4b475f5 to e1dfc00aa66b (11 revisions) by Dawn Autoroller · 2 years, 1 month ago
- c713005 Reland "Remove wgpu::CreatePipelineAsyncStatus::Error" by Corentin Wallez · 2 years, 1 month ago
- 25669a6 Adds To/FromAPI calls for wgpu (C++) namespace structs. by Loko Kung · 2 years, 1 month ago
- e4039c7 Move the Extension builtin to the builtin/ folder. by dan sinclair · 2 years, 1 month ago
- 6392579 Move BuiltinValue to builtin/ by dan sinclair · 2 years, 1 month ago
- 32cb509 Revert "Remove wgpu::CreatePipelineAsyncStatus::Error" by Corentin Wallez · 2 years, 1 month ago chromium/5603
- 9fafbc0 Remove wgpu::CreatePipelineAsyncStatus::Error by Corentin Wallez · 2 years, 1 month ago
- ca469fe Roll ANGLE from 8d23f34ea2ee to a6dba4b475f5 (3 revisions) by Dawn Autoroller · 2 years, 1 month ago chromium/5602
- 7616dcb Add Toggle to use temp buffer in T2T copy with different dimensions by Austin Eng · 2 years, 1 month ago
- a7a90d0 Roll ANGLE from 13e8dabc47af to 8d23f34ea2ee (8 revisions) by Dawn Autoroller · 2 years, 1 month ago chromium/5601
- 5860a14 Use the correct Validation/InternalError status for CreatePipelineAsync by Corentin Wallez · 2 years, 1 month ago
- be967e3 Add JSON output to tint_info. by dan sinclair · 2 years, 1 month ago
- 86fbd1a Refactor Semaphore Service In Vulkan Backend by Yan,Shaobo · 2 years, 1 month ago
- 87b0ccb Roll ANGLE from 31d576ca3290 to 13e8dabc47af (6 revisions) by Dawn Autoroller · 2 years, 1 month ago