projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e206f67
)
svga: minor reformatting of svga_texture() cast wrapper
author
Brian Paul
<brianp@vmware.com>
Thu, 25 Aug 2016 21:06:18 +0000
(15:06 -0600)
committer
Brian Paul
<brianp@vmware.com>
Fri, 26 Aug 2016 20:20:18 +0000
(14:20 -0600)
Reviewed-by: Neha Bhende <bhenden@vmware.com>
src/gallium/drivers/svga/svga_resource_texture.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/svga/svga_resource_texture.h
b/src/gallium/drivers/svga/svga_resource_texture.h
index e779f19fbad5f175272c7995258f4d102413565d..ffd5feac9a326e22a8242049ff1aa938ad5b7479 100644
(file)
--- a/
src/gallium/drivers/svga/svga_resource_texture.h
+++ b/
src/gallium/drivers/svga/svga_resource_texture.h
@@
-117,7
+117,8
@@
struct svga_transfer
};
-static inline struct svga_texture *svga_texture( struct pipe_resource *resource )
+static inline struct svga_texture *
+svga_texture(struct pipe_resource *resource)
{
struct svga_texture *tex = (struct svga_texture *)resource;
assert(tex == NULL || tex->b.vtbl == &svga_texture_vtbl);