glshim icon indicating copy to clipboard operation
glshim copied to clipboard

Remote can segfault if you need the display (if LIBGL_FB=0)

Open lunixbochs opened this issue 10 years ago • 2 comments

glX* functions need their own XOpenDisplay() on the way through remote.

lunixbochs avatar Jul 31 '15 03:07 lunixbochs

This is now implemented for a few important functions.

lunixbochs avatar Jul 31 '15 06:07 lunixbochs

Don't forget that on Mali r3p0 with X11 drivers glshim does not work when it opens separate display. I got EGL_BAD_DISPLAY error if it opens own display. But passing drawable works perfectly as it is int, not related to some connection. I'll test it next weak, it should work correctly on remote.

mittorn avatar Dec 04 '15 10:12 mittorn