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

Adds rotation PP shaders and removes Qualcomm screen rotation workaround from DriverDetails. #347

Closed

Commits on May 5, 2014

  1. Adds two rotation post processing shaders.

    These are utility shaders for Qualcomm devices
    These are two shaders, one for a simple 90 rotation for fixing older driver versions that run everything rotated 90 degrees.
    The other for the newer drivers that rotate by 180 degrees.
    Sonicadvance1 committed May 5, 2014
    Configuration menu
    Copy the full SHA
    4ec7a0d View commit details
    Browse the repository at this point in the history
  2. Removes the Qualcomm 180 degree rotation fix.

    We now handle rotation issues in post processing shaders.
    Sonicadvance1 committed May 5, 2014
    Configuration menu
    Copy the full SHA
    34b9130 View commit details
    Browse the repository at this point in the history