head	3.3;
access;
symbols
	merge-1:1.1.2.1
	experimental-1:1.1.0.2;
locks; strict;
comment	@ * @;


3.3
date	99.08.01.16.36.08;	author brianp;	state Exp;
branches;
next	3.2;

3.2
date	99.07.12.20.25.28;	author brianp;	state Exp;
branches;
next	3.1;

3.1
date	99.07.12.12.05.24;	author keithw;	state Exp;
branches;
next	1.1;

1.1
date	99.05.21.21.29.27;	author keithw;	state dead;
branches
	1.1.2.1;
next	;

1.1.2.1
date	99.05.21.21.29.27;	author keithw;	state Exp;
branches;
next	;


desc
@@


3.3
log
@added gl_init_Vbxform()
@
text
@/* $Id: stages.h,v 3.2 1999/07/12 20:25:28 brianp Exp $ */

/*
 * Mesa 3-D graphics library
 * Version:  3.1
 * 
 * Copyright (C) 1999  Brian Paul   All Rights Reserved.
 * 
 * Permission is hereby granted, free of charge, to any person obtaining a
 * copy of this software and associated documentation files (the "Software"),
 * to deal in the Software without restriction, including without limitation
 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
 * and/or sell copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following conditions:
 * 
 * The above copyright notice and this permission notice shall be included
 * in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
 * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 */


#ifndef STAGES_H
#define STAGES_H

extern const GLuint gl_default_nr_stages;
extern const struct gl_pipeline_stage gl_default_pipeline[];

extern void gl_init_vbxform( void );


#endif
@


3.2
log
@inserted copyright info
@
text
@d1 1
a1 1
/* $Id$ */
d33 3
@


3.1
log
@merge from experimental branch upto merge-1 tag
@
text
@d1 27
@


1.1
log
@file stages.h was initially added on branch experimental-1.
@
text
@d1 7
@


1.1.2.1
log
@Quake3 inspired optimizations
@
text
@a0 7
#ifndef STAGES_H
#define STAGES_H

extern const GLuint gl_default_nr_stages;
extern const struct gl_pipeline_stage gl_default_pipeline[];

#endif
@

