projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e548bab
)
cell: add missing semicolon
author
Brian Paul
<brianp@vmware.com>
Tue, 16 Mar 2010 22:45:36 +0000
(16:45 -0600)
committer
Brian Paul
<brianp@vmware.com>
Tue, 16 Mar 2010 22:47:02 +0000
(16:47 -0600)
src/gallium/drivers/cell/ppu/cell_context.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/cell/ppu/cell_context.h
b/src/gallium/drivers/cell/ppu/cell_context.h
index 4d87f9a038ac508db8aa74305ba152d6785fbb1d..f7e2284445d5879b6439c0a7e0baba5254c6c37c 100644
(file)
--- a/
src/gallium/drivers/cell/ppu/cell_context.h
+++ b/
src/gallium/drivers/cell/ppu/cell_context.h
@@
-97,7
+97,7
@@
struct cell_velems_state
{
unsigned count;
struct pipe_vertex_element velem[PIPE_MAX_ATTRIBS];
-}
+}
;
/**
* Per-context state, subclass of pipe_context.