Danfun64 Posted August 22, 2014 when the gl branch is completed, is the software renderer going to be removed completely? I hope not!when the gl branch is completed, is the software renderer going to be removed completely? I hope not! 0 Share this post Link to post
Blastfrog Posted August 22, 2014 I can't speak for Fraggle, but I can only assume that it'd merely use GL as a method of displaying the screen buffer to the end user. An API replacement, not a renderer replacement. As it is, it already uses DirectX and Windows GDI as display APIs in the Windows builds. Replacing the renderer itself would be directly contradict Chocolate's design goals, which is to provide an experience as accurate to vanilla as possible under modern hardware without having to resort to emulation and other inconveniences involved in running it like that (like trying to set up multiplayer over the internet). 0 Share this post Link to post
Gez Posted August 22, 2014 Sodaholic said:[It] merely use[s] GL as a method of displaying the screen buffer to the end user. An API replacement, not a renderer replacement. That. The software renderer computes a 320x200 image. Then OpenGL is used to display that image to the window or the screen. Using OpenGL improves performances and compatibility. But it isn't an OpenGL renderer like in Doomsday or GZDoom. 0 Share this post Link to post
fraggle Posted August 22, 2014 Just to confirm what everyone else is saying: there is no GL renderer. It's just a faster way of scaling up the 320x200 image to fit the screen, by using OpenGL hardware acceleration. 0 Share this post Link to post
Danfun64 Posted August 22, 2014 So if the hardware doens't support opengl..... 0 Share this post Link to post
Linguica Posted August 22, 2014 Then it will just do software scaling like it currently does. 0 Share this post Link to post