-
Notifications
You must be signed in to change notification settings - Fork 183
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
MSAA crashes emulator on Google TV #2861
Comments
use a gl viewer to check the capabilities of the X1, i do not believe the driver exposes msaa. Nothing actually supports MSAA 16x, what is exposed on PC as 16x is a nvidia specific hybrid method that combines multisampling and super sampling (16xS) |
The processor inside the X90J is a XR, not a X1. Using AIDA64, these are the multisample related GL extensions listed and other relevant info: GPU: ARM Mali-G52 OpenGL ES 3.2 —GL_EXT_multisampled_render_to_texture The official technical specifications of Mali-G52 lists: —4x, 8x and 16x MSAA Anti-Aliasing Greetings. |
The TV has insufficient ram to use MSAA, unlike the phones which ship with 4+GB, the sony tv has roughly 3GB's which is partitioned 2|1 for system|video |
@gonetz, @olivieryuyu, @fzurita,
I'm focusing on N64 emulation directly on Google TV/Android TV. One of the most needed features on this platform is MSAA!
Problem observed: any value for MSAA crashes the emulator.
On mobile Android (10, 11 and 12) this problem IS NOT present. However, I'm able to use MSAA only up to 4x. 8x and 16x returns a black image. But, well, at least a MSAA=4x on Google TV would be great for helping with the antialiasing needs. The only paliative for this, by now, is applying FXAA. It helps, and you get a nice near-authentic-N64-feeling image, but it too softens everything, even those elements NOT meant to be softened.
Devices:
Google TV:
Emulators:
Mobile Android:
These screenshots were taken on the mobile Android:
The text was updated successfully, but these errors were encountered: