You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been able to compile DirectFB2. but I have had trouble getting OpenGL to work with it. I have tried using instructions from here to build IDirectFBGL, but that seems to not work as all OpenGL applications just produce a black screen or crash. Is there a different set of instructions I need to follow to get OpenGL to work with DirectFB2? I am interested in using it for one of my projects on an embedded system but I need to figure out how to get OpenGL to work.
The text was updated successfully, but these errors were encountered:
But for both DirectFBGL and EGL, it relies on a software implementation!
Some embedded systems have a GPU with a proprietary implementation for OpenGL rendering with DirectFB, which is better for hardware acceleration. For example, on some ARM embedded systems with a Mali or Vivante GPU.
I also recommend checking OpenGL rendering with https://github.com/caramelli/yagears before trying to run higher level applications (like with SDL2).
It would be nice to have DirectFB support in Mesa again, it's on my TODO list, and any help making it is welcome!
I've been able to compile DirectFB2. but I have had trouble getting OpenGL to work with it. I have tried using instructions from here to build IDirectFBGL, but that seems to not work as all OpenGL applications just produce a black screen or crash. Is there a different set of instructions I need to follow to get OpenGL to work with DirectFB2? I am interested in using it for one of my projects on an embedded system but I need to figure out how to get OpenGL to work.
The text was updated successfully, but these errors were encountered: