draw: corrections to allow for different cliptest cases
[mesa.git] / src / mesa / drivers / common / driverfuncs.h
index 64f56d91f95b9410ccc89727f4d2afec8535d1c2..4c90ed12f60be4dfad8ea27e6031fd77ce655550 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * Mesa 3-D graphics library
- * Version:  6.1
+ * Version:  7.1
  *
- * Copyright (C) 1999-2004  Brian Paul   All Rights Reserved.
+ * Copyright (C) 1999-2007  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"),
@@ -29,4 +29,9 @@
 extern void
 _mesa_init_driver_functions(struct dd_function_table *driver);
 
+
+extern void
+_mesa_init_driver_state(GLcontext *ctx);
+
+
 #endif