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: Support partial texture descriptors #8568

Merged
merged 3 commits into from
Jul 10, 2020
Merged

Conversation

kd-11
Copy link
Contributor

@kd-11 kd-11 commented Jul 8, 2020

It is safe to declare w > pitch and it works as long as sampling inside the legal 2D area is obeyed. While this is an obvious sign of a game bug, it just works on realhw and kinda makes sense.

Fixes #7854

@kd-11 kd-11 changed the title rsx: Support partial texture descriptors [WIP] rsx: Support partial texture descriptors Jul 8, 2020
@kd-11
Copy link
Contributor Author

kd-11 commented Jul 8, 2020

Looks like I ended up violating spec, drivers are unhappy with this implementation.

@web1018
Copy link

web1018 commented Jul 8, 2020

Both the Intro cutscene before the menu screen as well as the menu screen are black. I can hear the intro video audio playing but nothing is showing and then when I enter the main menu, I can hear the options being selected but nothing is being shown

CaptureVideo

@kd-11
Copy link
Contributor Author

kd-11 commented Jul 8, 2020

Videos are fixed now.

@kd-11
Copy link
Contributor Author

kd-11 commented Jul 8, 2020

image

- It is safe to declare w > pitch and it works as long as sampling inside the legal 2D area is obeyed.
@web1018
Copy link

web1018 commented Jul 8, 2020

The ingame cutscene and Main menu are working now, but another problem started happening. The frame rate massively increased (not ingame though) and the intro cutscene + the main menu plays very fast. It doesnt keep up with audio anymore, its like being fast forwarded.
Capturevid1
Capture33

@illusion0001
Copy link
Contributor

Cap your fps to 60 or 30.

@kd-11 kd-11 changed the title [WIP] rsx: Support partial texture descriptors rsx: Support partial texture descriptors Jul 9, 2020
@kd-11 kd-11 merged commit 632af8d into RPCS3:master Jul 10, 2020
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.

[NPEA00418] - Killzone HD - Broken Graphics in Cutscenes & Menu
4 participants