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