I'm very amused by the Linux numbers in these stats. I could guess it's due to the FOSS nature of gzdoom that it attracts more of us compared to, say, Steam, with its now less than 1% of Linux users.
On the topic of software rendered GL. You'd have to be a real masochist to do that. From tests I've done, even on middle-high end CPUs, emulated GL is way too slow for GZDoom (even the main menu lags).
First results from the GZDoom 3.3.0 survey
Moderator: GZDoom Developers
-
- Posts: 3886
- Joined: Fri Feb 08, 2008 9:15 am
- Preferred Pronouns: She/Her
- Operating System Version (Optional): (btw I use) Arch
- Graphics Processor: nVidia with Vulkan support
- Location: Vigo, Galicia
-
-
- Posts: 3816
- Joined: Sun Aug 07, 2011 4:32 am
Re: First results from the GZDoom 3.3.0 survey
I guess that's because Windows 8 and 10 disappointed many advanced users. Apple's products are expensive but buggy things too.Marisa Kirisame wrote:I'm very amused by the Linux numbers in these stats. I could guess it's due to the FOSS nature of gzdoom that it attracts more of us compared to, say, Steam, with its now less than 1% of Linux users.
With exception of modern PC games and other Windows-only software (often used to produce these games, like 3ds MAX), there is no point to stick with Windows.
This doesn't apply for casual users though. They have no skills to get software outside of fancy marketplaces corporate vendors are offering.
Configuration of hardware can be long and painful process. So pre-installed Windows 10 seems to be a reasonable choice for them.
-
- Posts: 13736
- Joined: Tue Jan 13, 2004 1:31 pm
- Preferred Pronouns: She/Her
Re: First results from the GZDoom 3.3.0 survey
Have you tried -glversion 2? It should run much faster - shaders are a real bitch to emulate on a CPU, depending on how they're compiled. (LLVM seems promising though, but it still lags regardless - both Mesa and Swiftshader use that)Marisa Kirisame wrote:On the topic of software rendered GL. You'd have to be a real masochist to do that. From tests I've done, even on middle-high end CPUs, emulated GL is way too slow for GZDoom (even the main menu lags).
Keep in mind though that ultimately you need a lower resolution for it to work. High resolution really kills it because CPU's were not designed the way GPU's were and having more pixel fill to do actually really affects it. This is why hyper-threaded quads do a lot better with software emulation than single-cores do.
I've found that without shaders and at 512x384-ish or so, GZDoom is almost playable, even with the hardware renderer. In Software mode it runs smooth as butter with Swiftshader's D3D9.
-
- Vintage GZDoom Developer
- Posts: 3147
- Joined: Fri Apr 23, 2004 3:51 am
- Location: Spain
Re: First results from the GZDoom 3.3.0 survey
Runs well with Mesa if your hardware supports natively 320x200 (intel), also without render buffers and glversion 2. Tested on an old P4 with trident integrated video, not that much slower than hardware there really. But the old renderer runs well even with shaders.