[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with OpenGL and ATI HD3850



Oliver Lehmann wrote:

> A guy in the ogre forum told me that Ogre cannot be run with a Software 
> Rasterizer - that might be the case but I still wonder why glGetString
> isn't returning anything....

Ok,

I found out, that the glContext is getting somehow created wrong.
It is created with

glxContext = glXCreateContextWithConfigSGIX(mGLDisplay, fbConfig,
renderType, shareList, direct);

having direct alwasy be True and renderType GLX_RGBA_TYPE.
Changing direct to False it gets a bit further and glGetString returns
the requested information. (Then it still crashes with some framebuffer
related message which I haven't looked at yet).

Can someone explain to me what the last parameter of
glXCreateContextWithConfigSGIX is for and why True is not working here?
glxContext is not NULL when True was specified.

-- 
 Oliver Lehmann
  http://www.pofo.de/
  http://wishlist.ans-netz.de/
_______________________________________________
freebsd-x11_(_at_)_freebsd_(_dot_)_org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-x11
To unsubscribe, send any mail to "freebsd-x11-unsubscribe_(_at_)_freebsd_(_dot_)_org"


Visit your host, monkey.org