diff options
author | Corbin Simpson <[email protected]> | 2009-05-08 16:50:42 -0700 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-05-08 19:41:08 -0700 |
commit | cd59933d9f70c6acea63013f1b773b545026bf81 (patch) | |
tree | dbf90061f44336fdff1f9750ae53d6bd13a10cb3 /src/gallium/drivers/r300/r300_texture.c | |
parent | 4816764777485b46f360eb6f86dea243d1809221 (diff) |
r300-gallium, radeon: A couple cleanups.
Trying to track down goddamn bugs. :C
Diffstat (limited to 'src/gallium/drivers/r300/r300_texture.c')
-rw-r--r-- | src/gallium/drivers/r300/r300_texture.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_texture.c b/src/gallium/drivers/r300/r300_texture.c index fe91f4e1844..6c9d3b74127 100644 --- a/src/gallium/drivers/r300/r300_texture.c +++ b/src/gallium/drivers/r300/r300_texture.c @@ -187,6 +187,7 @@ static struct pipe_texture* tex->stride); pipe_buffer_reference(&tex->buffer, buffer); + debug_printf("%p is the buffer\n", tex->buffer); return (struct pipe_texture*)tex; } |