dawn /
dawn /
42e95ff6e859aba07909b9c6637bece9a169ccab - 42e95ff Add async pipelines to the cache inside the async task by Austin Eng · 1 year, 2 months ago
- 937d768 vulkan: Remove storageInputOutput16 requirement by James Price · 1 year, 2 months ago
- ef1cce5 Roll DirectX Shader Compiler from cadf3bfed1db to 2872d2d0e7ee (1 revision) by Dawn Autoroller · 1 year, 2 months ago
- 5f5234f Roll vulkan-deps from f53f1b6ab28e to feb7c9fd4183 (3 revisions) by dawn-autoroll · 1 year, 2 months ago
- 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
- 213874b Roll ANGLE from eaddd3baa5ed to 9fd5167e1ff6 (1 revision) by Dawn Autoroller · 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
- b10254f Roll vulkan-deps from 2e6294aece33 to f53f1b6ab28e (1 revision) by dawn-autoroll · 1 year, 2 months ago chromium/6297 chromium/6298 chromium/6299 chromium/6300 chromium/6301 chromium/6302
- e24033c Roll vulkan-deps from 91655d665673 to 2e6294aece33 (1 revision) by dawn-autoroll · 1 year, 2 months ago chromium/6295 chromium/6296
- 11bfdca [tint][spriv] Fix SampledImage::Equal() by Ben Clayton · 1 year, 2 months ago chromium/6294
- 0210110 Roll DirectX Shader Compiler from afedfff5c1b6 to cadf3bfed1db (4 revisions) by Dawn Autoroller · 1 year, 2 months ago
- bcfc373 Roll vulkan-deps from 6c7bb72d35e0 to 91655d665673 (3 revisions) by dawn-autoroll · 1 year, 2 months ago
- 76e62f1 Removes unused callback mode argument to TrackEvent. by Loko Kung · 1 year, 2 months ago chromium/6293
- ff6e7b5 Roll ANGLE from 3ad163d09102 to eaddd3baa5ed (9 revisions) by Dawn Autoroller · 1 year, 2 months ago
- a83797c Roll DirectX Shader Compiler from c997ea02605d to afedfff5c1b6 (1 revision) by Dawn Autoroller · 1 year, 2 months ago
- 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, 2 months ago chromium/6292
- e44cbf9 [tint][utils] Add missing const to Slice equality operator by Ben Clayton · 1 year, 2 months ago
- e5decbe [tools] Move useful code out to packages. by Ben Clayton · 1 year, 2 months ago
- 342d22c Roll vulkan-deps from 014f44e134a1 to 6c7bb72d35e0 (2 revisions) by dawn-autoroll · 1 year, 2 months ago
- 19ff7e6 Remove dead reference to angle_spirv_cross_dir by David Neto · 1 year, 2 months ago
- fa2c399 Roll ANGLE from 475784f5a635 to 3ad163d09102 (1 revision) by Dawn Autoroller · 1 year, 2 months ago
- 64cb6ff Roll DirectX Shader Compiler from ba0705ecb1fe to c997ea02605d (5 revisions) by Dawn Autoroller · 1 year, 2 months ago
- 9e2b0dc Roll vulkan-deps from 6a767109f66d to 014f44e134a1 (3 revisions) by dawn-autoroll · 1 year, 2 months ago
- 9d733da Suppress MaxInterStageVariables causing VVL errors. by Corentin Wallez · 1 year, 2 months ago
- 1a9f890 Remove condition in absl_config for cflags by Liza Burakova · 1 year, 2 months ago
- 74c5edc Roll ANGLE from f431641a9486 to 475784f5a635 (3 revisions) by Dawn Autoroller · 1 year, 2 months ago
- 2598401 Compat: make BlitBufferToStencil work in compat mode with fixed view dimension by Shrek Shao · 1 year, 2 months ago
- ee79948 d3d: Fix missing synchronization for queue writeTexture by Sunny Sachanandani · 1 year, 2 months ago
- 26a720b [cts] Triage occlusionQuery expectations. by Corentin Wallez · 1 year, 2 months ago
- f1dc9e3 [tint] Improve TINT_ASSERT_ALL_FIELDS_REFLECTED() by Ben Clayton · 1 year, 2 months ago
- 328ffe7 Revert "Add deprecated proxy methods." by dan sinclair · 1 year, 2 months ago
- e25ac2f [tint][utils] Add AlignedStorage by Ben Clayton · 1 year, 2 months ago
- 8368a0a vulkan: suppress Nvidia (correctly) reported error on ShieldTV by Corentin Wallez · 1 year, 2 months ago
- 84afd9f Roll third_party/webgpu-cts/ 9ce9531f0..6493b876a (3 commits) by Dawn Automated Expectations · 1 year, 2 months ago
- 9600181 Revert "[WGPUFuture] Implement pop error scope in wire/native with Futures." by Ben Clayton · 1 year, 2 months ago
- a2455c9 [tint] Fix end-to-end tests. by Ben Clayton · 1 year, 2 months ago
- a206b61 Roll vulkan-deps from 9cee727600a1 to 6a767109f66d (3 revisions) by dawn-autoroll · 1 year, 2 months ago
- 97dfc18 [WGPUFuture] Implement pop error scope in wire/native with Futures. by Loko Kung · 1 year, 2 months ago
- 9f1b45d [WGPUFutures] Fixes critical section for WaitRefs in ProcessEvents. by Loko Kung · 1 year, 2 months ago
- 37780d2 Revert "[toggles] Set labels on backend objects only if toggle is set" by Brian Sheedy · 1 year, 2 months ago
- 95cada1 [tint][exe] Add --use-storage-input-output-16 flag by James Price · 1 year, 2 months ago
- 2f85bc7 [spirv-writer][ast] Polyfill f16 shader IO by James Price · 1 year, 2 months ago
- 7c14dba [spirv-writer][ast] Only use StorageInputOutput16 if needed by James Price · 1 year, 2 months ago
- e90702e [spirv-writer] Polyfill f16 shader IO by James Price · 1 year, 2 months ago
- 2c1743a [spirv-writer] Only use StorageInputOutput16 if needed by James Price · 1 year, 2 months ago
- 239b0cc Revert "Clarify text of use_user_defined_labels_in_backend toggle" by Kai Ninomiya · 1 year, 2 months ago
- f73514e [tools][cts] Minor improvements to the CTS command by Ben Clayton · 1 year, 2 months ago
- f03057f Use WireResult instead of bool in various autogen places. by Loko Kung · 1 year, 2 months ago
- 8342317 Reland "Remove F suffix for futures from the cpp api" by Austin Eng · 1 year, 2 months ago
- a4a9f00 Roll third_party/webgpu-cts/ 95501a0c7..9ce9531f0 (1 commit) by Ben Clayton · 1 year, 2 months ago
- 4805e06 Roll vulkan-deps from 6e684d7dcc8c to 9cee727600a1 (7 revisions) by dawn-autoroll · 1 year, 2 months ago
- 143159d Roll DirectX Shader Compiler from 2ae63c93833d to ba0705ecb1fe (1 revision) by Dawn Autoroller · 1 year, 2 months ago
- da33625 Add DisableDanglingPtrDetection to HostMapped userdata pointers by Clark DuVall · 1 year, 2 months ago
- 78f512e Roll ANGLE from cf77126a7f89 to f431641a9486 (4 revisions) by Dawn Autoroller · 1 year, 2 months ago
- 5835f91 [tools][cts] Export results to Google Sheets each roll by Ben Clayton · 1 year, 2 months ago
- 9ae3ff6 GLSL: run OFI if any stage uses firstInstance. by Stephen White · 1 year, 2 months ago
- ca9f386 GLSL: set integers to precision highp. by Stephen White · 1 year, 2 months ago
- c11e2ed Make OFI transform push_constant-friendly. by Stephen White · 1 year, 2 months ago
- 7f3bc40 Enable StorageTexture tests in OpenGLES by Gregg Tavares · 1 year, 2 months ago
- f99ec60 Fix 3D Storage Buffer support on GLES backend by Gregg Tavares · 1 year, 2 months ago
- 522d475 Update message when indexing a scalar. by dan sinclair · 1 year, 2 months ago
- b3d0f38 vulkan: Emit SPIR-V PointSize only when rendering point lists by Corentin Wallez · 1 year, 2 months ago
- 71161fd Add cache functions to dawn::native::DawnCacheDescriptor by Austin Eng · 1 year, 2 months ago
- d3d2d75 Roll third_party/webgpu-cts/ 90b2eb7bb..95501a0c7 (2 commits) by Ben Clayton · 1 year, 2 months ago
- 306062b [cts] expectations: Remove now-passing expectation rule. by Ben Clayton · 1 year, 2 months ago
- 79a1c20 perfmon: Fix comment by David Neto · 1 year, 2 months ago
- 13b1da2 Adds GetObjectType on wire objects to implement Release properly. by Loko Kung · 1 year, 2 months ago
- d81d451 Compat: Validate out multisample copyT2T by Gregg Tavares · 1 year, 2 months ago chromium/6287 chromium/6288 chromium/6289 chromium/6290 chromium/6291
- ac1ef3b Roll vulkan-deps from ee3fdd677313 to 6e684d7dcc8c (15 revisions) by dawn-autoroll · 1 year, 2 months ago
- d2fa587 Roll DirectX Shader Compiler from 07a1c4ebfabb to 2ae63c93833d (2 revisions) by Dawn Autoroller · 1 year, 2 months ago
- 723c187 Make the client->server flush on the wire implicitly call ProcessEvents by Loko Kung · 1 year, 2 months ago
- f7e4a51 Clarify text of use_user_defined_labels_in_backend toggle by Kai Ninomiya · 1 year, 2 months ago
- b1a0544 [tint] Add vector overloads of subgroupBroadcast by James Price · 1 year, 2 months ago
- 644c291 Roll ANGLE from e62bd70a6c74 to cf77126a7f89 (1 revision) by Dawn Autoroller · 1 year, 2 months ago
- bdc7e32 Add deprecated proxy methods. by dan sinclair · 1 year, 2 months ago
- 82da962 Roll vulkan-deps from 32051b1fe7ae to ee3fdd677313 (2 revisions) by dawn-autoroll · 1 year, 2 months ago
- 376eae0 Revert "Only build spvtools_* when dawn_enable_spirv_validation is true" by dan sinclair · 1 year, 2 months ago
- 4e1cbbc Revert "Remove F suffix for futures from the cpp api" by Corentin Wallez · 1 year, 2 months ago
- 2dcaec0 Roll DirectX Shader Compiler from f7aec3efa721 to 07a1c4ebfabb (2 revisions) by Dawn Autoroller · 1 year, 2 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
- e1d85bd Roll ANGLE from 9d165231e13c to e62bd70a6c74 (3 revisions) by Dawn Autoroller · 1 year, 3 months ago
- 2aef8a8 Roll vulkan-deps from 83223ec30684 to 32051b1fe7ae (9 revisions) by dawn-autoroll · 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