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

New environment GI, HDDAGI #86007

Closed
wants to merge 15 commits into from
Closed

New environment GI, HDDAGI #86007

wants to merge 15 commits into from

Commits on Nov 8, 2023

  1. Initial Commit

    reduz committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    b035b8b View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. sdfgi 2.0

    reduz committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    649517d View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. More work

    reduz committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    7ec28db View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. more progress

    reduz committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    416f77b View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

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

Commits on Nov 30, 2023

  1. Pre renames

    reduz committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    f8f9fe6 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. Pre SH

    reduz committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    13edfd2 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. pre ESM

    reduz committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    dab2644 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Implement HDDAGI

    This is a new global illumination system meant to supersede SDFGI.
    Key advantages are:
    
    * Much, much faster. Significantly lower frame time, orders of magnitude faster cascade updates whem moving.
    * Generally higher quality (less arctifacting).
    * Much better occclusion (a _lot_ less light leaked).
    * Less memory usage.
    
    It is meant as a drop-in replacement. Should work as a replacement for SDFGI.
    
    Known issues:
    
    - [ ] For some reason gets DEVICE LOST on Intel GPUs. No idea why.
    - [ ] Sharp Reflections  not always play good with TAA (wobbly).
    
    Future:
    
    - [ ] Dynamic object support.
    - [ ] High density mode (sub-probes).
    
    Please test and report issues!
    reduz committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    473caa2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfe4921 View commit details
    Browse the repository at this point in the history
  3. Fix rbgi pointer crash (crashes reflection level)

    Made transparent objects use less strict probe blending.
    reduz committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    c943875 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Further fixes

    - Fixed roughness
    - Fixed dither (no need to  use by default the filter)
    - Fixed probe filter
    reduz committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    66c32c3 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. Ready for review

    reduz committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    d4e3306 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e17ba3 View commit details
    Browse the repository at this point in the history
  3. Compile fixes

    reduz committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    7d282b2 View commit details
    Browse the repository at this point in the history