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

Track depth textures for VR #205

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

Track depth textures for VR #205

wants to merge 10 commits into from

Commits on Mar 12, 2021

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

Commits on Mar 13, 2021

  1. VR: Store information about current eye submission in runtime to be r…

    …etrieved by the depth addon
    fholger committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    f90a128 View commit details
    Browse the repository at this point in the history
  2. Always use the full submitted texture in VR to ensure that dimensions of

    color and depth textures match
    fholger committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    3f8c73c View commit details
    Browse the repository at this point in the history
  3. Keep track of previously submitted texture and do not apply effects i…

    …f it is the same texture with different bounds. This will happen if a game uses a single large texture for both eyes, in which case it is sufficient to apply effects only once.
    fholger committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    6510ff2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b76f36b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77dd75d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a9f833 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8eb9f7c View commit details
    Browse the repository at this point in the history
  8. Add config option by which to configure the copy clear index for the …

    …first eye individually, if necessary
    fholger committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    6dc1f1e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e060eda View commit details
    Browse the repository at this point in the history