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/vk: Texturing bug fixes #7253

Merged
merged 4 commits into from
Jan 16, 2020
Merged

rsx/vk: Texturing bug fixes #7253

merged 4 commits into from
Jan 16, 2020

Commits on Jan 15, 2020

  1. rsx: Touch locked dst memory after blit transfer operations in case i…

    …t is locked by WCB/WDB
    kd-11 committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    9d8e57f View commit details
    Browse the repository at this point in the history
  2. vk: Add some missing image memory barriers causing artifacting on AMD…

    … cards
    
    - There needs to be a memory barrier after each step.
    - TODO: Optimize scale_typeless_safe function
    kd-11 committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    5f9f7c3 View commit details
    Browse the repository at this point in the history
  3. vk: Fix D32S8 interpolation by using integer interpolation instead of…

    … floating point
    
    - Interpolating floats is not the same as interpolating their bits!
      Use integer format to interpolate linearly for D32F formats instead of using R32F as intermediary
    kd-11 committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    7091985 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

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