Solved Guidance on selection of gl or gles for X11_RENDER_SYSTEM setting
#1
I am building from git and noticed an error relating to the X11-RENDER_SYSTEM variable given by x11.cmake.  Per the output, I included a -DX11_RENDER_SYSTEM=gl in my cmake step and it seem to be building fine now.  Can someone point me to a document showing pros/cons of GL vs GLES?  What I'm getting out of googling is that ES is for embedded systems and other is for desktops but wanted a bit more granularity.  Thanks.
Need help programming a Streamzap remote?
Reply
#2
On X11 use GL - more advanced features. It's the "reference implementation".
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#3
Thanks @fritsch
Need help programming a Streamzap remote?
Reply

Logout Mark Read Team Forum Stats Members Help
Guidance on selection of gl or gles for X11_RENDER_SYSTEM setting0