-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Outrun 2006 glitches on Odroid N2 and Vim3 (32bit userspace) & Mali-G52 GPU #12222
Comments
I think it's the same thing. |
Closing this as a duplicate of #12107. -[Unknown] |
@unknownbrackets considering that #12107 and #11999 are closed as fixed and this issue is still present I am not sure how they are duplicate. My issue happens with gles and that other issue was (it seems) with vulkan. |
So with a fresh build from right now you are still seeing the issue in the video in the first post of this thread? If so then yeah, this needs reopening. |
Yes, I compiled a version with the commit that fixed those other issues (3b4e371) and it's still present |
Darn, okay. And to confirm, it looks fine in other devices, right? It does seem guardband related... -[Unknown] |
@unknownbrackets I have several Amlogic devices: Works fine on GPU MALI-450 Libretro and Standalone: S912 with Mali-T820MP3 GPU Only works on Libretro (since standalone gives me an error related to EGLDisplay because of Libhybris, but that is another issue) but on Libretro it looks fine albeit rather slow. Its just on the S922x and A311D which use the same GPU Mali-G52 that this issue is present, on the standalone and the Libretro core. |
I just got confirmation that the black clipping is also on Amlogic S905X2 with GPU G31-MP2 |
Just to add a bit more to this, GTA vice city stories doesn't render the floor at all so the character just clips through the world. Burnout legends just crashes when the race is starting. |
And this also happens on Amlogic devices with S905x3 which also uses a Mali-G31-MP2, so it seems this might be something that affects all of the newish MALI gpus on 32bit user space? |
Just wondering if there is any chance for a review on this issue? now with the Odroid N2+ PPSSPP runs extremely well, but this bug is still present which makes a few games unplayable :( |
Has this improved at all in the latest git builds? What GL extensions does this device have (shown in the settings -> tools -> system information screen)? It could be that the recent changes to depth culling and to use user half-spaces might've improved this. -[Unknown] |
I do no longer use the 32bit version, we switched to 64bit a while ago. But if required I can compile a 32bit version it and test it if you give me a few days. |
Well I had time and I tested it. There are still small issues in outrun, mostly the ocean does not appear and reflections on the car appear as a solid color but the big black box that was under the car is gone, so it looks much better now. (note than on AARCH64 everything looks fine, ocean and reflections) |
Cool. The other glitches are known and happen on other GPUs, so I'll close this specific one. The ocean problem has no solution yet, car reflections are not working correctly in the game unless you have OpenGL ES 3.0 or something more powerful, so could be that the old drivers are not up to scratch. |
BTA: I did had to force enable neon via patch as when I ran it it complaing that neon was required, so I am guessing it was not detected
|
Hm, interesting. Think we should rework the CPU detection here a bit, if feature detection fails it should just assume NEON since it's pretty much universal nowadays. |
What happens?
Outrun 2006 shows some GFX issues where the car is located, here is a video
https://www.youtube.com/watch?v=Z91kLA-z1-U
What should happen?
no GFX issues
What hardware, operating system, and PPSSPP version? On desktop, GPU matters for graphical issues.
Hardware: Odroid N2 and VIM3
OS: EmuELEC (64bit with 32bit user space)
Version: Latest GIT version
The odroid N2 uses an Amlogic S922x
The VIM3 uses a A311D CPU
Both use the same GPU Mali-G52
This might be something on my side, maybe a compilation flag, maybe I am missing something for this GPU.
This happens in the stand alone emulator as well as the Libretro core, same binary, using the same PBP file runs perfectly fine in another device with the Amlogic S095 and a Mali-450 GPU
And these are the arguments I am using to compile the latest GIT version
I would be more than happy to send any logs requested.
I was thinking this might be related to #11999 but I am not 100% sure its the same issue.
The text was updated successfully, but these errors were encountered: