Page 6 of 6

Re: Building GZDOOM without OPENGL

Posted: Fri Apr 21, 2017 1:56
by Rachael
Currently it supports GLES3. "Mostly" untested. (In other words, it works just fine on a x86 Linux system with NVidia drivers...)

I am not sure about how the init context works. dpJudas would know more about that...

One thing you can try is using real OpenGL and seeing if it sticks. I would suggest using "-glversion 2 +gl_es false" on the command line to try this. It probably won't be accelerated - but if we're lucky, maybe your distro has a wrapper installed that might translate some parts of it to GLES2 for you. If not, at least it was worth a try.

Re: Building GZDOOM without OPENGL

Posted: Fri Apr 21, 2017 3:29
by dpJudas
The Linux version uses SDL 2 to initialize the OpenGL context.