r600g: pad the DMA CS to a multiple of 8 dwords
[mesa.git] / src / mesa / main / viewport.h
index 909ff92eee549c4852bf8c49c22fccdbda028c34..db4507beaaf64d599287d468eadb50045f2efd0d 100644 (file)
@@ -43,6 +43,9 @@ _mesa_set_viewport(struct gl_context *ctx, GLint x, GLint y,
 extern void GLAPIENTRY
 _mesa_DepthRange(GLclampd nearval, GLclampd farval);
 
+extern void GLAPIENTRY
+_mesa_DepthRangef(GLclampf nearval, GLclampf farval);
+
 
 extern void 
 _mesa_init_viewport(struct gl_context *ctx);