It's already available now - in the current master.
You will have to launch with "./gzdoom +vid_preferbackend 2 +vid_rendermode 0" - and then you should be able to use the software renderer with any backend SDL supports.
Moderator: GZDoom Developers
drfrag wrote:He wanted to run the GL renderer with GLES2 so i guess he'll be more interested in Softpoly II.
I've tried to add support for 4 XInput controllers (not that it's actually needed) but it's a blind shot, here's a test build:
https://devbuilds.drdteam.org/lzdoom/lz ... ed15efc.7z
And for nostalgic people another pirated vintage devbuild:
https://devbuilds.drdteam.org/gzdoom-vi ... 91fe036.7z
Rachael wrote:I wasn't referring to LZDoom. If you want to use that, it still supports the same backends that GZDoom 3.3 did.
GZDoom 4.3 now has a SoftPoly II backend that should also support the GLES 2.0 backend (or anything else that SDL2 supports).
LZDoom is here -> https://github.com/drfrag666/gzdoom/tree/g3.3mgw (g3.3mgw branch)
GZDoom is here -> https://github.com/coelckers/gzdoom/tree/master (master branch)
If I am not mistaken your use case is the Raspberry Pi without X? Both will run on it. LZDoom is likely to run better on it, but try both and see.
LZDoom you can run like this -> ./lzdoom +vid_renderer 0
GZDoom you can run like this -> ./gzdoom +vid_rendermode 0 +vid_preferbackend 2
git clone --depth 1 -b g3.3mgw https://github.com/drfrag666/gzdoom.git
cmake -DCMAKE_C_FLAGS="-march=armv8-a+crc -mtune=cortex-a53" -DCMAKE_CXX_FLAGS="-march=armv8-a+crc -mtune=cortex-a53" -DCMAKE_BUILD_TYPE=Release ..
make -j3
./lzdoom +vid_renderer 0
OpenGL load failed. No OpenGL acceleration will be used.
Rachael wrote:Hmm. If LZDoom didn't work, I don't know if GZDoom will, then. LZDoom is exactly the state of the code back in the day when it did work for GZDoom... But yeah, try it out and see what happens... if it doesn't work though, sorry, not much I can do, because this is not a setup I have ever used... I run everything on X, even if it's just a bare X server with no WM/DE.
./configure --enable-video-kmsdrm
Return to ZDoom (and related) News
Users browsing this forum: No registered users and 1 guest