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

[Merged by Bors] - Revamp Bloom #6677

Closed
wants to merge 136 commits into from

Commits on Nov 15, 2022

  1. Fix bloom transparency

    JMS55 committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    425c7ae View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Default to ACES tonemapping

    JMS55 committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    1dd39be View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. WIP: Fix bloom

    JMS55 committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    7704e12 View commit details
    Browse the repository at this point in the history
  2. Revamp bloom

    JMS55 committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    bb465b5 View commit details
    Browse the repository at this point in the history
  3. Appease clippy

    JMS55 committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    82e0f2f View commit details
    Browse the repository at this point in the history
  4. Doc fixes

    JMS55 committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    fa4fccb View commit details
    Browse the repository at this point in the history
  5. Improve bloom docs

    JMS55 committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    d7a1ae7 View commit details
    Browse the repository at this point in the history
  6. Bloom add karis average

    JMS55 committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    9a94a40 View commit details
    Browse the repository at this point in the history
  7. Reword bloom docs

    JMS55 committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    bb06589 View commit details
    Browse the repository at this point in the history
  8. Add soft threshold

    JMS55 committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    892fb5e View commit details
    Browse the repository at this point in the history
  9. Fix shader error

    JMS55 committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    eb27945 View commit details
    Browse the repository at this point in the history
  10. Misc changes

    JMS55 committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    2e3f428 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2022

  1. Cleanup

    JMS55 committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    dabf32a View commit details
    Browse the repository at this point in the history
  2. Clamp bloom threshold

    JMS55 committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    5fd4116 View commit details
    Browse the repository at this point in the history
  3. Clamp in shader

    JMS55 committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    38df5ad View commit details
    Browse the repository at this point in the history
  4. Misc rename

    JMS55 committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    7de822b View commit details
    Browse the repository at this point in the history
  5. Rename threshold setting

    JMS55 committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    cff860e View commit details
    Browse the repository at this point in the history
  6. Rename uniform struct in shader

    JMS55 committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    e58aeac View commit details
    Browse the repository at this point in the history
  7. Slightly lower filter radius

    JMS55 committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    af760a7 View commit details
    Browse the repository at this point in the history
  8. Small doc change

    JMS55 committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    1719571 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Configuration menu
    Copy the full SHA
    d6b642a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f4ecb8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4398515 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d172215 View commit details
    Browse the repository at this point in the history
  5. Fix possible crash

    StarLederer committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    5fbdc01 View commit details
    Browse the repository at this point in the history
  6. Fix outdated comment

    StarLederer committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    4b63ea3 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

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

Commits on Dec 2, 2022

  1. Configuration menu
    Copy the full SHA
    0e481ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47f2e3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4f491c View commit details
    Browse the repository at this point in the history
  4. Use WGPU native blending constants to control bloom intensity (instea…

    …d of passing alpha around)
    StarLederer committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    e64900e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    193932f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8972fd3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ec53b37 View commit details
    Browse the repository at this point in the history
  8. Remove rouge line

    StarLederer committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    4daff1b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5fb4806 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2ab6225 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

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

Commits on Dec 16, 2022

  1. Configuration menu
    Copy the full SHA
    a574388 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85af8f9 View commit details
    Browse the repository at this point in the history
  3. Clean up bloom blending

    StarLederer committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    1dc0d41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    774f008 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Configuration menu
    Copy the full SHA
    2f35c92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    896ee46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f1c6cc View commit details
    Browse the repository at this point in the history
  4. Fix outdated names

    StarLederer committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    79bc5b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec3c569 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9bef787 View commit details
    Browse the repository at this point in the history
  7. Update doc comment

    StarLederer committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    f849c4e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9298bc6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3452b32 View commit details
    Browse the repository at this point in the history
  10. Remove unused use

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

Commits on Dec 28, 2022

  1. Configuration menu
    Copy the full SHA
    3d0a912 View commit details
    Browse the repository at this point in the history
  2. Add a link to desmos

    StarLederer committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    9d5c544 View commit details
    Browse the repository at this point in the history
  3. Fix an outdated comment

    StarLederer committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    dc257d4 View commit details
    Browse the repository at this point in the history
  4. Update example comments

    StarLederer committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    df53631 View commit details
    Browse the repository at this point in the history
  5. Fix bad/outdated comments

    StarLederer committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    ad1f11c View commit details
    Browse the repository at this point in the history
  6. Implement SDR bloom

    StarLederer committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    3f51432 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. Configuration menu
    Copy the full SHA
    8971a88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a0d1d1 View commit details
    Browse the repository at this point in the history
  3. Remove outdated line

    StarLederer committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    dac7680 View commit details
    Browse the repository at this point in the history
  4. Update example

    StarLederer committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    82a553d View commit details
    Browse the repository at this point in the history
  5. Fix incorrect operator

    StarLederer committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    4ff46bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0214e39 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1cbe98a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ebe2cff View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3e8d9fa View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Configuration menu
    Copy the full SHA
    c0a7f2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc57711 View commit details
    Browse the repository at this point in the history
  3. Remove error print

    StarLederer committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    9377e14 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12e4b10 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    75f59f8 View commit details
    Browse the repository at this point in the history
  6. Fix transparency

    StarLederer committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    a495344 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4 from StarLederer/bloom-transparent-fix

    Further bloom improvements (will elaborate on upstream)
    StarLederer committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    38d7c45 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Update examples/3d/bloom.rs

    Co-authored-by: JMS55 <47158642+JMS55@users.noreply.github.com>
    StarLederer and JMS55 committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    4a2587b View commit details
    Browse the repository at this point in the history
  2. Update crates/bevy_core_pipeline/src/bloom/mod.rs

    Co-authored-by: JMS55 <47158642+JMS55@users.noreply.github.com>
    StarLederer and JMS55 committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    c515fc5 View commit details
    Browse the repository at this point in the history
  3. Update crates/bevy_core_pipeline/src/bloom/mod.rs

    Co-authored-by: JMS55 <47158642+JMS55@users.noreply.github.com>
    StarLederer and JMS55 committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    c7faf67 View commit details
    Browse the repository at this point in the history
  4. Update crates/bevy_core_pipeline/src/bloom/mod.rs

    Co-authored-by: JMS55 <47158642+JMS55@users.noreply.github.com>
    StarLederer and JMS55 committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    f87bf01 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Update crates/bevy_core_pipeline/src/bloom/mod.rs

    Co-authored-by: JMS55 <47158642+JMS55@users.noreply.github.com>
    StarLederer and JMS55 committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    895d626 View commit details
    Browse the repository at this point in the history
  2. Update crates/bevy_core_pipeline/src/bloom/mod.rs

    Co-authored-by: JMS55 <47158642+JMS55@users.noreply.github.com>
    StarLederer and JMS55 committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    b2dba3a View commit details
    Browse the repository at this point in the history
  3. Update crates/bevy_core_pipeline/src/bloom/settings.rs

    Co-authored-by: JMS55 <47158642+JMS55@users.noreply.github.com>
    StarLederer and JMS55 committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    1536709 View commit details
    Browse the repository at this point in the history
  4. Update crates/bevy_core_pipeline/src/bloom/settings.rs

    Co-authored-by: JMS55 <47158642+JMS55@users.noreply.github.com>
    StarLederer and JMS55 committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    8ae71e6 View commit details
    Browse the repository at this point in the history
  5. Update crates/bevy_core_pipeline/src/bloom/upsampling_pipeline.rs

    Co-authored-by: JMS55 <47158642+JMS55@users.noreply.github.com>
    StarLederer and JMS55 committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    7a321f3 View commit details
    Browse the repository at this point in the history
  6. BloomSettings doc tweaks

    JMS55 committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    677b758 View commit details
    Browse the repository at this point in the history
  7. Note WebGL2 incompabillity

    JMS55 committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    d4b61ac View commit details
    Browse the repository at this point in the history
  8. Update crates/bevy_core_pipeline/src/bloom/mod.rs

    Co-authored-by: JMS55 <47158642+JMS55@users.noreply.github.com>
    StarLederer and JMS55 committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    f315d78 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Add 2d bloom example

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

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    a297ce9 View commit details
    Browse the repository at this point in the history
  2. Update crates/bevy_core_pipeline/src/bloom/mod.rs

    Co-authored-by: François <mockersf@gmail.com>
    JMS55 and mockersf committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    c2955b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Cleanup bloom

    JMS55 committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    09ae245 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a96ad6e View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Fix comment

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

    JMS55 committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    a187c4b View commit details
    Browse the repository at this point in the history
  3. Add bloom_2d example controls

    JMS55 committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    95ad4d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c041374 View commit details
    Browse the repository at this point in the history
  5. Fix pipeline cache mut

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

Commits on Feb 3, 2023

  1. Update crates/bevy_core_pipeline/src/bloom/settings.rs

    Co-authored-by: JMS55 <47158642+JMS55@users.noreply.github.com>
    StarLederer and JMS55 committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    e1485f1 View commit details
    Browse the repository at this point in the history
  2. Rename BloomDownsamplingUniform to BloomDownsamplingUniforms

    Co-authored-by: JMS55 <47158642+JMS55@users.noreply.github.com>
    StarLederer and JMS55 committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    48fedbf View commit details
    Browse the repository at this point in the history
  3. Update crates/bevy_core_pipeline/src/bloom/bloom.wgsl

    Co-authored-by: JMS55 <47158642+JMS55@users.noreply.github.com>
    StarLederer and JMS55 committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    1c11c9d View commit details
    Browse the repository at this point in the history
  4. Update crates/bevy_core_pipeline/src/bloom/settings.rs

    Co-authored-by: JMS55 <47158642+JMS55@users.noreply.github.com>
    StarLederer and JMS55 committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    c296a45 View commit details
    Browse the repository at this point in the history
  5. Update crates/bevy_core_pipeline/src/bloom/settings.rs

    Co-authored-by: JMS55 <47158642+JMS55@users.noreply.github.com>
    StarLederer and JMS55 committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    860effc View commit details
    Browse the repository at this point in the history
  6. Fix comment

    Co-authored-by: JMS55 <47158642+JMS55@users.noreply.github.com>
    StarLederer and JMS55 committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    f99a027 View commit details
    Browse the repository at this point in the history
  7. Fix comment

    Co-authored-by: JMS55 <47158642+JMS55@users.noreply.github.com>
    StarLederer and JMS55 committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    6d4ee2b View commit details
    Browse the repository at this point in the history
  8. Fix comment

    Co-authored-by: JMS55 <47158642+JMS55@users.noreply.github.com>
    StarLederer and JMS55 committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    e8fb506 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3339655 View commit details
    Browse the repository at this point in the history
  10. Simplify id names

    StarLederer committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    fe5aa43 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Stageless rebase: Merge commit 'ea2ecd4f75da476849e9cdcd9f77c8696d009…

    …e30' into bloom-transparent-fix
    JMS55 committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    70b398e View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Change default bloom intensity

    JMS55 committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    62c885c View commit details
    Browse the repository at this point in the history
  2. Fix docs

    JMS55 committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    7b7db8a View commit details
    Browse the repository at this point in the history
  3. More doc fixes

    JMS55 committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    ddfe45e View commit details
    Browse the repository at this point in the history
  4. Fix clippy ignore

    JMS55 committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    6cb8b0c View commit details
    Browse the repository at this point in the history
  5. Try fixing docs again

    JMS55 committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    adedc79 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8981638 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    13d131c View commit details
    Browse the repository at this point in the history
  8. Address some PR feedback

    JMS55 committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    93d9042 View commit details
    Browse the repository at this point in the history
  9. Only create one sampler

    JMS55 committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    86372b1 View commit details
    Browse the repository at this point in the history
  10. Misc refactor

    JMS55 committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    80b7ce2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b7e0951 View commit details
    Browse the repository at this point in the history
  12. Misc doc fix

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

Commits on Feb 12, 2023

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

    Co-authored-by: Robert Swain <robert.swain@gmail.com>
    JMS55 and superdump committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    98060e8 View commit details
    Browse the repository at this point in the history
  2. Update crates/bevy_core_pipeline/src/bloom/bloom.wgsl

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

Commits on Feb 13, 2023

  1. Apply PR feedback

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

Commits on Feb 14, 2023

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

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

Commits on Feb 16, 2023

  1. Remove ACES tonemapping

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

Commits on Feb 17, 2023

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

Commits on Feb 18, 2023

  1. Update crates/bevy_core_pipeline/src/bloom/settings.rs

    Co-authored-by: Marco Buono <thecoreh@gmail.com>
    JMS55 and coreh committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    129f334 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

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

    JMS55 committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    e047f41 View commit details
    Browse the repository at this point in the history
  3. Fixes

    JMS55 committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    0e2d92f View commit details
    Browse the repository at this point in the history
  4. Simplify shader

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

Commits on Feb 22, 2023

  1. Update examples/2d/bloom_2d.rs

    Co-authored-by: Robert Swain <robert.swain@gmail.com>
    JMS55 and superdump committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    c7d722a View commit details
    Browse the repository at this point in the history
  2. Update examples/3d/bloom_3d.rs

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

Commits on Feb 27, 2023

  1. Add bloom render debug group

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

Commits on Mar 3, 2023

  1. Reduce bloom artifacts

    robtfm authored and JMS55 committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    bcc6994 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cb4c99 View commit details
    Browse the repository at this point in the history
  3. Update crates/bevy_core_pipeline/src/bloom/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
    e72f201 View commit details
    Browse the repository at this point in the history