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

Improve performance #631

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Improve performance #631

wants to merge 2 commits into from

Conversation

m42a
Copy link

@m42a m42a commented Feb 4, 2023

These changes decrease the number of skipped frames reported in Order of Ecclesia from 23 to 9, and are mathematically equivalent to the original code.

Unpacking the components of the pixel only once per blend and delaying
the divisions until all operations are finished gives a 25% speedup.
@zeromus
Copy link
Contributor

zeromus commented Feb 4, 2023

@rogerman

@rogerman
Copy link
Collaborator

rogerman commented Feb 5, 2023

I reviewed it and I like what I see. The performance improvements are the real deal.

There are some things that I'd like to change, but we can accept the PR as-is right now, as the changes I have are pretty minor.

@Felipefpl
Copy link

Felipefpl commented Apr 10, 2023

Is there any problem preventing this PR ans the SPU's PR from being submitted? I'd like to see how many more FPS i can get.

@user18081972
Copy link

Is there any problem preventing this PR ans the SPU's PR from being submitted? I'd like to see how many more FPS i can get.

Maybe (:

@Jules-A
Copy link
Contributor

Jules-A commented Jul 27, 2023

Is there any problem preventing this PR ans the SPU's PR from being submitted? I'd like to see how many more FPS i can get.

In regards to the SPU PR, I tested for audio artifacts and regressions for about 3 weeks but savestates probably need more testing as I don't use them. I have new hardware now so I'll do retesting sometime soon hopefully. Maybe if anyone is willing to test that branch with savestates it might get merged faster. Probably most valuable would be testing if very old savestates still work properly.

EDIT: I guess I can test this PR later too but when I experimented with xbrz (as texture filter only) and deposterizing before there wasn't any noticeable difference in FPS and I never used xbrz as a filter for everything because fps was unusable and increasing internal res + xbrz textures looked better to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants