- 082e401 Fix clang-tidy warnings by David Neto · 1 year, 1 month ago chromium/6341 chromium/6342 chromium/6343
- f81037d Broaden suppression of BufferMappingTests AllowSpontaneous on Windows by Corentin Wallez · 1 year, 1 month ago
- 2fda87f Suppress another TSAN race in the NVIDIA driver by Austin Eng · 1 year, 1 month ago
- e78090e dawn.node: Handle shaders containing a \0. by Corentin Wallez · 1 year, 1 month ago
- 901fb74 [tint] Add explicit error for double leading underscores on identifiers. by Ben Clayton · 1 year, 1 month ago
- 70a16ff Enable ReadWrite/ReadOnly storage textures by default. by Corentin Wallez · 1 year, 1 month ago
- f7e1ef5 [clang-format] by Ben Clayton · 1 year, 1 month ago
- fab7311 Suppress TSAN race in NVIDIA vk driver by Austin Eng · 1 year, 1 month ago
- add6c36 [tint][wgsl] Use two underscores for internal builtin fn by Ben Clayton · 1 year, 1 month ago
- e1208b0 Revert "Validate depth attachment size against the first plane size" by Corentin Wallez · 1 year, 1 month ago
- 195ec37 Suppress Future/BufferMappingTests.MapWrite_InCallbackDefault on Windows by Corentin Wallez · 1 year, 1 month ago
- 2e4202d Dawn: Add the r8unorm-storage feature. by Corentin Wallez · 1 year, 1 month ago
- bbfa2cc Dawn: support Tint's chromium_internal_graphite as unsafe. by Corentin Wallez · 1 year, 1 month ago
- d9da44a Remove DanglingUntriaged in Blob.h by Jiawei Shao · 1 year, 1 month ago
- d46120e [dawn][wire] Update generated mock files for new callback info types. by Loko Kung · 1 year, 1 month ago
- 0b135d5 OpenGL: clamp maxAnisotropy to GL's max. by Stephen White · 1 year, 1 month ago
- 6b4c1cb [tint][utils] Add light theme, detect dark / light by Ben Clayton · 1 year, 1 month ago
- dd050a5 [tint][ast] Reimplement ArrayLengthFromUniform transform to support ptr params by Ben Clayton · 1 year, 1 month ago
- 777c0a7 [dawn][wire] Removes remaining references to RequestTracker. by Loko Kung · 1 year, 1 month ago
- da36942 Add SharedBufferMemoryD3D12Resource External Interface by Brandon Jones · 1 year, 1 month ago
- 8e38663 Validate depth attachment size against the first plane size by Peng Huang · 1 year, 1 month ago
- 1f8e6f2 [dawn][native][WGPUFutures] Removes TrackedEvent::CompleteIfSpontaneous by Loko Kung · 1 year, 1 month ago
- 8752366 [tint] Make binding space consistent for array length from uniform by Ben Clayton · 1 year, 1 month ago
- c040653 Re-enable BufferZeroInitTests by Gregg Tavares · 1 year, 1 month ago
- 1fc1f8f [tint][core] Highlight intrinsic table matches / mismatches. by Ben Clayton · 1 year, 1 month ago
- f5abb82 tint: work around zero-init bug on some GPUs for workgroup size(1) by Antonio Maiorano · 1 year, 1 month ago
- 458f703 [tint][wgsl] RenameConflicts: Ensure types can be resolved. by Ben Clayton · 1 year, 1 month ago
- 448c01b [tint] Implement support for r8unorm by Ben Clayton · 1 year, 1 month ago
- ea7d7fe [tint] Add support for scoped text spans by Ben Clayton · 1 year, 1 month ago
- ed35ffa Compat: fix a bug in write texture to stencil workaround by Shrek Shao · 1 year, 1 month ago
- b825812 d3d12: Reintroduce DXGI keyed mutex support by Sunny Sachanandani · 1 year, 1 month ago
- 710b62f [tint][wgsl] Migrate more resolver diagnostics over to StyledText by Ben Clayton · 1 year, 1 month ago
- c27315a [tint] Use StyledText for all diagnostics by Ben Clayton · 1 year, 1 month ago
- 89549b1 [tint] Add new StyledText utilities by Ben Clayton · 1 year, 1 month ago
- c108899 Set VkApplicationInfo.pEngineName to DAWN by Tom Murphy · 1 year, 1 month ago
- 2113210 Remove global device lock from CreateShaderModule/Pipeline by Austin Eng · 1 year, 1 month ago
- e4d210d [tint][wgsl] Add 'chromium_internal_graphite' extension by Ben Clayton · 1 year, 1 month ago
- e283ab4 Clean up several TODOs in Dawn tests by Jiawei Shao · 1 year, 1 month ago
- 8e33c32 [dawn][fuzzers] Fix breakage caused by change of InjectInstance APIs. by Loko Kung · 1 year, 1 month ago chromium/6319 chromium/6320 chromium/6321 chromium/6322
- 614b1fd [renamer] Preserve swizzles through materialize by James Price · 1 year, 1 month ago
- 7567443 [dawn][wire] Removes InjectDevice. by Loko Kung · 1 year, 1 month ago
- d4151b2 [WGPUFuture][native] Don't track already-complete events. by Austin Eng · 1 year, 1 month ago
- 7d2d30b [dawn][wire] Remove deprecated server injection APIs. by Loko Kung · 1 year, 1 month ago
- 3e957f1 Add SingleStagingBuffer perf measure option by Jie Chen · 1 year, 1 month ago
- ce3c817 OpenGL: Fix primitive restart support by Gregg Tavares · 1 year, 1 month ago
- de0236d Remove ShaderModule IsAlive assertion by Austin Eng · 1 year, 1 month ago
- 86afbe0 remove global device lock for host-mapped-pointer buffers by Austin Eng · 1 year, 1 month ago
- 53a0aae Compat: Handle index buffer offset with indexed indirect draw. by Gregg Tavares · 1 year, 1 month ago
- 3e3eb72 D3D12: Don't skip flushes when the recording context is not open. by Corentin Wallez · 1 year, 1 month ago chromium/6317 chromium/6318
- 5be6859 [dawn][native] Don't use cached pipeline/pipeline layouts for 'auto' by Loko Kung · 1 year, 1 month ago
- 997bc01 [msl][glsl] Fix incorrect code gen for continuing inside switch. by dan sinclair · 1 year, 1 month ago
- b547f17 Add instance level error callback by Peng Huang · 1 year, 1 month ago
- 82c3299 Use std::string_view as a parameter of ErrorScopeStack::HandleError() by Jiawei Shao · 1 year, 1 month ago
- b10fc3b [dawn][wire] Rename reservation to handle in returned `Reserved` objects by Loko Kung · 1 year, 1 month ago
- d5da82e Fix iOS 17.4 build failures with dawn by Dave Tapuska · 1 year, 1 month ago
- aed92a6 [msl] Fix issue with module scoped private var and modf. by dan sinclair · 1 year, 1 month ago
- d5eeabb d3d11: fix a crash in CommandRecordingContext::Destroy() by Peng Huang · 1 year, 1 month ago
- 6c33800 [tint][core] Remove implicit ctor / conv type overloads by Ben Clayton · 1 year, 1 month ago
- e435124 [tint][docs] Move .def documentation to a markdown file by Ben Clayton · 1 year, 1 month ago
- 52e6a0f [tint][wgsl] Remove ast::Bitcast, use intrinsic definition instead. by Ben Clayton · 1 year, 1 month ago
- 86d1ad0 [tint][wgsl] Add bitcast entries to wgsl.def by Ben Clayton · 1 year, 1 month ago
- b4ece7f Skip MaxBufferBindingSize on Pixel 6 by Brian Sheedy · 1 year, 1 month ago
- 8f2caa9 Reland "Only build spvtools_* when dawn_enable_spirv_validation is true" by Jiawei Shao · 1 year, 1 month ago
- feb0033 [tint][intrinsics] Optimize overload matching. by Ben Clayton · 1 year, 1 month ago
- 17770f5 [tint][intrinsics] Add explicit template arguments by Ben Clayton · 1 year, 1 month ago
- ae328e6 Fix clang-tidy/checks/misc-include-cleaner warnings by David Neto · 1 year, 1 month ago
- 7deee42 [tint][intrinsics] Change intrinsic template syntax from <...> to [...] by Ben Clayton · 1 year, 1 month ago
- f6c20f1 [tint][intrinsics] Simplify intrinsic table by Ben Clayton · 1 year, 1 month ago
- e0823f4 Fix another class template argument deduction warning by Austin Eng · 1 year, 1 month ago
- a3effbc Remove DanglingPointer in test by Arthur Sonzogni · 1 year, 1 month ago
- 0f8a6dc Reject GL devices that don't support rendering to f16 and f32 by Gregg Tavares · 1 year, 1 month ago
- 6fe2b96 [WGPUFuture] Implement GetCompilationInfo in wire/native with Futures. by Loko Kung · 1 year, 1 month ago chromium/6307
- 1503ac6 Add External Interface For SharedBufferMemory Feature by Brandon Jones · 1 year, 1 month ago
- 208fc97 Compat GLES: use BlitR8ToStencil for writeTexture of stencil formats by Shrek Shao · 1 year, 1 month ago
- d8439c0 d3d11: Tighten keyed mutex acquire scope by Sunny Sachanandani · 1 year, 1 month ago chromium/6305
- 1a11575 Fix use-after-move with AddOrGetCached*Pipeline by Austin Eng · 1 year, 1 month ago chromium/6304
- 362ce5e [dawn] Pass explicit template argument to std::lock_guard by Ben Clayton · 1 year, 1 month ago
- 6d4b35a ClampFragDepth: switch params to a struct. by Stephen White · 1 year, 1 month ago
- 005dd5c Revert "Add async pipelines to the cache inside the async task" by Austin Eng · 1 year, 1 month ago
- a8ec8a8 Revert "Remove global device lock from CreateShaderModule" by Austin Eng · 1 year, 1 month ago
- a2ca09a Fix issue with break inside switch inside continuing. by dan sinclair · 1 year, 1 month ago
- 3d6882a Remove global device lock from CreateShaderModule by Austin Eng · 1 year, 1 month ago
- 6b25189 D3D11: always expose multiplanar features by Peng Huang · 1 year, 1 month ago
- fe64d2c Revert "Allow WaitAny to wait with multiple threads on the same handle/fd" by Austin Eng · 1 year, 1 month ago
- 554184f OpenGL: scale the depthBias value by half. by Stephen White · 1 year, 1 month ago
- 1b0f28e Allow WaitAny to wait with multiple threads on the same handle/fd by Austin Eng · 1 year, 1 month ago
- b16465a Suppress NVIDIA 1D copy tests by Brian Sheedy · 1 year, 1 month ago
- 0ff66e7 [dawn/node] Improve texture format conversion errors by Ben Clayton · 1 year, 1 month ago
- b87d657 [tint][utils] Add more comparison operators for Source::Location by Ben Clayton · 1 year, 1 month ago
- 023f2ae [tint][core] Expose intrinsic::PrintOverload() by Ben Clayton · 1 year, 1 month ago
- 82d62aa [tint][wgsl] Expand ast::Function source to include whole function by Ben Clayton · 1 year, 1 month ago
- 97b85f7 [toggles] Set labels on backend objects only if toggle is set by Colin Blundell · 1 year, 1 month ago
- 7c8832a [tint][sem] Store OverloadInfo on BuiltinFn by Ben Clayton · 1 year, 1 month ago
- da3479a [clang-format] by Ben Clayton · 1 year, 1 month ago
- 74fc2fc Revert "[toggles] Set labels on backend objects only if toggle is set" by Brandon Jones · 1 year, 1 month ago
- 68be1b2 [dawn][wire] Use client reservation structs for server injection. by Loko Kung · 1 year, 1 month ago
- eb656d2 d3d11: specify planeSlice for creating SRV and RTV by Peng Huang · 1 year, 1 month ago
- 42e95ff Add async pipelines to the cache inside the async task by Austin Eng · 1 year, 1 month ago
- 937d768 vulkan: Remove storageInputOutput16 requirement by James Price · 1 year, 1 month ago
- 51cf583 [tint][sem] Add more Declaration() methods by Ben Clayton · 1 year, 1 month ago