projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1318941
)
Cell: s/cell_init_surface_funcs/cell_init_surface_functions/
author
Brian
<brian.paul@tungstengraphics.com>
Tue, 22 Jan 2008 03:54:38 +0000
(20:54 -0700)
committer
Brian
<brian.paul@tungstengraphics.com>
Tue, 22 Jan 2008 04:17:21 +0000
(21:17 -0700)
src/mesa/pipe/cell/ppu/cell_context.c
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/cell/ppu/cell_context.c
b/src/mesa/pipe/cell/ppu/cell_context.c
index 1403a9b669df37fe5ae9fc653dcd15f80c4b8db6..3db1dbdb46379cb06fce36598752e7803148ae03 100644
(file)
--- a/
src/mesa/pipe/cell/ppu/cell_context.c
+++ b/
src/mesa/pipe/cell/ppu/cell_context.c
@@
-240,7
+240,7
@@
cell_create_context(struct pipe_winsys *winsys, struct cell_winsys *cws)
cell->pipe.wait_query = cell_wait_query;
#endif
- cell_init_surface_funcs(cell);
+ cell_init_surface_func
tion
s(cell);
cell->draw = draw_create();