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

Temporal Antialiasing (TAA) #7291

Merged
merged 392 commits into from Mar 27, 2023
Merged

Temporal Antialiasing (TAA) #7291

merged 392 commits into from Mar 27, 2023
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Dec 8, 2022

  1. Reduce TAA flickering

    JMS55 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    3923ede View commit details
    Browse the repository at this point in the history
  2. Add taa velocity dilation

    JMS55 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    cbbee68 View commit details
    Browse the repository at this point in the history
  3. Camera jitter cleanup

    JMS55 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    83f82a6 View commit details
    Browse the repository at this point in the history
  4. Remove TAA blit pass

    JMS55 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    dade3a1 View commit details
    Browse the repository at this point in the history
  5. TAA pipeline specialization

    JMS55 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    6f699a4 View commit details
    Browse the repository at this point in the history
  6. Fix TAA hdr shader defs

    JMS55 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    526de34 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fed969e View commit details
    Browse the repository at this point in the history
  8. Fix SSAO example

    JMS55 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    bb4d157 View commit details
    Browse the repository at this point in the history
  9. Misc doc fix

    JMS55 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    3b57a03 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Double buffer TAA textures

    JMS55 committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    9928498 View commit details
    Browse the repository at this point in the history
  2. Fix karis weight

    JMS55 committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    82088fb View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2022

  1. Fix TAA anti flicker

    JMS55 committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    f355dfc View commit details
    Browse the repository at this point in the history
  2. Add TAA references

    JMS55 committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    783e020 View commit details
    Browse the repository at this point in the history
  3. Misc fix

    JMS55 committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    4949cab View commit details
    Browse the repository at this point in the history
  4. Ensure TAA goes before bloom

    JMS55 committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    bc14ad2 View commit details
    Browse the repository at this point in the history
  5. Remove failed anti flicker

    JMS55 committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    e100d65 View commit details
    Browse the repository at this point in the history
  6. Misc fix

    JMS55 committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    54997e3 View commit details
    Browse the repository at this point in the history
  7. Add second SSAO denoise pass

    JMS55 committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    49af70d View commit details
    Browse the repository at this point in the history
  8. Misc fix

    JMS55 committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    71703b4 View commit details
    Browse the repository at this point in the history
  9. Use R16 textures for SSAO

    JMS55 committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    d588b7e View commit details
    Browse the repository at this point in the history
  10. Misc tweaks

    JMS55 committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    5b54ab6 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2022

  1. Configuration menu
    Copy the full SHA
    9b191ad View commit details
    Browse the repository at this point in the history
  2. Unroll GTAO side loop

    JMS55 committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    2a12bf0 View commit details
    Browse the repository at this point in the history
  3. Misc cleanup

    JMS55 committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    04c114e View commit details
    Browse the repository at this point in the history
  4. Revert "Add second SSAO denoise pass"

    This reverts commit 49af70d.
    JMS55 committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    ade10a5 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. address pr comments

    IceSentry committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    d077237 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef4b3e9 View commit details
    Browse the repository at this point in the history
  3. docs

    IceSentry committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    314dea0 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Configuration menu
    Copy the full SHA
    8719d47 View commit details
    Browse the repository at this point in the history
  2. Doc comment

    JMS55 committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    3c17e29 View commit details
    Browse the repository at this point in the history
  3. Add another TAA reference

    JMS55 committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    8f269ca View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2022

  1. Add more TAA references

    JMS55 committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    a6b120d View commit details
    Browse the repository at this point in the history
  2. Make TAA settings field public

    JMS55 committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    42f9282 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Misc GTAO optimization

    JMS55 committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    b904fb7 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Fix SSAO shadow acne

    JMS55 committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    f2a84cf View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. Configuration menu
    Copy the full SHA
    266ac9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6ac9e9 View commit details
    Browse the repository at this point in the history
  3. Misc cleanup

    JMS55 committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    a0f8af4 View commit details
    Browse the repository at this point in the history
  4. Misc cleanup

    JMS55 committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    ad3ce40 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2022

  1. TAA velocity fixes

    JMS55 committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    c7a673b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4a60fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6c0d5d View commit details
    Browse the repository at this point in the history
  4. SSAO temporal noise reduction

    JMS55 committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    7cceee8 View commit details
    Browse the repository at this point in the history
  5. Rename SSAO denoise function

    JMS55 committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    0e8a133 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2dcadff View commit details
    Browse the repository at this point in the history
  7. Misc tweaks

    JMS55 committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    4e8890f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4ebf55c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    433605d View commit details
    Browse the repository at this point in the history
  10. fix ci

    IceSentry committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    722b580 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2022

  1. Configuration menu
    Copy the full SHA
    98d526d View commit details
    Browse the repository at this point in the history
  2. Rebase fixes

    JMS55 committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    b9a5f39 View commit details
    Browse the repository at this point in the history
  3. Misc rebase fixes

    JMS55 committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    645bee1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e5fb5a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    324eecf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4999f28 View commit details
    Browse the repository at this point in the history
  7. use depth buffer if present

    IceSentry committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    e20e15f View commit details
    Browse the repository at this point in the history
  8. enable prepass by default

    IceSentry committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    7b2fbbc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b0039a4 View commit details
    Browse the repository at this point in the history
  10. Adapt to changes

    JMS55 committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    89e1f43 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    005dcb8 View commit details
    Browse the repository at this point in the history
  12. Finish adapting to merge

    JMS55 committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    301d664 View commit details
    Browse the repository at this point in the history
  13. Misc fix

    JMS55 committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    e34179e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a54b73e View commit details
    Browse the repository at this point in the history
  15. Misc

    JMS55 committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    430ad2d View commit details
    Browse the repository at this point in the history
  16. Remove TAA huerisitics

    JMS55 committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    9ce26ec View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0884758 View commit details
    Browse the repository at this point in the history
  18. Merge fix

    JMS55 committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    52157df View commit details
    Browse the repository at this point in the history
  19. Rebase fixes

    JMS55 committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    e74265c View commit details
    Browse the repository at this point in the history
  20. Fix prepass shaders

    JMS55 committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    013d2ef View commit details
    Browse the repository at this point in the history
  21. More rebase fixes

    JMS55 committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    908a892 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b38b58f View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2022

  1. fix FragmentInput

    IceSentry committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    fab7dc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fc3fa1 View commit details
    Browse the repository at this point in the history
  3. Fix prepass fragment input

    JMS55 committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    59d9907 View commit details
    Browse the repository at this point in the history
  4. Add TODO

    JMS55 committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    7948684 View commit details
    Browse the repository at this point in the history
  5. Misc format

    JMS55 committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    e201fb4 View commit details
    Browse the repository at this point in the history
  6. better example

    IceSentry committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    e083a7d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b5d37d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. Apply suggestions from code review

    Co-authored-by: Robert Swain <robert.swain@gmail.com>
    IceSentry and superdump committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    d42b611 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    684a061 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Robert Swain <robert.swain@gmail.com>
    IceSentry and superdump committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    c3fa4e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d134000 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1cb5ed6 View commit details
    Browse the repository at this point in the history
  6. remove unnecessary comment

    IceSentry committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    51c7eea View commit details
    Browse the repository at this point in the history
  7. use pbr_functions import

    IceSentry committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    f61053e View commit details
    Browse the repository at this point in the history
  8. clean up example

    IceSentry committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    1e3b173 View commit details
    Browse the repository at this point in the history
  9. add TODOs

    IceSentry committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    969f3ad View commit details
    Browse the repository at this point in the history
  10. add comment

    IceSentry committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    2f83d4b View commit details
    Browse the repository at this point in the history
  11. clean up pbr_prepass

    IceSentry committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    134b27c View commit details
    Browse the repository at this point in the history
  12. Apply suggestions from code review

    Co-authored-by: JMS55 <47158642+JMS55@users.noreply.github.com>
    IceSentry and JMS55 committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    2b0f4f9 View commit details
    Browse the repository at this point in the history

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. 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

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. 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
  3. 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

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

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
    c514535 View commit details
    Browse the repository at this point in the history