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] - Add FXAA postprocessing #6393

Closed
wants to merge 19 commits into from

Commits on Oct 28, 2022

  1. add fxaa

    DGriffin91 committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    9bbde40 View commit details
    Browse the repository at this point in the history
  2. clippy

    DGriffin91 committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    97251f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2022

  1. Configuration menu
    Copy the full SHA
    2a2e302 View commit details
    Browse the repository at this point in the history
  2. Port FXAA

    cart committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    b2a7d04 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    1d2473a View commit details
    Browse the repository at this point in the history
  2. remove duplicate imports

    cart committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    632c250 View commit details
    Browse the repository at this point in the history
  3. remove tonemap fn from wgsl

    cart committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    c5eb0a8 View commit details
    Browse the repository at this point in the history
  4. remove FxaaTexture

    cart committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    75f2bfa View commit details
    Browse the repository at this point in the history
  5. Delete assets symlink

    cart committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    5ff721b View commit details
    Browse the repository at this point in the history
  6. re-add assets symlink

    cart committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    1404067 View commit details
    Browse the repository at this point in the history
  7. Add FxaaPlugin automatically

    cart committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    2b8ee41 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. better options layout

    DGriffin91 committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    81de581 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fd111e View commit details
    Browse the repository at this point in the history
  3. clean up shader a bit

    DGriffin91 committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    2bd5fd8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e04772 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. add turbo

    DGriffin91 committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    f5965db View commit details
    Browse the repository at this point in the history
  2. reuse cube material

    DGriffin91 committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    438dd08 View commit details
    Browse the repository at this point in the history
  3. turbo -> extreme

    DGriffin91 committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    702a7bd View commit details
    Browse the repository at this point in the history
  4. Update readme

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