glsl: lower mediump temporaries to 16 bits except structures (v2)
[mesa.git] / src / mesa / main / points.h
index 797f831582f11bb840b2c8ef2508391cfff61c53..c2b67a371fd63f8f801b09b7ce9120e67a64f1e4 100644 (file)
@@ -5,7 +5,6 @@
 
 /*
  * Mesa 3-D graphics library
- * Version:  6.5
  *
  * Copyright (C) 1999-2005  Brian Paul   All Rights Reserved.
  *
@@ -38,6 +37,9 @@
 struct gl_context;
 
 
+void GLAPIENTRY
+_mesa_PointSize_no_error(GLfloat size);
+
 extern void GLAPIENTRY
 _mesa_PointSize( GLfloat size );