Login  Register

Re: Little general update ..

Posted by Sven Gothel on Mar 04, 2023; 7:09pm
URL: https://forum.jogamp.org/Little-general-update-tp4042281p4042285.html

GLDrawableFactory and EGLGraphicsDevice updates pushed,
resulting in a working-again shared EGL context based on dummy-drawable API.
EGL 1.4 changes (back then) caused a little trouble,
now requiring same native ID for shared_list of context.

Hence GLMediaPlayer and other shared-context use-cases are seamlessly working
with EGL and hence bare-metal non-windowing platforms like DRM/GBM again.

Since I currently fix an EGL issue in this area and commenting here,
I see that we also could use the surfaceless drawable for GLDrawableFactory.createDummyDrawable()
if available - I will check on this, as it would reduce resources a bit further.
Also done and working.