summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/evergreen_compute.c
diff options
context:
space:
mode:
authorTom Stellard <[email protected]>2014-07-23 11:52:05 -0400
committerTom Stellard <[email protected]>2014-07-23 11:52:05 -0400
commitfb237ba746b494f74c6584666f1184c4453700e1 (patch)
treeb18b741d96b8bf59d557ec31295151a93c0e14bf /src/gallium/drivers/r600/evergreen_compute.c
parent2a766b0b64c39688cccf62f23e205035188196a2 (diff)
Revert "r600g/compute: Fix warnings"
This reverts commit 467f1585e28adba0e94ef593de131bc327f098bb. This breaks the build on some systems.
Diffstat (limited to 'src/gallium/drivers/r600/evergreen_compute.c')
-rw-r--r--src/gallium/drivers/r600/evergreen_compute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/evergreen_compute.c b/src/gallium/drivers/r600/evergreen_compute.c
index 27a1fcc8b74..12e9c85586d 100644
--- a/src/gallium/drivers/r600/evergreen_compute.c
+++ b/src/gallium/drivers/r600/evergreen_compute.c
@@ -994,7 +994,7 @@ void *r600_compute_global_transfer_map(
"width = %u, height = %u, depth = %u)\n", level, usage,
box->x, box->y, box->z, box->width, box->height,
box->depth);
- COMPUTE_DBG(rctx->screen, "Buffer id = %" PRId64 " offset = "
+ COMPUTE_DBG(rctx->screen, "Buffer id = %u offset = "
"%u (box.x)\n", item->id, box->x);