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

Android: Renderer performance is seriously lacking. #21

Open
omcfadde opened this issue Aug 12, 2012 · 2 comments
Open

Android: Renderer performance is seriously lacking. #21

omcfadde opened this issue Aug 12, 2012 · 2 comments

Comments

@omcfadde
Copy link
Owner

Again this is a high priority issue. I have some ideas on the renderer side. I believe we're still going to need to downscale the textures:

set image_downSizeLimit 128
set image_ignoreHighQuality 1
set image_downSizeBumpLimit 128
set image_downSizeSpecularLimit 32
set image_downSizeBump 1
set image_downSizeSpecular 1

Another enhancement would be RGB565 framebuffer, instead of the current RGB888 which is not ideal for mobile GPUs.

@havlenapetr
Copy link

I've tryed RGB565, but no better performance on my device(i9000) at all

@omcfadde
Copy link
Owner Author

We can also use RGB565 format for textures without alpha that are not compressed (if any remain.) Currently that is RGB(A?)8888.

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

2 participants