dawn /
dawn /
79ff84b1bdda592150d005bf85a5da59c8514d05 - 79ff84b Log error message if unable to open libEGL. by dan sinclair · 1 year, 3 months ago
- 831a342 Add end2end tests on maxVertexAttributes by Jiawei Shao · 1 year, 3 months ago chromium/6256
- ffd608b MiraclePtr: Rewrite dawn/wire (linux) by Arthur Sonzogni · 1 year, 3 months ago
- ec393ca Roll ANGLE from b00481fc581f to d093c3d3c22c (4 revisions) by Dawn Autoroller · 1 year, 3 months ago
- f0dd55d Roll vulkan-deps from 5803e963cb95 to 483d7b1561b5 (6 revisions) by dawn-autoroll · 1 year, 3 months ago
- a158d51 spirv-reader: Fix invalid memory semantics in test by James Price · 1 year, 3 months ago
- b61bbdc DXC: assert if a flag is unhandled by Antonio Maiorano · 1 year, 3 months ago chromium/6255
- 37bf6cf Roll SwiftShader from f4819d2276b7 to 328e794f0c8b (1 revision) by Dawn Autoroller · 1 year, 3 months ago
- 99560f8 SharedTextureMemory: support concurrent read access by Peng Huang · 1 year, 3 months ago
- 914e8ef Skip WebGPU CTS copyTexture tests on Linux. by Corentin Wallez · 1 year, 3 months ago
- 7e66584 Roll DirectX Shader Compiler from 2f00209c2c11 to 414acd5b97c1 (1 revision) by Dawn Autoroller · 1 year, 3 months ago
- cacdfcb Roll ANGLE from 2e167e092239 to b00481fc581f (1 revision) by Dawn Autoroller · 1 year, 3 months ago
- 526e4b8 [spirv-reader] Handle pointer to vector component by James Price · 1 year, 3 months ago
- 03ecbbf [ir] Add vector-element-ptr validation capability by James Price · 1 year, 3 months ago
- bd27f9c [spirv-reader] Fix test helper failure returns by James Price · 1 year, 3 months ago
- 96b7fda [tint][ir][DirectVariableAccess] Preserve original fn names by Ben Clayton · 1 year, 3 months ago
- 1ce6169 Annotate dangling pointer found with --wire-trace-dir={} by Arthur Sonzogni · 1 year, 3 months ago
- 2dc9c25 Revert "Remove now-unused dawn::native::Instance setters" by Corentin Wallez · 1 year, 3 months ago
- 9a1f368 Roll vulkan-deps from 50e74527ca9a to 5803e963cb95 (5 revisions) by dawn-autoroll · 1 year, 3 months ago chromium/6254
- f468667 [tint][wgsl] Add unrestricted_pointer_parameters feature by Ben Clayton · 1 year, 3 months ago
- dff30d7d Roll ANGLE from 7bc0fa21d27e to 2e167e092239 (5 revisions) by Dawn Autoroller · 1 year, 3 months ago
- 5ecb1d4 Use absl::flat_hash_set and absl::flat_hash_map in dawn/wire by Jiawei Shao · 1 year, 3 months ago
- a7d2982 dawn: Fix validation error message in ValidatePassTimestampWrites by Zhaoming Jiang · 1 year, 3 months ago
- 2d501c5 [tint] Fix emission of module-scope struct initializers by Ben Clayton · 1 year, 3 months ago
- 93140ed Compat: Validated out sample_index by Gregg Tavares · 1 year, 3 months ago
- 044c6ef Roll vulkan-deps from 24bbbffbc637 to 50e74527ca9a (3 revisions) by dawn-autoroll · 1 year, 3 months ago chromium/6253
- cc6f926 MiraclePtr: Rewrite dawn/test (linux) by Arthur Sonzogni · 1 year, 3 months ago
- efda280 Remove entry_point return from GLSL backend. by dan sinclair · 1 year, 3 months ago
- 86b5467 Compat: validate that depthBiasClamp = 0 by Gregg Tavares · 1 year, 3 months ago
- 0f6f577 Fix DXC shader source not showing up in PIX by Antonio Maiorano · 1 year, 3 months ago
- eed2866 [Mac] Pass SharedTextureMemory in TextureMTL initialization by Colin Blundell · 1 year, 3 months ago
- 39056e4 Roll ANGLE from 572323ccbba5 to 7bc0fa21d27e (1 revision) by Dawn Autoroller · 1 year, 3 months ago
- d02f0fd [dawn][node] Hook up GPUInternalError reporting by Ben Clayton · 1 year, 3 months ago
- 130ddcb Roll vulkan-deps from ced35e6dfe68 to 24bbbffbc637 (4 revisions) by dawn-autoroll · 1 year, 3 months ago chromium/6252
- 7706800 Roll DirectX Shader Compiler from 28fb8fb52cad to 2f00209c2c11 (3 revisions) by Dawn Autoroller · 1 year, 3 months ago
- fbabce4 [tint][ir] Validate no calls to entry points by James Price · 1 year, 3 months ago chromium/6251
- 52cc3c3 ErrorScopeValidationTests: Avoid dangling pointers. by Arthur Sonzogni · 1 year, 3 months ago
- ef01100 [tint][wgsl][reader] Expand expression Source spans by Ben Clayton · 1 year, 3 months ago
- fe6c577 Roll vulkan-deps from 66e8bc0a47af to ced35e6dfe68 (5 revisions) by dawn-autoroll · 1 year, 3 months ago
- f0a85dc [Mac] Pass all usages when creating MTLTextures for SharedTextureMemory by Colin Blundell · 1 year, 3 months ago
- 842ab01 [tint][uniformity] Fix mutable pointer parameters by James Price · 1 year, 3 months ago
- f869f9c Remove now-unused dawn::native::Instance setters by Corentin Wallez · 1 year, 3 months ago
- b684f5c Roll third_party/webgpu-cts/ f43af0c09..f6d89c726 (3 commits) by Dawn Automated Expectations · 1 year, 3 months ago
- af25bec [tint][ast] Fix dynamic indices in DirectVariableAccess by Ben Clayton · 1 year, 3 months ago
- 4bb39ca [dawn] Fix clang warnings by Ben Clayton · 1 year, 3 months ago
- 2e6ee0e Roll DirectX Shader Compiler from f94fe829f794 to 28fb8fb52cad (1 revision) by Dawn Autoroller · 1 year, 3 months ago
- 552a719 Fix ASAN stack-use-after-scope in dawn_unittests by Austin Eng · 1 year, 3 months ago
- 86f603e MiraclePtr: Mac specific changes. by Arthur Sonzogni · 1 year, 3 months ago
- fc8f2b6 Change External Texture Rotation To Clockwise by Yan,Shaobo · 1 year, 3 months ago chromium/6250
- 33ffb37 Roll ANGLE from 126d7b10bf4f to 572323ccbba5 (9 revisions) by Dawn Autoroller · 1 year, 3 months ago chromium/6246 chromium/6247 chromium/6248 chromium/6249
- 3938e9e Roll vulkan-deps from b8c02f610c1d to 66e8bc0a47af (4 revisions) by dawn-autoroll · 1 year, 3 months ago
- ad853f8 Roll third_party/webgpu-cts/ 873305ab6..f43af0c09 (4 commits) by Dawn Automated Expectations · 1 year, 3 months ago
- a4f3b67 run/tests: apply ignore filter to glob args by Antonio Maiorano · 1 year, 3 months ago chromium/6245
- b789a43 GLSL: implement push constants. by Stephen White · 1 year, 3 months ago
- 43226e1 SlabAllocator: Remove dangling pointers. by Arthur Sonzogni · 1 year, 3 months ago
- aa77484 [tint][ir] Validate access pointer address space and access by Ben Clayton · 1 year, 3 months ago
- 59a2b247 [tint] Adjust default access control based on address space by Ben Clayton · 1 year, 3 months ago
- 7dd8d3e [tint][uniformity] Fix nested LValue expressions by James Price · 1 year, 3 months ago
- f545410 MiraclePtr: Rewrite minor directories (linux) by Arthur Sonzogni · 1 year, 3 months ago
- f4c9ed3 Roll ANGLE from e37081499e6d to 126d7b10bf4f (3 revisions) by Dawn Autoroller · 1 year, 3 months ago
- 62650e5 [Mac] Simplify Metal descriptor creation for SharedTextureMemory by Colin Blundell · 1 year, 3 months ago chromium/6244
- 162cc95 [Mac] Clean up InitializeFromSharedTextureMemoryIOSurface() by Colin Blundell · 1 year, 3 months ago
- 3c39226 Roll vulkan-deps from 3cfac285a67f to b8c02f610c1d (2 revisions) by dawn-autoroll · 1 year, 3 months ago
- 8667236 Remove unnecessary DAWN_NOINLINE by Corentin Wallez · 1 year, 3 months ago
- dd81723 Tint/HLSL: Support Shader Model 6.6 Pack/Unpack intrinsics by Jiawei Shao · 1 year, 3 months ago
- f9116da Reland "[WGPUFuture] Move the EventManager in the wire to appear in the Instance." by Loko Kung · 1 year, 3 months ago
- 31a2ade Roll ANGLE from 21b1109e17f4 to e37081499e6d (6 revisions) by Dawn Autoroller · 1 year, 3 months ago
- a05bbdd Use absl::flat_hash_map in dawn/native by Jiawei Shao · 1 year, 3 months ago
- 368ebce Roll vulkan-deps from de550f45d3fe to 3cfac285a67f (5 revisions) by dawn-autoroll · 1 year, 3 months ago
- 60d73de Update GLSL tint test results. by Stephen White · 1 year, 3 months ago
- 08d9279 tint: add syntax sugar for dereferencing pointers by Antonio Maiorano · 1 year, 3 months ago
- 3252383 Remove the entry points by Gregg Tavares · 1 year, 3 months ago
- 9df75a2 Wrap writer specific code in build guards. by dan sinclair · 1 year, 3 months ago
- cafc60b [Mac] Separate TextureMTL bare init from init via SharedTextureMemory by Colin Blundell · 1 year, 3 months ago
- e856861 Tint: Don't override HLSL shader model for fp16 by Jiawei Shao · 1 year, 3 months ago
- b7cedd5 MiraclePtr: Rewrite dawn/common (linux) by Arthur Sonzogni · 1 year, 3 months ago
- 87a211c [ir] Validate load instructions by James Price · 1 year, 3 months ago
- 52cc30c PartitionAlloc: remove //build dependency. by Arthur Sonzogni · 1 year, 3 months ago
- e998630 Roll ANGLE from 473dd3896b59 to 21b1109e17f4 (3 revisions) by Dawn Autoroller · 1 year, 3 months ago
- c6932f0 Roll DirectX Shader Compiler from ac016fcc87cc to f94fe829f794 (1 revision) by Dawn Autoroller · 1 year, 3 months ago
- 3814d3f partition_alloc: Run DanglingPointerTest only in dawn_standalone. by Arthur Sonzogni · 1 year, 3 months ago
- 8e193af Roll vulkan-deps from 02411d24ca96 to de550f45d3fe (5 revisions) by dawn-autoroll · 1 year, 3 months ago chromium/6241
- 5221992 Tint: Support setting HLSL shader model in tint.exe by Jiawei Shao · 1 year, 3 months ago
- 5b7bcc9 Roll ANGLE from c815735ad983 to 473dd3896b59 (1 revision) by Dawn Autoroller · 1 year, 3 months ago
- 0736ef4 Roll DirectX Shader Compiler from 520135cd74c2 to ac016fcc87cc (1 revision) by Dawn Autoroller · 1 year, 3 months ago
- b32f9ca [tint][wgsl] Simplify IRToProgramTest by Ben Clayton · 1 year, 3 months ago
- 2cec57b Compat CTS: refine expectations for video fails. by Stephen White · 1 year, 3 months ago
- 1c65b98 Add APICreateErrorView on TextureBase by Hao Li · 1 year, 3 months ago chromium/6240
- 2055942 Roll SwiftShader from 2fa7e9b99ae4 to f4819d2276b7 (1 revision) by Dawn Autoroller · 1 year, 3 months ago
- d56afc4 Remove materialize from core defs. by dan sinclair · 1 year, 3 months ago
- e7badbc Combination roll of VMA and ANGLE. by Corentin Wallez · 1 year, 3 months ago
- a021961 dawn.node: Fix device and description adapter info by François Beaufort · 1 year, 3 months ago
- a343074 [tint][ir] Validate user call arguments by Ben Clayton · 1 year, 3 months ago
- e501a96 MiraclePtr: Preparatory step by Arthur Sonzogni · 1 year, 3 months ago
- 0bbce22 [Mac] Move creation of per-plane TextureMTL objects to UtilsMetal by Colin Blundell · 1 year, 3 months ago
- 9e39433 partition_alloc: Disable when using sanitizers. by Arthur Sonzogni · 1 year, 3 months ago
- addf27e [tint] Minor code refactor by Ben Clayton · 1 year, 3 months ago
- 47236f1 [tint] Fix the datatype conversion in socket.cc by Sonakshi Saxena · 1 year, 3 months ago
- 8e36a75 Roll vulkan-deps from 18349c091fbc to 02411d24ca96 (5 revisions) by dawn-autoroll · 1 year, 3 months ago
- 28ab345 Revert "[WGPUFuture] Move the EventManager in the wire to appear in the Instance." by Corentin Wallez · 1 year, 3 months ago