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

Post processing #5615

Merged
merged 127 commits into from
May 4, 2018
Merged

Post processing #5615

merged 127 commits into from
May 4, 2018

Commits on Jul 11, 2017

  1. Initial post processing

    lilleyse committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    834e8cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da6035f View commit details
    Browse the repository at this point in the history
  3. Cleanup

    lilleyse committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    9c8a6d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2017

  1. Added composite stage

    lilleyse committed Jul 18, 2017
    Configuration menu
    Copy the full SHA
    a70d8a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2017

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

Commits on Jul 25, 2017

  1. added HBAO and DOF

    added HBAO and DOF
    byumjin committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    82600fe View commit details
    Browse the repository at this point in the history
  2. Added stepsize parameter at DOF

    Added stepsize parameter at DOF
    byumjin committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    d4cc375 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2017

  1. Configuration menu
    Copy the full SHA
    c5dccd4 View commit details
    Browse the repository at this point in the history
  2. add Bloom(Glow) abd EdgeDetection(Toon)

    add Bloom(Glow) abd EdgeDetection(Toon)
    Fixed a HBAO's artifact which draws unexpected lines
    
    Glow -
    http://localhost:8080/Apps/Sandcastle/?src=Hello%20World.html&label=Showcases&gist=d5fd85d0eaec2a91fb9548ec8d8fbea4
    
    Toon -
    http://localhost:8080/Apps/Sandcastle/?src=Hello%20World.html&label=Showcases&gist=87ac93ad6ac8df9c78894ba242416450
    byumjin committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    b6ed72c View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2017

  1. Ability to create output framebuffer in the postProcess instead of ex…

    …ternally, and set stages show to true by default
    lilleyse committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    93ef755 View commit details
    Browse the repository at this point in the history
  2. Fix casing on file

    lilleyse committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    266cc7b View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2017

  1. Some cleanup

    lilleyse committed Aug 25, 2017
    Configuration menu
    Copy the full SHA
    1faf224 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2017

  1. clean up and adjust review

    cleaned up improvements for PostProcess
    Added sandcastles for Bloom and Edge detection
    Reflected Sean Lilley's review
    byumjin committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    bebc134 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2017

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

Commits on Oct 19, 2017

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

    lilleyse committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    e803419 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2017

  1. Update Sandcastle examples.

    bagnell committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    a553d45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    213b2c3 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2017

  1. Configuration menu
    Copy the full SHA
    0784d5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66c2da7 View commit details
    Browse the repository at this point in the history
  3. More clean up from review.

    bagnell committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    014e660 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fbf49f View commit details
    Browse the repository at this point in the history
  5. Remove custom blur shaders.

    bagnell committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    7d6bf80 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7b8e19c View commit details
    Browse the repository at this point in the history
  7. More updates from review.

    bagnell committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    64e6153 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1715976 View commit details
    Browse the repository at this point in the history
  9. Fix after merge.

    bagnell committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    7ce73d0 View commit details
    Browse the repository at this point in the history
  10. File rename.

    bagnell committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    0855fbe View commit details
    Browse the repository at this point in the history
  11. Merge pull request #5928 from AnalyticalGraphicsInc/hbao

    HBAO and DOF
    bagnell authored Oct 23, 2017
    Configuration menu
    Copy the full SHA
    2cd80db View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1fe6b81 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2017

  1. Configuration menu
    Copy the full SHA
    16ca244 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee72f6a View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2017

  1. Rename toon -> silhouette.

    bagnell committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    689ce04 View commit details
    Browse the repository at this point in the history
  2. Update lens flare example to show bug. Remove duplicate pass through …

    …shader in PostProcess.
    bagnell committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    0f16fbb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d3ed16 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2017

  1. Configuration menu
    Copy the full SHA
    db94906 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b7e984 View commit details
    Browse the repository at this point in the history
  3. Remove files after merge.

    bagnell committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    9b48d51 View commit details
    Browse the repository at this point in the history
  4. Clean up after merge.

    bagnell committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    e974825 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    51e2a0c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5945 from AnalyticalGraphicsInc/post-processing-m…

    …erge
    
    Post processing Sandcastle examples
    bagnell authored Oct 27, 2017
    Configuration menu
    Copy the full SHA
    1c5161a View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2017

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

Commits on Oct 31, 2017

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

Commits on Nov 1, 2017

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

Commits on Nov 2, 2017

  1. Configuration menu
    Copy the full SHA
    8b4e0ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4132972 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c89895 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2017

  1. Configuration menu
    Copy the full SHA
    5939ac1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50c579a View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2017

  1. Configuration menu
    Copy the full SHA
    7da72b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    939bf28 View commit details
    Browse the repository at this point in the history
  3. Move blur to its own stage.

    bagnell committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    e9e450e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1385cf View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2017

  1. Fix tests and eslint errors.

    bagnell committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    f5b368f View commit details
    Browse the repository at this point in the history
  2. Add some tests.

    bagnell committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    fed5c55 View commit details
    Browse the repository at this point in the history
  3. Fix typo.

    bagnell committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    f30c858 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2017

  1. Fix broken stub tests.

    bagnell committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    0a8823f View commit details
    Browse the repository at this point in the history
  2. Fix stub tests again.

    bagnell committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    3fe047c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c244e73 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2017

  1. Configuration menu
    Copy the full SHA
    c9d3a33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    500df66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b514464 View commit details
    Browse the repository at this point in the history
  4. Fix failing test.

    bagnell committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    4818d78 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2018

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

Commits on Jan 9, 2018

  1. Configuration menu
    Copy the full SHA
    94f618c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d54010 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5835edc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4c3e8d View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2018

  1. Configuration menu
    Copy the full SHA
    9686e47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6e906e View commit details
    Browse the repository at this point in the history
  3. Clean up.

    bagnell committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    5b3da89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6137119 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3532edc View commit details
    Browse the repository at this point in the history
  6. Temporarily disable sun.

    bagnell committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    54e68f8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    125581d View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2018

  1. Configuration menu
    Copy the full SHA
    6fbd1fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef8ae7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b1cd51 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2018

  1. Add doc.

    bagnell committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    ae37bfc View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2018

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

Commits on Jan 19, 2018

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

Commits on Jan 24, 2018

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

Commits on Jan 25, 2018

  1. Configuration menu
    Copy the full SHA
    5d96caf View commit details
    Browse the repository at this point in the history
  2. Shader renames.

    bagnell committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    c4e892d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28ad66b View commit details
    Browse the repository at this point in the history
  4. Remove circular reference.

    bagnell committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    78d5242 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2018

  1. Add more tests and doc.

    bagnell committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    112f968 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    500660d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bbe961 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3715bdb View commit details
    Browse the repository at this point in the history
  5. Update Sandcastle examples.

    bagnell committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    317d63d View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2018

  1. Configuration menu
    Copy the full SHA
    400c5fc View commit details
    Browse the repository at this point in the history
  2. Update CHANGES.md.

    bagnell committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    55ee446 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2018

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

Commits on Feb 6, 2018

  1. Configuration menu
    Copy the full SHA
    4eba88d View commit details
    Browse the repository at this point in the history
  2. Updates from review.

    bagnell committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    06b7fb2 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2018

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

Commits on Mar 22, 2018

  1. Configuration menu
    Copy the full SHA
    035e297 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf5ce51 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2018

  1. Configuration menu
    Copy the full SHA
    957620a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcc3ded View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2018

  1. Configuration menu
    Copy the full SHA
    fb3f15a View commit details
    Browse the repository at this point in the history
  2. Update CHANGES.md.

    bagnell committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    b2f2f35 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2018

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

Commits on Apr 10, 2018

  1. Configuration menu
    Copy the full SHA
    9fd5ab3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36eb23a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f8bd16 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2018

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

Commits on Apr 18, 2018

  1. Configuration menu
    Copy the full SHA
    9cf5469 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    408f5ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49b5d87 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2018

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

Commits on May 1, 2018

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

Commits on May 2, 2018

  1. Fix silhouette in Edge.

    bagnell committed May 2, 2018
    Configuration menu
    Copy the full SHA
    6682e22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6d3654 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a68418c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1928b7f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9b8e0c View commit details
    Browse the repository at this point in the history

Commits on May 3, 2018

  1. Configuration menu
    Copy the full SHA
    8d6ad17 View commit details
    Browse the repository at this point in the history
  2. Updates from review.

    bagnell committed May 3, 2018
    Configuration menu
    Copy the full SHA
    6e53e43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e11e9e View commit details
    Browse the repository at this point in the history

Commits on May 4, 2018

  1. Configuration menu
    Copy the full SHA
    4468f92 View commit details
    Browse the repository at this point in the history
  2. Fix failing test.

    bagnell committed May 4, 2018
    Configuration menu
    Copy the full SHA
    84e242a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3534c15 View commit details
    Browse the repository at this point in the history
  4. Fix failing test.

    bagnell committed May 4, 2018
    Configuration menu
    Copy the full SHA
    12c79e7 View commit details
    Browse the repository at this point in the history