Displaying 2 results from an estimated 2 matches for "glxgetvisualfromfbconfig".
2006 Jun 28
1
compiz aiglx fbconfig-depth-fix seg-fault
glXGetVisualFromFBConfig(dpy, fbConfigs[j]) returns a null pointer
I'm up to date on drm, mesa, xserver and ati driver.
Compiz seems to work fine, though, if I just don't apply the
fbconfig-depth-fix patch. I'm not sure if I'm missing anything, though,
because I'm not running gnome and obviously some...
2008 Aug 22
8
Mac OSX (10.5) & wine w/ OpenGL - Info & Issues
...y calls to those pointers to result in reading of unallocated memory, which is usually a bad thing?
I have not been able to solve problem 3.. I looked at what functions are actually required in ./dlls/winex11.drv/opengl.c, if the version of glx returns okay:
glXChooseFBConfig
glXGetFBConfigAttrib
glXGetVisualFromFBConfig
glXQueryDrawable
The second possibility if the version check fails, is that a call to glxRequireExtension("GLX_SGIX_fbconfig") is true. In which case the same functions listed above are loaded, but have SGIX on the end of them.
So I ran nm on libGL.dylib and it reports there are symbols...