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

new package: virglrenderer-android #15505

Merged
merged 1 commit into from
Mar 7, 2023
Merged

new package: virglrenderer-android #15505

merged 1 commit into from
Mar 7, 2023

Conversation

licy183
Copy link
Member

@licy183 licy183 commented Mar 7, 2023

This package contains a virgl test server using the OpenGLES driver of Android native. This package is tested on Adreno 630 (Xiaomi MIX2s) and Adreno 650 (Xiaomi MIX4) and works fine. It doesn't work on Bluestacks because the GLES driver Bluestacks provided doesn't have some feature.

To test this package, start the server in one session and run graphic tests in another session.

For example

Session 1:

virgl_test_server_android

Session 2:

vncserver :1
DISPLAY=:1 GALLIUM_DRIVER=virpipe glmark2

Closes #14517

@xtkoba xtkoba merged commit d26858e into master Mar 7, 2023
@xtkoba xtkoba deleted the issue-14517 branch March 7, 2023 06:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Package]: Virglrenderer that use android gles driver to provide OpenGL acceleration in proot
2 participants