Initial templates for immediate mode fastpaths, or custom tnl modules.

Completely untested and incomplete.  More to follow.
This commit is contained in:
Gareth Hughes
2001-03-13 17:39:56 +00:00
parent 3df1e04b10
commit 3709db0e17
2 changed files with 33 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
/* $Id: t_dd_tritmp.h,v 1.6 2001/03/12 00:48:44 gareth Exp $ */
/* $Id: t_dd_tritmp.h,v 1.7 2001/03/13 17:39:56 gareth Exp $ */
/*
* Mesa 3-D graphics library
@@ -48,8 +48,8 @@ Brian Paul All Rights Reserved.
* HAVE_SPEC: Vertices have secondary rgba values.
*
* VERT_X(v): Alias for vertex x value.
* VERT_Y(v): Alias for vertex x value.
* VERT_Z(v): Alias for vertex x value.
* VERT_Y(v): Alias for vertex y value.
* VERT_Z(v): Alias for vertex z value.
* DEPTH_SCALE: Scale for offset.
*
* VERTEX: Hardware vertex type.