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

[Vulkan] Burnout Dominator - Graphical issue #11557

Closed
Leopard20 opened this issue Nov 12, 2018 · 19 comments
Closed

[Vulkan] Burnout Dominator - Graphical issue #11557

Leopard20 opened this issue Nov 12, 2018 · 19 comments

Comments

@Leopard20
Copy link
Contributor

Leopard20 commented Nov 12, 2018

The cars and the tracks are not rendering properly. It's very similar to this issue: #10655
screenshot_2018-11-12-19-30-11-643_org ppsspp ppsspp
Tested v1.7.1-141, v1.7.1 and v1.6.3 and got the same result on all three. OGL works fine.
It's weird though. I can swear I used to play this game flawlessly before. It seems to have happened after updating my OS. So chances are it's a driver bug. Or maybe it's caused by Depth Clamping, which wasn't available on my previous driver.
Can someone else test and verify this plz?

Device: Mi 5s plus, Android 8.0, Vulkan backend.

@Leopard20 Leopard20 changed the title [Vulkan] Burnout Dominator - Graphical issiue [Vulkan] Burnout Dominator - Graphical issue Nov 12, 2018
@hrydgard
Copy link
Owner

It's probably the recent changes to buffer management that were made to allow speedups in some games. It's clear that something was overlooked. Thanks for reporting!

@hrydgard hrydgard added this to the v1.8.0 milestone Nov 12, 2018
@Leopard20
Copy link
Contributor Author

Thanks for reporting!

You're welcome!
BTW, I tested version 1.5.4 and that one worked fine. So I guess you're right!

@crazyrexz
Copy link

at burnout legends too had this issue also when sun approached framerate getting crawl

@ppmeis
Copy link
Contributor

ppmeis commented Nov 23, 2018

Tested both Burnout games, no issues here (Windows 10 x64 October Update and Nvidia GPU):

image

image

Burnout Legends: #10436 (comment)

@Leopard20
Copy link
Contributor Author

@ppmeis And this is the Vulkan backend?

@ppmeis
Copy link
Contributor

ppmeis commented Nov 24, 2018

@ppmeis And this is the Vulkan backend?

Yes it is.

@unknownbrackets
Copy link
Collaborator

Maybe this is related to the #10421 issue and Adreno specific?

-[Unknown]

@crazyrexz
Copy link

confirmed i using adreno and vulkan too, snapdragon 625, 64bit. so its adreno only, or maybe another android gpu got this issue too? like mali powervr etc

@hrydgard
Copy link
Owner

Still an issue?

@Leopard20
Copy link
Contributor Author

Yeah. Nothing has changed.

@hrydgard
Copy link
Owner

hrydgard commented Feb 6, 2019

More screenshots in the linked duplicate. Seems like another fun Adreno bug to investigate.

@unknownbrackets
Copy link
Collaborator

Could you try exporting a GE frame dump? These help a lot.

See here for instructions - it's not hard and works on Android too:
https://github.com/hrydgard/ppsspp/wiki/How-to-create-a-frame-dump

You can zip that and then drag and drop it into a reply here.

-[Unknown]

@hrydgard
Copy link
Owner

@Leopard20 Can you also check the Game ID of your game? (hold press the icon on the game selection screen, it's after the name).

@Leopard20
Copy link
Contributor Author

@hrydgard
ULUS10236

@unknownbrackets
Is there something wrong with the remote debugger? It keeps saying not connected.

@crazyrexz
Copy link

hi, it still slow down at sun area on me, im on latest build github right now. using opengl or vulkan same result. both legends and dominator

@Leopard20
Copy link
Contributor Author

Leopard20 commented Feb 27, 2019

@crazyrexz Turn off block transfer simulation.

@crazyrexz
Copy link

@Leopard20 oh is it thanks! yeah finally can play burnout series with stable, i dont mind the annoying boxed shadowed sun, as long as game not hurt. oh a question, by default the vertex cache is checked, is it matter with performance if unchecked? im using vulkan.

btw thanks devs @hrydgard and other people whom fix this.

@Leopard20
Copy link
Contributor Author

@crazyrexz Vertex cache doesn't affect the performance much (it nearly has no effect at all) thanks to some optimizations. If you're using Vulkan, you can turn it off safely without any performance hit.

@hrydgard
Copy link
Owner

That's not entirely true, there are some edge cases where vertex cache helps by a few percent - but yeah, not like before.

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

No branches or pull requests

5 participants