projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cc530f
)
util: fix broken pipe_get_tile_rgba() call
author
Brian Paul
<brianp@vmware.com>
Thu, 11 Oct 2012 21:51:02 +0000
(15:51 -0600)
committer
Brian Paul
<brianp@vmware.com>
Thu, 11 Oct 2012 21:53:16 +0000
(15:53 -0600)
Fix breakage from commit
369e468
.
src/gallium/auxiliary/util/u_debug.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/util/u_debug.c
b/src/gallium/auxiliary/util/u_debug.c
index fd9e28ac0265c5562f6026eb5f0429fd8a07fabf..c41585fdd23c3aec7e14a298c0a4da52838d23ed 100644
(file)
--- a/
src/gallium/auxiliary/util/u_debug.c
+++ b/
src/gallium/auxiliary/util/u_debug.c
@@
-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);