r600g: add support for common surface allocator for tiling v13
[mesa.git] / src / gallium / drivers / r300 / r300_texture.c
index 0b352e9dacac80b6925fc2b003b2d1279c116344..99678bc89a8292a92cc74e69ef518136210e03c0 100644 (file)
@@ -963,7 +963,7 @@ struct pipe_resource *r300_texture_from_handle(struct pipe_screen *screen,
     if (!buffer)
         return NULL;
 
-    rws->buffer_get_tiling(buffer, &microtile, &macrotile);
+    rws->buffer_get_tiling(buffer, &microtile, &macrotile, NULL, NULL, NULL, NULL, NULL);
 
     /* Enforce a microtiled zbuffer. */
     if (util_format_is_depth_or_stencil(base->format) &&