kusano 7d535a
GLX_SGIX_fbconfig
kusano 7d535a
http://www.opengl.org/registry/specs/SGIX/fbconfig.txt
kusano 7d535a
GLX_SGIX_fbconfig
kusano 7d535a
	GLX_WINDOW_BIT_SGIX 0x00000001
kusano 7d535a
	GLX_RGBA_BIT_SGIX 0x00000001
kusano 7d535a
	GLX_PIXMAP_BIT_SGIX 0x00000002
kusano 7d535a
	GLX_COLOR_INDEX_BIT_SGIX 0x00000002
kusano 7d535a
	GLX_SCREEN_EXT 0x800C
kusano 7d535a
	GLX_DRAWABLE_TYPE_SGIX 0x8010
kusano 7d535a
	GLX_RENDER_TYPE_SGIX 0x8011
kusano 7d535a
	GLX_X_RENDERABLE_SGIX 0x8012
kusano 7d535a
	GLX_FBCONFIG_ID_SGIX 0x8013
kusano 7d535a
	GLX_RGBA_TYPE_SGIX 0x8014
kusano 7d535a
	GLX_COLOR_INDEX_TYPE_SGIX 0x8015
kusano 7d535a
	GLXFBConfigSGIX* glXChooseFBConfigSGIX (Display *dpy, int screen, const int *attrib_list, int *nelements)
kusano 7d535a
	GLXContext glXCreateContextWithConfigSGIX (Display* dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct)
kusano 7d535a
	GLXPixmap glXCreateGLXPixmapWithConfigSGIX (Display* dpy, GLXFBConfig config, Pixmap pixmap)
kusano 7d535a
	int glXGetFBConfigAttribSGIX (Display* dpy, GLXFBConfigSGIX config, int attribute, int *value)
kusano 7d535a
	GLXFBConfigSGIX glXGetFBConfigFromVisualSGIX (Display* dpy, XVisualInfo *vis)
kusano 7d535a
	XVisualInfo* glXGetVisualFromFBConfigSGIX (Display *dpy, GLXFBConfig config)
kusano 7d535a
	typedef XID GLXFBConfigIDSGIX
kusano 7d535a
	typedef struct __GLXFBConfigRec *GLXFBConfigSGIX