i965: switch gen6 to use its own cc state bo
[mesa.git] / src / mesa / main / viewport.c
index 4747022d0b42c02aa2711925d825f02acc846625..a58697ab3704036f11848b4323e3ed99736dcb89 100644 (file)
@@ -31,6 +31,7 @@
 
 #include "context.h"
 #include "macros.h"
+#include "mtypes.h"
 #include "viewport.h"
 
 
@@ -145,7 +146,11 @@ _mesa_DepthRange(GLclampd nearval, GLclampd farval)
    }
 }
 
-
+void GLAPIENTRY
+_mesa_DepthRangef(GLclampf nearval, GLclampf farval)
+{
+   _mesa_DepthRange(nearval, farval);
+}
 
 /** 
  * Initialize the context viewport attribute group.