projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
461e9f9
)
r600g: remove stray semicolon
author
Marek Olšák
<maraeo@gmail.com>
Fri, 6 Jul 2012 23:26:31 +0000
(
01:26
+0200)
committer
Marek Olšák
<maraeo@gmail.com>
Sat, 7 Jul 2012 13:09:57 +0000
(15:09 +0200)
src/gallium/drivers/r600/r600_texture.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/r600/r600_texture.c
b/src/gallium/drivers/r600/r600_texture.c
index 236812666f5119370db13947c999c68398425f43..f1092893a9ff2c61e38092e62f9619af875e66a7 100644
(file)
--- a/
src/gallium/drivers/r600/r600_texture.c
+++ b/
src/gallium/drivers/r600/r600_texture.c
@@
-778,7
+778,7
@@
void r600_texture_depth_flush(struct pipe_context *ctx,
static INLINE unsigned u_box_volume( const struct pipe_box *box )
{
return box->width * box->depth * box->height;
-}
;
+}
struct pipe_transfer* r600_texture_get_transfer(struct pipe_context *ctx,
struct pipe_resource *texture,