0N/A/*
0N/A** License Applicability. Except to the extent portions of this file are
0N/A** made subject to an alternative license as permitted in the SGI Free
0N/A** Software License B, Version 1.1 (the "License"), the contents of this
0N/A** file are subject only to the provisions of the License. You may not use
2362N/A** this file except in compliance with the License. You may obtain a copy
0N/A** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600
0N/A** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:
0N/A**
0N/A** http://oss.sgi.com/projects/FreeB
0N/A**
0N/A** Note that, as provided in the License, the Software is distributed on an
0N/A** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS
0N/A** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND
0N/A** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A
0N/A** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
0N/A**
0N/A** Original Code. The Original Code is: OpenGL Sample Implementation,
2362N/A** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,
0N/A** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.
0N/A** Copyright in any portions created by third parties is as indicated
0N/A** elsewhere herein. All Rights Reserved.
0N/A**
0N/A** Additional Notice Provisions: The application programming interfaces
0N/A** established by SGI in conjunction with the Original Code are The
0N/A** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released
0N/A** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version
0N/A** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X
0N/A** Window System(R) (Version 1.3), released October 19, 1998. This software
0N/A** was created using the OpenGL(R) version 1.2.1 Sample Implementation
0N/A** published by SGI, but has not been independently verified as being
0N/A** compliant with the OpenGL(R) version 1.2.1 Specification.
0N/A**
0N/A*/
0N/A
0N/A#ifndef __GLXVENDOR_H
0N/A#define __GLXVENDOR_H
0N/A
0N/Aextern int __glXVForwardSingleReq( __GLXclientState *cl, GLbyte *pc );
0N/Aextern int __glXVForwardPipe0WithReply( __GLXclientState *cl, GLbyte *pc );
0N/Aextern int __glXVForwardAllWithReply( __GLXclientState *cl, GLbyte *pc );
0N/A
0N/Aextern int __glXVForwardSingleReqSwap( __GLXclientState *cl, GLbyte *pc );
0N/A
0N/Aextern int __glXVForwardPipe0WithReplySwap( __GLXclientState *cl, GLbyte *pc );
0N/Aextern int __glXVForwardPipe0WithReplySwapsv( __GLXclientState *cl, GLbyte *pc );
0N/Aextern int __glXVForwardPipe0WithReplySwapiv( __GLXclientState *cl, GLbyte *pc );
0N/Aextern int __glXVForwardPipe0WithReplySwapdv( __GLXclientState *cl, GLbyte *pc );
0N/A
0N/Aextern int __glXVForwardAllWithReplySwap( __GLXclientState *cl, GLbyte *pc );
0N/Aextern int __glXVForwardAllWithReplySwapsv( __GLXclientState *cl, GLbyte *pc );
0N/Aextern int __glXVForwardAllWithReplySwapiv( __GLXclientState *cl, GLbyte *pc );
0N/Aextern int __glXVForwardAllWithReplySwapdv( __GLXclientState *cl, GLbyte *pc );
0N/A
0N/A#endif
0N/A