Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PCF For DirectionalLight/SpotLight Shadows #8006

Merged
merged 482 commits into from
Oct 7, 2023
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jan 1, 2023

  1. Extract constants

    JMS55 committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    c157cae View commit details
    Browse the repository at this point in the history
  2. Remove newline

    JMS55 committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    b6acf22 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. Configuration menu
    Copy the full SHA
    715ca65 View commit details
    Browse the repository at this point in the history
  2. docs

    IceSentry committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    35093ed View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. Configuration menu
    Copy the full SHA
    5c9bb20 View commit details
    Browse the repository at this point in the history
  2. Fix merge

    JMS55 committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    826b19a View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. WIP FSR2 plugin

    JMS55 committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    060c52d View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Further plugin setup

    JMS55 committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    14efad2 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. WIP: FSR2Plugin

    JMS55 committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    77ca0c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Configuration menu
    Copy the full SHA
    8f5fda4 View commit details
    Browse the repository at this point in the history
  2. Fix shader ifdefs

    JMS55 committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    1bb796f View commit details
    Browse the repository at this point in the history
  3. Extract projection

    JMS55 committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    63003f7 View commit details
    Browse the repository at this point in the history
  4. Misc

    JMS55 committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    0b757e0 View commit details
    Browse the repository at this point in the history
  5. Fix dep path

    JMS55 committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    f48bb83 View commit details
    Browse the repository at this point in the history
  6. Add neccesary texture usages

    JMS55 committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    1d48c29 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Misc

    JMS55 committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    3d5c81c View commit details
    Browse the repository at this point in the history
  2. Add device field

    JMS55 committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    ff68974 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Cleanup jitter

    JMS55 committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    e9942d7 View commit details
    Browse the repository at this point in the history
  2. Error checking

    JMS55 committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    0e38fb4 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Store device in context

    JMS55 committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    b35586f View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. WIP: Update TAA impl

    JMS55 committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    cada547 View commit details
    Browse the repository at this point in the history
  2. Fixes

    JMS55 committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    88112be View commit details
    Browse the repository at this point in the history
  3. Move TAA to core pipeline

    JMS55 committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    2cc10d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc87f4c View commit details
    Browse the repository at this point in the history
  5. Misc

    JMS55 committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    bf89ceb View commit details
    Browse the repository at this point in the history
  6. Merge fixes

    JMS55 committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    a545e2a View commit details
    Browse the repository at this point in the history
  7. Documentation

    JMS55 committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    c44c33a View commit details
    Browse the repository at this point in the history
  8. Misc formatting

    JMS55 committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    1ddfa48 View commit details
    Browse the repository at this point in the history
  9. Appease clippy

    JMS55 committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    e76cd0e View commit details
    Browse the repository at this point in the history
  10. Add plugin note to docs

    JMS55 committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    bf36eb0 View commit details
    Browse the repository at this point in the history
  11. Clippy is not yet appeased

    JMS55 committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    6b90c2c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a1ca8db View commit details
    Browse the repository at this point in the history
  13. Doc improvements

    JMS55 committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    742d0a1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e3f6a7e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f894e83 View commit details
    Browse the repository at this point in the history
  16. Fix merge

    JMS55 committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    0ae10d6 View commit details
    Browse the repository at this point in the history
  17. Update crates/bevy_render/src/camera/camera.rs

    Co-authored-by: Daniel Chia <danstryder@gmail.com>
    JMS55 and danchia committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    bc5574c View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

  1. Configuration menu
    Copy the full SHA
    dd99d43 View commit details
    Browse the repository at this point in the history
  2. Fix merge

    JMS55 committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    2aad44e View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Add con of TAA to docs

    JMS55 committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    d138306 View commit details
    Browse the repository at this point in the history
  2. Combine AA examples

    JMS55 committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    dc291f0 View commit details
    Browse the repository at this point in the history
  3. Fix example metadata

    JMS55 committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    db2e5e5 View commit details
    Browse the repository at this point in the history
  4. Doc note

    JMS55 committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    052817a View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    8812cd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ae829f View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    9846dd9 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    b0bed7b View commit details
    Browse the repository at this point in the history
  2. Address review feedback

    JMS55 committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    230e5fc View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. Fix NaNs

    JMS55 committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    2d3fb83 View commit details
    Browse the repository at this point in the history
  2. Update crates/bevy_core_pipeline/src/prepass/mod.rs

    Co-authored-by: robtfm <50659922+robtfm@users.noreply.github.com>
    JMS55 and robtfm committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    21bbe66 View commit details
    Browse the repository at this point in the history
  3. Update crates/bevy_core_pipeline/src/prepass/mod.rs

    Co-authored-by: robtfm <50659922+robtfm@users.noreply.github.com>
    JMS55 and robtfm committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    fe67b5a View commit details
    Browse the repository at this point in the history
  4. Update crates/bevy_core_pipeline/src/taa/taa.wgsl

    Co-authored-by: robtfm <50659922+robtfm@users.noreply.github.com>
    JMS55 and robtfm committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    ea22039 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dbbce60 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5091758 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d0108eb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c4faea1 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    bcd0698 View commit details
    Browse the repository at this point in the history
  2. Add TAA reset

    JMS55 committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    bcd7a5d View commit details
    Browse the repository at this point in the history
  3. Migrate to stageless: Merge commit 'dcc03724a57e0980bb98d1b642e80fb2d…

    …55ac89c' into taa-only
    JMS55 committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    13e8ea1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9e0ef6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1455078 View commit details
    Browse the repository at this point in the history
  6. Clear velocity to yellow

    JMS55 committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    039e081 View commit details
    Browse the repository at this point in the history
  7. Improve TAA docs

    JMS55 committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    d456a1f View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Possible faster velocity clear

    JMS55 committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    ef0845f View commit details
    Browse the repository at this point in the history
  2. Add TODO about velocity format

    JMS55 committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    42c3671 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a54c54 View commit details
    Browse the repository at this point in the history
  4. Fix schedule import

    JMS55 committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    c845115 View commit details
    Browse the repository at this point in the history
  5. Switch tonemapping to max3

    JMS55 committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    47bf23f View commit details
    Browse the repository at this point in the history
  6. Remove outdated doc comment

    JMS55 committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    a577c23 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5fd9c98 View commit details
    Browse the repository at this point in the history
  8. Misc rename

    JMS55 committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    4366dd2 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Reduce noise in static scenes

    JMS55 committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    52fc423 View commit details
    Browse the repository at this point in the history
  2. Misc

    JMS55 committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    4feab0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69c1dfe View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Configuration menu
    Copy the full SHA
    e179e8a View commit details
    Browse the repository at this point in the history
  2. Misc doc tweak

    JMS55 committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    2cae300 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. wip

    IceSentry committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    87ef413 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from IceSentry/taa-moving-sphere

    moving sphere
    JMS55 committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    557a278 View commit details
    Browse the repository at this point in the history
  3. Revert "moving sphere"

    JMS55 committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    0df70a2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #7 from JMS55/revert-6-taa-moving-sphere

    Revert "moving sphere"
    JMS55 committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    e516f88 View commit details
    Browse the repository at this point in the history
  5. Misc example cleanup

    JMS55 committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    49e21f6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    80ae486 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. Configuration menu
    Copy the full SHA
    e7e228e View commit details
    Browse the repository at this point in the history
  2. Tweak min history blend rate

    JMS55 committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    2fb3291 View commit details
    Browse the repository at this point in the history
  3. Misc refactor

    JMS55 committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    64a52bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f388878 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Update docs

    JMS55 committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    a10faa3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd80e7c View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Configuration menu
    Copy the full SHA
    af38b4c View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Configuration menu
    Copy the full SHA
    9f1a497 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5593ef9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f79160 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    90725a2 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Update Cargo.toml

    Co-authored-by: Brandon Dyer <brandondyer64@gmail.com>
    JMS55 and BrandonDyer64 committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    191d1d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    791460d View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. Configuration menu
    Copy the full SHA
    6de0f46 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Rustfmt

    JMS55 committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    7c19b60 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    33012fb View commit details
    Browse the repository at this point in the history
  2. Remove dead code

    JMS55 committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    56329de View commit details
    Browse the repository at this point in the history
  3. Add neccesary command flush

    JMS55 committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    de7d75b View commit details
    Browse the repository at this point in the history
  4. Misc

    JMS55 committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    9891e8a View commit details
    Browse the repository at this point in the history
  5. Revert "Misc"

    This reverts commit 9891e8a.
    JMS55 committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    68dbaf5 View commit details
    Browse the repository at this point in the history
  6. Shader ifdef fixes

    JMS55 committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    ea1840f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c416630 View commit details
    Browse the repository at this point in the history
  8. Misc tweak

    JMS55 committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    51631c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    b6d8b67 View commit details
    Browse the repository at this point in the history
  2. fix target/attach vecs

    robtfm committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    8cbc894 View commit details
    Browse the repository at this point in the history
  3. center jitter at zero

    robtfm committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    754192d View commit details
    Browse the repository at this point in the history
  4. alpha-blend comment

    robtfm committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    a7b0103 View commit details
    Browse the repository at this point in the history
  5. ci

    robtfm committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    17771e5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #9 from robtfm/patch-taa

    Patch taa
    JMS55 committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    81e9d29 View commit details
    Browse the repository at this point in the history
  7. Improve TAA jitter

    JMS55 committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    aa0310e View commit details
    Browse the repository at this point in the history
  8. Update crates/bevy_pbr/src/prepass/mod.rs

    Co-authored-by: robtfm <50659922+robtfm@users.noreply.github.com>
    JMS55 and robtfm committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    241875b View commit details
    Browse the repository at this point in the history
  9. Fix compile error

    JMS55 committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    84cec18 View commit details
    Browse the repository at this point in the history
  10. Fix shader_prepass

    JMS55 committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    04a9722 View commit details
    Browse the repository at this point in the history
  11. Misc

    JMS55 committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    415620d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cccb2c2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    946f8d8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    66960e6 View commit details
    Browse the repository at this point in the history
  15. Revert "Output motion vectors at render resolution, not ndc"

    This reverts commit cccb2c2.
    JMS55 committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    ad4e19f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    503deda View commit details
    Browse the repository at this point in the history
  17. Update crates/bevy_pbr/src/prepass/mod.rs

    Co-authored-by: Edgar Geier <geieredgar@gmail.com>
    JMS55 and geieredgar committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    554c9a0 View commit details
    Browse the repository at this point in the history
  18. Misc fixes

    JMS55 committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    4af080c View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. Fix wrong system set

    JMS55 committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    2fb717e View commit details
    Browse the repository at this point in the history
  2. Add comment

    JMS55 committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    fd5eeb5 View commit details
    Browse the repository at this point in the history
  3. Fix missing system

    JMS55 committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    d875e1c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ec93f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d0ce763 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7537c24 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. Misc formatting

    JMS55 committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    9893d90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e289178 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    c365924 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Configuration menu
    Copy the full SHA
    15b050c View commit details
    Browse the repository at this point in the history
  2. WIP

    JMS55 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    6256fbf View commit details
    Browse the repository at this point in the history
  3. Fixes

    JMS55 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    864b348 View commit details
    Browse the repository at this point in the history
  4. Refactor

    JMS55 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    48b7287 View commit details
    Browse the repository at this point in the history
  5. Tweak PCF settings

    JMS55 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    6fd8003 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    158fea9 View commit details
    Browse the repository at this point in the history
  7. Many fixes

    JMS55 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    4251947 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5067c22 View commit details
    Browse the repository at this point in the history
  9. Misc formatting

    JMS55 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    4dd6d63 View commit details
    Browse the repository at this point in the history
  10. Misc fix

    JMS55 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    cc72658 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Fix dumb bug

    JMS55 committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    968443b View commit details
    Browse the repository at this point in the history
  2. Misc fix

    JMS55 committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    fb4ce64 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. Configuration menu
    Copy the full SHA
    956d825 View commit details
    Browse the repository at this point in the history
  2. Fix stupid bug

    JMS55 committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    02a98d8 View commit details
    Browse the repository at this point in the history
  3. Remove unnecsary trace

    JMS55 committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    4e96e73 View commit details
    Browse the repository at this point in the history
  4. Refactor

    JMS55 committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    d80d102 View commit details
    Browse the repository at this point in the history
  5. Refactor

    JMS55 committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    2031d02 View commit details
    Browse the repository at this point in the history
  6. Add the witness PCF technique

    Co-authored-by: Robert Swain <robert.swain@gmail.com>
    JMS55 and superdump committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    369a12c View commit details
    Browse the repository at this point in the history
  7. Fix typo

    JMS55 committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    a2b7e61 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bd3e1ed View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f61e294 View commit details
    Browse the repository at this point in the history
  10. Misc fix

    JMS55 committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    abb344a View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. Misc fix

    JMS55 committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    e5b64a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    1295cb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7feee3b View commit details
    Browse the repository at this point in the history
  3. PCF for spotlights

    JMS55 committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    fd09554 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Update crates/bevy_core_pipeline/src/prepass/node.rs

    Co-authored-by: Robert Swain <robert.swain@gmail.com>
    JMS55 and superdump committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    6242fd8 View commit details
    Browse the repository at this point in the history
  2. Doc tweak

    JMS55 committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    f61be1b View commit details
    Browse the repository at this point in the history
  3. Misc refactor

    JMS55 committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    98baa5c View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    dc22250 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Configuration menu
    Copy the full SHA
    b3de57e View commit details
    Browse the repository at this point in the history
  2. Misc fix

    JMS55 committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    765fa48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c03655 View commit details
    Browse the repository at this point in the history
  4. Remove view entity slot

    JMS55 committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    12dd618 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2023

  1. Update crates/bevy_core_pipeline/src/taa/taa.wgsl

    Co-authored-by: Robert Swain <robert.swain@gmail.com>
    JMS55 and superdump committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    4227fa6 View commit details
    Browse the repository at this point in the history
  2. Misc refactor

    JMS55 committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    769b0af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a438db7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46aadc7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b75aa88 View commit details
    Browse the repository at this point in the history
  6. Doc comment

    JMS55 committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    a79cfdf View commit details
    Browse the repository at this point in the history
  7. Fix clip_towards_aabb_center

    JMS55 committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    6bb7fd2 View commit details
    Browse the repository at this point in the history
  8. Add docs for blend rates

    JMS55 committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    c452322 View commit details
    Browse the repository at this point in the history
  9. Misc

    JMS55 committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    2479118 View commit details
    Browse the repository at this point in the history
  10. Update docs

    JMS55 committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    8f6e0f7 View commit details
    Browse the repository at this point in the history
  11. Update crates/bevy_pbr/src/prepass/prepass.wgsl

    Co-authored-by: Robert Swain <robert.swain@gmail.com>
    JMS55 and superdump committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    3ae680c View commit details
    Browse the repository at this point in the history
  12. Update crates/bevy_pbr/src/render/pbr_prepass.wgsl

    Co-authored-by: Robert Swain <robert.swain@gmail.com>
    JMS55 and superdump committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    d4803b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    1d43e47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0215f0 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    6a276ca View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Configurable shadow smoothing

    JMS55 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    113ed48 View commit details
    Browse the repository at this point in the history
  2. Rename

    JMS55 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    dbe84c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    647a3b1 View commit details
    Browse the repository at this point in the history
  4. Fix rebase

    JMS55 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    9b28ae6 View commit details
    Browse the repository at this point in the history
  5. Misc

    JMS55 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    03679b2 View commit details
    Browse the repository at this point in the history
  6. Misc refactor

    JMS55 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    fa5c456 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Rename cascade

    JMS55 committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    5502b30 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. Update crates/bevy_pbr/src/render/shadow_sampling.wgsl

    Co-authored-by: Robert Swain <robert.swain@gmail.com>
    JMS55 and superdump committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    3dc995a View commit details
    Browse the repository at this point in the history
  2. Update crates/bevy_pbr/src/render/shadow_sampling.wgsl

    Co-authored-by: Robert Swain <robert.swain@gmail.com>
    JMS55 and superdump committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    3a0cf98 View commit details
    Browse the repository at this point in the history
  3. Move variable

    JMS55 committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    790ca50 View commit details
    Browse the repository at this point in the history
  4. Rename type

    JMS55 committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    c8afd4e View commit details
    Browse the repository at this point in the history
  5. Revert

    JMS55 committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    4141202 View commit details
    Browse the repository at this point in the history
  6. Update crates/bevy_pbr/src/render/shadow_sampling.wgsl

    Co-authored-by: Robert Swain <robert.swain@gmail.com>
    JMS55 and superdump committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    c510565 View commit details
    Browse the repository at this point in the history
  7. Update crates/bevy_pbr/src/material.rs

    Co-authored-by: Robert Swain <robert.swain@gmail.com>
    JMS55 and superdump committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    ac62cd9 View commit details
    Browse the repository at this point in the history
  8. Update crates/bevy_pbr/src/render/shadow_sampling.wgsl

    Co-authored-by: Robert Swain <robert.swain@gmail.com>
    JMS55 and superdump committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    dec355f View commit details
    Browse the repository at this point in the history
  9. Update crates/bevy_pbr/src/render/shadow_sampling.wgsl

    Co-authored-by: Robert Swain <robert.swain@gmail.com>
    JMS55 and superdump committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    1a1069c View commit details
    Browse the repository at this point in the history
  10. Update crates/bevy_pbr/src/render/mesh.rs

    Co-authored-by: Robert Swain <robert.swain@gmail.com>
    JMS55 and superdump committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    9b62975 View commit details
    Browse the repository at this point in the history
  11. Update crates/bevy_pbr/src/render/shadow_sampling.wgsl

    Co-authored-by: Robert Swain <robert.swain@gmail.com>
    JMS55 and superdump committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    902df9c View commit details
    Browse the repository at this point in the history
  12. Update crates/bevy_pbr/src/render/shadow_sampling.wgsl

    Co-authored-by: Robert Swain <robert.swain@gmail.com>
    JMS55 and superdump committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    aa831aa View commit details
    Browse the repository at this point in the history
  13. Update crates/bevy_pbr/src/render/mesh.rs

    Co-authored-by: Robert Swain <robert.swain@gmail.com>
    JMS55 and superdump committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    635ef53 View commit details
    Browse the repository at this point in the history
  14. Update crates/bevy_pbr/src/render/shadow_sampling.wgsl

    Co-authored-by: Robert Swain <robert.swain@gmail.com>
    JMS55 and superdump committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    7ff265d View commit details
    Browse the repository at this point in the history
  15. Update crates/bevy_pbr/src/render/shadow_sampling.wgsl

    Co-authored-by: Robert Swain <robert.swain@gmail.com>
    JMS55 and superdump committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    24b9445 View commit details
    Browse the repository at this point in the history
  16. Update crates/bevy_pbr/src/render/shadow_sampling.wgsl

    Co-authored-by: Robert Swain <robert.swain@gmail.com>
    JMS55 and superdump committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    1d42314 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    928de12 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. Configuration menu
    Copy the full SHA
    4094248 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    6e8b341 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    12f6aa8 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Improve TAA

    JMS55 committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    cf10ba1 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    6882513 View commit details
    Browse the repository at this point in the history
  2. Move function to another file

    JMS55 committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    36294d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Configuration menu
    Copy the full SHA
    5f4befc View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    935e976 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    8c98923 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Fix missing shader defs

    JMS55 committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    c18c106 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Fix WebGL2 crashes

    JMS55 committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    346577a View commit details
    Browse the repository at this point in the history
  2. Tweak Jimenez14 PCF scale

    JMS55 committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    e994ca4 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Configuration menu
    Copy the full SHA
    8f09028 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5118466 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    d4fdbfd View commit details
    Browse the repository at this point in the history
  2. Reword doc comment

    JMS55 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    4f5faaa View commit details
    Browse the repository at this point in the history
  3. Fix bug?

    JMS55 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    97e7c98 View commit details
    Browse the repository at this point in the history
  4. Fix TemporalJitter

    JMS55 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    4349adb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f44b7c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    7032da8 View commit details
    Browse the repository at this point in the history
  2. Revert changes to AA example

    JMS55 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    2241fda View commit details
    Browse the repository at this point in the history
  3. Improve Jimenez14

    JMS55 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    7076dd5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c515fd3 View commit details
    Browse the repository at this point in the history
  5. Revert TAA

    JMS55 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    bc5c6a2 View commit details
    Browse the repository at this point in the history
  6. Fix extra space in doc

    JMS55 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    711f753 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Misc

    JMS55 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    d382a5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b2a434 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    8d8031f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5da5402 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #14 from Elabajaba/fix_pcf_normal_prepass

    fix normal prepass pcf compilation bug
    JMS55 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    a8a4199 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. vec2

    Elabajaba committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    18a5571 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #13 from Elabajaba/dx12_pcf

    Fix dx12 shader miscompilation with jimenez temporal pcf
    JMS55 committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    ebaebe0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f985bb View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. Misc

    JMS55 committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    6557168 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Update crates/bevy_pbr/src/render/shadows.wgsl

    Co-authored-by: IceSentry <IceSentry@users.noreply.github.com>
    JMS55 and IceSentry committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    f6c6f6b View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Document numbers

    JMS55 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    4d86b6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2867d90 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. Configuration menu
    Copy the full SHA
    c26f643 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    8234d7d View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. Update crates/bevy_pbr/src/render/shadows.wgsl

    Co-authored-by: Robert Swain <robert.swain@gmail.com>
    JMS55 and superdump committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    0e60a90 View commit details
    Browse the repository at this point in the history
  2. Update crates/bevy_pbr/src/render/shadow_sampling.wgsl

    Co-authored-by: Robert Swain <robert.swain@gmail.com>
    JMS55 and superdump committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    600b3a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24eab26 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    e24e1c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    394fdba View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Configuration menu
    Copy the full SHA
    4f9dff2 View commit details
    Browse the repository at this point in the history