search for: glxextensions

Displaying 2 results from an estimated 2 matches for "glxextensions".

Did you mean: gl_extensions
2007 Apr 11
3
The direct/indirect rendering stuff and compiz
...and now I'd finally like to have a solution: https://bugs.freedesktop.org/show_bug.cgi?id=8160 The issue is: compiz has now some fallback code to indirect rendering if direct doesn't work. But that's completely useless, because it'll fail some lines later, exactly here: glxExtensions = glXQueryExtensionsString (dpy, screenNum); if (!strstr (glxExtensions, "GLX_EXT_texture_from_pixmap")) The issue is, glXQueryExtensionsString won't return texture_from_pixmap on AIGLX if LIBGL_ALWAYS_INDIRECT isn't set. Now, the hacky solution would be to do something...
2012 Mar 01
1
[Bug 46810] New: Mesa Failing To Build
...gcc: error: .libs/glxconfig.o: No such file or directory gcc: error: .libs/glxcmds.o: No such file or directory gcc: error: .libs/glxcurrent.o: No such file or directory gcc: error: .libs/glx_error.o: No such file or directory gcc: error: .libs/glxext.o: No such file or directory gcc: error: .libs/glxextensions.o: No such file or directory gcc: error: .libs/indirect_glx.o: No such file or directory gcc: error: .libs/indirect.o: No such file or directory gcc: error: .libs/indirect_init.o: No such file or directory gcc: error: .libs/indirect_size.o: No such file or directory gcc: error: .libs/indirect_windo...