|
|
OpenGL/glxmakecontextcurrent(3) -- attach a GLX context to a GLX drawable
|
|
dpy Specifies the connection to the X server. draw Specifies a GLX drawable that to render into. Must be an XID representing a GLXWindow, GLXPixmap, or GLXPbuffer. read Specifies a GLX drawable that to read from. Must be an XID representing a GLXWindow, GLXPixmap, or GLXPbuffer. gc Specifies the GLX context to be bound to read and gc. |
|
OpenGL/glxmakecurrent(3) -- attach a GLX context to a window or a GLX pixmap
|
|
dpy Specifies the connection to the X server. drawable Specifies a GLX drawable. Must be either an X window ID or a GLX pixmap ID. ctx Specifies a GLX rendering context that is to be attached to drawable. |
|
OpenGL/glxmakecurrentreadsgi(3) -- attach a GLX context to separate read and write drawables
|
|
dpy Specifies the connection to the X server. draw A GLX drawable that receives the results of OpenGL drawing operations. read A GLX drawable that provides pixels for glReadPixels and glCopyPixels operations. gc A GLX rendering context to be attached to draw and read. |
|
OpenGL/glxquerychanneldeltassgix(3) -- returns the precision constraints for any frame buffer area that is to be resized to match the video resolutio
|
|
dpy Specifies the connection to the X server. screen Specifies the screen of the X server. channel Specifies the video channel number. dx, dy, dw, dh Precision deltas for the origin and size of the area specified by glXChannelRectSGIX |
|
OpenGL/glxquerychannelrectsgix(3) -- returns area of frame buffer that is to be resized to match video resolution
|
|
dpy Specifies the connection to the X server. screen Specifies the screen of the X server. channel Specifies the video channel number. x, y, w, h The origin and size of the area of the frame buffer that is being converted to the output resolution of the video channel. (x,y) is relative to the bottom left corner of channel as specified by the current video combination. |
|
OpenGL/glxquerycontext(3) -- query context information
|
|
dpy Specifies the connection to the X server. ctx Specifies a GLX rendering context. attribute Specifies that a context parameter should be retrieved. Must be one of GLX_FBCONFIG_ID, GLX_RENDER_TYPE, or GLX_SCREEN. value Contains the return value for attribute. |
|
OpenGL/glxquerycontextinfoext(3) -- returns information about a GLX rendering context
|
|
dpy Specifies the connection to the X server. ctx Specifies a GLX rendering context. attribute Specifies the context attribute to be returned. value Returns the requested value. |
|
OpenGL/glxquerydrawable(3) -- returns an attribute associated with a GLX drawable
|
|
dpy Specifies the connection to the X server. draw Specifies the GLX drawable to be queried. attribute Specifies the attribute to be returned. value Returns the requested value. |
|
OpenGL/glxqueryextension(3) -- indicate whether the GLX extension is supported
|
|
dpy Specifies the connection to the X server. errorBase Returns the base error code of the GLX server extension. eventBase Returns the base event code of the GLX server extension. |
|
OpenGL/glxqueryextensionsstring(3) -- return list of supported extensions
|
|
dpy Specifies the connection to the X server. screen Specifies the screen number. |
|
OpenGL/glxqueryglxpbuffersgix(3) -- returns information about a GLX pixel buffer
|
|
dpy Specifies the connection to the X server. pbuf Specifies the GLX pixel buffer to be queried. attribute Specifies the attribute to be returned. value Returns the requested value. |
|
OpenGL/glxqueryhyperpipeconfigsgix(3) -- Query the details of a hyperpipe configuration
|
|
dpy Specifies the connection to the X server. hpId The hyperpipe id to be queried. Hyperpipe ids are assigned incrementally starting from 0. npipes Returns the number of elements in the array GLXHyperpipeConfigSGIX *. |
|
OpenGL/glxqueryhyperpipenetworksgix(3) -- query the physical connectivity of the hardware
|
|
dpy Specifies the connection to the X server. npipes Returns the number of elements in the array GLXHyperpipeNetworkSGIX *. |