Page 1 of 1
Why is there no OpenGL on Mac OS X?
Posted: Wed Nov 28, 2012 2:15 pm
by haxmurderer
What's the story behind this? The Zandronum 1.0 build doesn't support OpenGL on Mac...
RE: Why is there no OpenGL on Mac OS X?
Posted: Wed Nov 28, 2012 5:16 pm
by Ænima
I think it's probably for one of the reasons described here:
http://renderingpipeline.com/2012/04/sa ... n-macos-x/
RE: Why is there no OpenGL on Mac OS X?
Posted: Tue Dec 04, 2012 10:22 pm
by Blzut3
Simpler reason actually. The GZDoom revision we're based off doesn't support Mac OS X. Same reason for no PowerPC support, why the node builder glitches up causing the software renderer to bleed if the map doesn't provide them, why there's no iwad selector, why there's no joystick support, and IIRC why it uses 100% CPU even with cl_capfps turned on.
RE: Why is there no OpenGL on Mac OS X?
Posted: Thu Dec 13, 2012 3:50 am
by haxmurderer
Thanks for the details Blzut3!
If I wanted to try hacking on this, does a later GZDoom revision support OpenGL on OS X? (Should I try ripping that code from a later GZDoom and hacking it into Zandronum?)
Or alternatively, do you have any other guidance in case someone wants to take a crack at fixing this?
(I know C++ and I'm not afraid to get my hands dirty. I'm not sure how much free time I have but I'm pretty curious about what the best way forward is.)
Thanks!
Hax
RE: Why is there no OpenGL on Mac OS X?
Posted: Thu Dec 13, 2012 6:43 am
by Blzut3
The latest version of GZDoom should work on OS X, but it's not actively compiled or maintained. You can find the GZDoom-OSX fork on Google code which may be more useful. There's also a Cocoa backend in there that may be interesting to backport. If you do that though, you might want to backport it to ZDoom first.
RE: Why is there no OpenGL on Mac OS X?
Posted: Mon Apr 22, 2013 9:26 pm
by qoncept
Digging one up here.. I just got a 2.9ghz i5 iMac. Zandronum is unplayable at any resolution. Just slow as hell. A friend was playing on his MBP just fine about a month ago. What am I doing wrong?
RE: Why is there no OpenGL on Mac OS X?
Posted: Mon Apr 22, 2013 9:31 pm
by ibm5155
Install windows :B
RE: Why is there no OpenGL on Mac OS X?
Posted: Tue Apr 23, 2013 12:32 am
by Ænima
ibm5155 wrote:
Install windows Ubuntu
Fixed.
RE: Why is there no OpenGL on Mac OS X?
Posted: Tue Apr 23, 2013 12:37 am
by ibm5155
Well both works nice with zandronum in opengl, I just don´t know about the drivers from gpu for ubuntu... (even more off, it´s weird, everyone that I saw with a mac computer/notebook was running windows, weird life)
RE: Why is there no OpenGL on Mac OS X?
Posted: Tue Apr 23, 2013 12:38 am
by Ænima
I heard Ubuntu runs very nicely on Macs, and it auto-downloads any drivers it needs.
RE: Why is there no OpenGL on Mac OS X?
Posted: Tue Apr 23, 2013 2:29 pm
by qoncept
I don't want to dual boot. I know Zandronum can run fine on Mac because I've seen it, I just have no idea why its not on mine. Anyone?
RE: Why is there no OpenGL on Mac OS X?
Posted: Tue Apr 23, 2013 6:21 pm
by Blzut3
I'm not aware of anything that would negatively affect the performance from one Mac to another. If the high performing Mac is using 10.6 and yours is using 10.7+ then it could be the newer version of SDL.
Also for anyone waiting for OpenGL on the Mac. The developer of GZDoom-OSX has made a
pull request, so I guess you'll see it happen a bit sooner. The change set is surprisingly simple since I was personally having huge issues with getting the OpenGL headers working.
RE: Why is there no OpenGL on Mac OS X?
Posted: Tue Apr 23, 2013 6:25 pm
by ibm5155
Hmm and it´ll be updated with the newer gzdoom render or they´re only porting the actual render from zandronum and fixing the missing files?
RE: Why is there no OpenGL on Mac OS X?
Posted: Tue Apr 23, 2013 7:59 pm
by President People
Blzut3 wrote:Also for anyone waiting for OpenGL on the Mac. The developer of GZDoom-OSX has made a
pull request, so I guess you'll see it happen a bit sooner. The change set is surprisingly simple since I was personally having huge issues with getting the OpenGL headers working.
Music to my ears.
RE: Why is there no OpenGL on Mac OS X?
Posted: Tue Apr 23, 2013 8:10 pm
by qoncept
Blzut3 wrote:
Also for anyone waiting for OpenGL on the Mac. The developer of GZDoom-OSX has made a
pull request, so I guess you'll see it happen a bit sooner. The change set is surprisingly simple since I was personally having huge issues with getting the OpenGL headers working.
Sweet.. I can live with waiting a bit. I was under the impression no one was interested in doing the work. Is it something I could help with?
RE: Why is there no OpenGL on Mac OS X?
Posted: Tue Apr 23, 2013 10:18 pm
by Blzut3
ibm5155 wrote:
Hmm and it´ll be updated with the newer gzdoom render or they´re only porting the actual render from zandronum and fixing the missing files?
Just fixing the current renderer.
qoncept wrote:
Sweet.. I can live with waiting a bit. I was under the impression no one was interested in doing the work. Is it something I could help with?
Be sure to test it once it's pulled and a new build is up is all I can suggest.
RE: Why is there no OpenGL on Mac OS X?
Posted: Wed May 08, 2013 7:10 pm
by qoncept
I see the changes were committed, any idea when a build will be released? Thanks!