#include "glxGraphicsPipe.h"
#include "glxGraphicsWindow.h"
#include "glxGraphicsStateGuardian.h"
#include "config_glxdisplay.h"
#include "frameBufferProperties.h"
#include "mutexHolder.h"
#include <GL/glx.h>
Go to the source code of this file.
Functions | |
PT (GraphicsPipe) glxGraphicsPipe | |
This function is passed to the GraphicsPipeSelection object to allow the user to make a default wglGraphicsPipe. | |
PT (GraphicsStateGuardian) glxGraphicsPipe | |
Creates a new GSG to use the pipe (but no windows have been created yet for the GSG). | |
PT (GraphicsWindow) glxGraphicsPipe | |
Creates a new window on the pipe, if possible. |
Definition in file glxGraphicsPipe.cxx.
|
Creates a new window on the pipe, if possible.
Definition at line 191 of file glxGraphicsPipe.cxx. |
|
Creates a new GSG to use the pipe (but no windows have been created yet for the GSG). This method will be called in the draw thread for the GSG. Definition at line 155 of file glxGraphicsPipe.cxx. References NULL. |
|
This function is passed to the GraphicsPipeSelection object to allow the user to make a default wglGraphicsPipe.
Definition at line 138 of file glxGraphicsPipe.cxx. References NULL. |