Merge branch 'upstream-gallium-0.1' into nouveau-gallium-0.1
[mesa.git] / src / mesa / pipe / nv50 / nv50_vbo.c
index 0c9d2806d78c7e72798690c1eebb49b5ad4c8bd2..6c0dc23a439cddfc2a06037032296c949d6bcd6d 100644 (file)
@@ -15,7 +15,7 @@ nv50_draw_arrays(struct pipe_context *pipe, unsigned mode, unsigned start,
 
 boolean
 nv50_draw_elements(struct pipe_context *pipe,
-                  struct pipe_buffer_handle *indexBuffer, unsigned indexSize,
+                  struct pipe_buffer *indexBuffer, unsigned indexSize,
                   unsigned mode, unsigned start, unsigned count)
 {
        NOUVEAU_ERR("unimplemented\n");