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: Texturing improvements #11163

Merged
merged 9 commits into from
Nov 24, 2021
Merged

rsx: Texturing improvements #11163

merged 9 commits into from
Nov 24, 2021

Commits on Nov 17, 2021

  1. Configuration menu
    Copy the full SHA
    31bc667 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34efa6e View commit details
    Browse the repository at this point in the history
  3. rsx: Fix handling of scaling requests for packed formats

    - One does not simply interpolate RGB565 components as U16 data!
    kd-11 committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    6955fd6 View commit details
    Browse the repository at this point in the history
  4. rsx: Roll back some optimizations

    - Just use RGB565 for all blit targets. Avoids really dumb transforms done by GPU hw.
    - When X16 is used, all the channels get written to R channel alone. CmdBlit does perform format conversion!
    - gl: Force image copy when blit is requested with compatible targets. Avoids format conversion issues.
    kd-11 committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    8d8db00 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Configuration menu
    Copy the full SHA
    c865e9f View commit details
    Browse the repository at this point in the history
  2. Unused var

    kd-11 committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    e8828a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Configuration menu
    Copy the full SHA
    7097bc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91b8f63 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

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