gallium: add a new interface for pipe_context::launch_grid()
[mesa.git] / src / gallium / drivers / nouveau / nv50 / nv50_context.h
index 342ec96d62cf103cebf1cb80f4082319a38eaa59..23d82103332513ed06f7014ba6dccd12387aa9e2 100644 (file)
@@ -322,7 +322,6 @@ nv98_video_buffer_create(struct pipe_context *pipe,
 
 /* nv50_compute.c */
 void
-nv50_launch_grid(struct pipe_context *, const uint *, const uint *,
-                 uint32_t, const void *);
+nv50_launch_grid(struct pipe_context *, const struct pipe_grid_info *);
 
 #endif