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

rsx: Optimize some imaging operations #7260

Merged
merged 2 commits into from Jan 16, 2020
Merged

Commits on Jan 16, 2020

  1. gl: Optimize image operations

    - Avoid double transfers where a transfer to a temp image is done
    without scaling and then a secondary transfer follows. Combines the two
    steps into one whenever possible which can significantly alleviate
    bandwidth problems at higher resolutions. Significant speedup, upto 90%
    in some cases (PDF, PDF2)
    kd-11 committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    f4d983f View commit details
    Browse the repository at this point in the history
  2. vk: Optimize image transfers

    - Adds the same optimization/simplification steps to complex image
    transfer routines. Whenever possible, multi-step transfers are collapsed
    into a single operation.
    kd-11 committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    f05256f View commit details
    Browse the repository at this point in the history