add epoxy_set_library_path for android#302
Open
john-peterson wants to merge 1 commit into
Open
Conversation
34a9d63 to
12a7dcc
Compare
this is used in termux to load angle platform for a lack of other ideas I don't know how to use lib glvnd to load angle this didn't work only the LD library path worked $PREFIX/share/glvnd/egl_vendor.d/angle.json "library_path" : "libEGL_angle.so" or this failed too "library_path" : "libGLESv2_angle.so" this works LD_LIBRARY_PATH=$P/opt/angle-android/gl/ ~/demos/out/src/egl/opengl/eglinfo -p angle -B one horrible bug this introduced in virgl renderer is a glx failure if epoxy support glx. I am looking for a solution for this an a better approach overall glXGetCurrentContext() not found: undefined symbol: glXGetCurrentContext
12a7dcc to
6ff6dab
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
commit 6ff6dab
Author: John Sebastian Peterson jpeterson57@gmail.com
Date: Mon Feb 10 02:55:08 2025 +1100