fix GL_BACK color material bug
[mesa.git] / src / mesa / main / dlist.h
index f2aaa948c529631188c82ebc0059f5c2c74871e9..987c2cbab6505e67fcc05b0dd70db8169e1e1c81 100644 (file)
@@ -1,10 +1,10 @@
-/* $Id: dlist.h,v 1.2 1999/11/11 01:22:26 brianp Exp $ */
+/* $Id: dlist.h,v 1.4 2000/05/24 15:04:45 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
- * Version:  3.1
+ * Version:  3.3
  * 
- * Copyright (C) 1999  Brian Paul   All Rights Reserved.
+ * Copyright (C) 1999-2000  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"),
  */
 
 
-
-
-
 #ifndef DLIST_H
 #define DLIST_H
 
 
 #include "types.h"
 
+
 struct display_list {
    union node *nodes;  
    GLuint OrFlag;
@@ -67,8 +65,7 @@ extern void _mesa_ListBase( GLuint base );
 
 extern void _mesa_NewList( GLuint list, GLenum mode );
 
-extern void _mesa_init_dlist_table( struct _glapi_table *table );
-
+extern void _mesa_init_dlist_table( struct _glapi_table *table, GLuint tableSize );
 
 extern void gl_compile_cassette( GLcontext *ctx );