Commit Graph

  • a0a81acec2 [naga/wgsl-out]: polyfill inverse function chyyran 2024-10-07 20:56:30 -0400
  • ff84ff8a6b
    avoid a Trivia token between comment lines. Thierry Berger 2024-10-11 11:25:27 +0200
  • caca2598cc
    inline docs Schell Carl Scivally 2024-10-11 21:34:28 +1300
  • bfa587523e check in fetch_depth binaries and output Schell Carl Scivally 2024-10-11 09:25:06 +1300
  • 7d9a95befd test(ci): enforce TOML formatting with taplo 0.9.3 Erich Gubler 2024-10-04 10:57:23 -0400
  • c057b770ff chore: format TOML files with taplo 0.9.3 Erich Gubler 2024-10-04 10:57:23 -0400
  • ae8a5baca3 style: remove trailing whitespace in PR template Erich Gubler 2024-10-10 16:17:24 -0400
  • 3564b41bff add snapshot test for depth fetch Schell Carl Scivally 2024-10-11 09:12:18 +1300
  • d70ef62e9e
    [wgpu] Revert changes to vendored copy of web-sys from #6377. (#6380) Jim Blandy 2024-10-10 08:24:49 -0700
  • ae52e5dc96 [naga spv-out] Delete BlockContext::is_intermediate; use types. Jim Blandy 2024-10-09 16:36:48 -0700
  • 5c6b00886e [naga spv-out] Simplify Writer::get_pointer_id. Jim Blandy 2024-10-09 11:33:46 -0700
  • 908e8353a8 [naga spv-out] Expand LocalType to permit pointers to matrices. Jim Blandy 2024-10-08 14:50:24 -0700
  • 0392cb783d [naga spv-out] Rename make_local to LocalType::from_inner. Jim Blandy 2024-10-08 13:07:02 -0700
  • b7931d44be
    update tests snapshots Thierry Berger 2024-10-10 15:50:47 +0200
  • 2d2508e836
    support for module comment Thierry Berger 2024-10-10 15:32:04 +0200
  • bf33e481f3
    [naga msl-out] Implement atomicCompareExchangeWeak for MSL backend (#6265) Asher Jingkong Chen 2024-10-10 18:45:24 +0800
  • dd45902347 [naga msl-out] chore: update test outputs AsherJingkongChen 2024-10-10 18:33:52 +0800
  • bfff4c3cb9 Merge branch 'pr/naga/msl/atomic-compare-exchange' of https://github.com/AsherJingkongChen/wgpu into pr/naga/msl/atomic-compare-exchange AsherJingkongChen 2024-10-10 18:22:56 +0800
  • 31548e2b42 [naga msl-out] chore: Use Scalar::to_msl_name and adjust atomic predef AsherJingkongChen 2024-10-09 04:29:30 +0800
  • 88f9cad8af chore: satisfy clippy::missing_const_for_fn AsherJingkongChen 2024-09-20 09:39:19 +0800
  • 572f86ace3 Edit Changelog AsherJingkongChen 2024-09-13 22:30:11 +0800
  • 76c7deb550 [naga] Implement atomicCompareExchangeWeak for MSL backend AsherJingkongChen 2024-09-13 22:23:09 +0800
  • d9178a1876 add more changelog items Teodor Tanasoaia 2024-10-09 16:21:43 +0200
  • 916bf9be6a [naga spv-out] Delete BlockContext::is_intermediate; use types. Jim Blandy 2024-10-09 16:36:48 -0700
  • 7d62669e57 [naga spv-out] Simplify Writer::get_pointer_id. Jim Blandy 2024-10-09 11:33:46 -0700
  • 3c926cf880 [naga spv-out] Expand LocalType to permit pointers to matrices. Jim Blandy 2024-10-08 14:50:24 -0700
  • 9afaf53407 [naga spv-out] Rename make_local to LocalType::from_inner. Jim Blandy 2024-10-08 13:07:02 -0700
  • 5ad8b606d9
    add more changelog items Teodor Tanasoaia 2024-10-09 16:21:43 +0200
  • 3ed2a7e0aa
    update tests snapshots Thierry Berger 2024-10-09 11:50:16 +0200
  • a6ebbe3c20
    fix comment parsing for long characters Thierry Berger 2024-10-09 11:26:56 +0200
  • f3c8da792a chore: doc type link AsherJingkongChen 2024-10-09 08:09:33 +0800
  • 3711eed093 don't splat if the image op uses a depth reference Schell Carl Scivally 2024-10-09 11:39:50 +1300
  • 92be38d8af changelog Schell Carl Scivally 2024-10-09 10:14:43 +1300
  • dfc3783dc8 spv-in sampling from depth textures returns a scalar, and is splatted to a vector for SPIR-V compatibility, fixes #4551 Schell Carl Scivally 2024-10-09 09:40:56 +1300
  • 37b2c93137 [naga msl-out] chore: Use Scalar::to_msl_name and adjust atomic predef AsherJingkongChen 2024-10-09 04:29:30 +0800
  • 3693da27f9 [naga spv-out] Bounds-check runtime-sized array access correctly. Jim Blandy 2024-10-01 11:44:44 -0700
  • 7283185305 [naga] Extend snapshot tests for bounds checks. Jim Blandy 2024-10-01 12:02:24 -0700
  • 5a6b749335 [naga spv-out] Let BoundsCheckResult supply the index value. Jim Blandy 2024-10-01 10:59:30 -0700
  • 69ab63ca34 [naga spv-out] Abstract out OpAccessChain index production. Jim Blandy 2024-10-01 10:39:37 -0700
  • 3d85781f05 [naga spv-out] Consolidate code to find index values. Jim Blandy 2024-10-01 10:11:41 -0700
  • 287ca16b52 [naga spv-out] Abstract extending a bounds check condition chain. Jim Blandy 2024-09-30 16:53:22 -0700
  • 21c527a458 [naga spv-out] Doc fix: typo Jim Blandy 2024-09-30 16:39:49 -0700
  • 634a97fcb8 [naga spv-out] Abstract out non-uniform binding array access test. Jim Blandy 2024-09-30 16:15:30 -0700
  • 64193e20a2 [naga spv-out] Bounds-check runtime-sized array access correctly. Jim Blandy 2024-10-01 11:44:44 -0700
  • c0c584c0b6 [naga] Extend snapshot tests for bounds checks. Jim Blandy 2024-10-01 12:02:24 -0700
  • bf4456405a [naga spv-out] Let BoundsCheckResult supply the index value. Jim Blandy 2024-10-01 10:59:30 -0700
  • fc67b3fa2e [naga spv-out] Abstract out OpAccessChain index production. Jim Blandy 2024-10-01 10:39:37 -0700
  • eb4d291744 [naga spv-out] Consolidate code to find index values. Jim Blandy 2024-10-01 10:11:41 -0700
  • c180b3b342 update expect sagudev 2024-10-08 20:36:03 +0200
  • 1afea2405d [naga spv-out] Abstract extending a bounds check condition chain. Jim Blandy 2024-09-30 16:53:22 -0700
  • c45d6c595a [naga spv-out] Doc fix: typo Jim Blandy 2024-09-30 16:39:49 -0700
  • 416cf1af3b [naga spv-out] Abstract out non-uniform binding array access test. Jim Blandy 2024-09-30 16:15:30 -0700
  • 3bd095e692 general get_pointer_id sagudev 2024-10-08 19:57:45 +0200
  • 58e1946bd6 Document rationale for vendoring WebGPU bindings. Jim Blandy 2024-10-07 18:34:41 -0700
  • e332ca59cd Document rationale for vendoring WebGPU bindings. Jim Blandy 2024-10-07 18:34:41 -0700
  • 19ccb31d45
    support for multi-line comments Thierry Berger 2024-10-08 15:48:35 +0200
  • 43cb730d58
    [naga] added DrawID (#6325) ChosenName 2024-10-08 07:00:00 -0600
  • 33ec91ed67
    Merge branch 'trunk' into trunk Teodor Tanasoaia 2024-10-08 14:47:08 +0200
  • 60b030c21c [naga/wgsl-out]: allow polyfilling inverse and outer math functions chyyran 2024-10-07 20:56:30 -0400
  • ab32656369
    Merge branch 'trunk' into ray-tracing-new Vecvec 2024-10-08 16:26:23 +1300
  • d0798ca34a [wgpu] Revert changes to vendored copy of web-sys from #6377. Jim Blandy 2024-10-07 18:05:21 -0700
  • c0fa1bcce5 fix(web)!: remove maxInterStageShaderComponents from vendored web-sys Erich Gubler 2024-10-05 19:59:27 -0400
  • 39107eb6cb
    add support for struct member comments Thierry Berger 2024-10-07 16:19:58 +0200
  • 9d8643c236 fix(web)!: remove maxInterStageShaderComponents from vendored web-sys Erich Gubler 2024-10-05 19:59:27 -0400
  • d5082b75ce
    refactor(ci): use more descriptive name for Rust formatting (#6369) Erich Gubler 2024-10-07 09:05:33 -0400
  • b4bf82b999
    add comments to functions, consts, and globalvariables Thierry Berger 2024-10-07 15:01:30 +0200
  • 0e5323f87a
    build(deps): bump crate-ci/typos from 1.24.6 to 1.25.0 dependabot[bot] 2024-10-07 06:49:54 +0000
  • 0a5ed0a1dc
    test(ci): include naga/xtask in cargo fmt check (#6367) Erich Gubler 2024-10-07 02:49:10 -0400
  • f658875e9f
    build(deps): bump the patch-updates group with 24 updates (#6374) dependabot[bot] 2024-10-06 23:41:57 -0400
  • 8554f063f0
    build(deps): bump the patch-updates group with 24 updates dependabot[bot] 2024-10-07 02:42:16 +0000
  • a12a9bac5d Allow dyn indexing of matrices sagudev 2024-10-06 09:50:35 +0200
  • 610eb261a4
    Merge 143590928d into ee0d1703e5 Federico Maria Morrone 2024-10-05 13:37:11 +0200
  • 143590928d
    Merge branch 'trunk' into drm-support Federico Maria Morrone 2024-10-05 13:37:08 +0200
  • 74fcb65a8c
    Merge branch 'trunk' into eliemichel/future Elie Michel 2024-10-05 13:35:37 +0200
  • b77c64fd7a changelog entry Andreas Reich 2024-10-05 13:11:25 +0200
  • 44adb0d119 Utils for WebGPU support detection & Instance creation Andreas Reich 2024-09-29 23:43:58 +0200
  • 1c8c0add33 Update changelog Elie Michel 2024-10-05 12:08:06 +0200
  • 6374487c7a on_submitted_work_done returns submission index in wgpu-rs Elie Michel 2024-10-05 11:54:37 +0200
  • 4ae7b01802 map_async returns submission index in wgpu-rs Elie Michel 2024-10-05 11:52:37 +0200
  • 5c086b0865
    Merge branch 'trunk' into ray-tracing-new Vecvec 2024-10-05 10:32:48 +1300
  • 5b4ccdf5ca clippy atlas dostal 2024-10-04 14:26:28 -0400
  • 1d021dcc55
    Merge branch 'trunk' into ruint64 vero 2024-10-04 14:17:03 -0400
  • 136607b49b try to improve tests atlas dostal 2024-10-04 14:16:52 -0400
  • ee0d1703e5 Roll back once_cell to 1.19.0. Jim Blandy 2024-10-04 09:37:30 -0700
  • fd1b716059 Roll back once_cell to 1.19.0. Jim Blandy 2024-10-04 09:37:30 -0700
  • 30baa454a1 refactor(ci): use more descriptive name for Rust formatting Erich Gubler 2024-10-04 10:57:23 -0400
  • 426dc09893 test(ci): include naga/xtask in cargo fmt check Erich Gubler 2024-10-04 12:00:20 -0400
  • 1e04db3d27 Merge branch 'trunk' into objc2-metal Mads Marquart 2024-10-04 15:45:48 +0200
  • 9aa76e94ff
    add comments in module only if struct comments is not empty Thierry Berger 2024-10-04 15:43:50 +0200
  • 999330df40
    expose comments in Module Thierry Berger 2024-10-04 12:07:59 +0200
  • e432980a73 [naga spv-out] Don't emit unreachable blocks that jump into loops. Jim Blandy 2024-10-02 17:13:07 -0700
  • 04182c24ec [naga spv-out] Make write_block and its types private. Jim Blandy 2024-10-02 16:16:10 -0700
  • 7ceede6f79 [naga spv-out] Don't emit unreachable blocks that jump into loops. Jim Blandy 2024-10-02 17:13:07 -0700
  • 6c125b0713 [naga spv-out] Make write_block and its types private. Jim Blandy 2024-10-02 16:16:10 -0700
  • c5a4b4ecc3
    Fix unaligned slice::from_raw_parts in gles push contant handling. (#6341) Imbris 2024-10-03 16:40:43 -0400
  • 47409599bc Fix unaligned slice::from_raw_parts in gles push contant handling. Imbris 2024-09-29 16:34:53 -0400
  • d3e09dd63a [naga spv-out] Consolidate explanation of global wrapping. Jim Blandy 2024-09-27 17:10:15 -0700
  • 150ad8d453 [naga spv-out] Consolidate explanation of global wrapping. Jim Blandy 2024-09-27 17:10:15 -0700
  • 2da85d36fd
    wip simple '//' comment token for 'Struct' Thierry Berger 2024-10-03 17:41:07 +0200
  • 6e528aaf24 style: split (most) string literals over 100-column line width limit Erich Gubler 2024-10-01 15:02:51 -0400