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: Minor fixups #6890

Merged
merged 6 commits into from
Oct 28, 2019
Merged

rsx: Minor fixups #6890

merged 6 commits into from
Oct 28, 2019

Commits on Oct 28, 2019

  1. rsx: Allow compressed textures to be unaligned in size

    - Align based on row length but let the texture itself be of arbitrary dimensions
    kd-11 committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    5e254a4 View commit details
    Browse the repository at this point in the history
  2. rsx:: Use fcmp correctly

    kd-11 committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    a8b0b6f View commit details
    Browse the repository at this point in the history
  3. vk: Modify sampler cache to uniquely identify all the input parameters

    - Avoids iteration when variable mipmap counts or lod bias parameters change
    kd-11 committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    2268aec View commit details
    Browse the repository at this point in the history
  4. vk: Round lod bias to the nearest 0.5 to lower number of permutations…

    … when nearest mipmap sampling is used
    
    - The lambda values will be rounded to the nearest integer anyway
    kd-11 committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    78c2270 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4872d1a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    beaea4d View commit details
    Browse the repository at this point in the history