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