Adaptor code that lets tnl convert compiled (display list) cassettes back

to glVertex() type calls.  Allows driver-supplied tnl modules to avoid
fallback on glCallList inside begin/end pairs.

Still a little buggy...
This commit is contained in:
Keith Whitwell
2001-06-04 16:09:28 +00:00
parent abd5134965
commit 51b36396ae
7 changed files with 305 additions and 112 deletions

View File

@@ -1,4 +1,4 @@
/* $Id: t_context.h,v 1.27 2001/06/01 16:29:18 brianp Exp $ */
/* $Id: t_context.h,v 1.28 2001/06/04 16:09:28 keithw Exp $ */
/*
* Mesa 3-D graphics library
@@ -524,6 +524,7 @@ typedef struct {
/* Probably need a better configuration mechanism:
*/
GLboolean NeedProjCoords;
GLboolean LoopbackDListCassettes;
/* Derived state and storage for _tnl_eval_vb:
*/