projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0315c00
)
cell: make functions static
author
Brian Paul
<brianp@vmware.com>
Tue, 27 Jul 2010 02:49:54 +0000
(20:49 -0600)
committer
Brian Paul
<brianp@vmware.com>
Tue, 27 Jul 2010 02:49:54 +0000
(20:49 -0600)
src/gallium/drivers/cell/ppu/cell_state_vertex.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/cell/ppu/cell_state_vertex.c
b/src/gallium/drivers/cell/ppu/cell_state_vertex.c
index 9510ea9ac2baf06d531ae50261aeab4ae4f83ae8..69152b6cbf36bb233e19784896b7a9f2c8e63aed 100644
(file)
--- a/
src/gallium/drivers/cell/ppu/cell_state_vertex.c
+++ b/
src/gallium/drivers/cell/ppu/cell_state_vertex.c
@@
-36,7
+36,7
@@
#include "draw/draw_context.h"
-void *
+
static
void *
cell_create_vertex_elements_state(struct pipe_context *pipe,
unsigned count,
const struct pipe_vertex_element *attribs)
@@
-51,7
+51,7
@@
cell_create_vertex_elements_state(struct pipe_context *pipe,
return velems;
}
-void
+
static
void
cell_bind_vertex_elements_state(struct pipe_context *pipe,
void *velems)
{
@@
-66,7
+66,7
@@
cell_bind_vertex_elements_state(struct pipe_context *pipe,
draw_set_vertex_elements(cell->draw, cell_velems->count, cell_velems->velem);
}
-void
+
static
void
cell_delete_vertex_elements_state(struct pipe_context *pipe, void *velems)
{
FREE( velems );