Hey, this may be a bit of a newbie question. I’d like to try to find a way to take high resolution, eg poster-sized screenshots of my Jogl app.
PBuffers work, but it looks like they’re limited by the video card’s maximum resolution. And I can’t rely on the currentness of my user base’s hardware - it sounds like older hardware may not support PBuffers.
It looks like Unix’s OpenGL has a software rendered PixMap method (GLX.glxCreatePixmap), and that there is a way to do a similar thing in Windows (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/opengl/oglport_286d.asp).
Is there a standard way in Jogl of doing software rendering that may have a higher maximum resolution than PBuffers allow?