1706f2543Smrg#ifdef HAVE_DIX_CONFIG_H
2706f2543Smrg#include <dix-config.h>
3706f2543Smrg#endif
4706f2543Smrg
5706f2543Smrg#ifndef _glxext_h_
6706f2543Smrg#define _glxext_h_
7706f2543Smrg
8706f2543Smrg/*
9706f2543Smrg * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
10706f2543Smrg * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
11706f2543Smrg *
12706f2543Smrg * Permission is hereby granted, free of charge, to any person obtaining a
13706f2543Smrg * copy of this software and associated documentation files (the "Software"),
14706f2543Smrg * to deal in the Software without restriction, including without limitation
15706f2543Smrg * the rights to use, copy, modify, merge, publish, distribute, sublicense,
16706f2543Smrg * and/or sell copies of the Software, and to permit persons to whom the
17706f2543Smrg * Software is furnished to do so, subject to the following conditions:
18706f2543Smrg *
19706f2543Smrg * The above copyright notice including the dates of first publication and
20706f2543Smrg * either this permission notice or a reference to
21706f2543Smrg * http://oss.sgi.com/projects/FreeB/
22706f2543Smrg * shall be included in all copies or substantial portions of the Software.
23706f2543Smrg *
24706f2543Smrg * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
25706f2543Smrg * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26706f2543Smrg * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
27706f2543Smrg * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
28706f2543Smrg * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
29706f2543Smrg * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30706f2543Smrg * SOFTWARE.
31706f2543Smrg *
32706f2543Smrg * Except as contained in this notice, the name of Silicon Graphics, Inc.
33706f2543Smrg * shall not be used in advertising or otherwise to promote the sale, use or
34706f2543Smrg * other dealings in this Software without prior written authorization from
35706f2543Smrg * Silicon Graphics, Inc.
36706f2543Smrg */
37706f2543Smrg
38706f2543Smrgextern GLboolean __glXFreeContext(__GLXcontext *glxc);
39706f2543Smrgextern void __glXFlushContextCache(void);
40706f2543Smrg
41706f2543Smrgextern void __glXAddToContextList(__GLXcontext *cx);
42706f2543Smrgextern void __glXErrorCallBack(GLenum code);
43706f2543Smrgextern void __glXClearErrorOccured(void);
44706f2543Smrgextern GLboolean __glXErrorOccured(void);
45706f2543Smrgextern void __glXResetLargeCommandStatus(__GLXclientState*);
46706f2543Smrg
47706f2543Smrgextern void GlxExtensionInit(void);
48706f2543Smrg
49706f2543Smrgextern const char GLServerVersion[];
50706f2543Smrgextern int DoGetString(__GLXclientState *cl, GLbyte *pc, GLboolean need_swap);
51706f2543Smrg
52706f2543Smrg#endif /* _glxext_h_ */
53706f2543Smrg
54