a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync/*
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync *
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync * Permission is hereby granted, free of charge, to any person obtaining a
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync * copy of this software and associated documentation files (the "Software"),
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync * to deal in the Software without restriction, including without limitation
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync * the rights to use, copy, modify, merge, publish, distribute, sublicense,
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync * and/or sell copies of the Software, and to permit persons to whom the
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync * Software is furnished to do so, subject to the following conditions:
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync *
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync * The above copyright notice including the dates of first publication and
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync * either this permission notice or a reference to
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync * http://oss.sgi.com/projects/FreeB/
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync * shall be included in all copies or substantial portions of the Software.
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync *
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync * SOFTWARE.
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync *
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync * Except as contained in this notice, the name of Silicon Graphics, Inc.
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync * shall not be used in advertising or otherwise to promote the sale, use or
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync * other dealings in this Software without prior written authorization from
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync * Silicon Graphics, Inc.
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync */
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync#ifndef __GLXSINGLE_H
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync#define __GLXSINGLE_H
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsyncextern int __glXForwardSingleReq(__GLXclientState * cl, GLbyte * pc);
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsyncextern int __glXForwardPipe0WithReply(__GLXclientState * cl, GLbyte * pc);
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsyncextern int __glXForwardAllWithReply(__GLXclientState * cl, GLbyte * pc);
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsyncextern int __glXForwardSingleReqSwap(__GLXclientState * cl, GLbyte * pc);
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsyncextern int __glXForwardPipe0WithReplySwap(__GLXclientState * cl, GLbyte * pc);
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsyncextern int __glXForwardPipe0WithReplySwapsv(__GLXclientState * cl, GLbyte * pc);
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsyncextern int __glXForwardPipe0WithReplySwapiv(__GLXclientState * cl, GLbyte * pc);
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsyncextern int __glXForwardPipe0WithReplySwapdv(__GLXclientState * cl, GLbyte * pc);
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsyncextern int __glXForwardAllWithReplySwap(__GLXclientState * cl, GLbyte * pc);
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsyncextern int __glXForwardAllWithReplySwapsv(__GLXclientState * cl, GLbyte * pc);
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsyncextern int __glXForwardAllWithReplySwapiv(__GLXclientState * cl, GLbyte * pc);
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsyncextern int __glXForwardAllWithReplySwapdv(__GLXclientState * cl, GLbyte * pc);
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsyncextern int __glXDisp_ReadPixels(__GLXclientState * cl, GLbyte * pc);
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsyncextern int __glXDispSwap_GetTexImage(__GLXclientState * cl, GLbyte * pc);
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsyncextern int __glXDispSwap_GetColorTable(__GLXclientState * cl, GLbyte * pc);
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync
a3f3701cea1ba388e7c877955252bb7375eedebdvboxsync#endif