Merge remote branch 'origin/nvc0'
[mesa.git] / src / mesa / main / polygon.h
index ef2fd0e92d16797d3f7b7261b303b567fb534a69..13f7c91ed07599f48794d24f0e47d8cf69d6a8e2 100644 (file)
@@ -5,9 +5,9 @@
 
 /*
  * Mesa 3-D graphics library
- * Version:  3.5
+ * Version:  6.5.1
  *
- * Copyright (C) 1999-2001  Brian Paul   All Rights Reserved.
+ * Copyright (C) 1999-2006  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"),
 #define POLYGON_H
 
 
-#include "mtypes.h"
+#include "glheader.h"
+
+struct gl_context;
+
+extern void
+_mesa_polygon_stipple(struct gl_context *ctx, const GLubyte *pattern);
 
 
 extern void GLAPIENTRY
@@ -56,10 +61,7 @@ _mesa_PolygonStipple( const GLubyte *mask );
 extern void GLAPIENTRY
 _mesa_GetPolygonStipple( GLubyte *mask );
 
-extern void  
-_mesa_update_polygon( GLcontext *ctx );
-
 extern void 
-_mesa_init_polygon( GLcontext * ctx );
+_mesa_init_polygon( struct gl_context * ctx );
 
 #endif