util: fix broken pipe_get_tile_rgba() call

Fix breakage from commit 369e468.
This commit is contained in:
Brian Paul
2012-10-11 15:51:02 -06:00
parent 4cc530f452
commit 743d859e62
+1 -1
View File
@@ -621,7 +621,7 @@ debug_dump_transfer_bmp(struct pipe_context *pipe,
if(!rgba)
goto error1;
pipe_get_tile_rgba(pipe, transfer, ptr, 0, 0,
pipe_get_tile_rgba(transfer, ptr, 0, 0,
transfer->box.width, transfer->box.height,
rgba);