-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add support for tiled textures #58
Comments
Initial support lives in my branch: https://github.com/anarsoul/mesa-lima/tree/lima-18.0-tiled-textures It currently has few issues:
|
Rebased onto lima-18.1, not it lives in https://github.com/anarsoul/mesa-lima/tree/lima-18.1-tiled-textures |
I've built and installed lima-18.1-tiled-textures on an amlogic s905x board, what should I use to test it? |
@koenkooi for example you can sample from 500x500 texture. Try https://github.com/anarsoul/kmscube - it won't work without tiled textures |
both 'kmscube-anarsoul' and 'kmscube-anarsoul -M rgba' show a spinning cube on the screen. Picture of the rgba one attached.
|
We need to support tiled textures for performance reasons (they're faster to sample for GPU) and as a workaround for issue #53
The text was updated successfully, but these errors were encountered: