dawn /
dawn /
75aaa49d772bf99f9f6c3cc662422fe74626ff93 - 75aaa49 [ir][spirv-writer] Emit function variables by James Price · 1 year, 11 months ago
- 6e40b1a [tint][ir][ToProgram] Begin emitting Switch statements by Ben Clayton · 1 year, 11 months ago
- b34f5f6 Fix Dawn Windows ASAN fuzzer build by Austin Eng · 1 year, 11 months ago
- 73b49ad Add Dawn android bots to CQ by Austin Eng · 1 year, 11 months ago
- 62d9b14 d3d11: enable OpArrayLengthTest by Peng Huang · 1 year, 11 months ago
- f4cb783 [tools][perfmon]: Minor improvements by Ben Clayton · 1 year, 11 months ago
- 59f4cfb Moves cpp_headers into public_deps when depending on the dawn:cpp. by Loko Kung · 1 year, 11 months ago
- e121931 Compat GL/GLES: blit a depth texture to a buffer using compute by shrekshao · 1 year, 11 months ago
- 8c361e5 Suppress another CTS test failing on Apple M2 by Austin Eng · 1 year, 11 months ago
- 5ae7d10 Fixes TSAN race by moving cleanup of platform into dtor. by Loko Kung · 1 year, 11 months ago
- 43b110c [ir] Only show type on lhs by dan sinclair · 1 year, 11 months ago
- 3f18fc9 Suppress tests failing on Apple GPUs by Austin Eng · 1 year, 11 months ago
- c420148 [tint][ir] Guard transform source sets in GN build by James Price · 1 year, 11 months ago
- 54d1d71 [ir][spirv-writer] Move code to `ir` subdirectory by James Price · 1 year, 11 months ago
- 90b8cc1 [ir] Add load instruction by James Price · 1 year, 11 months ago
- 2731b76 Namespace dawn/common/ and dawn/utils/ in dawn:: by Austin Eng · 1 year, 11 months ago
- 0bb1bb3 [ir] Remove references, indirection and address-of by James Price · 1 year, 11 months ago
- 7511bf6 Removes remaining SetPlatform APIs from being exposed in native. by Loko Kung · 1 year, 11 months ago
- 82db91a [ir][spirv-writer] Emit `If` flow nodes by James Price · 1 year, 11 months ago
- 0dec17a Roll ANGLE from 9de2cfb06593 to 1caa81ece426 (1 revision) by Dawn Autoroller · 1 year, 11 months ago
- 6d133b8 Roll vulkan-deps from aa7040d649de to b2cca2b64d1d (5 revisions) by dawn-autoroll · 1 year, 11 months ago
- df093e9 Roll SwiftShader from 28718d8b4108 to f549d5e6c663 (1 revision) by Dawn Autoroller · 1 year, 11 months ago
- 7ac28d3 [ir] Add AddEmptyEntryPoint transform by James Price · 1 year, 11 months ago
- 8a224f6 Suppress WebGPU tests flaky on Mac by Yuly Novikov · 1 year, 11 months ago
- 95b0612 [ir] Add base `ir::transform::Transform` class by James Price · 1 year, 11 months ago
- db5ad9f [tint] Materialize compound assignment RHS by James Price · 2 years ago chromium/5778
- 11ee6b6 [ir] Handle phony assignment. by dan sinclair · 2 years ago
- bbaa456 [ir] Remove instruction allocator. by dan sinclair · 2 years ago
- 0531610 [ir] Add basic block arguments. by dan sinclair · 2 years ago
- 9fc46dc [ir] Drop address space and access from ir::Var. by dan sinclair · 2 years ago
- 25ae311 [tint][ir][ToProgram] Emit returns with values by Ben Clayton · 2 years ago
- a6e7cfc [tint][ir][ToProgram] Emit returns without values by Ben Clayton · 2 years ago
- 6ab77f1 [tint][ir][ToProgram] Emit 'else if' instead of 'else { if' by Ben Clayton · 2 years ago
- 1ea1e1a [tint][ir][ToProgram] Begin flow node traversal by Ben Clayton · 2 years ago
- 0b9cb10 [tint][ir][ToProgram] Implement var expressions by Ben Clayton · 2 years ago
- 83c5c8b Roll ANGLE from 293b19018eef to 9de2cfb06593 (6 revisions) by Dawn Autoroller · 2 years ago chromium/5777
- 6492547 Roll vulkan-deps from 1c207a160274 to aa7040d649de (11 revisions) by dawn-autoroll · 2 years ago
- f55d13b [ir] Add increment and decrement statements. by dan sinclair · 2 years ago
- 112b7fd Allow device lost callback to be passed at creation by Brandon Jones · 2 years ago
- 0e6534e [tint] Make Transform base class by James Price · 2 years ago
- a6d8e81 [ir][spirv-writer] Implement binary subtract by James Price · 2 years ago
- 6eed684 Add milestones script by Brian Sheedy · 2 years ago
- 9940c7b [tint][ir][ToProgram] Stub ToProgram() by Ben Clayton · 2 years ago
- 34832fe d3d11: enable CopyTextureForBrowserTests by Peng Huang · 2 years ago
- 0df7f8b [ir] Update disassembly output. by dan sinclair · 2 years ago
- 7ddaaf2 d3d11: enable CopyExternalTextureForBrowserTests by Peng Huang · 2 years ago
- e85cb2b Remove luci.recipes.use_python3 by Austin Eng · 2 years ago
- 11bd8a0 [ir] Fix scope stack for loops. by dan sinclair · 2 years ago
- 055de27 [ir][spirv-writer] Emit vector constants by James Price · 2 years ago
- f85dc40 Roll ANGLE from 6f959e07eaef to 293b19018eef (1 revision) by Dawn Autoroller · 2 years ago
- 2f324c5 [ir] Remove list of entry points from module by James Price · 2 years ago
- f59547f [ir] Add optional CreateFunction parameters. by dan sinclair · 2 years ago
- 69b5900 [ir] Use the branch helper in the spirv tests. by dan sinclair · 2 years ago
- 1a8d078 [tools] Add 'add-gerrit-hashtags' tool by Ben Clayton · 2 years ago
- ee8cdb5 Roll vulkan-deps from f3e8446466d8 to 1c207a160274 (3 revisions) by dawn-autoroll · 2 years ago
- 34c794e [tint][ir] Shuffle and refactor from_program.cc by Ben Clayton · 2 years ago chromium/5776
- 8d98977 [tint][ir] Make the ir::BuilderImpl PIMPL by Ben Clayton · 2 years ago
- c9dd75a clang-format by Ben Clayton · 2 years ago
- 14ed533 Updates DawnInstanceDescriptor to pass in the Platform. by Loko Kung · 2 years ago
- f9f9f82 Add Dawn Wire Server LPM Fuzzer [5/N] by Brendon Tiszka · 2 years ago
- 64df2e6 d3d11: fix and enable ExternalTextureTests by Peng Huang · 2 years ago
- c29e10c d3d11: enable GpuMemorySynchronizationTests by jchen10 · 2 years ago
- 339c00f Roll ANGLE from 57e4bb883c21 to 6f959e07eaef (2 revisions) by Dawn Autoroller · 2 years ago
- c9923d2 [ir] Set default flow node values. by dan sinclair · 2 years ago
- 809187c [ir] Move ir::Builder to hold module reference by dan sinclair · 2 years ago
- 27521c6 Add Dawn Wire Server LPM Fuzzer [4/N] by Brendon Tiszka · 2 years ago
- 8e42cfa Expand intentional Metal counter sets leak to Intel Gen11 by Austin Eng · 2 years ago
- 36aa48c [tint][ir] Clean up tests by Ben Clayton · 2 years ago
- 0aa34f2 Roll SwiftShader from a62e8dbc3467 to 28718d8b4108 (2 revisions) by Dawn Autoroller · 2 years ago chromium/5775
- 8370ddd [ir][spirv-writer] Emit vector types by James Price · 2 years ago
- 90b9ac2 Animometer: update FPS calculation by Peng Huang · 2 years ago
- 074ddbc Roll vulkan-deps from 3a356ab97987 to f3e8446466d8 (1 revision) by dawn-autoroll · 2 years ago chromium/5774
- 04cef27 Fix broken links in docs by Albin Bernhardsson · 2 years ago
- 978bc12 CMake: Build GLFW with X11/Wayland support to match Dawn by Corentin Wallez · 2 years ago
- 0699b4f [tools] Add 'time-cmd' by Ben Clayton · 2 years ago
- ac4b5f2 Roll ANGLE from 560ba1c63ae6 to 57e4bb883c21 (1 revision) by Dawn Autoroller · 2 years ago
- 89a3dac [tools] Extract unicode progress bar to library by Ben Clayton · 2 years ago chromium/5771 chromium/5772 chromium/5773
- 1a8bc1d [tint] Add support for benchmarking .spv files by Ben Clayton · 2 years ago
- 516a4fd Roll ANGLE from b526112dafd7 to 560ba1c63ae6 (4 revisions) by Dawn Autoroller · 2 years ago chromium/5770
- 20ca8a5 Roll ANGLE from 25def1a0da1c to b526112dafd7 (3 revisions) by Dawn Autoroller · 2 years ago chromium/5769
- e5d1a84 Implement depth-clip-control without VK_EXT_depth_clip_enable by Albin Bernhardsson · 2 years ago
- 9ae8ed2 Add fetch_dawn_dependencies by Elie Michel · 2 years ago chromium/5768
- 2d6690e Roll third_party/webgpu-cts/ 499ce7de2..4fd26fe4a (7 commits) by Austin Eng · 2 years ago
- 7109f3b Roll vulkan-deps from 729c65ec74f6 to 3a356ab97987 (2 revisions) by dawn-autoroll · 2 years ago
- 2ad7cd5 Add platforms to milestones.json by Brian Sheedy · 2 years ago
- b072608 [tint] static_assert that C in Castable<C[, B]> is correct by Ben Clayton · 2 years ago
- 6ac063d Roll ANGLE from b1395bcbac18 to 25def1a0da1c (2 revisions) by Dawn Autoroller · 2 years ago chromium/5767
- 6d50a49 Suppress another TextureViewRenderingTest on Intel d3d11 by Austin Eng · 2 years ago
- e7adafa Roll vulkan-deps from 8ea63733746a to 729c65ec74f6 (4 revisions) by dawn-autoroll · 2 years ago
- 2b7406a [tint] Remove ast:: prefixes from AST transforms by James Price · 2 years ago
- 4ae03fa Remove some KEEP tags by Austin Eng · 2 years ago
- d5611aa Validate compute pass timestamp queries are unique by Brandon Jones · 2 years ago
- a03e55d Add dawn-try-mac-intel-exp to CTS rolls by Austin Eng · 2 years ago
- b4acbb8 [tint] Introduce an ast::transform namespace by James Price · 2 years ago
- 7351fb3 Roll ANGLE from 8b9440b630cb to b1395bcbac18 (4 revisions) by Dawn Autoroller · 2 years ago
- 9924426 Unset vertex buffer: validations and unittests by Yunchao He · 2 years ago
- eb53af1 d3d11: suppress two TextureViewRenderingTest with Intel D3D11 by Peng Huang · 2 years ago chromium/5766
- 760036c Add Dawn DEPS branched trybots by Brian Sheedy · 2 years ago
- 096ce59 Move Adapter toggles from PhysicalDevice to Adapter by Austin Eng · 2 years ago
- 4d6f048 Roll vulkan-deps from c84ccdc63da1 to 8ea63733746a (2 revisions) by dawn-autoroll · 2 years ago