- 51cf583 [tint][sem] Add more Declaration() methods by Ben Clayton · 1 year, 2 months ago
- 5a6b701 Add ClampFragDepth transform to GLSL writer. by Stephen White · 1 year, 2 months ago
- 1b00745 [tint][ir] Don't emit instructions with abstract types. by Ben Clayton · 1 year, 2 months ago
- 99ccab7 [toggles] Set labels on backend objects only if toggle is set by Colin Blundell · 1 year, 2 months ago
- 11bfdca [tint][spriv] Fix SampledImage::Equal() by Ben Clayton · 1 year, 2 months ago chromium/6294
- 76e62f1 Removes unused callback mode argument to TrackEvent. by Loko Kung · 1 year, 2 months ago chromium/6293
- 15df8f8 Reland "[WGPUFuture] Implement pop error scope in wire/native with Futures." by Loko Kung · 1 year, 2 months ago
- 8a3226a [dawn][node] Update async tasks to call ProcessEvents instead of Tick. by Loko Kung · 1 year, 2 months ago
- 214db98 Make the device logging callback spontaneous by Austin Eng · 1 year, 2 months ago
- 9073b75 [tint][core] Remove abstracts and packedVec3() from core.def by Ben Clayton · 1 year, 2 months ago
- f639814 Implement a push constant helper class. by Stephen White · 1 year, 2 months ago
- 0d6b9d1 [tint] Fix GCC error by Ben Clayton · 1 year, 2 months ago
- 3a8494c [dawn] Add missing 'const' on SystemEventAndReadyStateIterator operators by Ben Clayton · 1 year, 3 months ago chromium/6292
- e44cbf9 [tint][utils] Add missing const to Slice equality operator by Ben Clayton · 1 year, 3 months ago
- 9d733da Suppress MaxInterStageVariables causing VVL errors. by Corentin Wallez · 1 year, 3 months ago
- 2598401 Compat: make BlitBufferToStencil work in compat mode with fixed view dimension by Shrek Shao · 1 year, 3 months ago
- ee79948 d3d: Fix missing synchronization for queue writeTexture by Sunny Sachanandani · 1 year, 3 months ago
- f1dc9e3 [tint] Improve TINT_ASSERT_ALL_FIELDS_REFLECTED() by Ben Clayton · 1 year, 3 months ago
- 328ffe7 Revert "Add deprecated proxy methods." by dan sinclair · 1 year, 3 months ago
- e25ac2f [tint][utils] Add AlignedStorage by Ben Clayton · 1 year, 3 months ago
- 8368a0a vulkan: suppress Nvidia (correctly) reported error on ShieldTV by Corentin Wallez · 1 year, 3 months ago
- 9600181 Revert "[WGPUFuture] Implement pop error scope in wire/native with Futures." by Ben Clayton · 1 year, 3 months ago
- 97dfc18 [WGPUFuture] Implement pop error scope in wire/native with Futures. by Loko Kung · 1 year, 3 months ago
- 9f1b45d [WGPUFutures] Fixes critical section for WaitRefs in ProcessEvents. by Loko Kung · 1 year, 3 months ago
- 37780d2 Revert "[toggles] Set labels on backend objects only if toggle is set" by Brian Sheedy · 1 year, 3 months ago
- 95cada1 [tint][exe] Add --use-storage-input-output-16 flag by James Price · 1 year, 3 months ago
- 2f85bc7 [spirv-writer][ast] Polyfill f16 shader IO by James Price · 1 year, 3 months ago
- 7c14dba [spirv-writer][ast] Only use StorageInputOutput16 if needed by James Price · 1 year, 3 months ago
- e90702e [spirv-writer] Polyfill f16 shader IO by James Price · 1 year, 3 months ago
- 2c1743a [spirv-writer] Only use StorageInputOutput16 if needed by James Price · 1 year, 3 months ago
- 239b0cc Revert "Clarify text of use_user_defined_labels_in_backend toggle" by Kai Ninomiya · 1 year, 3 months ago
- f03057f Use WireResult instead of bool in various autogen places. by Loko Kung · 1 year, 3 months ago
- da33625 Add DisableDanglingPtrDetection to HostMapped userdata pointers by Clark DuVall · 1 year, 3 months ago
- 9ae3ff6 GLSL: run OFI if any stage uses firstInstance. by Stephen White · 1 year, 3 months ago
- ca9f386 GLSL: set integers to precision highp. by Stephen White · 1 year, 3 months ago
- c11e2ed Make OFI transform push_constant-friendly. by Stephen White · 1 year, 3 months ago
- 7f3bc40 Enable StorageTexture tests in OpenGLES by Gregg Tavares · 1 year, 3 months ago
- f99ec60 Fix 3D Storage Buffer support on GLES backend by Gregg Tavares · 1 year, 3 months ago
- 522d475 Update message when indexing a scalar. by dan sinclair · 1 year, 3 months ago
- b3d0f38 vulkan: Emit SPIR-V PointSize only when rendering point lists by Corentin Wallez · 1 year, 3 months ago
- 71161fd Add cache functions to dawn::native::DawnCacheDescriptor by Austin Eng · 1 year, 3 months ago
- 13b1da2 Adds GetObjectType on wire objects to implement Release properly. by Loko Kung · 1 year, 3 months ago
- d81d451 Compat: Validate out multisample copyT2T by Gregg Tavares · 1 year, 3 months ago chromium/6287 chromium/6288 chromium/6289 chromium/6290 chromium/6291
- f7e4a51 Clarify text of use_user_defined_labels_in_backend toggle by Kai Ninomiya · 1 year, 3 months ago
- b1a0544 [tint] Add vector overloads of subgroupBroadcast by James Price · 1 year, 3 months ago
- bdc7e32 Add deprecated proxy methods. by dan sinclair · 1 year, 3 months ago
- 376eae0 Revert "Only build spvtools_* when dawn_enable_spirv_validation is true" by dan sinclair · 1 year, 3 months ago
- e3a55c6 [toggles] Set labels on backend objects only if toggle is set by Colin Blundell · 1 year, 3 months ago
- 31f1e52 vulkan: Fix synchronization with acquire swapchain images. by Corentin Wallez · 1 year, 3 months ago
- 2c09910 Add SubresourceStorage::Fill(const T&) by Corentin Wallez · 1 year, 3 months ago
- 528a5c6 Call the uncaptured error callback immediately by Austin Eng · 1 year, 3 months ago
- 3e691c9 Add UniformBufferUpdatePerf.cpp by Jie Chen · 1 year, 3 months ago
- 12e659c [tint] Fix build by Ben Clayton · 1 year, 3 months ago
- 26a41b9 dawn: use binding information for HLSL interface by Antonio Maiorano · 1 year, 3 months ago
- 76aec25 [tint] Reduce all hash codes to 32 bits by Ben Clayton · 1 year, 3 months ago
- 2905f1f Compat: fix GL writeTexture implementation by Shrek Shao · 1 year, 3 months ago
- 4effffb [tint] Replace HashCode with TypeCode and TypeCodeSet by Ben Clayton · 1 year, 3 months ago
- 9dc42ad [tint][ast] Fix type <-> parameter shadowing issues. by Ben Clayton · 1 year, 3 months ago
- ec817fd [tint] Move 'pointer_composite_access' to kShippedWithKillswitch by Ben Clayton · 1 year, 3 months ago
- 1e1f488 [tint][utils] PascalCase tint::diag functions by Ben Clayton · 1 year, 3 months ago
- 1c5c266 GLSL: move the AddBlockAttribute transform before OffsetFirstIndex. by Stephen White · 1 year, 3 months ago
- 2817c2b [tint][fuzz] Fix signature of LLVMFuzzerInitialize() by Ben Clayton · 1 year, 3 months ago
- cfe7a61 [dawn][node] Fix unhandled case warnings by Ben Clayton · 1 year, 3 months ago
- 2555f18 [tint] Add TINT_ASSERT_ALL_FIELDS_REFLECTED() macro by Ben Clayton · 1 year, 3 months ago
- f83de0f [tint][ast] Fix DemoteToHelper with atomicCompareExchangeWeak() by Ben Clayton · 1 year, 3 months ago
- 6e45813 GLSL: fix bug with padded struct members. by Stephen White · 1 year, 3 months ago
- 5e35dab Fixes missing tier-ing for texture related limits. by Loko Kung · 1 year, 3 months ago
- 90f4d8c Graphite: Enable MultiPlanarRenderTargets feature for D3D11/12 by Saifuddin Hitawala · 1 year, 3 months ago
- d28ef33 Suppress SYNC-HAZARD-WRITE-AFTER-READ VVL Error by Yuxin Hu · 1 year, 3 months ago
- bd3b3ef Fix uninitialized value in debug bool by Austin Eng · 1 year, 3 months ago
- f8865ec [tint][wgsl] Improve 'cannot take address of' diagnostic by Ben Clayton · 1 year, 3 months ago
- 847c0cf [clang-format] by Ben Clayton · 1 year, 3 months ago
- 8531c70 Save all binding layouts in an std::variant in BindingInfo by Jiawei Shao · 1 year, 3 months ago
- ede1260 Add a cpp override to paper over Future F-suffix by Austin Eng · 1 year, 3 months ago
- dd852a7 [tint] Add f16 overload of subgroupBroadcast() by James Price · 1 year, 3 months ago
- 9009c08 [WGPUFutures] Adds InstanceDropped to all async statuses. by Loko Kung · 1 year, 3 months ago
- 0f8c1ca Fix workgroup_storage_size computation by Gregg Tavares · 1 year, 3 months ago
- 2c3a08f Update dawn.node README with instrutions for running ordinary JS by David Neto · 1 year, 3 months ago
- 80131d2 Replace "flipY" with "mirrored" in ExternalTextureDescriptor by Yan,Shaobo · 1 year, 3 months ago
- b56d813 Remove unused Blob::AlignTo() by Jiawei Shao · 1 year, 3 months ago
- e2be33f Only build spvtools_* when dawn_enable_spirv_validation is true by Jiawei Shao · 1 year, 3 months ago
- 01fa7c8 Various fixes for Win32 CTS coverage by Ben Clayton · 1 year, 3 months ago
- ceb5a77 Fix deadlock with d3d11 backend by Peng Huang · 1 year, 3 months ago
- a0b1a22 [tint][utils] Replace std::unordered_map with Hashset in UniqueAllocator by Ben Clayton · 1 year, 3 months ago
- f703367 [tint][core] Remove dead code by Ben Clayton · 1 year, 3 months ago
- ce5c265 [tint][utils] Simplify pointer hashing by Ben Clayton · 1 year, 3 months ago
- 7a27d6c [tint][utils] Reimplement Hashmap / Hashset. by Ben Clayton · 1 year, 3 months ago
- 3d49551 [tint][core] Fix tests by Ben Clayton · 1 year, 3 months ago
- daca556 [tint][resolver]: Require @blend_src on all or none of the IO by Corentin Wallez · 1 year, 3 months ago
- b57b92d Enable dp4a: set to shipped-with-kill-switch by David Neto · 1 year, 3 months ago
- eb5304c Fix missing member in reflection of tint::spirv::writer::Options by Corentin Wallez · 1 year, 3 months ago
- 0a49383 [tint][utils] Optimize ScopeStack by Ben Clayton · 1 year, 3 months ago
- cc63696 [tint][wgsl] Replace size_t with uint32_t for IDs, Source. by Ben Clayton · 1 year, 3 months ago
- 144ebed tint/hlsl: widen scope of workaround of DXC bug with const structs/arrays by Antonio Maiorano · 1 year, 3 months ago
- 0880e06 Rename @index -> @blend_src by Corentin Wallez · 1 year, 3 months ago
- 2c49546 Limit the number of WGSL compilation logs emitted. by Corentin Wallez · 1 year, 3 months ago chromium/6272 chromium/6273
- dfb4eb0 Add @blend_src as an alias for @index. by Corentin Wallez · 1 year, 3 months ago
- 511875f Fix dangling pointer: Client::mMemoryTransferService by Arthur Sonzogni · 1 year, 3 months ago
- 8180221 Adds a dawn native version of ProcessEvents that returns a bool. by Loko Kung · 1 year, 3 months ago chromium/6271
- 2c6332b Implement dawn:MatchVariant to visit std::variant by Jiawei Shao · 1 year, 3 months ago