diff options
author | marha <marha@users.sourceforge.net> | 2011-10-05 16:47:44 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-10-05 16:47:44 +0200 |
commit | 8238de0fe0c28bd54b3e6cdd1fc94513cf21d3cc (patch) | |
tree | e9adf557b0065c0936be2a1936eaa3033144ac74 /xorg-server/hw/xwin/swrastwgl_dri/glwindows.h | |
parent | 0e5ac4a92495c162590cedb58c6f6fc1d9ba199a (diff) | |
download | vcxsrv-8238de0fe0c28bd54b3e6cdd1fc94513cf21d3cc.tar.gz vcxsrv-8238de0fe0c28bd54b3e6cdd1fc94513cf21d3cc.tar.bz2 vcxsrv-8238de0fe0c28bd54b3e6cdd1fc94513cf21d3cc.zip |
Added swrast dll based on wgl
Diffstat (limited to 'xorg-server/hw/xwin/swrastwgl_dri/glwindows.h')
-rw-r--r-- | xorg-server/hw/xwin/swrastwgl_dri/glwindows.h | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/xorg-server/hw/xwin/swrastwgl_dri/glwindows.h b/xorg-server/hw/xwin/swrastwgl_dri/glwindows.h new file mode 100644 index 000000000..ad817033c --- /dev/null +++ b/xorg-server/hw/xwin/swrastwgl_dri/glwindows.h @@ -0,0 +1,38 @@ +/* + * File: glwindows.h + * Purpose: Header for GLX implementation using native Windows OpenGL library + * + * Authors: Alexander Gottwald + * Jon TURNEY + * + * Copyright (c) Jon TURNEY 2009 + * Copyright (c) Alexander Gottwald 2004 + * + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR + * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, + * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. + */ + + +#include <GL/gl.h> + +void glWinCallDelta(void); +void glxWinPushNativeProvider(void); +const GLubyte* glGetStringWrapperNonstatic(GLenum name); +void glAddSwapHintRectWINWrapperNonstatic(GLint x, GLint y, GLsizei width, GLsizei height); +void glWinSetupDispatchTable(void); |