new MESA_DEBUG option: disassem
[mesa.git] / src / mesa / main / state.h
index 67a62c3d4e10ebe6f3c4034c55c9174a55e292b4..58cfcc414626de1fa99c18e5afb83887fd5f8032 100644 (file)
@@ -1,10 +1,13 @@
-/* $Id: state.h,v 1.7 2001/03/12 00:48:38 gareth Exp $ */
+/**
+ * \file state.h
+ * State management.
+ */
 
 /*
  * Mesa 3-D graphics library
- * Version:  3.5
+ * Version:  6.3
  *
- * Copyright (C) 1999-2001  Brian Paul   All Rights Reserved.
+ * Copyright (C) 1999-2004  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"),
 
 #include "mtypes.h"
 
-
-extern void
-_mesa_init_no_op_table(struct _glapi_table *exec, GLuint tableSize);
-
 extern void
-_mesa_init_exec_table(struct _glapi_table *exec, GLuint tableSize);
+_mesa_init_exec_table(struct _glapi_table *exec);
 
 extern void
 _mesa_update_state( GLcontext *ctx );
 
-extern void
-_mesa_print_state( const char *msg, GLuint state );
-
-extern void
-_mesa_print_enable_flags( const char *msg, GLuint flags );
-
 
 #endif